Commit Graph

58 Commits

Author SHA1 Message Date
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
Andreas Volz 51245f4cda wrap some more of elementary API to C++ wrapper
SVN revision: 67704
2012-02-05 21:00:31 +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
Martin Jansa f663bc1480 replace remaining delete-request usages with delete,request which is emited by elm_win, update focus callback names in comments too
Signed-Off-By: Martin Jansa <martin.jansa@gmail.com>



SVN revision: 66729
2012-01-02 05:38:18 +00:00
Andreas Volz 3d921de346 API
SVN revision: 65287
2011-11-16 07:02:05 +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 2de74a1dc2 changed all Ecorexx:Timer code to the new API
SVN revision: 61599
2011-07-22 22:39:41 +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 a077647bd1 Timer API sync
SVN revision: 57538
2011-03-06 08:33:13 +00:00
Andreas Volz d10df68468 changed existing full and simple examples to follow C API changed and C++ wrapper
SVN revision: 54659
2010-11-17 22:13:40 +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 548f74d8c7 port more genlist parts of panel example
SVN revision: 49633
2010-06-10 20:57:54 +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
Andreas Volz 66d39ffc17 more API changes
now all examples should compile again


SVN revision: 44074
2009-11-30 23:31:37 +00:00
Andreas Volz 983a39e3a9 elm separator widget
API improvements


SVN revision: 43792
2009-11-18 21:27:06 +00:00
Andreas Volz 8cf02d7590 - test for progressbar (use EcoreTimer)
- more EdjeEdit API
- implemented EcoreTimer


SVN revision: 43756
2009-11-17 22:17:37 +00:00
Andreas Volz 9eb4a32cf7 use API
SVN revision: 43721
2009-11-15 22:06:19 +00:00
Andreas Volz 457cc83cbb test for progressbar added
SVN revision: 43719
2009-11-15 21:54:31 +00:00
Andreas Volz 55bb51cf60 add panel example, but without genlist... need to wrap this
SVN revision: 43704
2009-11-15 13:02:51 +00:00
Andreas Volz bed29e500b - change code after EvasEdje->EdjeObject
- added ElmSpinner example code


SVN revision: 43693
2009-11-14 23:17:43 +00:00
Andreas Volz 6f2b2df20a more examples and API change
SVN revision: 43624
2009-11-11 21:48:53 +00:00
Andreas Volz f3125c9b98 ElmRadio example code
SVN revision: 43396
2009-11-01 17:05:43 +00:00
Andreas Volz 2de522b40b check example added
SVN revision: 43389
2009-11-01 13:18:59 +00:00
Andreas Volz cebffddc0b added slider example
SVN revision: 43387
2009-11-01 12:54:35 +00:00
Andreas Volz 335c454075 ElmWidget-> better now ElmObject
changed this in all used classes
added some app global functions to ElmApplication


SVN revision: 43027
2009-10-11 21:03:08 +00:00
Andreas Volz e38fbeef0e use constants
SVN revision: 43026
2009-10-11 20:17:11 +00:00
Andreas Volz 20aa39c6db use constants
SVN revision: 43025
2009-10-11 20:14:39 +00:00
Andreas Volz 63345780a4 sync to C example
SVN revision: 43024
2009-10-11 18:25:41 +00:00