framework/uifw/elementary.git
13 years agouse strrchr() over rindex() for portability
caro [Mon, 11 Jul 2011 04:15:42 +0000 (04:15 +0000)]
use strrchr() over rindex() for portability

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61225 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: Ignore sample programs in docs
mike_m [Mon, 11 Jul 2011 02:51:27 +0000 (02:51 +0000)]
elementary: Ignore sample programs in docs

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61223 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementry/list - added missing a line.
hermet [Mon, 11 Jul 2011 02:26:27 +0000 (02:26 +0000)]
elementry/list - added missing a line.

When raster modified to use standard macro,
this line is removed also.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61221 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: elementary_config.h is a local include
mike_m [Mon, 11 Jul 2011 01:22:19 +0000 (01:22 +0000)]
elementary: elementary_config.h is a local include

Using #include <elementary_config.h> will fail if
elementary has never been installed.

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61220 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoagain, first part of the fix of compilation of elm_map without ecore_con. elm_map...
caro [Sun, 10 Jul 2011 21:45:47 +0000 (21:45 +0000)]
again, first part of the fix of compilation of elm_map without ecore_con. elm_map.c must be fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61216 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix win32 compilation
caro [Sun, 10 Jul 2011 21:35:33 +0000 (21:35 +0000)]
fix win32 compilation

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61215 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoMake it compile under linux again.
onefang [Sun, 10 Jul 2011 15:08:12 +0000 (15:08 +0000)]
Make it compile under linux again.

If it's still broken under Windows, caro can fix it after the spanking.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61214 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm glayer: Moved functions around.
tasn [Sun, 10 Jul 2011 14:10:57 +0000 (14:10 +0000)]
Elm glayer: Moved functions around.

This patch, and the 2 before are from Aharon Hillel.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61209 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRevert "add first part of the ecore_con support. elm_map.c must be fixed."
tasn [Sun, 10 Jul 2011 11:51:47 +0000 (11:51 +0000)]
Revert "add first part of the ecore_con support. elm_map.c must be fixed."

Elm doesn't compile for me with this in.
This reverts commit 61193

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61198 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm glayer: Keep finger pressed states across gesture layer.
tasn [Sun, 10 Jul 2011 11:51:44 +0000 (11:51 +0000)]
Elm glayer: Keep finger pressed states across gesture layer.

And various formatting changes.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61197 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm glayer: Correct logging of down-fingers + removed redundant copies.
tasn [Sun, 10 Jul 2011 11:51:40 +0000 (11:51 +0000)]
Elm glayer: Correct logging of down-fingers + removed redundant copies.

Changed way of logging touched-devices.
Moved copy-event to history-add

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61196 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd first part of the ecore_con support. elm_map.c must be fixed.
caro [Sun, 10 Jul 2011 09:00:57 +0000 (09:00 +0000)]
add first part of the ecore_con support. elm_map.c must be fixed.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61193 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agofix compilation on Windows
caro [Sun, 10 Jul 2011 08:55:46 +0000 (08:55 +0000)]
fix compilation on Windows

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61192 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/elm_widget : When elm_win sets as disabled,
woohyun [Sat, 9 Jul 2011 05:13:35 +0000 (05:13 +0000)]
elementary/elm_widget : When elm_win sets as disabled,
elm_widget_focus_cycle does nothing. So should be separated as sepcial
case.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61169 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/elm_widget : One of parents sets as disabled, focus_steal
woohyun [Sat, 9 Jul 2011 02:26:49 +0000 (02:26 +0000)]
elementary/elm_widget : One of parents sets as disabled, focus_steal
should be ignored.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61165 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElementary: elm_frame documentation.
gastal [Fri, 8 Jul 2011 14:37:32 +0000 (14:37 +0000)]
Elementary: elm_frame documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61157 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElementary: colorselector documentation.
gastal [Fri, 8 Jul 2011 14:37:16 +0000 (14:37 +0000)]
Elementary: colorselector documentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61156 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElementary: Adding API Reference link back.
gastal [Fri, 8 Jul 2011 14:37:05 +0000 (14:37 +0000)]
Elementary: Adding API Reference link back.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61155 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm src/edje_externals/Makefile.am: Build alphabetical order.
seoz [Fri, 8 Jul 2011 11:20:53 +0000 (11:20 +0000)]
elm src/edje_externals/Makefile.am: Build alphabetical order.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61153 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm conform: Eina_Bool parameter is added to API
seoz [Fri, 8 Jul 2011 07:50:36 +0000 (07:50 +0000)]
elm conform: Eina_Bool parameter is added to API
elm_widget_show_region_set to set the show region always. Earlier, the
API expects some change, to redo the job. Patch by Prince Kumar Dubey
<prince.dubey@samsung.com>

