Commit Graph

321 Commits

Author SHA1 Message Date
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
Andreas Volz efbe68a13a correct header path
SVN revision: 44606
2009-12-20 12:34:15 +00:00
Andreas Volz 487032d952 wrong path
SVN revision: 44605
2009-12-20 12:33:55 +00:00
Andreas Volz d90a7ce820 added esmart cairo wrapper
SVN revision: 44583
2009-12-19 22:54:41 +00:00
Andreas Volz 92acbe7d52 compile einaxx
SVN revision: 44451
2009-12-14 19:21:45 +00:00
Andreas Volz 88db4265b3 - added Einaxx list implementation (only raw at the moment...)
- removed old Ecorexx list implementation


SVN revision: 44434
2009-12-13 20:46:38 +00:00
Andreas Volz 790d434f9a missed this one
SVN revision: 44106
2009-12-01 20:02:33 +00:00
Andreas Volz e72e6c9c8f API change left over
SVN revision: 44105
2009-12-01 19:14:12 +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 c97f9972df new emotionxx API
SVN revision: 44073
2009-11-30 22:07:43 +00:00
Andreas Volz bad07b7aa9 new API in esmartxx
SVN revision: 44072
2009-11-30 21:56:07 +00:00
Andreas Volz f3bbeeccc5 remove ewlxx and etkxx examples
SVN revision: 44070
2009-11-30 21:38:39 +00:00
Andreas Volz 6ac01e3588 new elementaryxx API with more namespaces
SVN revision: 44049
2009-11-29 22:22:30 +00:00
Andreas Volz 6b056f4643 move to OLD
SVN revision: 44047
2009-11-29 21:39:26 +00:00
Andreas Volz 249e554c6d *** EFLXX API change!!!!!!!! ***
=> more usage of namespaces instead of direct class names
(some libs are in work and not yet possible to compile with the new API)


SVN revision: 44046
2009-11-29 21:29:43 +00:00
Andreas Volz 736b78a54a use std::string instead of char* for connect/emit
SVN revision: 43961
2009-11-24 21:48:52 +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 49720f6e6d implement hideFormat extra
SVN revision: 43720
2009-11-15 22:06:00 +00:00
Andreas Volz 457cc83cbb test for progressbar added
SVN revision: 43719
2009-11-15 21:54:31 +00:00
Andreas Volz fbb26d78a5 new header file
SVN revision: 43718
2009-11-15 21:53:43 +00:00
Andreas Volz f56daeae27 wrap EdjeEdit group API
SVN revision: 43709
2009-11-15 14:24:55 +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 168102d4f0 make public
SVN revision: 43703
2009-11-15 13:02:02 +00:00
Andreas Volz 7c4b63c762 new wrapper for ElmProgressbar and ElmPanel
SVN revision: 43702
2009-11-15 12:49:55 +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 443c0036f3 added ElmSpinner
SVN revision: 43648
2009-11-12 21:46:00 +00:00
Andreas Volz 8bf05e556b sync to C API
...


SVN revision: 43647
2009-11-12 21:17:23 +00:00
Andreas Volz 1215ecaf8f implemented anchorview/block wrapper
SVN revision: 43646
2009-11-12 21:03:34 +00:00
Andreas Volz 439ccebe67 start of EdjeEdit API wrapper
SVN revision: 43626
2009-11-11 23:09:11 +00:00
Andreas Volz 5176c30c6f renamed EvasEdje to EdjeObject
SVN revision: 43625
2009-11-11 21:53:46 +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 767da10345 ElmCheck include
make all ElmObject functions virtual


SVN revision: 43395
2009-11-01 17:03:35 +00:00