Commit Graph

22 Commits

Author SHA1 Message Date
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 01e49e85dd - follow EFL C API
- removed Notepad in elementaryxx
  - removed various wrappers not longer existing functions
  - removed Evas Transform
  - removed Evas Gradient
- added #define for compiling Edje_Edit wrapper


SVN revision: 54656
2010-11-17 22:11:02 +00:00
Andreas Volz 64df6a42e0 rename to getSwallow()
SVN revision: 53429
2010-10-14 21:17:50 +00:00
Andreas Volz c597faa97c disconnect () and disconnectAll for signals implemented
SVN revision: 50844
2010-08-05 21:36:58 +00:00
Andreas Volz 8aae0ccb69 compile again with recent source
SVN revision: 50524
2010-07-26 21:12:36 +00:00
Andreas Volz 908d062498 needs einaxx
SVN revision: 48528
2010-05-01 20:38:46 +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 28a48b3484 - more Edje_Edit functions wrapped
SVN revision: 47822
2010-04-07 21:22:42 +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 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 2ec9ae42cf BINDINGS/cxx: install .pc files for the bindings
SVN revision: 46773
2010-03-02 04:41:38 +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 8cf02d7590 - test for progressbar (use EcoreTimer)
- more EdjeEdit API
- implemented EcoreTimer


SVN revision: 43756
2009-11-17 22:17:37 +00:00
Andreas Volz f56daeae27 wrap EdjeEdit group API
SVN revision: 43709
2009-11-15 14:24:55 +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 4e76bba2e6 added new splitted c++ wrapper for EFL (eflxx)
SVN revision: 41355
2009-07-15 21:33:29 +00:00