------- Original Message -------
Sender : PRINCE KUMAR DUBEY<prince.dubey@samsung.com>
Date : 2011-05-20 17:41 (GMT+09:00)
Title : [E-devel] [Patch] elm_conform patch

Hi Mr Seo,
Can you please send the attached patch of elm_conformant to EFL ope-src community.
Change Log:
Eina_Bool parameter is added to API elm_widget_show_region_set to set
the show region always. Earlier, the API expects some change, to redo the job.
This enhancement is already approved by raster in gerrit review.

Thank you.
Regards,

Prince

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61148 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm icon: Fixed indentation.
seoz [Fri, 8 Jul 2011 04:07:38 +0000 (04:07 +0000)]
elm icon: Fixed indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61142 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm glayer: Formatting changes and removed a redudant comment.
tasn [Thu, 7 Jul 2011 15:19:23 +0000 (15:19 +0000)]
Elm glayer: Formatting changes and removed a redudant comment.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61122 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm default.edc: Removed trailing whitespaces.
seoz [Thu, 7 Jul 2011 14:51:26 +0000 (14:51 +0000)]
elm default.edc: Removed trailing whitespaces.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61121 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm module: Added guard code.
seoz [Thu, 7 Jul 2011 14:50:50 +0000 (14:50 +0000)]
elm module: Added guard code.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61120 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm gesture layer: Added a test for the gesture layer widget.
tasn [Thu, 7 Jul 2011 14:41:10 +0000 (14:41 +0000)]
Elm gesture layer: Added a test for the gesture layer widget.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61119 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm gesture_layer: Added gesture layer widget.
tasn [Thu, 7 Jul 2011 14:41:03 +0000 (14:41 +0000)]
Elm gesture_layer: Added gesture layer widget.

Gesture layer allows detection of gestures and essentially gives the
user a unified way of getting "complex" input.
It doesn't do (by design) complex gestures like "V" or "S", instead it
does simple and fast interaction gestures like: 2-finger
pinch/rotate/lines or CTRL+Mouse_Wheel zoom and etc.
This lets people to write an application/widget regardless of the input
device used and in a nice consistent way.

Although we consider the API "good", it may change completely. I'm
committing it now so people will be able to start using it, and
hopefully give feedback.

Work by Aharon Hillel with my help.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61118 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm Elementary.h.in: Unified the way of using EINA_ARG_NOTNULL.
seoz [Thu, 7 Jul 2011 13:07:05 +0000 (13:07 +0000)]
elm Elementary.h.in: Unified the way of using EINA_ARG_NOTNULL.

I put semicolon at the end of declarations.
EAPI elm_xxxx(yyyyy) EINA_ARG_NOTNULL(1);

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61116 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm genlist/list/gengrid: Removed deprecated signal "clicked". Use
seoz [Thu, 7 Jul 2011 12:49:39 +0000 (12:49 +0000)]
elm genlist/list/gengrid: Removed deprecated signal "clicked". Use
"clicked,double" instead.

The name was wrong and I added a proper signals few months ago. Not I
removed wrong signals.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61115 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agomake widget previews noinst
raster [Thu, 7 Jul 2011 06:27:28 +0000 (06:27 +0000)]
make widget previews noinst

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61106 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm layout: Fixed theme hook bug.
seoz [Thu, 7 Jul 2011 04:48:49 +0000 (04:48 +0000)]
elm layout: Fixed theme hook bug.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61103 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm Elementary.h.in: Removed trailing whitespaces.
seoz [Thu, 7 Jul 2011 02:31:26 +0000 (02:31 +0000)]
elm Elementary.h.in: Removed trailing whitespaces.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61102 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm/src/edje_externals/elm_icon.c: Fixed indentation.
seoz [Wed, 6 Jul 2011 13:24:35 +0000 (13:24 +0000)]
elm/src/edje_externals/elm_icon.c: Fixed indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61083 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm animator: Apparently this is deprecated, update docs accordingly.
tasn [Wed, 6 Jul 2011 11:17:01 +0000 (11:17 +0000)]
Elm animator: Apparently this is deprecated, update docs accordingly.

