Commit Graph

3143 Commits

Author SHA1 Message Date
Daniel Juyung Seo 912e97f63d elm entry: Fixed indentation.
SVN revision: 61265
2011-07-12 04:51:39 +00:00
ChunEon Park acfc52ee86 elementary/ctxpopup - added missing images.
SVN revision: 61264
2011-07-12 03:51:51 +00:00
ChunEon Park e7a7fe05aa elementary/ctxpopup - trivial changes.
fixed indenation. 
removed useless lines. 
so on. 



SVN revision: 61263
2011-07-12 03:49:30 +00:00
ChunEon Park ee192b1a40 elementary/default.edc - updated ctxpopup arrow.
to more precious positioning. 



SVN revision: 61262
2011-07-12 03:45:12 +00:00
ChunEon Park 398a24a50d elementary/ctxpopup - trivial changes.
just modified code style. 



SVN revision: 61261
2011-07-12 03:26:53 +00:00
Gustavo Lima Chaves ee6c3bffca [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
2011-07-11 21:06:04 +00:00
Jonas M. Gastal f4e321fc12 Elementary: making doc clearer.
SVN revision: 61248
2011-07-11 15:00:41 +00:00
Jonas M. Gastal 694f02f666 Elementary: documentation for checkbox.
SVN revision: 61247
2011-07-11 14:56:41 +00:00
Tom Hacohen 49b65bfc62 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
2011-07-11 14:46:16 +00:00
Gustavo Lima Chaves 7cb0738b9e [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
2011-07-11 13:51:32 +00:00
Vincent Torri 58553b41ec use strrchr() over rindex() for portability
SVN revision: 61225
2011-07-11 04:15:42 +00:00
Mike McCormack 4975adfd17 elementary: Ignore sample programs in docs
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 61223
2011-07-11 02:51:27 +00:00
ChunEon Park 5e8a3cf674 elementry/list - added missing a line.
When raster modified to use standard macro, 
this line is removed also. 



SVN revision: 61221
2011-07-11 02:26:27 +00:00
Mike McCormack 252c052ea7 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
2011-07-11 01:22:19 +00:00
Vincent Torri d3a1fdd8fb again, first part of the fix of compilation of elm_map without ecore_con. elm_map.c must be fixed.
SVN revision: 61216
2011-07-10 21:45:47 +00:00
Vincent Torri 3fcd1757ea fix win32 compilation
SVN revision: 61215
2011-07-10 21:35:33 +00:00
David Walter Seikel b2171db9e9 Make it compile under linux again.
If it's still broken under Windows, caro can fix it after the spanking.


SVN revision: 61214
2011-07-10 15:08:12 +00:00
Tom Hacohen 472df7f449 Elm glayer: Moved functions around.
This patch, and the 2 before are from Aharon Hillel.

SVN revision: 61209
2011-07-10 14:10:57 +00:00
Tom Hacohen 1255fadd05 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
2011-07-10 11:51:47 +00:00
Tom Hacohen 727a931e3c Elm glayer: Keep finger pressed states across gesture layer.
And various formatting changes.

SVN revision: 61197
2011-07-10 11:51:44 +00:00
Tom Hacohen fedc66f29f 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
2011-07-10 11:51:40 +00:00
Vincent Torri 2e130b0de9 add first part of the ecore_con support. elm_map.c must be fixed.
SVN revision: 61193
2011-07-10 09:00:57 +00:00
Vincent Torri 2e1a80fd31 fix compilation on Windows
SVN revision: 61192
2011-07-10 08:55:46 +00:00
WooHyun Jung 094e70883a 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
2011-07-09 05:13:35 +00:00
WooHyun Jung e1aed4de50 elementary/elm_widget : One of parents sets as disabled, focus_steal
should be ignored.


SVN revision: 61165
2011-07-09 02:26:49 +00:00
Jonas M. Gastal 9678911785 Elementary: elm_frame documentation.
SVN revision: 61157
2011-07-08 14:37:32 +00:00
Jonas M. Gastal 4a9a934c30 Elementary: colorselector documentation.
SVN revision: 61156
2011-07-08 14:37:16 +00:00
Jonas M. Gastal bccc2092f0 Elementary: Adding API Reference link back.
SVN revision: 61155
2011-07-08 14:37:05 +00:00
Daniel Juyung Seo 9dee09279c elm src/edje_externals/Makefile.am: Build alphabetical order.
SVN revision: 61153
2011-07-08 11:20:53 +00:00
Daniel Juyung Seo a4ba91dd39 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
2011-07-08 07:50:36 +00:00
Daniel Juyung Seo 2f9f4210dd elm icon: Fixed indentation.
SVN revision: 61142
2011-07-08 04:07:38 +00:00
Tom Hacohen 260f1cf599 Elm glayer: Formatting changes and removed a redudant comment.
SVN revision: 61122
2011-07-07 15:19:23 +00:00
Daniel Juyung Seo 280e8f8ee1 elm default.edc: Removed trailing whitespaces.
SVN revision: 61121
2011-07-07 14:51:26 +00:00
Daniel Juyung Seo 9fd5ced7da elm module: Added guard code.
SVN revision: 61120
2011-07-07 14:50:50 +00:00
Tom Hacohen 8d20563055 Elm gesture layer: Added a test for the gesture layer widget.
SVN revision: 61119
2011-07-07 14:41:10 +00:00
Tom Hacohen 74d7906e61 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
2011-07-07 14:41:03 +00:00
Daniel Juyung Seo 2188b1c263 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
2011-07-07 13:07:05 +00:00
Daniel Juyung Seo bc07b91b0e 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
2011-07-07 12:49:39 +00:00
Carsten Haitzler ac202371ac make widget previews noinst
SVN revision: 61106
2011-07-07 06:27:28 +00:00
Daniel Juyung Seo df8c860de8 elm layout: Fixed theme hook bug.
SVN revision: 61103
2011-07-07 04:48:49 +00:00
Daniel Juyung Seo ba0659790c elm Elementary.h.in: Removed trailing whitespaces.
SVN revision: 61102
2011-07-07 02:31:26 +00:00
Daniel Juyung Seo 159aba2ca7 elm/src/edje_externals/elm_icon.c: Fixed indentation.
SVN revision: 61083
2011-07-06 13:24:35 +00:00
Tom Hacohen 71be031c86 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
2011-07-06 11:17:01 +00:00
Carsten Haitzler c41a756c53 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
2011-07-06 10:30:35 +00:00
Cedric BAIL fe511d0609 elementary: add forgotten image.
SVN revision: 61069
2011-07-06 08:23:08 +00:00
Mike McCormack 2758782e1d elementary: Fix build break
SVN revision: 61053

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

SVN revision: 61064
2011-07-06 04:25:02 +00:00
Carsten Haitzler 2e86f7eef5 CEEEEEDRIIC! you didnt add the mp_* icons!
SVN revision: 61063
2011-07-06 00:52:37 +00:00
Daniel Juyung Seo 9e9745616e 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
2011-07-05 17:17:14 +00:00
Daniel Juyung Seo 7061368326 elm: Removed trailing whitespaces.
SVN revision: 61057
2011-07-05 16:59:23 +00:00
Cedric BAIL f5d9c45f1b 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
2011-07-05 14:05:59 +00:00
Cedric BAIL abebaf5b86 elementary: sizing eval should be done before.
SVN revision: 61052
2011-07-05 14:01:36 +00:00
Michael BOUCHAUD 0f51f6a912 elementary: use line wrap for the edje_external entry object
SVN revision: 61046
2011-07-05 11:30:46 +00:00
Michael BOUCHAUD 03b898aa1a elementary: add elm_entry_line_wrap_get
SVN revision: 61045
2011-07-05 11:29:35 +00:00
Michael BOUCHAUD 3df1497e77 elementary: add entry widget in edje_external
SVN revision: 61037
2011-07-05 10:33:24 +00:00
Hyoyoung Chang eaa1afc111 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
2011-07-05 08:17:39 +00:00
WooHyun Jung a36e9072b6 elementary/elm_widget : Fix _newest_focus_order_get, it should not
return disabled object


SVN revision: 61033
2011-07-05 07:59:01 +00:00
Daniel Juyung Seo 00775ed687 elm/bin/Makefile.am: Reorder sequence.
SVN revision: 61032
2011-07-05 07:26:12 +00:00
Daniel Juyung Seo 2c0eb250bc elm/data/objects test.edc: Fixed indentation.
SVN revision: 61031
2011-07-05 04:58:05 +00:00
Cedric BAIL af57202475 elementary: fix build without X.
SVN revision: 61024
2011-07-04 21:59:48 +00:00
Cedric BAIL 3de80a806a elementary: fix some source of nasty warning.
SVN revision: 61020
2011-07-04 19:58:04 +00:00
Cedric BAIL 9a0a1410aa 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
2011-07-04 19:56:19 +00:00
Carsten Haitzler 2866ad9a72 add mmap safety enable in elm too
SVN revision: 61003
2011-07-04 11:04:26 +00:00
Tom Hacohen fc6c3c3fc8 Elm: Make all the widgets accept "default" as the default.
SVN revision: 61002
2011-07-04 10:52:23 +00:00
Tom Hacohen c49985083a elm entry: add the elm_object_text_set/get hooks.
SVN revision: 61001
2011-07-04 10:40:13 +00:00
Tom Hacohen 3fa8a29dac Elm anchorblock: Fix code to use the new elm_object_text_set/get API
SVN revision: 61000
2011-07-04 10:40:10 +00:00
Tom Hacohen c8d9636fa2 elm anchorblock: add the elm_object_text_set/get hooks.
deprecate: elm_anchorblock_text_set/get.

SVN revision: 60999
2011-07-04 10:40:07 +00:00
Tom Hacohen 23a544282f Elm anchorview: Fix code to use the new elm_object_text_set/get API
SVN revision: 60998
2011-07-04 10:40:02 +00:00
Tom Hacohen e918eeae55 elm anchorview: add the elm_object_text_set/get hooks.
deprecate: elm_anchorview_text_set/get.

SVN revision: 60997
2011-07-04 10:39:58 +00:00
Tom Hacohen bafb5ce6b8 Elm bubble: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60996
2011-07-04 10:14:14 +00:00
Tom Hacohen 4351a2d2cc elm bubble: add the elm_object_text_set/get hooks.
deprecate: elm_bubble_indicator_label_set/get.

SVN revision: 60995
2011-07-04 10:14:11 +00:00
Tom Hacohen 3ee5d802ab Elm fileselector_btn_ent: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60994
2011-07-04 10:14:08 +00:00
Tom Hacohen 8031214260 elm fileselector_button_entry: add the elm_object_text_set/get hooks.
deprecate: elm_fileselector_button_entry_indicator_label_set/get.

SVN revision: 60993
2011-07-04 10:14:05 +00:00
Tom Hacohen b071be2cd2 Elm fileselector_btn: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60992
2011-07-04 10:14:02 +00:00
Tom Hacohen 4fb9185cf3 elm fileselector_button: add the elm_object_text_set/get hooks.
deprecate: elm_fileselector_button_indicator_label_set/get.

SVN revision: 60991
2011-07-04 10:13:59 +00:00
Tom Hacohen c344fb3ed4 Elm progress: Fix code to use the new elm_object_text_set/get API.
SVN revision: 60990
2011-07-04 10:13:56 +00:00
Tom Hacohen b46a821d5d elm progressbar: add the elm_object_text_set/get hooks.
deprecate: elm_progressbar_indicator_label_set/get.

SVN revision: 60989
2011-07-04 10:13:53 +00:00
Tom Hacohen cb18ff8cfc Elm check: Fix edje_externals to use elm_object_text_set.
SVN revision: 60988
2011-07-04 10:13:50 +00:00
Tom Hacohen 6979f9bfae Elm radio: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60987
2011-07-04 10:13:46 +00:00
Tom Hacohen fbce4f4955 elm radio: add the elm_object_text_set/get hooks.
deprecate: elm_radio_indicator_label_set/get.

SVN revision: 60986
2011-07-04 10:13:43 +00:00
Tom Hacohen e1915d9a13 Elm check: Add deprecation notice to doxygen.
SVN revision: 60985
2011-07-04 10:13:39 +00:00
Tom Hacohen 4b0af66c91 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
2011-07-04 09:18:16 +00:00
Tom Hacohen ed34980b5e Elm Check: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60974
2011-07-04 09:18:13 +00:00
Tom Hacohen 18bb8c6e9d elm check: add the elm_object_text_set/get hooks.
deprecate: elm_check_indicator_label_set/get.

SVN revision: 60973
2011-07-04 09:18:10 +00:00
Tom Hacohen 23b351cf5a Elm actionslider: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60972
2011-07-04 09:18:07 +00:00
Tom Hacohen 1430113b97 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
2011-07-04 09:18:04 +00:00
ChunEon Park 4fa24c7896 elementary/video - added missed "" for strings .
SVN revision: 60964
2011-07-04 05:15:58 +00:00
Daniel Juyung Seo 3a0636d1f1 elm: Removed trailing whitespaces.
SVN revision: 60952
2011-07-03 07:49:02 +00:00
Daniel Juyung Seo ccca5ade98 elm/src/bin Makefile.am: Removed trailing whitespaces.
SVN revision: 60951
2011-07-03 07:46:55 +00:00
Cedric BAIL 3847d78c39 elementary: fix little mistake in elm_video.
SVN revision: 60939
2011-07-02 12:23:47 +00:00
ChunEon Park 5136d4845c elementary - sort the files in alphabetical order.
SVN revision: 60932
2011-07-02 06:26:27 +00:00
ChunEon Park 95128c21f2 elementary/transit - trivial changes.
SVN revision: 60931
2011-07-02 06:01:35 +00:00
ChunEon Park f73d2e602e elementary/transit - added missed wrn messages.
SVN revision: 60930
2011-07-02 05:58:56 +00:00
ChunEon Park ea50a38be2 elementary/transit - just renamed internal variables.
SVN revision: 60929
2011-07-02 05:57:06 +00:00
ChunEon Park 18d2a9cbef elementary/transit - added wrn/err messages.
SVN revision: 60928
2011-07-02 05:53:38 +00:00
Jonas M. Gastal 7a84cee119 Elementary: Adding screenshot for anchrotwins example.
SVN revision: 60924
2011-07-01 17:32:20 +00:00
Jonas M. Gastal 7e125c3d01 Removing broken links.
SVN revision: 60920
2011-07-01 14:40:22 +00:00
WooHyun Jung eb919f67b6 elementary/elm_widget.c : fix wrong indentation :)
SVN revision: 60912
2011-07-01 09:10:11 +00:00
WooHyun Jung 695123a92c elementary/elm_widget.c : Delete meaningless conditional state
(already been checked by the above code)


SVN revision: 60911
2011-07-01 09:07:36 +00:00
Cedric BAIL 6f8eb1acf9 elementary: add suspend infra inside elm_video.
SVN revision: 60910
2011-07-01 08:58:28 +00:00
Cedric BAIL 65e431dc6e elementary: add elm_video.c.
SVN revision: 60908
2011-07-01 07:41:48 +00:00
ChunEon Park 177620e436 elementary/transit - removed workaround code to evas_map
SVN revision: 60902
2011-07-01 01:10:56 +00:00
ChunEon Park 57a2a9a1d8 elementary/transit - trivial refactoring
renamed internal function names.



SVN revision: 60894
2011-06-30 23:59:00 +00:00
ChunEon Park 0045aa8a48 elementary/button - added a missing signal description in doxy.
SVN revision: 60893
2011-06-30 23:58:19 +00:00
ChunEon Park 4f7d35eb6b elementary/button - added pressed signal
SVN revision: 60892
2011-06-30 23:43:24 +00:00
Boris Faure e204d7de02 elementary: be able to compile without the missing elm_video.c
SVN revision: 60881
2011-06-30 19:07:35 +00:00
Cedric BAIL 2c9cbe32f3 elementary: add higger level elm_video object.
SVN revision: 60877
2011-06-30 17:18:13 +00:00
Daniel Juyung Seo a2d3d40fce 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.


SVN revision: 60874
2011-06-30 15:27:38 +00:00
ChunEon Park 1120c74a17 elementary/transit - trivial refactoring
internal functions are renamed



SVN revision: 60872
2011-06-30 12:34:15 +00:00
ChunEon Park b7d0f28009 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. 



SVN revision: 60871
2011-06-30 12:28:31 +00:00
Tom Hacohen 9397a166b0 Elm slider: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60863
2011-06-30 05:58:32 +00:00
Tom Hacohen 79f953f612 elm slider: add the elm_object_text_set/get hooks.
deprecate: elm_slider_label_set/get

SVN revision: 60862
2011-06-30 05:58:29 +00:00
Tom Hacohen 2bf521e3b6 Elm hoversel: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60861
2011-06-30 05:43:59 +00:00
Tom Hacohen 666e82caf6 elm hoversel: add the elm_object_text_set/get hooks.
deprecate: elm_hoversel_label_set/get

SVN revision: 60860
2011-06-30 05:43:56 +00:00
WooHyun Jung 48934aeece elementary : Password's last char show feature can be shown by setting
envs (or modifiying base.src). This patch is made by Shilpa :)


