Commit Graph

662 Commits

Author SHA1 Message Date
Jonas M. Gastal bfca210496 Elementary: Adding screenshots to widget groups.
SVN revision: 61509
2011-07-19 21:07:06 +00:00
Rafael Antognolli 6177df28f7 elementary/doc - Fix some images placement in docs.
SVN revision: 61489
2011-07-18 22:11:49 +00:00
Rafael Antognolli f80e0b884f elementary/icon - Improving documentation.
Moved doxygen comments from .c to .h and added more description to them.
Also increased the group detailed description.



SVN revision: 61484
2011-07-18 18:14:34 +00:00
Rafael Antognolli 084496a834 elementary/image - Change #EINA_TRUE to @c EINA_TRUE in reference docs.
SVN revision: 61483
2011-07-18 18:14:26 +00:00
Bruno Dilly af5fe8ef30 Elementary: Conformant Documentation
SVN revision: 61479
2011-07-18 14:00:36 +00:00
Tom Hacohen 684d0361a4 Elm glayer: Changed some values from float to double.
Patch by Aharon Hillel.

SVN revision: 61464
2011-07-18 06:24:29 +00:00
Bruno Dilly ff07752d57 Elementary: Diskselector documentation
SVN revision: 61416
2011-07-15 21:29:34 +00:00
Gustavo Lima Chaves a2ad0ab50e [elementary] Documenting/exemplifying file selector
entry.



SVN revision: 61403
2011-07-15 14:03:21 +00:00
Gustavo Lima Chaves e6acff806a [elementary] Documenting/exemplifying file selector
button widget.



SVN revision: 61402
2011-07-15 14:03:08 +00:00
Gustavo Lima Chaves d1454b4742 [elementary] Documenting/exemplifying file selector
widget.



SVN revision: 61401
2011-07-15 14:02:54 +00:00
Jonas M. Gastal 8231e7d76e Elementary: Hoversel documentation.
SVN revision: 61400
2011-07-15 13:54:39 +00:00
Rafael Antognolli c30abbba25 elementary/image - Improve documentation and add an example.
Doxygen comments moved out from .c and in to Elementary.h.in. They
received better descriptions for most of the API too.



SVN revision: 61388
2011-07-14 20:48:00 +00:00
Bruno Dilly 930d594771 Elementary: Calendar Documentation
SVN revision: 61383
2011-07-14 15:45:44 +00:00
Jonas M. Gastal 113ed581c1 Elementary: hover documentation.
SVN revision: 61371
2011-07-14 14:37:53 +00:00
ChunEon Park 00756c27e7 elementary/transit - type defined to Elm_Transit_Del_Cb for transit deleltion callback function.
SVN revision: 61354
2011-07-14 05:21:40 +00:00
ChunEon Park ffc4723ba4 elementary/transit - added a new APIs elm_transit_chain_transit_del
SVN revision: 61353
2011-07-14 04:36:07 +00:00
Jonas M. Gastal f80da45f3d Moving label example to examples.dox, and improving
label docs.



SVN revision: 61348
2011-07-13 18:12:04 +00:00
Jonas M. Gastal 53cfa9d89b Elementary: Flip documentation.
SVN revision: 61347
2011-07-13 18:11:41 +00:00
ChunEon Park 696b5aa58d 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. 



SVN revision: 61313
2011-07-13 04:21:50 +00:00
Jonas M. Gastal 6700e01362 Elementary: elm_label documentation.
SVN revision: 61305
2011-07-12 17:52:27 +00:00
Daniel Juyung Seo b93487a4bd elm gengrid: Fixed documentation typo.
SVN revision: 61271
2011-07-12 09:03:18 +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
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
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
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 ba0659790c elm Elementary.h.in: Removed trailing whitespaces.
SVN revision: 61102
2011-07-07 02:31:26 +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 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
Michael BOUCHAUD 03b898aa1a elementary: add elm_entry_line_wrap_get
SVN revision: 61045
2011-07-05 11:29:35 +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
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 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 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 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 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 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 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 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 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 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
Jonas M. Gastal 7a84cee119 Elementary: Adding screenshot for anchrotwins example.
SVN revision: 60924
2011-07-01 17:32:20 +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
Cedric BAIL 2c9cbe32f3 elementary: add higger level elm_video object.
SVN revision: 60877
2011-06-30 17:18:13 +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