Hermet told me this is depercated and Transit should be used instead.
Anyhow, the functions were only marked as deprecated with the warning macro
and not in docs, fixed that.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61082 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoa start on an example of what i was thinking of for widget docs... eg
raster [Wed, 6 Jul 2011 10:30:35 +0000 (10:30 +0000)]
a start on an example of what i was thinking of for widget docs... eg
example screenshots auto-generated by scripts when we do "make doc"
with those images put in the docs for that widget. some examples of
usage.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61078 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: add forgotten image.
cedric [Wed, 6 Jul 2011 08:23:08 +0000 (08:23 +0000)]
elementary: add forgotten image.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61069 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: Fix build break
mike_m [Wed, 6 Jul 2011 04:25:02 +0000 (04:25 +0000)]
elementary: Fix build break

Probably from @61053

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61064 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoCEEEEEDRIIC! you didnt add the mp_* icons!
raster [Wed, 6 Jul 2011 00:52:37 +0000 (00:52 +0000)]
CEEEEEDRIIC! you didnt add the mp_* icons!

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61063 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan...
seoz [Tue, 5 Jul 2011 17:17:14 +0000 (17:17 +0000)]
elm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan.kim@samsung.com>

2011/7/5 Jaehwan Kim <jae.hwan.kim@samsung.com>:
>
> Dear all,
>
> In target, elm_genlist sometime blink while it realize again.
> It is why the signal like "elm,state,selected" isn't processed immediatly.
> So it show default state and then change to seleted state.
> _item_realize have to process the signals immediatly.
> It add a line "edje_object_message_signal_process" in the last of the _item_realize.
> Please check the patch.
>
> Thanks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61061 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm: Removed trailing whitespaces.
seoz [Tue, 5 Jul 2011 16:59:23 +0000 (16:59 +0000)]
elm: Removed trailing whitespaces.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61057 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: add the basic of an elm_player object.
cedric [Tue, 5 Jul 2011 14:05:59 +0000 (14:05 +0000)]
elementary: add the basic of an elm_player object.

This object should be linked with an elm_video to be
usefull at all. If people have some graphical skill,
the kind of thing I lack, you are welcome to improve
this player !

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61053 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: sizing eval should be done before.
cedric [Tue, 5 Jul 2011 14:01:36 +0000 (14:01 +0000)]
elementary: sizing eval should be done before.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61052 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: use line wrap for the edje_external entry object
yoz [Tue, 5 Jul 2011 11:30:46 +0000 (11:30 +0000)]
elementary: use line wrap for the edje_external entry object

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61046 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: add elm_entry_line_wrap_get
yoz [Tue, 5 Jul 2011 11:29:35 +0000 (11:29 +0000)]
elementary: add elm_entry_line_wrap_get

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61045 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: add entry widget in edje_external
yoz [Tue, 5 Jul 2011 10:33:24 +0000 (10:33 +0000)]
elementary: add entry widget in edje_external

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61037 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
raster [Tue, 5 Jul 2011 08:17:39 +0000 (08:17 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_win - add continuous capturing screen

I've made a patch about elm_win.

Adding repeat option to support continuous capturing the screen.

Repeat range is can set from 1 to 999.

Filename is set like "filename001.png"

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61034 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/elm_widget : Fix _newest_focus_order_get, it should not
woohyun [Tue, 5 Jul 2011 07:59:01 +0000 (07:59 +0000)]
elementary/elm_widget : Fix _newest_focus_order_get, it should not
return disabled object

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61033 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm/bin/Makefile.am: Reorder sequence.
seoz [Tue, 5 Jul 2011 07:26:12 +0000 (07:26 +0000)]
elm/bin/Makefile.am: Reorder sequence.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61032 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm/data/objects test.edc: Fixed indentation.
seoz [Tue, 5 Jul 2011 04:58:05 +0000 (04:58 +0000)]
elm/data/objects test.edc: Fixed indentation.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61031 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: fix build without X.
cedric [Mon, 4 Jul 2011 21:59:48 +0000 (21:59 +0000)]
elementary: fix build without X.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61024 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: fix some source of nasty warning.
cedric [Mon, 4 Jul 2011 19:58:04 +0000 (19:58 +0000)]
elementary: fix some source of nasty warning.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61020 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: make it possible to actually free string returned by value to string...
cedric [Mon, 4 Jul 2011 19:56:19 +0000 (19:56 +0000)]
elementary: make it possible to actually free string returned by value to string callback.

NOTE: this introduce an API/ABI incompatibility. You need to think if you need to free the
data you allocated in the callback, if yes, then you need to provide a function to free that
data, if not, you could just set NULL as the third parameter.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61019 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoadd mmap safety enable in elm too
raster [Mon, 4 Jul 2011 11:04:26 +0000 (11:04 +0000)]
add mmap safety enable in elm too

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61003 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm: Make all the widgets accept "default" as the default.
tasn [Mon, 4 Jul 2011 10:52:23 +0000 (10:52 +0000)]
Elm: Make all the widgets accept "default" as the default.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61002 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm entry: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:40:13 +0000 (10:40 +0000)]
elm entry: add the elm_object_text_set/get hooks.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61001 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm anchorblock: Fix code to use the new elm_object_text_set/get API
tasn [Mon, 4 Jul 2011 10:40:10 +0000 (10:40 +0000)]
Elm anchorblock: Fix code to use the new elm_object_text_set/get API

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61000 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm anchorblock: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:40:07 +0000 (10:40 +0000)]
elm anchorblock: add the elm_object_text_set/get hooks.

