Commit Graph

33 Commits

Author SHA1 Message Date
Andreas Volz 19661e0ad5 homogeneous API change
SVN revision: 79528
2012-11-21 22:20:44 +00:00
Andreas Volz 1c42f00980 examples compile again against renamed Evas sizing API
SVN revision: 79522
2012-11-21 20:38:54 +00:00
Andreas Volz 0e5cbbfe2d - changed to elm API without "Part" suffix
- removed toggle example

SVN revision: 69477
2012-03-16 21:02:58 +00:00
Jiyoun Park bece5ff4a9 remove deprecated with
elm_genlist_always_select_mode_get/set
elm_genlist_no_select_mode_get/set
function


SVN revision: 69355
2012-03-15 06:22:25 +00:00
Andreas Volz 614624a460 compile against current elmxx API
SVN revision: 69347
2012-03-14 22:19:42 +00:00
Hyoyoung Chang ae12d9c09a After elm radically changed, some compilation errors are not fixed.
I changed for this.

 1. add a parameter for item_bring_in
 -elm_genlist_item_bring_in(it);
 +elm_genlist_item_bring_in(it, ELM_GENLIST_ITEM_SCROLLTO_IN);

 2. change a enum type name
 -   Elm_Genlist_Item_Flags
 +   Elm_Genlist_Item_Type

 3. change a enum name
 -   if (!parent) flags = ELM_GENLIST_ITEM_SUBITEMS;
 +   if (!parent) flags = ELM_GENLIST_ITEM_TREE;

 Signed-off-by: Hyoyoung Chang <hyoyoung@gmail.com>



SVN revision: 69283
2012-03-13 06:22:39 +00:00
Andreas Volz a09d52a006 - compile again after API change => TODO FIXME correct
SVN revision: 69165
2012-03-10 09:15:47 +00:00
Jiyoun Park 0ac1df6dd1 remove deprecated function related with elm_genlist_item
SVN revision: 68837
2012-03-06 15:04:55 +00:00
ChunEon Park 524bd40d17 BINDINGS/python, cxx, perl, vala - Elm_Genlist_Item -> Elm_Object_Item
SVN revision: 67372
2012-01-20 08:38:20 +00:00
Andreas Volz 1260f6e706 many small pending changes
SVN revision: 65200
2011-11-14 21:31:44 +00:00
Andreas Volz 48b1712f2b compiles and works
SVN revision: 64791
2011-11-05 20:28:26 +00:00
Andreas Volz ef300576fc compile again
SVN revision: 60367
2011-06-15 22:10:35 +00:00
Daniel Juyung Seo e60c24a833 BINDINGS/cxx elementaryxx: Removed trailing whitespaces.
SVN revision: 58633
2011-04-13 13:25:55 +00:00
Andreas Volz 1c6334ded7 more genlist examples in C++
SVN revision: 50203
2010-07-12 19:44:58 +00:00
Andreas Volz 873706a43c clean up
SVN revision: 50168
2010-07-09 21:30:05 +00:00
Andreas Volz ed1295f579 implemented test_genlist4()
SVN revision: 50167
2010-07-09 21:24:20 +00:00
Andreas Volz 4877f5e2c6 more tests
SVN revision: 50165
2010-07-09 20:23:41 +00:00
Andreas Volz c6f69e07ee more examples working
SVN revision: 50037
2010-07-04 21:51:21 +00:00
Andreas Volz 54b6b43528 more GenList example
SVN revision: 49634
2010-06-10 22:00:43 +00:00
Andreas Volz 5bc02ac33e GenList code in Panel example
SVN revision: 49601
2010-06-09 21:50:37 +00:00
Andreas Volz 8b196b24e1 more GenList examples possible because of API change
SVN revision: 49599
2010-06-09 21:34:33 +00:00
Andreas Volz a0784f437d del handler (but not working at all)
SVN revision: 49423
2010-06-03 22:18:46 +00:00
Andreas Volz 929feecf0f GenList work
SVN revision: 49401
2010-06-02 21:28:32 +00:00
Andreas Volz fc3106464a use C++ version of signal prototype
SVN revision: 49362
2010-05-31 21:35:16 +00:00
Andreas Volz 7a1a2b580e usage of current API and Item numbers working
SVN revision: 49339
2010-05-30 22:28:25 +00:00
Andreas Volz e12abe48a6 ported more parts of genlist example
SVN revision: 49315
2010-05-29 22:38:10 +00:00
Andreas Volz ccc01075c3 rectangle usage ported, but still commented out because of some problems
SVN revision: 49261
2010-05-28 22:02:07 +00:00
Andreas Volz ea26d31e32 more genlist examples ported
SVN revision: 49244
2010-05-27 22:25:21 +00:00
Andreas Volz a24ac338bd more genlist gui elements ported
SVN revision: 49239
2010-05-27 20:31:25 +00:00
Andreas Volz 44ce9d6abb genlist2 example started
SVN revision: 49218
2010-05-26 21:57:09 +00:00
Andreas Volz 86d644356f use GenList API
SVN revision: 49216
2010-05-26 21:01:54 +00:00
Andreas Volz 20cf57be88 genlist
SVN revision: 48692
2010-05-08 20:54:06 +00:00
Andreas Volz 23e15e0d66 add start of test for GenList widget
SVN revision: 48567
2010-05-02 21:31:27 +00:00