woohyun [Fri, 1 Jul 2011 09:10:11 +0000 (09:10 +0000)]
elementary/elm_widget.c : fix wrong indentation :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60912
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Fri, 1 Jul 2011 09:07:36 +0000 (09:07 +0000)]
elementary/elm_widget.c : Delete meaningless conditional state
(already been checked by the above code)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60911
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 1 Jul 2011 08:58:28 +0000 (08:58 +0000)]
elementary: add suspend infra inside elm_video.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60910
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 1 Jul 2011 07:41:48 +0000 (07:41 +0000)]
elementary: add elm_video.c.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60908
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Fri, 1 Jul 2011 01:10:56 +0000 (01:10 +0000)]
elementary/transit - removed workaround code to evas_map
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60902
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 30 Jun 2011 23:59:00 +0000 (23:59 +0000)]
elementary/transit - trivial refactoring
renamed internal function names.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60894
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 30 Jun 2011 23:58:19 +0000 (23:58 +0000)]
elementary/button - added a missing signal description in doxy.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60893
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 30 Jun 2011 23:43:24 +0000 (23:43 +0000)]
elementary/button - added pressed signal
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60892
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
billiob [Thu, 30 Jun 2011 19:07:35 +0000 (19:07 +0000)]
elementary: be able to compile without the missing elm_video.c
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60881
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 30 Jun 2011 17:18:13 +0000 (17:18 +0000)]
elementary: add higger level elm_video object.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60877
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 30 Jun 2011 15:27:38 +0000 (15:27 +0000)]
elm edje_externals: Applied hoversel/slider elm_xxx_label_get/set API changes.
Use elm_object_text_get/set instead of elm_xxx_label_get/set.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60874
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 30 Jun 2011 12:34:15 +0000 (12:34 +0000)]
elementary/transit - trivial refactoring
internal functions are renamed
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60872
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Thu, 30 Jun 2011 12:28:31 +0000 (12:28 +0000)]
elementary/transit - fixed incorrect logic for recorvering objects' states-context.
when same objects are added to multiple transits which have chained relationship,
the objects couldn't be recovered their states incorrectly.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60871
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 30 Jun 2011 05:58:32 +0000 (05:58 +0000)]
Elm slider: Fix the tests to use the new elm_object_text_set/get API.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60863
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 30 Jun 2011 05:58:29 +0000 (05:58 +0000)]
elm slider: add the elm_object_text_set/get hooks.
deprecate: elm_slider_label_set/get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60862
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 30 Jun 2011 05:43:59 +0000 (05:43 +0000)]
Elm hoversel: Fix the tests to use the new elm_object_text_set/get API.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60861
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Thu, 30 Jun 2011 05:43:56 +0000 (05:43 +0000)]
elm hoversel: add the elm_object_text_set/get hooks.
deprecate: elm_hoversel_label_set/get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60860
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Thu, 30 Jun 2011 05:38:57 +0000 (05:38 +0000)]
elementary : Password's last char show feature can be shown by setting
envs (or modifiying base.src). This patch is made by Shilpa :)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60859
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 30 Jun 2011 02:10:46 +0000 (02:10 +0000)]
elm route: Changed return value of elm_route_emap_set() API from
Eina_Bool to void.
EFL uses void as a xxx_set() API's return value.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60852
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 30 Jun 2011 01:35:41 +0000 (01:35 +0000)]
elm route: Fixed formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60850
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 30 Jun 2011 01:33:38 +0000 (01:33 +0000)]
elm edje_externals: Applied button/toggle elm_xxx_label_get/set API changes.
Use elm_object_text_get/set instead of elm_xxx_label_get/set.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60849
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 29 Jun 2011 22:09:33 +0000 (22:09 +0000)]
Elementary: Fixing doxygen syntax again(quotation marks
required).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60848
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 29 Jun 2011 22:09:27 +0000 (22:09 +0000)]
Elementary: Adding screenshot for bubble example.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60847
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 29 Jun 2011 21:30:40 +0000 (21:30 +0000)]
Elementary: Fix doxygen sintax(linebreaks aren't allowed
there).
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60846
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60845
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 29 Jun 2011 21:04:23 +0000 (21:04 +0000)]
Add examples with explanations for elm_box
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60843
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 29 Jun 2011 20:47:41 +0000 (20:47 +0000)]
Elementary: elm_bubble documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60842
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Wed, 29 Jun 2011 20:47:00 +0000 (20:47 +0000)]
Fixing typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60841
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Wed, 29 Jun 2011 13:24:22 +0000 (13:24 +0000)]
elementary: fix clip and smart child issue with elm_icon.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60816
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60811
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 29 Jun 2011 09:42:14 +0000 (09:42 +0000)]
elementary/transit - trivial changes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60810
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60809
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60808
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60807
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60806
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60805
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 29 Jun 2011 09:11:42 +0000 (09:11 +0000)]
Elm toggle: Also add a deprecation notice to the docs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60804
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60803
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60802
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60800
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60799
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60798
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60797
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60796
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60795
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
mike_m [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>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60794
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Tue, 28 Jun 2011 21:51:56 +0000 (21:51 +0000)]
Expand docs for elm_box
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60774
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 28 Jun 2011 16:18:55 +0000 (16:18 +0000)]
elementary: display previous object during preload of the new image.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60768
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 28 Jun 2011 14:32:42 +0000 (14:32 +0000)]
elementary: fix various bug in elm_icon related to ethumb usage.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60759
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Tue, 28 Jun 2011 09:17:37 +0000 (09:17 +0000)]
elementary: use the key provided by ethumb.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60753
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 28 Jun 2011 08:49:07 +0000 (08:49 +0000)]
Elementary - fixed typo
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60752
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 28 Jun 2011 07:13:28 +0000 (07:13 +0000)]
elm genlist: Removed unnecessary variable.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60747
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 28 Jun 2011 07:02:37 +0000 (07:02 +0000)]
elm test_map: Fixed 'unused parameter' warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60746
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 28 Jun 2011 06:58:35 +0000 (06:58 +0000)]
elm map: Fixed 'unused parameter' warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60745
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Mon, 27 Jun 2011 17:16:00 +0000 (17:16 +0000)]
Example for button and moving docs around
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60738
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60729
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60728
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 27 Jun 2011 10:58:03 +0000 (10:58 +0000)]
elementary/els_icon - fixed identation
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60727
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Mon, 27 Jun 2011 10:26:06 +0000 (10:26 +0000)]
elementary: remove warning and work around insane ecore_thread_check bug.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60725
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 27 Jun 2011 07:34:30 +0000 (07:34 +0000)]
elementary/image - just removed white trailing
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60722
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 27 Jun 2011 05:05:05 +0000 (05:05 +0000)]
elementary/image - fixed typo, stuffed missings in doxy.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60720
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60719
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60718
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60717
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 27 Jun 2011 03:03:16 +0000 (03:03 +0000)]
elm route: Fixed warnings.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60716
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 27 Jun 2011 02:55:52 +0000 (02:55 +0000)]
elm route: Fixed indentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60715
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Mon, 27 Jun 2011 02:54:41 +0000 (02:54 +0000)]
elm: Fixed wrong vim formatting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60714
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Mon, 27 Jun 2011 01:56:40 +0000 (01:56 +0000)]
elementary/els_icon - reduced codes
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60709
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 27 Jun 2011 00:20:54 +0000 (00:20 +0000)]
Elm entry: Fix entry changed signal handling.
Patch by Jihoon Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60708
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
watchwolf [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
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60703
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60697
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
discomfitor [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?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60696
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 25 Jun 2011 23:39:43 +0000 (23:39 +0000)]
elementary: use Eio when available for fileselector.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60692
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 25 Jun 2011 23:20:22 +0000 (23:20 +0000)]
elementary: add some usefull function around sorted insert.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60691
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
watchwolf [Sat, 25 Jun 2011 17:48:55 +0000 (17:48 +0000)]
elm: do not include config.h
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60687
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 25 Jun 2011 15:39:05 +0000 (15:39 +0000)]
elementary: add elm_gengrid_item_sorted_insert.
Original patch from Thiery.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60686
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Sat, 25 Jun 2011 15:35:53 +0000 (15:35 +0000)]
elementary: use Eina_File.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60685
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
watchwolf [Sat, 25 Jun 2011 14:30:10 +0000 (14:30 +0000)]
elm_map: use emap
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60684
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Fri, 24 Jun 2011 08:59:56 +0000 (08:59 +0000)]
elementary: only track elm_icon size change when it matter.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60660
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Fri, 24 Jun 2011 08:44:39 +0000 (08:44 +0000)]
Elementary entry: Added handling of the preedit,changed signal.
Patch by Jihoon Kim.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60659
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 23 Jun 2011 16:05:42 +0000 (16:05 +0000)]
elementary: elm_gengrid_clear should be the last called.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60640
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [Thu, 23 Jun 2011 15:56:31 +0000 (15:56 +0000)]
elementary: fix stringshare refcounting.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60639
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
cedric [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60636
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Thu, 23 Jun 2011 09:51:03 +0000 (09:51 +0000)]
elm genlist: Fixed indentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60626
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 23 Jun 2011 08:52:51 +0000 (08:52 +0000)]
genscroller++. just stubs right now.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60625
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 23 Jun 2011 06:25:12 +0000 (06:25 +0000)]
wrn--
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60617
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60616
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60615
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
raster [Thu, 23 Jun 2011 05:50:20 +0000 (05:50 +0000)]
dont do x cursor stuff if no cur->win
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60614
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
sachiel [Wed, 22 Jun 2011 19:06:01 +0000 (19:06 +0000)]
Detailed docs, examples and explanations for the elm_theme set of funtions
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60603
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Wed, 22 Jun 2011 14:52:11 +0000 (14:52 +0000)]
[elementary] .gitignore on all cscope goop.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60596
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Wed, 22 Jun 2011 14:52:05 +0000 (14:52 +0000)]
[elementary] Example for top level functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60595
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Wed, 22 Jun 2011 14:51:55 +0000 (14:51 +0000)]
[elementary] Documenting the general, top-level
functions.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60594
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Wed, 22 Jun 2011 07:05:13 +0000 (07:05 +0000)]
Elm check+radio: Fix alignment of text to be according of text direction.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60575
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 22 Jun 2011 05:37:24 +0000 (05:37 +0000)]
elementary/transit - removed DEPRECATED APIs.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60572
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 22 Jun 2011 05:32:50 +0000 (05:32 +0000)]
elementary/animator - * DEPRECATED.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60571
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 22 Jun 2011 05:30:49 +0000 (05:30 +0000)]
elementary/diskselector - fixed typos (lenght -> length)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60570
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Tue, 21 Jun 2011 18:14:26 +0000 (18:14 +0000)]
[elementary] Let's gather our example texts together,
eh?
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60558
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
maxerba [Tue, 21 Jun 2011 15:56:20 +0000 (15:56 +0000)]
updating dutch translations
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60555
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60552
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33