Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-08-26 Thread Vincent Torri
On Tue, 25 Aug 2009, Enlightenment SVN wrote: Log: Use simpler method for testing disabled state vs what we want it to be. you should also look at and clean those kind of tests in ecore_x and ecore_evas. They are numerous :) Vincent Author: devilhorns Date: 2009-08-25

Re: [E-devel] E SVN: devilhorns trunk/e/src/bin

2009-08-26 Thread Christopher Michael
Vincent Torri wrote: On Tue, 25 Aug 2009, Enlightenment SVN wrote: Log: Use simpler method for testing disabled state vs what we want it to be. you should also look at and clean those kind of tests in ecore_x and ecore_evas. They are numerous :) Vincent Sounds like a good idea.

Re: [E-devel] E SVN: quaker IN trunk/TMP/st/elementary: . src/lib

2009-08-26 Thread Christopher Michael
Enlightenment SVN wrote: Log: Add some checks etc to separator widget Author: quaker Date: 2009-08-26 00:46:11 -0700 (Wed, 26 Aug 2009) New Revision: 42007 snip @@ -72,15 +73,18 @@ elm_separator_horizontal_set(Evas_Object *obj, Eina_Bool horizontal) { Widget_Data

Re: [E-devel] E SVN: devilhorns trunk/TMP/st/elementary/src/lib

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Enlightenment SVN wrote: Log: Don't calloc a toolbar item if elm_widget_data_get returns NULL. Slightly better trapping(s). Author: devilhorns Date: 2009-08-26 07:34:55 -0700 (Wed, 26 Aug 2009) New Revision: 42012 Modified:

Re: [E-devel] E SVN: devilhorns trunk/TMP/st/elementary/src/lib

2009-08-26 Thread Christopher Michael
Vincent Torri wrote: On Wed, 26 Aug 2009, Enlightenment SVN wrote: Log: Don't calloc a toolbar item if elm_widget_data_get returns NULL. Slightly better trapping(s). Author: devilhorns Date: 2009-08-26 07:34:55 -0700 (Wed, 26 Aug 2009) New Revision: 42012 Modified:

[E-devel] eina won't compile with c++ compilers

2009-08-26 Thread Vincent Torri
hey, eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). The problem is that, stdint.h, INT32_MIN is defined if the compiler is not a c++ one. Which, btw, that the compilation on Windows fails. why not just putting EINA_LOG_LEVEL_UNKNOWN as the last value of the enum ? Is

Re: [E-devel] eina won't compile with c++ compilers

2009-08-26 Thread Vincent Torri
On Wed, 26 Aug 2009, Andre Dieb wrote: On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri vto...@univ-evry.fr wrote: hey, eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). The problem is that, stdint.h, INT32_MIN is defined if the compiler is not a c++ one. Which, btw,

Re: [E-devel] eina won't compile with c++ compilers

2009-08-26 Thread Andre Dieb
On Wed, Aug 26, 2009 at 3:52 PM, Vincent Torri vto...@univ-evry.fr wrote: hey, eina_log defines EINA_LOG_LEVEL_UNKNOWN to INT32_MIN (btw, why _MIN ?). The problem is that, stdint.h, INT32_MIN is defined if the compiler is not a c++ one. Which, btw, that the compilation on Windows fails.

[E-devel] Accessing Box's items from python code

2009-08-26 Thread Laszlo KREKACS
Dear List, I want to access a BOX element's items from python code to change the text on it. Please see this picture: http://laszlo.krekacs.googlepages.com/flowed_outofarea.png Looks like accessing by part name is not possible because the items are swallowed from external group. Also accessing

Re: [E-devel] Toolbook

2009-08-26 Thread The Rasterman
On Thu, 20 Aug 2009 16:12:09 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Thu, Aug 20, 2009 at 3:41 PM, Christopher Michaelcpmicha...@comcast.net wrote: Gustavo Sverzut Barbieri wrote: On Thu, Aug 20, 2009 at 2:59 PM, Christopher Michaelcpmicha...@comcast.net wrote:

Re: [E-devel] [elementary] _expand already exists on Windows

2009-08-26 Thread The Rasterman
On Sat, 22 Aug 2009 09:33:05 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: fercksed :) Hey in elc_fileselector.c, _expand is defined, but it is a symbol that is already defined in mingw gcc. Can someone rename it ? (btw, all the functions in elm should have a namespace to avoid

Re: [E-devel] disable ecore_config by default

2009-08-26 Thread The Rasterman
On Thu, 20 Aug 2009 21:44:25 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: hmm. now i think of it - maybe we can re-use this ecore lib but instead improve its facilities. eg support multiple profile - whole struct encode/decode via eet etc. etc. and list handling (as opposed th keys with