Re: [E-devel] Python Genlist Patch

2010-07-13 Thread Boris 'billiob' Faure
On Mon, Jul 12, 2010 at 23:24, Dave Andreoli d...@gurumeditation.it wrote: Hi all, on the above link you can found a patch for the Genlist python object http://pastebin.com/W5aRuXKG The patch add all the methods to connect signal: callback_clicked_add(self, func, *args, **kwargs)

Re: [E-devel] E SVN: raster trunk/e_dbus

2010-07-13 Thread David Seikel
On Mon, 12 Jul 2010 18:34:01 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Mon, 12 Jul 2010 08:18:17 +0200 (CEST) Vincent Torri vto...@univ-evry.fr said: actually evil needed. includes evil.h /me is tempted to make a hello world with these lines near the top - #if 0

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread dhp_E17
I am having an other issue right now: when i go in the Lost list, before, the Windows was restaured in the current monitor, what used to work fine. Now, it's restaured in the last monitor it was in. It is a problem, because, I lost the window (Memo) while I was moving it, because, an other window

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-13 Thread Gustavo Sverzut Barbieri
On Tue, Jul 13, 2010 at 1:22 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 12 Jul 2010 21:10:21 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: but geneet requires i define my struct in 1 place, and then separately keep a geneet description file in sync with that

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread DEMAINE Benoit-Pierre
I am having an other issue right now: when i go in the Lost list, before, the Windows was restaured in the current monitor, what used to work fine. Now, it's restaured in the last monitor it was in. It is a problem, because, I lost the window (Memo) while I was moving it, because, an other window

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread Andreas Volz
Am Tue, 13 Jul 2010 16:10:15 +0200 schrieb dhp_...@doublehp.org: On 13/07/10 00:14, Andreas Volz wrote: Please test SVN commit = 50207 for this problem. If your problem is not longer present than I've at least identified the problem. In this case I've to implement my use cases in another

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread Andreas Volz
Am Tue, 13 Jul 2010 15:19:49 +0200 schrieb dhp_...@doublehp.org: I am having an other issue right now: when i go in the Lost list, before, the Windows was restaured in the current monitor, what used to work fine. Now, it's restaured in the last monitor it was in. It is a problem, because, I

Re: [E-devel] E SVN: caro IN trunk/PROTO/elsa: . data m4 src/bin

2010-07-13 Thread Sachiel
On Tue, Jul 13, 2010 at 4:03 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  clean up a bit the autotools and various things  make distcheck can't be done as it tries to install some files in /etc And we really want that? Does any other program do things like this? The way I

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread dhp_E17
On 13/07/10 20:59, Andreas Volz wrote: Then, the moving window is left where it was, and, the cursor jumps away. At this moment, a stupid parameter is recorded for the dropped window: the position of cursor. And this position will be taken AFTER the jump, that is, in MY case NOW, 900 pixels

[E-devel] wrong values passed to pthread_exit() in eet unit tests

2010-07-13 Thread Vincent Torri
Hey, pthread_exit is used with a string, while its parameter is actually the returned value of the terminated thread. for an example: http://publib.boulder.ibm.com/iseries/v5r1/ic2924/index.htm?info/apis/users_18.htm Vincent

Re: [E-devel] wrong values passed to pthread_exit() in eet unit tests

2010-07-13 Thread Gustavo Sverzut Barbieri
On Tue, Jul 13, 2010 at 5:03 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, pthread_exit is used with a string, while its parameter is actually the returned value of the terminated thread. for an example:

Re: [E-devel] wrong values passed to pthread_exit() in eet unit tests

2010-07-13 Thread Vincent Torri
On Tue, 13 Jul 2010, Gustavo Sverzut Barbieri wrote: On Tue, Jul 13, 2010 at 5:03 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, pthread_exit is used with a string, while its parameter is actually the returned value of the terminated thread. for an example:

Re: [E-devel] E SVN: caro IN trunk/PROTO/elsa: . data m4 src/bin