deprecate: elm_anchorblock_text_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60999 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm anchorview: Fix code to use the new elm_object_text_set/get API
tasn [Mon, 4 Jul 2011 10:40:02 +0000 (10:40 +0000)]
Elm anchorview: Fix code to use the new elm_object_text_set/get API

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60998 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm anchorview: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:39:58 +0000 (10:39 +0000)]
elm anchorview: add the elm_object_text_set/get hooks.

deprecate: elm_anchorview_text_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60997 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm bubble: Fix code to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 10:14:14 +0000 (10:14 +0000)]
Elm bubble: Fix code to use the new elm_object_text_set/get API.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60996 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm bubble: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:14:11 +0000 (10:14 +0000)]
elm bubble: add the elm_object_text_set/get hooks.

deprecate: elm_bubble_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60995 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm fileselector_btn_ent: Fix code to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 10:14:08 +0000 (10:14 +0000)]
Elm fileselector_btn_ent: Fix code to use the new elm_object_text_set/get API.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60994 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm fileselector_button_entry: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:14:05 +0000 (10:14 +0000)]
elm fileselector_button_entry: add the elm_object_text_set/get hooks.

deprecate: elm_fileselector_button_entry_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60993 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm fileselector_btn: Fix code to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 10:14:02 +0000 (10:14 +0000)]
Elm fileselector_btn: Fix code to use the new elm_object_text_set/get API.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60992 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm fileselector_button: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:13:59 +0000 (10:13 +0000)]
elm fileselector_button: add the elm_object_text_set/get hooks.

deprecate: elm_fileselector_button_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60991 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm progress: Fix code to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 10:13:56 +0000 (10:13 +0000)]
Elm progress: Fix code to use the new elm_object_text_set/get API.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60990 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm progressbar: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:13:53 +0000 (10:13 +0000)]
elm progressbar: add the elm_object_text_set/get hooks.

deprecate: elm_progressbar_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60989 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm check: Fix edje_externals to use elm_object_text_set.
tasn [Mon, 4 Jul 2011 10:13:50 +0000 (10:13 +0000)]
Elm check: Fix edje_externals to use elm_object_text_set.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60988 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm radio: Fix the tests to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 10:13:46 +0000 (10:13 +0000)]
Elm radio: 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@60987 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm radio: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 10:13:43 +0000 (10:13 +0000)]
elm radio: add the elm_object_text_set/get hooks.

