Commit Graph

91 Commits

Author SHA1 Message Date
Andreas Volz 617b0b391f compile against API rename
SVN revision: 79659
2012-11-25 21:35:00 +00:00
Andreas Volz 941ebc8105 enable example code
SVN revision: 79615
2012-11-23 22:57:03 +00:00
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 3835fd7284 build again
SVN revision: 77230
2012-09-30 22:37:16 +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
ChunEon Park 1d766c0cab BINDINGS/cxx - removed remained pager codes
SVN revision: 69466
2012-03-16 17:20:00 +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
Jiyoun Park b10f21c0c7 remove elm_list_always_select_mode_get/set deprecated API
SVN revision: 69330
2012-03-14 11:13:24 +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
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 0ed0480ac3 more auto_ptr
SVN revision: 61600
2011-07-22 22:41:04 +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
Boris Faure 0ab38e0604 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +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 0366f62773 - changed the design in Edjexx to return smart pointers
- now local save the pointer and return a reference
  - if failure throw an exception
- added some container memory helpers
- changed the example code


SVN revision: 55794
2011-01-01 21:40:40 +00:00
Andreas Volz d30f0fc1cb removed not needed call
SVN revision: 55782
2010-12-30 23:15:01 +00:00
Andreas Volz 1182a56653 - wrap elmxx type access functions
- change example to demonstrate type save and type unsave External access
(now commited from my second system...)


SVN revision: 55761
2010-12-27 12:00:52 +00:00
Andreas Volz a04f586b15 implemented external part param wrapper for C++
SVN revision: 55334
2010-12-06 22:01:36 +00:00
Andreas Volz 2e91be1d77 some more C++ wrappers for external access
SVN revision: 55099
2010-11-30 23:04:07 +00:00
Andreas Volz a9fe01720e build external example Makefiles
SVN revision: 54661
2010-11-17 22:15:04 +00:00
Andreas Volz 64ad1411f2 added external example (currently using the C API as long as it's not complete wrapped in C++)
SVN revision: 54660
2010-11-17 22:14:33 +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 d512742998 converted to new edje binary format
needed to commit, because no edc file available (created with editje)

SVN revision: 54658
2010-11-17 22:12:37 +00:00
Andreas Volz 5783211bf6 removed Gradient usage in this example
SVN revision: 54657
2010-11-17 22:11:34 +00:00
Andreas Volz 3b5ce6e53f emotionxx example
SVN revision: 50488
2010-07-25 18:29:53 +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 35ccadac68 compiles again after Eina_Bool change
SVN revision: 50032
2010-07-04 20:16:34 +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