2010-07-13 Thread Michael Jennings
On Tuesday, 13 July 2010, at 16:18:53 (-0300), Iv?n Briano (Sachiel) wrote: And we really want that? Does any other program do things like this? No. Other programs properly reference $sysconfdir.  pamdir = /etc/pam.d/  pam_DATA = elsa  confdir = /etc  conf_DATA = elsa.conf

Re: [E-devel] E SVN: caro IN trunk/PROTO/elsa: . data m4 src/bin

2010-07-13 Thread Vincent Torri
On Tue, 13 Jul 2010, Michael Jennings wrote: On Tuesday, 13 July 2010, at 16:18:53 (-0300), Iv?n Briano (Sachiel) wrote: And we really want that? Does any other program do things like this? No. Other programs properly reference $sysconfdir.  pamdir = /etc/pam.d/  pam_DATA = elsa  

Re: [E-devel] E SVN: caro IN trunk/PROTO/elsa: . data m4 src/bin

2010-07-13 Thread Michael Jennings
On Tuesday, 13 July 2010, at 22:41:35 (+0200), Vincent Torri wrote: like that ? : Index: data/Makefile.am === --- data/Makefile.am (revision 50230) +++ data/Makefile.am (working copy) @@ -3,10 +3,10 @@ SUBDIRS = themes

Re: [E-devel] wrong values passed to pthread_exit() in eet unit tests

2010-07-13 Thread Gustavo Sverzut Barbieri
On Tue, Jul 13, 2010 at 5:25 PM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 13 Jul 2010, Gustavo Sverzut Barbieri wrote: On Tue, Jul 13, 2010 at 5:03 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, pthread_exit is used with a string, while its parameter is actually the returned

Re: [E-devel] wrong values passed to pthread_exit() in eet unit tests

2010-07-13 Thread Vincent Torri
On Tue, 13 Jul 2010, Gustavo Sverzut Barbieri wrote: On Tue, Jul 13, 2010 at 5:25 PM, Vincent Torri vto...@univ-evry.fr wrote: On Tue, 13 Jul 2010, Gustavo Sverzut Barbieri wrote: On Tue, Jul 13, 2010 at 5:03 PM, Vincent Torri vto...@univ-evry.fr wrote: Hey, pthread_exit is used with

[E-devel] Elm_List inside Elm_Notify: bug?

2010-07-13 Thread Leandro Pereira
Hi. I'm trying to add an Elm_List inside an Elm_Notify. But, for some reason, the notify pop-ups on the screen, but only the default shadow and a tiny rectangle shows up on the screen. It used to work fine around March, but I don't know why it isn't working anymore. Instead of a list, if I add,

Re: [E-devel] Elm_List inside Elm_Notify: bug?

2010-07-13 Thread The Rasterman
On Tue, 13 Jul 2010 19:51:18 -0300 Leandro Pereira lean...@profusion.mobi said: an elm list wont have a very big minimum size. it'll be maybe about 2x2 pixels with the default theme (just a slim border for scroller edge). Hi. I'm trying to add an Elm_List inside an Elm_Notify. But, for some

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-13 Thread The Rasterman
On Tue, 13 Jul 2010 12:17:12 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Tue, Jul 13, 2010 at 1:22 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 12 Jul 2010 21:10:21 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: but geneet requires i define

Re: [E-devel] [announce] geneet: eet boilerplate generator

2010-07-13 Thread Bruno Dilly
On Tue, Jul 13, 2010 at 12:17 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jul 13, 2010 at 1:22 AM, Carsten Haitzler ras...@rasterman.com wrote: On Mon, 12 Jul 2010 21:10:21 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: but geneet requires i define my

Re: [E-devel] E SVN: lucas IN trunk: E16/e/src PROTO/exchange/src/lib TMP/st/elementary/src/lib e/src/bin e/src/modules/conf_fonts e/src/modules/illume e/src/modules/illume-keyboard e/src/modules/page

