Commit Graph

14 Commits

Author SHA1 Message Date
Sanjeev BA e6bc7da5f4 make API naming consistent for elm_video API.
Signed-off-by: Sanjeev BA <eflelev8@gmail.com>

SVN revision: 68202
2012-02-21 06:12:51 +00:00
ChunEon Park fb3f515001 elementary/player - removed debugging printf
SVN revision: 67316
2012-01-19 05:04:24 +00:00
ChunEon Park ac95fc8afb elementary/player - fixed incorrect argument.
SVN revision: 67315
2012-01-19 05:01:58 +00:00
Cedric BAIL 62838a114e elementary: do not do any call after smart callback (object could have been destroyed).
SVN revision: 65814
2011-12-02 14:08:24 +00:00
Boris Faure 1112d30a41 elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset
SVN revision: 65349
2011-11-17 21:02:31 +00:00
ChunEon Park 085e500875 elemlentary - minor changes.
guarantee the compatibility for priveous content_set/get/unset changes. 



SVN revision: 65320
2011-11-17 00:42:14 +00:00
ChunEon Park 236192cd9a elementary - modified content_set/get/unset part names to be simple names.
Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);




SVN revision: 65295
2011-11-16 12:51:53 +00:00
ChunEon Park a064a70dc7 elementary/player - fixed build error
sorry :p



SVN revision: 64544
2011-10-31 04:49:56 +00:00
ChunEon Park 47cf9628e6 elementary/player - applied content_set/get/unset
finally, done!



SVN revision: 64543
2011-10-31 03:58:44 +00:00
ChunEon Park 8d85b136bf elementary/button -> use elm_object_content_set/get/unset
SVN revision: 64370
2011-10-25 01:23:25 +00:00
Cedric BAIL 33254e8736 elementary: turn on priority when it make sense.
SVN revision: 63770
2011-10-03 10:33:31 +00:00
Cedric BAIL 71bc2bd8da elementary: forgotten patch that cleanup callback.
SVN revision: 63212
2011-09-05 20:09:02 +00:00
Gustavo Lima Chaves 31a3e6180a [elementary] All docs to elm's header, as Raster wishes.
Discomfitor, now it's time to split the header and/or write another novel.



SVN revision: 62315
2011-08-10 21:03:21 +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