hermet [Wed, 13 Jul 2011 04:21:50 +0000 (04:21 +0000)]
elementary/naviframe - added new widget.
This widget is for application's view manager such as elm_pager
But has optional functions more for users convenience.
Not completed yet for decorations. but basic frame is completed.
Need to have a review.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61313
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 13 Jul 2011 01:41:56 +0000 (01:41 +0000)]
elementary/test_gesture_layer - oops. ciritical misktake. :p
elm_animator -> elm_transit
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61312
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 13 Jul 2011 01:39:43 +0000 (01:39 +0000)]
elementray/test_gesture_layer - trivial changes.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61311
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Wed, 13 Jul 2011 01:35:10 +0000 (01:35 +0000)]
elementary/test_gesture_layer - modified to use elm_transit.
but need to check it works fine.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61310
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Tue, 12 Jul 2011 17:52:27 +0000 (17:52 +0000)]
Elementary: elm_label documentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61305
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 12 Jul 2011 12:17:13 +0000 (12:17 +0000)]
Elm cursor: Only set cursor if we are in X.
This fixes the issue with the shot module, and possibly when
running on other non-X engines when elementary is built with X support.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61288
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Tue, 12 Jul 2011 12:16:58 +0000 (12:16 +0000)]
Elm dnd: abort drop_target_add if this is not an X window.
This fixes the issue with the shot module, and possibly when
running on other non-X engines when elementary is built with X support.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61287
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 12 Jul 2011 09:52:52 +0000 (09:52 +0000)]
elm genscroller: Removed trailing whitespaces.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61276
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 12 Jul 2011 09:03:18 +0000 (09:03 +0000)]
elm gengrid: Fixed documentation typo.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61271
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
woohyun [Tue, 12 Jul 2011 08:22:16 +0000 (08:22 +0000)]
elementary/elm_widget : add focus_disabled_handle.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61270
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
seoz [Tue, 12 Jul 2011 04:51:39 +0000 (04:51 +0000)]
elm entry: Fixed indentation.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61265
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 12 Jul 2011 03:51:51 +0000 (03:51 +0000)]
elementary/ctxpopup - added missing images.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61264
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 12 Jul 2011 03:49:30 +0000 (03:49 +0000)]
elementary/ctxpopup - trivial changes.
fixed indenation.
removed useless lines.
so on.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61263
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 12 Jul 2011 03:45:12 +0000 (03:45 +0000)]
elementary/default.edc - updated ctxpopup arrow.
to more precious positioning.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61262
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
hermet [Tue, 12 Jul 2011 03:26:53 +0000 (03:26 +0000)]
elementary/ctxpopup - trivial changes.
just modified code style.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61261
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Mon, 11 Jul 2011 21:06:04 +0000 (21:06 +0000)]
[elementary] Documenting/exemplyfing flip selector's API:
- elm_flipselector_add
- elm_flipselector_first_item_get
- elm_flipselector_flip_next
- elm_flipselector_flip_prev
- elm_flipselector_interval_get
- elm_flipselector_interval_set
- elm_flipselector_item_append
- elm_flipselector_item_del
- elm_flipselector_item_label_get
- elm_flipselector_item_label_set
- elm_flipselector_item_next_get
- elm_flipselector_item_prepend
- elm_flipselector_item_prev_get
- elm_flipselector_item_selected_get
- elm_flipselector_item_selected_set
- elm_flipselector_items_get
- elm_flipselector_last_item_get
- elm_flipselector_selected_item_get
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61256
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 11 Jul 2011 15:00:41 +0000 (15:00 +0000)]
Elementary: making doc clearer.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61248
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
gastal [Mon, 11 Jul 2011 14:56:41 +0000 (14:56 +0000)]
Elementary: documentation for checkbox.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61247
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
tasn [Mon, 11 Jul 2011 14:46:16 +0000 (14:46 +0000)]
Elm test: Added a --test-win-only to not show the main list window.
This is a nice workaround if you want to use the shot module to take
pictures of the various tests, since the shot module doesn't behave nicely
with multiple windows atm.
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61246
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
glima [Mon, 11 Jul 2011 13:51:32 +0000 (13:51 +0000)]
[elementary] Documenting/exemplifying the following:
- elm_clock_add
- elm_clock_digit_edit_get
- elm_clock_digit_edit_set
- elm_clock_edit_get
- elm_clock_edit_set
- elm_clock_interval_get
- elm_clock_interval_set
- elm_clock_show_am_pm_get
- elm_clock_show_am_pm_set
- elm_clock_show_seconds_get
- elm_clock_show_seconds_set
- elm_clock_time_get
- elm_clock_time_set
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@61241
7cbeb6ba-43b4-40fd-8cce-
4c39aea84d33
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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