deprecate: elm_radio_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60986 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm check: Add deprecation notice to doxygen.
tasn [Mon, 4 Jul 2011 10:13:39 +0000 (10:13 +0000)]
Elm check: Add deprecation notice to doxygen.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60985 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElementary: Rename elm_object_label_* -> elm_object_text_part_*.
tasn [Mon, 4 Jul 2011 09:18:16 +0000 (09:18 +0000)]
Elementary: Rename elm_object_label_* -> elm_object_text_part_*.

This name is better as it also applies for entries, and not just
for labels.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60975 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm Check: Fix the tests to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 09:18:13 +0000 (09:18 +0000)]
Elm Check: 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@60974 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm check: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 09:18:10 +0000 (09:18 +0000)]
elm check: add the elm_object_text_set/get hooks.

deprecate: elm_check_indicator_label_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60973 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElm actionslider: Fix the tests to use the new elm_object_text_set/get API.
tasn [Mon, 4 Jul 2011 09:18:07 +0000 (09:18 +0000)]
Elm actionslider: 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@60972 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm actionslider: add the elm_object_text_set/get hooks.
tasn [Mon, 4 Jul 2011 09:18:04 +0000 (09:18 +0000)]
elm actionslider: add the elm_object_text_set/get hooks.

deprecate: elm_actionslider_indicator_label_set/get,
   elm_actionslider_labels_set/get.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60971 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/video - added missed "" for strings .
hermet [Mon, 4 Jul 2011 05:15:58 +0000 (05:15 +0000)]
elementary/video - added missed "" for strings .

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60964 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm: Removed trailing whitespaces.
seoz [Sun, 3 Jul 2011 07:49:02 +0000 (07:49 +0000)]
elm: Removed trailing whitespaces.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60952 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelm/src/bin Makefile.am: Removed trailing whitespaces.
seoz [Sun, 3 Jul 2011 07:46:55 +0000 (07:46 +0000)]
elm/src/bin Makefile.am: Removed trailing whitespaces.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60951 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary: fix little mistake in elm_video.
cedric [Sat, 2 Jul 2011 12:23:47 +0000 (12:23 +0000)]
elementary: fix little mistake in elm_video.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60939 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary - sort the files in alphabetical order.
hermet [Sat, 2 Jul 2011 06:26:27 +0000 (06:26 +0000)]
elementary - sort the files in alphabetical order.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60932 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/transit - trivial changes.
hermet [Sat, 2 Jul 2011 06:01:35 +0000 (06:01 +0000)]
elementary/transit - trivial changes.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60931 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/transit - added missed wrn messages.
hermet [Sat, 2 Jul 2011 05:58:56 +0000 (05:58 +0000)]
elementary/transit - added missed wrn messages.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60930 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/transit - just renamed internal variables.
hermet [Sat, 2 Jul 2011 05:57:06 +0000 (05:57 +0000)]
elementary/transit - just renamed internal variables.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60929 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/transit - added wrn/err messages.
hermet [Sat, 2 Jul 2011 05:53:38 +0000 (05:53 +0000)]
elementary/transit - added wrn/err messages.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60928 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoElementary: Adding screenshot for anchrotwins example.
gastal [Fri, 1 Jul 2011 17:32:20 +0000 (17:32 +0000)]
Elementary: Adding screenshot for anchrotwins example.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60924 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoRemoving broken links.
gastal [Fri, 1 Jul 2011 14:40:22 +0000 (14:40 +0000)]
Removing broken links.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@60920 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

13 years agoelementary/elm_widget.c : fix wrong indentation :)
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

13 years agoelementary/elm_widget.c : Delete meaningless conditional state
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

13 years agoelementary: add suspend infra inside elm_video.
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

13 years agoelementary: add elm_video.c.
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

13 years agoelementary/transit - removed workaround code to evas_map
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

13 years agoelementary/transit - trivial refactoring
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

13 years agoelementary/button - added a missing signal description in doxy.
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

13 years agoelementary/button - added pressed signal
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

13 years agoelementary: be able to compile without the missing elm_video.c
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

13 years agoelementary: add higger level elm_video object.
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

13 years agoelm edje_externals: Applied hoversel/slider elm_xxx_label_get/set API changes.
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

13 years agoelementary/transit - trivial refactoring
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

13 years agoelementary/transit - fixed incorrect logic for recorvering objects' states-context.
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

13 years agoElm slider: Fix the tests to use the new elm_object_text_set/get API.
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