Commit Graph

32 Commits

Author SHA1 Message Date
Andreas Volz 3d0cb4e535 find out if object is an external => prints EFL error, but seems to work until my application finds a better way to find out 2016-03-17 23:29:50 +01:00
Andreas Volz 36d22d50fc access part param (I don't like the interface, but it works for my application until I write something better) 2016-02-14 11:37:08 +01:00
Cedric BAIL f20d437bd3 trunk: remove use of AM_PROG_CC_STDC as AC_PROG_CC does it.
Patch by Doug Newgard <scimmia22@outlook.com>


SVN revision: 82148
2013-01-04 05:49:26 +00:00
Andreas Volz 1260f6e706 many small pending changes
SVN revision: 65200
2011-11-14 21:31:44 +00:00
Boris Faure 0ab38e0604 remove .cvsignore files
SVN revision: 60246
2011-06-12 21:38:37 +00:00
Andreas Volz 3144e6ccfb patch by mail:
Von: douleme@free.fr
Betreff: patch for eflxx
Datum: Tue, 8 Feb 2011 19:32:21 +0100 (CET)


SVN revision: 56819
2011-02-08 20:55:14 +00:00
Andreas Volz 9ad24468e0 fixed some really strange bug!
I used by accident a reference as member where a normal variable type should be used. This leads into a hard to find bug!


SVN revision: 56113
2011-01-14 20:43:48 +00:00
Andreas Volz 4c579dd1b9 - added a new wrapper function
- added some implementation TODO


SVN revision: 55798
2011-01-02 22:20:28 +00:00
Andreas Volz 501fb1a064 doc
SVN revision: 55795
2011-01-01 21:50:59 +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 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