Commit Graph

3000 Commits

Author SHA1 Message Date
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