Commit Graph

321 Commits

Author SHA1 Message Date
Andreas Volz 48b1712f2b compiles and works
SVN revision: 64791
2011-11-05 20:28:26 +00:00
Andreas Volz 2e65e2d4d5 compiles with new API and new classes - not yet tested...
SVN revision: 64790
2011-11-05 20:16:28 +00:00
Andreas Volz e0101a9699 comment
SVN revision: 64789
2011-11-05 19:54:18 +00:00
Andreas Volz 6d22230e79 follow C API
SVN revision: 64788
2011-11-05 19:45:19 +00:00
Daniel Juyung Seo cf664855f7 elm list: Changed elm_list_item_base_get() to elm_list_item_object_get() like other widgets such as gengrid/menu/genlist/slideshow/segment_control.
I also changed all related code in trunk.
Deprecated elm_list_item_base_get(). I will remove this later.


SVN revision: 62730
2011-08-23 16:55:28 +00:00
Daniel Juyung Seo 78a9e1f9ea cxx elementaryxx: Applied elementary changes. elm_{widget}_label_get/set -> elm_object_text_get/set.
SVN revision: 62568
2011-08-18 14:51:28 +00:00
Daniel Juyung Seo 0fb505b217 Applied elm_object_focus() -> elm_object_focus_set() change to some
apps and libraries.


SVN revision: 62436
2011-08-14 08:39:30 +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 053bedcd17 Ecorexx::Timer design changed to have a factory and provide destroy function to wrap C interface better than before
also used sigc++ slots as callback provider

SVN revision: 61598
2011-07-22 22:39:05 +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 1cdd15b59a BINDINGS/cxx/elementaryxx: Applied elm_entry API changes. Fixed build
break.


SVN revision: 59316
2011-05-11 06:28:37 +00:00
Daniel Juyung Seo 3eb559d0ba BINDINGS: Applied elementary API changes.
Existing APIs are there for bindings. Added new APIs. This is a
binding fix for
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg32401.html.


SVN revision: 59259
2011-05-07 08:09:29 +00:00
Daniel Juyung Seo 29bb490bae BINDINGS/cxx elementaryxx: Applied "clicked" signal name change for list/genlist.
SVN revision: 58636
2011-04-13 13:29:54 +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 7779b257d1 changed Timer API (I'm still not happy with this interface, I need to redesign it!)
SVN revision: 57537
2011-03-06 08:32:46 +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 158039f74a split into several files to not get confused...
SVN revision: 56788
2011-02-07 22:34:23 +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
Daniel Juyung Seo 7c9844d341 From: Daniel Juyung Seo <juyung.seo@samsung.com>
Subject: [E-devel] [Patch] Tree support for
elm_genlist_item_insert_before/after() APIs

I added tree feature support to
elm_genlist_item_insert_before/after() APIs.

This patch assumes that the previous patch, '[E-devel] [Patch] Tree
support
for elm_genlist_item_prepend() API.', is already applied to upstream.
So this patch does not include the changes of the previous patch.

This patch includes API break. I added parent parameter.
To support genlist group index feature, it should have a parent
parameter
like elm_genlist_item_append/prepend() do.
Raster already agreed to this API break.
I or my co-worker will introduce genlist group index feature today.
But for the reviewer's convenience, I separated this patch.

- 001.elm_genlist.patch.txt
   Patch for src/lib/elm_genlist.c
- 002.elm_genlist.patch.txt
   Patch for src/lib/Elementary.h.in, src/bin/test_genlist.c
- 003.elm_genlist.patch.txt
   Due to API break, I changes other EFL libraries and applications on SVN. 



SVN revision: 55869
2011-01-05 06:03:43 +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 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 9a1b0dcd7f test
SVN revision: 55759
2010-12-26 22:20:25 +00:00
Andreas Volz b09efee597 oh, god. I forgot this long time ago to add.
This shows me nobody else uses the C++ wrapper for Elementary :-(


SVN revision: 55434
2010-12-09 21:50:56 +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 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 dfd5b32987 use env variable
SVN revision: 53940
2010-10-27 21:55:26 +00:00
Andreas Volz c4862ab705 install option
SVN revision: 53430
2010-10-14 21:18:16 +00:00
Andreas Volz 64df6a42e0 rename to getSwallow()
SVN revision: 53429
2010-10-14 21:17:50 +00:00
Andreas Volz 57660de41e private should be ok
SVN revision: 52511
2010-09-20 20:21:26 +00:00
Lucas De Marchi 9d162e6875 eina-0 is no more, check for the right package name
SVN revision: 51235
2010-08-17 03:59:29 +00:00
Cedric BAIL c738f44cee * eina: fix eina array threadsafe version.
Also add iterator and accessor ability to walk threadsafely.
	Rename EINA_EACH to EINA_EACH_CB to match other callback cast.


SVN revision: 51000
2010-08-11 14:32:30 +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 3b5ce6e53f emotionxx example
SVN revision: 50488
2010-07-25 18:29:53 +00:00
Andreas Volz 3edcb64f4b added more emotionxx API
SVN revision: 50487
2010-07-25 18:29:31 +00:00
Andreas Volz e8cdd98f64 more emotionxx wrappers
SVN revision: 50463
2010-07-23 21:36:37 +00:00
Andreas Volz 1c6334ded7 more genlist examples in C++
SVN revision: 50203
2010-07-12 19:44:58 +00:00
Andreas Volz a379649792 Label implementation wrapper
SVN revision: 50169
2010-07-09 21:30:52 +00:00