SVN revision: 60859
2011-06-30 05:38:57 +00:00
Daniel Juyung Seo b68467112b 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.


SVN revision: 60852
2011-06-30 02:10:46 +00:00
Daniel Juyung Seo 3e80a14632 elm route: Fixed formatting.
SVN revision: 60850
2011-06-30 01:35:41 +00:00
Daniel Juyung Seo 857af86916 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.


SVN revision: 60849
2011-06-30 01:33:38 +00:00
Jonas M. Gastal 4f23521fac Elementary: Fixing doxygen syntax again(quotation marks
required).



SVN revision: 60848
2011-06-29 22:09:33 +00:00
Jonas M. Gastal f370e38faa Elementary: Adding screenshot for bubble example.
SVN revision: 60847
2011-06-29 22:09:27 +00:00
Jonas M. Gastal 683a1cc69e Elementary: Fix doxygen sintax(linebreaks aren't allowed
there).



SVN revision: 60846
2011-06-29 21:30:40 +00:00
Jonas M. Gastal b2c31a07da Make sure Elementary.h isn't used by doxygen since
Elementary.h.in is.



SVN revision: 60845
2011-06-29 21:27:59 +00:00
Iván Briano 75ee2a12b5 Add examples with explanations for elm_box
SVN revision: 60843
2011-06-29 21:04:23 +00:00
Jonas M. Gastal 065ae8abd5 Elementary: elm_bubble documentation.
SVN revision: 60842
2011-06-29 20:47:41 +00:00
Jonas M. Gastal 4492cc01c4 Fixing typo.
SVN revision: 60841
2011-06-29 20:47:00 +00:00
Cedric BAIL 82ebfc56db elementary: fix clip and smart child issue with elm_icon.
SVN revision: 60816
2011-06-29 13:24:22 +00:00
ChunEon Park 284627af52 elementary/transit - fixed a potential problem
When same objects are added to a transit, EVAS_CALLBACK_DEL for objects could not be deleted completely, 
since it is multiple registed. 



