Jonas M. Gastal [Wed, 29 Jun 2011 21:30:40 +0000 (21:30 +0000)]
Elementary: Fix doxygen sintax(linebreaks aren't allowed
there).
SVN revision: 60846
Jonas M. Gastal [Wed, 29 Jun 2011 21:27:59 +0000 (21:27 +0000)]
Make sure Elementary.h isn't used by doxygen since
Elementary.h.in is.
SVN revision: 60845
Iván Briano [Wed, 29 Jun 2011 21:04:23 +0000 (21:04 +0000)]
Add examples with explanations for elm_box
SVN revision: 60843
Jonas M. Gastal [Wed, 29 Jun 2011 20:47:41 +0000 (20:47 +0000)]
Elementary: elm_bubble documentation.
SVN revision: 60842
Jonas M. Gastal [Wed, 29 Jun 2011 20:47:00 +0000 (20:47 +0000)]
Fixing typo.
SVN revision: 60841
Cedric BAIL [Wed, 29 Jun 2011 13:24:22 +0000 (13:24 +0000)]
elementary: fix clip and smart child issue with elm_icon.
SVN revision: 60816
ChunEon Park [Wed, 29 Jun 2011 09:44:48 +0000 (09:44 +0000)]
elementary/transit - fixed a potential problem
When same objects are added to a transit, EVAS_CALLBACK_DEL for objects could not be deleted completely,
since it is multiple registed.
SVN revision: 60811
ChunEon Park [Wed, 29 Jun 2011 09:42:14 +0000 (09:42 +0000)]
elementary/transit - trivial changes.
SVN revision: 60810
Tom Hacohen [Wed, 29 Jun 2011 09:31:01 +0000 (09:31 +0000)]
Elm: Fix a couple more deprecation warnings and use elm_object_text_set/get.
SVN revision: 60809
Tom Hacohen [Wed, 29 Jun 2011 09:30:58 +0000 (09:30 +0000)]
Elm layout: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60808
Tom Hacohen [Wed, 29 Jun 2011 09:30:56 +0000 (09:30 +0000)]
Elm layout: add the elm_object_text_set/get hooks.
deprecate: elm_layout_label_set/get
SVN revision: 60807
Tom Hacohen [Wed, 29 Jun 2011 09:11:48 +0000 (09:11 +0000)]
Elm frame: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60806
Tom Hacohen [Wed, 29 Jun 2011 09:11:45 +0000 (09:11 +0000)]
Elm frame: add the elm_object_text_set/get hooks.
deprecate: elm_frame_label_set/get
SVN revision: 60805
Tom Hacohen [Wed, 29 Jun 2011 09:11:42 +0000 (09:11 +0000)]
Elm toggle: Also add a deprecation notice to the docs.
SVN revision: 60804
Tom Hacohen [Wed, 29 Jun 2011 08:57:43 +0000 (08:57 +0000)]
Elm toggle: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60803
Tom Hacohen [Wed, 29 Jun 2011 08:57:40 +0000 (08:57 +0000)]
Elm toggle: add the elm_object_text_set/get hooks.
deprecate: elm_toggle_label_set/get
SVN revision: 60802
Tom Hacohen [Wed, 29 Jun 2011 07:11:54 +0000 (07:11 +0000)]
Elm button: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60800
Tom Hacohen [Wed, 29 Jun 2011 07:11:50 +0000 (07:11 +0000)]
Elm button: add the elm_object_text_set/get hooks.
deprecate: elm_button_label_set and elm_button_label_get
SVN revision: 60799
Mike McCormack [Wed, 29 Jun 2011 06:41:31 +0000 (06:41 +0000)]
elementary: elm_label_label_ -> elm_object_text
Clear deprecated warnings.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 60798
Mike McCormack [Wed, 29 Jun 2011 06:41:20 +0000 (06:41 +0000)]
elementary: Hook label into generic text setter
deprecate: elm_label_label_set and elm_label_label_get
Use elm_object_text_set/elm_object_text_get instead
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 60797
Mike McCormack [Wed, 29 Jun 2011 06:41:10 +0000 (06:41 +0000)]
elementary: Add hooks to set label get/set functions
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 60796
Mike McCormack [Wed, 29 Jun 2011 06:40:59 +0000 (06:40 +0000)]
elementary: Add generic label getter and setter
These need to be hooked into each widget, one by one.
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 60795
Mike McCormack [Wed, 29 Jun 2011 06:40:45 +0000 (06:40 +0000)]
elementary: Build with -Wall -W
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 60794
Iván Briano [Tue, 28 Jun 2011 21:51:56 +0000 (21:51 +0000)]
Expand docs for elm_box
SVN revision: 60774
Cedric BAIL [Tue, 28 Jun 2011 16:18:55 +0000 (16:18 +0000)]
elementary: display previous object during preload of the new image.
SVN revision: 60768
Cedric BAIL [Tue, 28 Jun 2011 14:32:42 +0000 (14:32 +0000)]
elementary: fix various bug in elm_icon related to ethumb usage.
SVN revision: 60759
Cedric BAIL [Tue, 28 Jun 2011 09:17:37 +0000 (09:17 +0000)]
elementary: use the key provided by ethumb.
SVN revision: 60753
ChunEon Park [Tue, 28 Jun 2011 08:49:07 +0000 (08:49 +0000)]
Elementary - fixed typo
SVN revision: 60752
Daniel Juyung Seo [Tue, 28 Jun 2011 07:13:28 +0000 (07:13 +0000)]
elm genlist: Removed unnecessary variable.
SVN revision: 60747
Daniel Juyung Seo [Tue, 28 Jun 2011 07:02:37 +0000 (07:02 +0000)]
elm test_map: Fixed 'unused parameter' warnings.
SVN revision: 60746
Daniel Juyung Seo [Tue, 28 Jun 2011 06:58:35 +0000 (06:58 +0000)]
elm map: Fixed 'unused parameter' warnings.
SVN revision: 60745
Iván Briano [Mon, 27 Jun 2011 17:16:00 +0000 (17:16 +0000)]
Example for button and moving docs around
SVN revision: 60738
ChunEon Park [Mon, 27 Jun 2011 11:31:32 +0000 (11:31 +0000)]
elementary/elm_conform
> -----Original Message-----
> *From:* "cnook"<kimcinoo@gmail.com>
> *To:* enlightenment-devel@lists.sourceforge.net
> *Cc:*
> *Sent:* 11-06-27(월) 14:19:14
> *Subject:* [E-devel] [Patch][elm_conform] add del_pre_hook for removing
> handlerDear All,
>
> Hello,
> I have got elm_confrom does not remove its handler while it is deleted.
> This patch is for that. Please review attached patch. Thanks always.
>
> Sincerely,
> Shinwoo Kim.
SVN revision: 60729
ChunEon Park [Mon, 27 Jun 2011 11:18:38 +0000 (11:18 +0000)]
elementary/pager - fixed a trivial bug
patched by ShilapOnkar Singh (shilpa.singh@samsung.com)
SVN revision: 60728
ChunEon Park [Mon, 27 Jun 2011 10:58:03 +0000 (10:58 +0000)]
elementary/els_icon - fixed identation
SVN revision: 60727
Cedric BAIL [Mon, 27 Jun 2011 10:26:06 +0000 (10:26 +0000)]
elementary: remove warning and work around insane ecore_thread_check bug.
SVN revision: 60725
ChunEon Park [Mon, 27 Jun 2011 07:34:30 +0000 (07:34 +0000)]
elementary/image - just removed white trailing
SVN revision: 60722
ChunEon Park [Mon, 27 Jun 2011 05:05:05 +0000 (05:05 +0000)]
elementary/image - fixed typo, stuffed missings in doxy.
SVN revision: 60720
ChunEon Park [Mon, 27 Jun 2011 05:02:40 +0000 (05:02 +0000)]
elementary/elm_image - added 2 APIs elm_image_aspect_ratio_retained_set/get
these API allows the image to resize with changeable aspect ratio.
SVN revision: 60719
ChunEon Park [Mon, 27 Jun 2011 04:46:38 +0000 (04:46 +0000)]
elementary/els_icon - added els_icon_aspect_ratio_retained_set/get since elm_image needs to provide those functionlaities.
SVN revision: 60718
Daniel Juyung Seo [Mon, 27 Jun 2011 03:06:33 +0000 (03:06 +0000)]
elm genlist: Mark TODO to moved function.
Change moved callback in item class to smart callback.
SVN revision: 60717
Daniel Juyung Seo [Mon, 27 Jun 2011 03:03:16 +0000 (03:03 +0000)]
elm route: Fixed warnings.
SVN revision: 60716
Daniel Juyung Seo [Mon, 27 Jun 2011 02:55:52 +0000 (02:55 +0000)]
elm route: Fixed indentation.
SVN revision: 60715
Daniel Juyung Seo [Mon, 27 Jun 2011 02:54:41 +0000 (02:54 +0000)]
elm: Fixed wrong vim formatting.
SVN revision: 60714
ChunEon Park [Mon, 27 Jun 2011 01:56:40 +0000 (01:56 +0000)]
elementary/els_icon - reduced codes
SVN revision: 60709
Tom Hacohen [Mon, 27 Jun 2011 00:20:54 +0000 (00:20 +0000)]
Elm entry: Fix entry changed signal handling.
Patch by Jihoon Kim.
SVN revision: 60708
Jonathan Atton [Sun, 26 Jun 2011 17:36:18 +0000 (17:36 +0000)]
elm: add elm_route: widget to display a route on elm_map. Currently the widget use lines, in the futur it will use edje
SVN revision: 60703
Hyoyoung Chang [Sun, 26 Jun 2011 04:56:47 +0000 (04:56 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elementary - elc_fileselector
Date: Sun, 26 Jun 2011 11:55:55 +0900
Dear elementary developers
When I compiled svn elementary, it seems a define(HAVE_EIO) is omitted.
I sending a patch, check about it please.
Thanks.
SVN revision: 60697
Jihoon Kim [Sun, 26 Jun 2011 04:53:43 +0000 (04:53 +0000)]
From: Jihoon Kim <imfine98@gmail.com>
Subject: [E-devel] [PATCH] fix elementary build error without ethumb
Date: Sun, 26 Jun 2011 13:37:02 +0900
Hello, EFL developers.
Without installing ethumb, when I build elementary, there is build error.
This patch is for fixing it.
Would you please apply this patch?
SVN revision: 60696
Cedric BAIL [Sat, 25 Jun 2011 23:39:43 +0000 (23:39 +0000)]
elementary: use Eio when available for fileselector.
SVN revision: 60692
Cedric BAIL [Sat, 25 Jun 2011 23:20:22 +0000 (23:20 +0000)]
elementary: add some usefull function around sorted insert.
SVN revision: 60691
Jonathan Atton [Sat, 25 Jun 2011 17:48:55 +0000 (17:48 +0000)]
elm: do not include config.h
SVN revision: 60687
Cedric BAIL [Sat, 25 Jun 2011 15:39:05 +0000 (15:39 +0000)]
elementary: add elm_gengrid_item_sorted_insert.
Original patch from Thiery.
SVN revision: 60686
Cedric BAIL [Sat, 25 Jun 2011 15:35:53 +0000 (15:35 +0000)]
elementary: use Eina_File.
SVN revision: 60685
Jonathan Atton [Sat, 25 Jun 2011 14:30:10 +0000 (14:30 +0000)]
elm_map: use emap
SVN revision: 60684
Cedric BAIL [Fri, 24 Jun 2011 08:59:56 +0000 (08:59 +0000)]
elementary: only track elm_icon size change when it matter.
SVN revision: 60660
Tom Hacohen [Fri, 24 Jun 2011 08:44:39 +0000 (08:44 +0000)]
Elementary entry: Added handling of the preedit,changed signal.
Patch by Jihoon Kim.
SVN revision: 60659
Cedric BAIL [Thu, 23 Jun 2011 16:05:42 +0000 (16:05 +0000)]
elementary: elm_gengrid_clear should be the last called.
SVN revision: 60640
Cedric BAIL [Thu, 23 Jun 2011 15:56:31 +0000 (15:56 +0000)]
elementary: fix stringshare refcounting.
SVN revision: 60639
Cedric BAIL [Thu, 23 Jun 2011 14:54:29 +0000 (14:54 +0000)]
elementary: try to find the best icon size to display.
This patch need review. The goal is to always find the best
quality for the output. Sadly in our theme we don't provide
multiple size for icon (we could, as edje provide this feature).
So to test it, better switch to FreeDesktop first before
trying the theme.
SVN revision: 60636
Daniel Juyung Seo [Thu, 23 Jun 2011 09:51:03 +0000 (09:51 +0000)]
elm genlist: Fixed indentation.
SVN revision: 60626
Carsten Haitzler [Thu, 23 Jun 2011 08:52:51 +0000 (08:52 +0000)]
genscroller++. just stubs right now.
SVN revision: 60625
Carsten Haitzler [Thu, 23 Jun 2011 06:25:12 +0000 (06:25 +0000)]
wrn--
SVN revision: 60617
cnook [Thu, 23 Jun 2011 06:24:57 +0000 (06:24 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: Re: [E-devel] [Patch][elm_conform]
When the indicator is displayed initially and use elm_confrom as parent by
using elm_conformant_content_area_get, the indicator area (wd->shelf) does
not display properly.
Because any interested ECORE_X_EVENT_WINDOW_PROPERTY does not notify.
In this case, we have got to evaluate size, when EVAS_CALLBACK_RESIZE
occurs.
SVN revision: 60616
Hyoyoung Chang [Thu, 23 Jun 2011 05:52:40 +0000 (05:52 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: RE: [E-devel] [patch] elm_cnp_helper - determine uri or text
data types.
patch for determining uri type.
SVN revision: 60615
Carsten Haitzler [Thu, 23 Jun 2011 05:50:20 +0000 (05:50 +0000)]
dont do x cursor stuff if no cur->win
SVN revision: 60614
Iván Briano [Wed, 22 Jun 2011 19:06:01 +0000 (19:06 +0000)]
Detailed docs, examples and explanations for the elm_theme set of funtions
SVN revision: 60603
Gustavo Lima Chaves [Wed, 22 Jun 2011 14:52:11 +0000 (14:52 +0000)]
[elementary] .gitignore on all cscope goop.
SVN revision: 60596
Gustavo Lima Chaves [Wed, 22 Jun 2011 14:52:05 +0000 (14:52 +0000)]
[elementary] Example for top level functions.
SVN revision: 60595
Gustavo Lima Chaves [Wed, 22 Jun 2011 14:51:55 +0000 (14:51 +0000)]
[elementary] Documenting the general, top-level
functions.
SVN revision: 60594
Tom Hacohen [Wed, 22 Jun 2011 07:05:13 +0000 (07:05 +0000)]
Elm check+radio: Fix alignment of text to be according of text direction.
SVN revision: 60575
ChunEon Park [Wed, 22 Jun 2011 05:37:24 +0000 (05:37 +0000)]
elementary/transit - removed DEPRECATED APIs.
SVN revision: 60572
ChunEon Park [Wed, 22 Jun 2011 05:32:50 +0000 (05:32 +0000)]
elementary/animator - * DEPRECATED.
SVN revision: 60571
ChunEon Park [Wed, 22 Jun 2011 05:30:49 +0000 (05:30 +0000)]
elementary/diskselector - fixed typos (lenght -> length)
SVN revision: 60570
Gustavo Lima Chaves [Tue, 21 Jun 2011 18:14:26 +0000 (18:14 +0000)]
[elementary] Let's gather our example texts together,
eh?
SVN revision: 60558
Massimo Maiurana [Tue, 21 Jun 2011 15:56:20 +0000 (15:56 +0000)]
updating dutch translations
SVN revision: 60555
Rafael Antognolli [Tue, 21 Jun 2011 14:28:40 +0000 (14:28 +0000)]
elementary/transit: improve current documentation.
Fix the description of some API, and add/change some content of the
detailed description for the entire group.
SVN revision: 60552
Rafael Antognolli [Tue, 21 Jun 2011 14:28:32 +0000 (14:28 +0000)]
elementary/transit: add some examples.
SVN revision: 60551
Rafael Antognolli [Tue, 21 Jun 2011 14:14:05 +0000 (14:14 +0000)]
elementary/transit: fix effects memory leak.
Now it matches the documentation, which says: "end_cb - The function to
free the context data, it will be called at the end of the effect."
SVN revision: 60550
Jonas M. Gastal [Mon, 20 Jun 2011 19:45:32 +0000 (19:45 +0000)]
Elementary: Adding screenshots to examples.
SVN revision: 60534
Rafael Antognolli [Mon, 20 Jun 2011 16:15:59 +0000 (16:15 +0000)]
elementary/bg: fix example doc generation by updating the example code.
This line should be just after elm_bg_add as explained in the example
page.
SVN revision: 60527
Carsten Haitzler [Mon, 20 Jun 2011 10:55:02 +0000 (10:55 +0000)]
Upon reviewing the elm_glview, I've realized a few issues and mistakes that i've
made originally so I've made some changes/ updates to elm_glview
1.) GL Resource Deletion in ELM_GLView
In order to delete GL resources, the current approach simply registered a
delete callback to the GLView object and handled resource deletion there.
Unfortunately, using the delete callback did not guarantee the glview context to be
current. In order to guarantee that the current context was the glview context,
the make_current call needs to be called explicitly. Since we were hiding all the
make current details in elm_glview, i've decided to add an API that registers a
delete callback function. I know that this may seem redundant since there is already
a delete callback that you can register with glview objects. Unfortunately, this is the
only option that we have apart from exposing make_current, which is something that
went again what we are trying to do with elm_glview.
Since adding delete callback alone seemed a little out of place, i've taken the liberty
to add other callback functions to make it seem consistent.
void elm_glview_init_func_set(Evas_Object *obj, Elm_GLView_Func func);
void elm_glview_del_func_set(Evas_Object *obj, Elm_GLView_Func func);
void elm_glview_resize_func_set(Evas_Object *obj, Elm_GLView_Func func);
resize callback can be controversial as well but I want to argue that adding this callback
makes the render function a lot cleaner. To handle resize differently, the user in
render function needs to manually compare and see if the size has changed, and
then handle the cases. Doing all of this internally once makes the developers life
a lot easier in my opinion.
these callback functions do make the render function a lot cleaner. You can check
out the updated test_glview.c or newly added test_glview_simple.
2.) Minor bug fixes/changes
elm_glview_scale_policy_set() was supposed to be elm_glview_resize_policy_set()
but it somehow evaded our reviews. That has been fixed.
Also, in _glview_resize, after updating the surface, it was explicitly calling the
render function. It is actually unnecessary here and calling it here will cause
problems if resize gets called before everything else is setup properly. So that has
been commented out.
3.) test_glview & test_glview_simple
elementary_test case for glview has been updated to reflect the api changes.
when you run the elmentary_test, you need to make sure that you set
ELM_ENGINE=gl as glview currently only runs on gl backend.
test_glview runs the gears example. For testing purposes I've included a simple
glview test case that renders a triangle and changing background color.
SVN revision: 60517
Jaehwan Kim [Mon, 20 Jun 2011 07:20:31 +0000 (07:20 +0000)]
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [patch] els_scroller simple bug
els_scroller in elementary has a simple bug.
In the function "_smart_scrollto_x", it makes the animator
'sd->scrollto.x.animator', if the animator does not exist. But
"_smart_anim_start" before ecore_animator_add can make 2 animators.
If the function which be called by _smart_anim_start call
"elm_scroller_region_bring_in", "_smart_scrollto_x" be called again and make
the animator. After the function which be called by _smart_snim_start ends,
the next line will make the animtor again. Despite the code checks the
animator, it can make 2 animators. So we have to change the order of the code
like patch file.
SVN revision: 60507
Hyoyoung Chang [Mon, 20 Jun 2011 07:13:50 +0000 (07:13 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
* remove pasteimages vars (not used)
* missing text handling custom handler. added.
SVN revision: 60503
Daniel Juyung Seo [Mon, 20 Jun 2011 01:19:51 +0000 (01:19 +0000)]
elm notify: Removed 'unused parameter' warngin.
SVN revision: 60497
ChunEon Park [Sat, 18 Jun 2011 16:16:28 +0000 (16:16 +0000)]
hermet - just changed my email address.
SVN revision: 60477
WooHyun Jung [Sat, 18 Jun 2011 05:47:57 +0000 (05:47 +0000)]
Elementary elm_widget.c: fixed a bug in elm_widget_sub_object_del
Original code did nothing for sd->child_can_focus, So fixed it.
SVN revision: 60470
Vincent Torri [Fri, 17 Jun 2011 21:41:17 +0000 (21:41 +0000)]
Elementary : use binary mode for fopen()
SVN revision: 60462
Rafael Antognolli [Fri, 17 Jun 2011 19:35:50 +0000 (19:35 +0000)]
elementary/build - removed scrolled_entry from POTFILES.in
SVN revision: 60455
Iván Briano [Fri, 17 Jun 2011 18:22:15 +0000 (18:22 +0000)]
don't reference dead scrolled_entry in externals module
SVN revision: 60454
Jonas M. Gastal [Fri, 17 Jun 2011 14:45:19 +0000 (14:45 +0000)]
Elementary: adding image for latex docs.
SVN revision: 60453
ChunEon Park [Fri, 17 Jun 2011 13:36:05 +0000 (13:36 +0000)]
elementary/notify - added restack callback
SVN revision: 60451
ChunEon Park [Fri, 17 Jun 2011 12:51:12 +0000 (12:51 +0000)]
elementary/notify - fixed wrongs.
SVN revision: 60450
ChunEon Park [Fri, 17 Jun 2011 12:42:57 +0000 (12:42 +0000)]
elementary/notify - too much copy and pastes. fixed a logic error.
SVN revision: 60449
Carsten Haitzler [Fri, 17 Jun 2011 11:36:08 +0000 (11:36 +0000)]
allow you to set and get table pack position/size in cells.
SVN revision: 60448
Michael BOUCHAUD [Fri, 17 Jun 2011 11:05:20 +0000 (11:05 +0000)]
elementary: fix clip in the progressbar theme
SVN revision: 60444
Carsten Haitzler [Fri, 17 Jun 2011 09:44:31 +0000 (09:44 +0000)]
big move forward. scrolled entry and entry merge into entry. entry now
can be scrollable or not. scrolled entry now just calls entry calls
and is marked as dperecated to be killed off in the future so no need
to document it etc. edje external also goes.
SVN revision: 60438
Daniel Juyung Seo [Fri, 17 Jun 2011 09:15:29 +0000 (09:15 +0000)]
elm examples: Fixed 'unused parameter' warnings. Added __UNUSED__
macro when config is not defined.
SVN revision: 60433
Carsten Haitzler [Fri, 17 Jun 2011 09:06:09 +0000 (09:06 +0000)]
warn--
SVN revision: 60432
Carsten Haitzler [Fri, 17 Jun 2011 06:58:35 +0000 (06:58 +0000)]
quick 3d test for people to know what the perspective and rotate
params do
SVN revision: 60424