Commit Graph

155 Commits

Author SHA1 Message Date
Andreas Volz 4be77c8f63 del handler (but not working at all)
SVN revision: 49422
2010-06-03 22:18:34 +00:00
Andreas Volz 929feecf0f GenList work
SVN revision: 49401
2010-06-02 21:28:32 +00:00
Andreas Volz bcaa632696 GenList work
SVN revision: 49400
2010-06-02 21:27:50 +00:00
Andreas Volz 72bca3e91d formating
SVN revision: 49399
2010-06-02 21:27:33 +00:00
Andreas Volz fc3106464a use C++ version of signal prototype
SVN revision: 49362
2010-05-31 21:35:16 +00:00
Andreas Volz 18135af9e2 add select class as parameter
SVN revision: 49361
2010-05-31 21:34:34 +00:00
Andreas Volz 5138714ef2 wrap Evasxx::Object in signals direct as C++ version
SVN revision: 49360
2010-05-31 21:33:50 +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 e7d18a3760 fixed some bugs and interface better now
SVN revision: 49338
2010-05-30 22:27:52 +00:00
Andreas Volz e12abe48a6 ported more parts of genlist example
SVN revision: 49315
2010-05-29 22:38:10 +00:00
Andreas Volz 61e8f0e61e wrappers added for new C API functions
SVN revision: 49314
2010-05-29 22:37:18 +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 9331d2b76c nothing much
SVN revision: 49260
2010-05-28 22:01:17 +00:00
Andreas Volz 2c624877db some more wrappers
SVN revision: 49259
2010-05-28 22:01:00 +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 b4e95658b9 Fixed the crash at list element selection
SVN revision: 49238
2010-05-27 20:30:39 +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 02acfd0349 added more GenList API wrapper
SVN revision: 49215
2010-05-26 21:01:36 +00:00
Andreas Volz f13cd87b63 not private because I've to call it from Elm. Maybe think about the design...
SVN revision: 48947
2010-05-17 21:49:07 +00:00
Andreas Volz 20cf57be88 genlist
SVN revision: 48692
2010-05-08 20:54:06 +00:00
Andreas Volz 80ff5cc942 some work for GenList
SVN revision: 48691
2010-05-08 20:53:44 +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 9d942f01c9 public header include
SVN revision: 48566
2010-05-02 21:25:49 +00:00
Andreas Volz 0aaaf0ba46 start of genlist wrapper
SVN revision: 48565
2010-05-02 20:41:38 +00:00
Andreas Volz 541bab2c07 added ecore_job wrapper implementation
SVN revision: 48529
2010-05-01 20:42:51 +00:00
Andreas Volz 908d062498 needs einaxx
SVN revision: 48528
2010-05-01 20:38:46 +00:00
Andreas Volz 26d752383e sigc usage
son't close window by default for delete request (dangerous!)


SVN revision: 48290
2010-04-24 21:48:43 +00:00
Andreas Volz c48cf8787b needs einaxx
SVN revision: 48113
2010-04-18 20:52:33 +00:00
Andreas Volz 09044bc98b getter function for name and value
SVN revision: 48112
2010-04-18 20:34:18 +00:00
Andreas Volz e5e45df6ac Initial C++ wrapper for Edje_Edit. The idea is to have more object hierarchie as the plain C interface for easier usage. Maybe this comes with the cost of some extra objects. But for a edit component I think this is no problem. I even think about moving the Edit stuff into a new library so that the target runtime stuff is lightweight. But this could be done later...
SVN revision: 48111
2010-04-18 20:25:10 +00:00
Andreas Volz dc2b9b73bc I have the idea to split the EdjeEdit wrapper in more classes...
SVN revision: 47979
2010-04-12 21:46:58 +00:00
Andreas Volz fcd0e50a22 cast possibility for smart pointers
SVN revision: 47973
2010-04-12 20:50:26 +00:00
Andreas Volz 28a48b3484 - more Edje_Edit functions wrapped
SVN revision: 47822
2010-04-07 21:22:42 +00:00
Andreas Volz abe86b6e7f - removed ecore_config wrapper as it seems to be removed from C API
- disabled esmartxx (not sure what to do with it in future...)


SVN revision: 47716
2010-04-02 22:30:01 +00:00
Andreas Volz 986be1d938 don't shutdown edje if last edje object is removed
this leads into a crash in my application. 


SVN revision: 47609
2010-03-30 21:19:11 +00:00
Caio Marcelo de Oliveira Filho a7360d509c BINDINGS/cxx: comment debug printfs that were breaking compilation
Ok, after those commits the C++ bindings should be compilable and the
examples should work now. I tested some of them as well tried a
hand-maded example.



SVN revision: 46777
2010-03-02 04:53:28 +00:00
Caio Marcelo de Oliveira Filho 92e669a374 Eflxx_examples: fixing esmartxx headers
SVN revision: 46776
2010-03-02 04:49:38 +00:00
Caio Marcelo de Oliveira Filho b48e7822bd Edjexx: use new API for deleting groups in Edit object
Due to change on edje_edit_group_del(). Just propagating change from
Edje, not fully tested. :-P



SVN revision: 46775
2010-03-02 04:48:08 +00:00
Caio Marcelo de Oliveira Filho 9099e8cfa9 Emotionxx: install missing include file
SVN revision: 46774
2010-03-02 04:42:48 +00:00
Caio Marcelo de Oliveira Filho 2ec9ae42cf BINDINGS/cxx: install .pc files for the bindings
SVN revision: 46773
2010-03-02 04:41:38 +00:00
Andreas Volz 6cea6b0cff add todo converter
SVN revision: 45820
2010-02-02 21:04:27 +00:00
Sebastian Dransfeld a01f69bc19 Remove Ecore_Txt
SVN revision: 45791
2010-02-02 04:50:04 +00:00
Sebastian Dransfeld 89173aa41b More ecore_data to separate lib
SVN revision: 45782
2010-02-01 20:20:06 +00:00
Cedric BAIL acc8d39db3 * ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.


SVN revision: 45570
2010-01-25 21:59:21 +00:00
Andreas Volz 16bc1d82b0 a define on Debug is bad!
SVN revision: 44963
2010-01-07 22:19:02 +00:00
Andreas Volz 59d147560a setDirty() implementation (maybe better design needed?)
SVN revision: 44616
2009-12-20 21:59:31 +00:00
Andreas Volz 69062c4f49 sure, this was stupid :-)
SVN revision: 44608
2009-12-20 12:59:28 +00:00
Andreas Volz 022d5533c4 was still wrong
SVN revision: 44607
2009-12-20 12:47:53 +00:00