SVN revision: 60811
2011-06-29 09:44:48 +00:00
ChunEon Park 2e12b3f30a elementary/transit - trivial changes.
SVN revision: 60810
2011-06-29 09:42:14 +00:00
Tom Hacohen 2d498587d4 Elm: Fix a couple more deprecation warnings and use elm_object_text_set/get.
SVN revision: 60809
2011-06-29 09:31:01 +00:00
Tom Hacohen 845c02bf62 Elm layout: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60808
2011-06-29 09:30:58 +00:00
Tom Hacohen 43c18d35b5 Elm layout: add the elm_object_text_set/get hooks.
deprecate: elm_layout_label_set/get

SVN revision: 60807
2011-06-29 09:30:56 +00:00
Tom Hacohen 8df2bb821d Elm frame: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60806
2011-06-29 09:11:48 +00:00
Tom Hacohen 6d5516c3ea Elm frame: add the elm_object_text_set/get hooks.
deprecate: elm_frame_label_set/get

SVN revision: 60805
2011-06-29 09:11:45 +00:00
Tom Hacohen f38d34d9ee Elm toggle: Also add a deprecation notice to the docs.
SVN revision: 60804
2011-06-29 09:11:42 +00:00
Tom Hacohen f0b79d1347 Elm toggle: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60803
2011-06-29 08:57:43 +00:00
Tom Hacohen a54ad04386 Elm toggle: add the elm_object_text_set/get hooks.
deprecate: elm_toggle_label_set/get

