platform/upstream/elementary.git
13 years agoelementary/default.edc - updated ctxpopup arrow.
ChunEon Park [Tue, 12 Jul 2011 03:45:12 +0000 (03:45 +0000)]
elementary/default.edc - updated ctxpopup arrow.

to more precious positioning.

SVN revision: 61262

13 years agoelementary/ctxpopup - trivial changes.
ChunEon Park [Tue, 12 Jul 2011 03:26:53 +0000 (03:26 +0000)]
elementary/ctxpopup - trivial changes.

just modified code style.

SVN revision: 61261

13 years ago[elementary] Documenting/exemplyfing flip selector's API:
Gustavo Lima Chaves [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

SVN revision: 61256

13 years agoElementary: making doc clearer.
Jonas M. Gastal [Mon, 11 Jul 2011 15:00:41 +0000 (15:00 +0000)]
Elementary: making doc clearer.

SVN revision: 61248

13 years agoElementary: documentation for checkbox.
Jonas M. Gastal [Mon, 11 Jul 2011 14:56:41 +0000 (14:56 +0000)]
Elementary: documentation for checkbox.

SVN revision: 61247

13 years agoElm test: Added a --test-win-only to not show the main list window.
Tom Hacohen [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.

SVN revision: 61246

13 years ago[elementary] Documenting/exemplifying the following:
Gustavo Lima Chaves [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

SVN revision: 61241

13 years agouse strrchr() over rindex() for portability
Vincent Torri [Mon, 11 Jul 2011 04:15:42 +0000 (04:15 +0000)]
use strrchr() over rindex() for portability

SVN revision: 61225

13 years agoelementary: Ignore sample programs in docs
Mike McCormack [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>
SVN revision: 61223

13 years agoelementry/list - added missing a line.
ChunEon Park [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.

SVN revision: 61221

13 years agoelementary: elementary_config.h is a local include
Mike McCormack [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>
SVN revision: 61220

13 years agoagain, first part of the fix of compilation of elm_map without ecore_con. elm_map...
Vincent Torri [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.

SVN revision: 61216

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

SVN revision: 61215

13 years agoMake it compile under linux again.
David Walter Seikel [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.

SVN revision: 61214

13 years agoElm glayer: Moved functions around.
Tom Hacohen [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.

SVN revision: 61209

13 years agoRevert "add first part of the ecore_con support. elm_map.c must be fixed."
Tom Hacohen [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

SVN revision: 61198

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

And various formatting changes.

SVN revision: 61197

13 years agoElm glayer: Correct logging of down-fingers + removed redundant copies.
Tom Hacohen [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

SVN revision: 61196

13 years agoadd first part of the ecore_con support. elm_map.c must be fixed.
Vincent Torri [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.

SVN revision: 61193

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

SVN revision: 61192

13 years agoelementary/elm_widget : When elm_win sets as disabled,
WooHyun Jung [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.

SVN revision: 61169

13 years agoelementary/elm_widget : One of parents sets as disabled, focus_steal
WooHyun Jung [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.

SVN revision: 61165

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

SVN revision: 61157

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

SVN revision: 61156

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

SVN revision: 61155

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

SVN revision: 61153

13 years agoelm conform: Eina_Bool parameter is added to API
Daniel Juyung Seo [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

SVN revision: 61148

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

SVN revision: 61142

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

SVN revision: 61122

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

SVN revision: 61121

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

SVN revision: 61120

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

SVN revision: 61119

13 years agoElm gesture_layer: Added gesture layer widget.
Tom Hacohen [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.

SVN revision: 61118

13 years agoelm Elementary.h.in: Unified the way of using EINA_ARG_NOTNULL.
Daniel Juyung Seo [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);

SVN revision: 61116

13 years agoelm genlist/list/gengrid: Removed deprecated signal "clicked". Use
Daniel Juyung Seo [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.

SVN revision: 61115

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

SVN revision: 61106

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

SVN revision: 61103

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

SVN revision: 61102

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

SVN revision: 61083

13 years agoElm animator: Apparently this is deprecated, update docs accordingly.
Tom Hacohen [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.

SVN revision: 61082

13 years agoa start on an example of what i was thinking of for widget docs... eg
Carsten Haitzler [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.

SVN revision: 61078

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

SVN revision: 61069

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

SVN revision: 61053

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 61064

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

SVN revision: 61063

13 years agoelm genlist: Fixed delayed signal processing issue. Patch by Jaehwan Kim <jae.hwan...
Daniel Juyung Seo [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.

SVN revision: 61061

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

SVN revision: 61057

13 years agoelementary: add the basic of an elm_player object.
Cedric BAIL [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 !

SVN revision: 61053

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

SVN revision: 61052

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

SVN revision: 61046

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

SVN revision: 61045

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

SVN revision: 61037

13 years agoFrom: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Hyoyoung Chang [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"

SVN revision: 61034

13 years agoelementary/elm_widget : Fix _newest_focus_order_get, it should not
WooHyun Jung [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

SVN revision: 61033

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

SVN revision: 61032

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

SVN revision: 61031

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

SVN revision: 61024

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

SVN revision: 61020

13 years agoelementary: make it possible to actually free string returned by value to string...
Cedric BAIL [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.

SVN revision: 61019

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

SVN revision: 61003

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

SVN revision: 61002

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

SVN revision: 61001

13 years agoElm anchorblock: Fix code to use the new elm_object_text_set/get API
Tom Hacohen [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

SVN revision: 61000

13 years agoelm anchorblock: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60999

13 years agoElm anchorview: Fix code to use the new elm_object_text_set/get API
Tom Hacohen [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

SVN revision: 60998

13 years agoelm anchorview: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60997

13 years agoElm bubble: Fix code to use the new elm_object_text_set/get API.
Tom Hacohen [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.

SVN revision: 60996

13 years agoelm bubble: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60995

13 years agoElm fileselector_btn_ent: Fix code to use the new elm_object_text_set/get API.
Tom Hacohen [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.

SVN revision: 60994

13 years agoelm fileselector_button_entry: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60993

13 years agoElm fileselector_btn: Fix code to use the new elm_object_text_set/get API.
Tom Hacohen [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.

SVN revision: 60992

13 years agoelm fileselector_button: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60991

13 years agoElm progress: Fix code to use the new elm_object_text_set/get API.
Tom Hacohen [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.

SVN revision: 60990

13 years agoelm progressbar: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60989

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

SVN revision: 60988

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

SVN revision: 60987

13 years agoelm radio: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60986

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

SVN revision: 60985

13 years agoElementary: Rename elm_object_label_* -> elm_object_text_part_*.
Tom Hacohen [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.

SVN revision: 60975

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

SVN revision: 60974

13 years agoelm check: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60973

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

SVN revision: 60972

13 years agoelm actionslider: add the elm_object_text_set/get hooks.
Tom Hacohen [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.

SVN revision: 60971

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

SVN revision: 60964

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

SVN revision: 60952

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

SVN revision: 60951

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

SVN revision: 60939

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

SVN revision: 60932

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

SVN revision: 60931

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

SVN revision: 60930

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

SVN revision: 60929

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

SVN revision: 60928

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

SVN revision: 60924

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

SVN revision: 60920

13 years agoelementary/elm_widget.c : fix wrong indentation :)
WooHyun Jung [Fri, 1 Jul 2011 09:10:11 +0000 (09:10 +0000)]
elementary/elm_widget.c : fix wrong indentation :)

SVN revision: 60912

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

SVN revision: 60911

13 years agoelementary: add suspend infra inside elm_video.
Cedric BAIL [Fri, 1 Jul 2011 08:58:28 +0000 (08:58 +0000)]
elementary: add suspend infra inside elm_video.

SVN revision: 60910

13 years agoelementary: add elm_video.c.
Cedric BAIL [Fri, 1 Jul 2011 07:41:48 +0000 (07:41 +0000)]
elementary: add elm_video.c.

SVN revision: 60908

13 years agoelementary/transit - removed workaround code to evas_map
ChunEon Park [Fri, 1 Jul 2011 01:10:56 +0000 (01:10 +0000)]
elementary/transit - removed workaround code to evas_map

SVN revision: 60902

13 years agoelementary/transit - trivial refactoring
ChunEon Park [Thu, 30 Jun 2011 23:59:00 +0000 (23:59 +0000)]
elementary/transit - trivial refactoring

renamed internal function names.

SVN revision: 60894

13 years agoelementary/button - added a missing signal description in doxy.
ChunEon Park [Thu, 30 Jun 2011 23:58:19 +0000 (23:58 +0000)]
elementary/button - added a missing signal description in doxy.

SVN revision: 60893