2010-07-13 Thread Christopher Michael
This is another case where automatic tools fail !! Read that code again ! See comments below. dh On 7/13/2010 10:05 PM, Enlightenment SVN wrote: Log: Remove unneeded code with notnull.cocci script The notnull.cocci script from Coccinelle finds places where you check if a variable

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

2010-07-13 Thread Brett Nash
Good to know I'm not the only one who spams the world with miss-committed printfs... svn needs add --interactive ;-) Author: raster Date: 2010-07-13 16:56:47 -0700 (Tue, 13 Jul 2010) New Revision: 50240 Modified: trunk/e/src/bin/e_dpms.c Modified:

Re: [E-devel] E SVN: lucas IN trunk: E16/e/src PROTO/exchange/src/lib TMP/st/elementary/src/lib e/src/bin e/src/modules/conf_fonts e/src/modules/illume e/src/modules/illume-keyboard e/src/modules/page

2010-07-13 Thread Lucas De Marchi
On Tue, Jul 13, 2010 at 11:18 PM, Christopher Michael cpmicha...@comcast.net wrote: This is another case where automatic tools fail !! Read that code again ! See comments below. No, this is where reading only the diff fails. Read the rest of the function ;-) Modified:

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

2010-07-13 Thread Lucas De Marchi
On Tue, Jul 13, 2010 at 11:22 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  Fix goof from automated tools (Coccinelle) and make sure we have a KEY  before trying to stringshare it. Argghr... it was right!

Re: [E-devel] E SVN: lucas IN trunk: E16/e/src PROTO/exchange/src/lib TMP/st/elementary/src/lib e/src/bin e/src/modules/conf_fonts e/src/modules/illume e/src/modules/illume-keyboard e/src/modules/page

2010-07-13 Thread Christopher Michael
On 07/13/2010 11:34 PM, Lucas De Marchi wrote: On Tue, Jul 13, 2010 at 11:18 PM, Christopher Michael cpmicha...@comcast.net wrote: This is another case where automatic tools fail !! Read that code again ! See comments below. No, this is where reading only the diff fails. Read the rest of

Re: [E-devel] E SVN: lucas IN trunk: E16/e/src PROTO/exchange/src/lib TMP/st/elementary/src/lib e/src/bin e/src/modules/conf_fonts e/src/modules/illume e/src/modules/illume-keyboard e/src/modules/page

2010-07-13 Thread Lucas De Marchi
On Wed, Jul 14, 2010 at 12:36 AM, Christopher Michael cpmicha...@comcast.net wrote: On 07/13/2010 11:34 PM, Lucas De Marchi wrote: On Tue, Jul 13, 2010 at 11:18 PM, Christopher Michael cpmicha...@comcast.net  wrote: This is another case where automatic tools fail !! Read that code again !

Re: [E-devel] E SVN: lucas IN trunk: E16/e/src PROTO/exchange/src/lib TMP/st/elementary/src/lib e/src/bin e/src/modules/conf_fonts e/src/modules/illume e/src/modules/illume-keyboard e/src/modules/page

2010-07-13 Thread Lucas De Marchi
On Tue, Jul 13, 2010 at 11:18 PM, Christopher Michael cpmicha...@comcast.net wrote: Modified: trunk/e/src/modules/illume/e_kbd_buf.c === --- trunk/e/src/modules/illume/e_kbd_buf.c    2010-07-13 23:56:47 UTC (rev 50240) +++

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

2010-07-13 Thread The Rasterman
On Wed, 14 Jul 2010 10:48:49 +0800 Brett Nash n...@nash.id.au said: i know they're there. :) ruben is working on a bigger better more full-covering fix :) thus why i think they are find to spam in for now :) Good to know I'm not the only one who spams the world with miss-committed printfs...

Re: [E-devel] [bug] Auto-resize window make window desapear

2010-07-13 Thread Andreas Volz
Am Tue, 13 Jul 2010 21:27:46 +0200 schrieb dhp_...@doublehp.org: On 13/07/10 20:59, Andreas Volz wrote: Then, the moving window is left where it was, and, the cursor jumps away. At this moment, a stupid parameter is recorded for the dropped window: the position of cursor. And this position