SVN revision: 60802
2011-06-29 08:57:40 +00:00
Tom Hacohen 36be2846c9 Elm button: Fix the tests to use the new elm_object_text_set/get API.
SVN revision: 60800
2011-06-29 07:11:54 +00:00
Tom Hacohen f0a6330e3f Elm button: add the elm_object_text_set/get hooks.
deprecate: elm_button_label_set and elm_button_label_get

SVN revision: 60799
2011-06-29 07:11:50 +00:00
Mike McCormack 0295f4d56e elementary: elm_label_label_ -> elm_object_text
Clear deprecated warnings.

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

SVN revision: 60798
2011-06-29 06:41:31 +00:00
Mike McCormack 53b7a3de44 elementary: Hook label into generic text setter
deprecate: elm_label_label_set and elm_label_label_get
Use elm_object_text_set/elm_object_text_get instead

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

SVN revision: 60797
2011-06-29 06:41:20 +00:00
Mike McCormack 75b14b3c7f elementary: Add hooks to set label get/set functions
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 60796
2011-06-29 06:41:10 +00:00
Mike McCormack 6488c3d956 elementary: Add generic label getter and setter
These need to be hooked into each widget, one by one.

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

SVN revision: 60795
2011-06-29 06:40:59 +00:00
Mike McCormack c6086007c4 elementary: Build with -Wall -W
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 60794
2011-06-29 06:40:45 +00:00
Iván Briano 3471b099a9 Expand docs for elm_box
SVN revision: 60774
2011-06-28 21:51:56 +00:00
Cedric BAIL d5c71f8225 elementary: display previous object during preload of the new image.
SVN revision: 60768
2011-06-28 16:18:55 +00:00
Cedric BAIL a78d6eaa44 elementary: fix various bug in elm_icon related to ethumb usage.
SVN revision: 60759
2011-06-28 14:32:42 +00:00
Cedric BAIL 0bb407df5c elementary: use the key provided by ethumb.
SVN revision: 60753
2011-06-28 09:17:37 +00:00
ChunEon Park e763c579b8 Elementary - fixed typo
SVN revision: 60752
2011-06-28 08:49:07 +00:00
Daniel Juyung Seo f3085a3088 elm genlist: Removed unnecessary variable.
SVN revision: 60747
2011-06-28 07:13:28 +00:00
Daniel Juyung Seo a4705d7d9d elm test_map: Fixed 'unused parameter' warnings.
SVN revision: 60746
2011-06-28 07:02:37 +00:00
Daniel Juyung Seo fd970fedeb elm map: Fixed 'unused parameter' warnings.
SVN revision: 60745
2011-06-28 06:58:35 +00:00