Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Mathieu Taillefumier
Hello, someone was faster than me to submit the code. I also did these modifications but did not find time to test if everything was ok (except a compilation). a quick search through the svn tree gave me some few more EINA_ERROR_PERR things. ecore win32 module is full of it and few thing in e,

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Vincent Torri
On Fri, 4 Sep 2009, Mathieu Taillefumier wrote: > Hello, > > someone was faster than me to submit the code. I also did these > modifications but did not find time to test if everything was ok (except > a compilation). a quick search through the svn tree gave me some few > more EINA_ERROR_PERR th

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Mathieu Taillefumier
> >> Hello, >> >> someone was faster than me to submit the code. I also did these >> modifications but did not find time to test if everything was ok (except >> a compilation). a quick search through the svn tree gave me some few >> more EINA_ERROR_PERR things. ecore win32 module is full of it and

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Dave Andreoli
2009/9/4 Christopher Michael > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael < > cpmicha...@comcast.net> > > said: > > > >> Seems elm_genlist has issues :( > >> > >> Apparently you can only add about 11 subitems before problems start :( > >> >

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Gustavo Sverzut Barbieri
On Fri, Sep 4, 2009 at 7:44 AM, Mathieu Taillefumier wrote: > >> >>> Hello, >>> >>> someone was faster than me to submit the code. I also did these >>> modifications but did not find time to test if everything was ok (except >>> a compilation). a quick search through the svn tree gave me some few >

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Atton Jonathan
nop, follow the steps I have made in the ticket. The parent is still the same and the firsts items are well inserted. 2009/9/4 Dave Andreoli > 2009/9/4 Christopher Michael > > > Carsten Haitzler (The Rasterman) wrote: > > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael < > > cpmicha...

Re: [E-devel] E SVN: barbieri IN trunk/eina: . src/include src/lib src/tests

2009-09-04 Thread Vincent Torri
+EFL_CHECK_COVERAGE([${enable_tests}], [enable_coverage="yes"], [enable_coverage="no"]) that macro needs ${enable_tests}, set by EFL_CHECK_TESTS (below), so move EFL_CHECK_TESTS before that call Vincent EINA_CFLAGS="${EFL_COVERAGE_CFLAGS}" case "${host_os}" in cegcc*) @@ -348,7 +349,

Re: [E-devel] elementary bug, genlist

2009-09-04 Thread The Rasterman
On Wed, 05 Aug 2009 20:07:26 +0200 N-Billy said: > On 08/05/2009 07:29 PM, Gustavo Sverzut Barbieri wrote: > > On Wed, Aug 5, 2009 at 1:48 PM, N-Billy wrote: > > > >> now I finally found a way to fix this, though I'm sure it's rather a > >> workaround than a fix. > >> > >> the problem seems

Re: [E-devel] .desktop files in .local dir are very bad managed IMHO

2009-09-04 Thread The Rasterman
On Fri, 4 Sep 2009 09:36:13 +1000 Jochen Schroeder said: > On 09/03/09 11:04, Carsten Haitzler wrote: > > On Mon, 31 Aug 2009 21:50:32 -0500 Nick Hughart said: > > > > > On Mon, 31 Aug 2009 17:16:52 -0400 > > > Atton Jonathan wrote: > > > > > > > new test made with liferea. I have drag and dr

Re: [E-devel] Using Evas Textblock

2009-09-04 Thread The Rasterman
On Fri, 24 Jul 2009 15:34:35 -0400 Michael Hughes said: > Notes on using TextBlock: > > After appending strings to the block, > > evas_textblock_cursor_node_first(Cursor); > > moves the cursor back to the beginning of the text. This is generally > equivalent to: > > evas_textblock_cursor_lin

Re: [E-devel] EFL coding style

2009-09-04 Thread The Rasterman
On Thu, 3 Sep 2009 18:54:40 -0300 Iván Briano (Sachiel) said: > On Thu, Sep 3, 2009 at 6:25 PM, Carsten Haitzler wrote: > > On Thu, 3 Sep 2009 10:07:54 -0300 Iván Briano (Sachiel) > > said: > > > >> On Wed, Sep 2, 2009 at 9:43 PM, Carsten Haitzler > >> wrote: > >> > On Sun, 30 Aug 2009 07:40:47

Re: [E-devel] RFC: evas smart signal signatures/types

2009-09-04 Thread The Rasterman
On Wed, 29 Jul 2009 19:46:20 -0300 Gustavo Sverzut Barbieri said: overall i like the idea. it's a more structured way to have arbitrary smart callback signal names. it's runtime discoverable. while we're at it... it means the strings are in an array/table. they should be stringshared. imho this m

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread The Rasterman
On Thu, 03 Sep 2009 19:08:09 -0400 Christopher Michael said: > Carsten Haitzler (The Rasterman) wrote: > > On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael > > said: > > > >> Seems elm_genlist has issues :( > >> > >> Apparently you can only add about 11 subitems before problems start :( >

Re: [E-devel] [PATCH] mouse wheel support for the illume keyboard

2009-09-04 Thread The Rasterman
On Fri, 10 Jul 2009 09:12:44 -0700 Dima Kogan said: > Hi. > > I added support for touchscreen scrolling to kdrive and tslib-based X > servers. With that patch, screen dragging can generate mousewheel > events instead of dragging events. This behavior directly conflicts with > those parts of e th

Re: [E-devel] Elm_Genlist Bug

2009-09-04 Thread Christopher Michael
Carsten Haitzler (The Rasterman) wrote: > On Thu, 03 Sep 2009 19:08:09 -0400 Christopher Michael > > said: > >> Carsten Haitzler (The Rasterman) wrote: >>> On Sun, 30 Aug 2009 10:52:10 -0400 Christopher Michael >>> said: >>> Seems elm_genlist has issues :( Apparently you can only

Re: [E-devel] .desktop files in .local dir are very bad managed IMHO

2009-09-04 Thread Atton Jonathan
When a new .desktop is created a popup is already display. 2009/9/3 Carsten Haitzler > On Fri, 4 Sep 2009 09:36:13 +1000 Jochen Schroeder > said: > > > On 09/03/09 11:04, Carsten Haitzler wrote: > > > On Mon, 31 Aug 2009 21:50:32 -0500 Nick Hughart > said: > > > > > > > On Mon, 31 Aug 2009 17:

Re: [E-devel] [PATCH] mouse wheel support for the illume keyboard

2009-09-04 Thread Dima Kogan
Hi Raster. I'm not quite as careless as you seem to think. The X patch allows for both dragging and mousewheel scrolling, depending on the dynamics of the motion (for details, see the post linked in the original email below). Dragging, using drawing apps, etc, are still possible. In the current im

Re: [E-devel] [PATCH] mouse wheel support for the illume keyboard

2009-09-04 Thread David Seikel
On Fri, 4 Sep 2009 10:57:44 +1000 Carsten Haitzler (The Rasterman) wrote: > it's a bit like throwing a nuclear bomb on your city to kill the > cockroach under your fridge. :) With no guarantee that you will kill the roach. They are tough little buggers. signature.asc Description: PGP signat

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Mathieu Taillefumier
> Sorry Mathieu, but I had some time and converted the whole eina to it. > I know I asked someone to do it, but as I want eina to be "ready" > before this weekend freeze, I did it. > No worries ;-). It was a good way for me to enter into the library a bit so it is not waste of time at all :-)

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Mathieu Taillefumier
Ok, I finished to convert the wince and win32 modules to eina_log messaging system. Since I do not have windows on my machine I could not test if my modifications are compiling or not. the diff was made using svn diff using the last version of the e tree. so normally it should be ok, but I pree

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Gustavo Sverzut Barbieri
On Fri, Sep 4, 2009 at 3:54 PM, Mathieu Taillefumier wrote: > >> Sorry Mathieu, but I had some time and converted the whole eina to it. >> I know I asked someone to do it, but as I want eina to be "ready" >> before this weekend freeze, I did it. >> > > No worries ;-). It was a good way for me to en

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

2009-09-04 Thread Christopher Michael
What modules are you running ? I searched all the existing code in both E's modules, and E-MODULES-EXTRA and did not find where anything is modifying the list... dh Enlightenment SVN wrote: > Log: > e17:shutdown all modules > > Author: jeffdameth > Date: 2009-09-04 12:43:10 -

Re: [E-devel] RFC: evas smart signal signatures/types

2009-09-04 Thread Gustavo Sverzut Barbieri
On Thu, Sep 3, 2009 at 9:45 PM, Carsten Haitzler wrote: > On Wed, 29 Jul 2009 19:46:20 -0300 Gustavo Sverzut Barbieri > said: > > overall i like the idea. it's a more structured way to have arbitrary smart > callback signal names. it's runtime discoverable. while we're at it... I have it written

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

2009-09-04 Thread hannes.janet...@gmail.com
ok, eina macro issue again. the object del function of e_module modifies the list. going to fix it now On Fri, Sep 4, 2009 at 10:14 PM, hannes.janet...@gmail.com wrote: > tried with just the default ones. ok there is more a system to it: > exactly every second module is not unloaded :) > try this

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

2009-09-04 Thread Christopher Michael
Ahh super !! Was just about to dig into this, lol. Good Job !! :) dh hannes.janet...@gmail.com wrote: > ok, eina macro issue again. the object del function of e_module > modifies the list. going to fix it now > > On Fri, Sep 4, 2009 at 10:14 PM, > hannes.janet...@gmail.com wrote: >> tried with j

Re: [E-devel] [e-users] Was: Re: NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Vincent Torri
On Fri, 4 Sep 2009, Mathieu Taillefumier wrote: Ok, I finished to convert the wince and win32 modules to eina_log messaging system. Since I do not have windows on my machine I could not test if my modifications are compiling or not. the diff was made using svn diff using the last version of

Re: [E-devel] E SVN: urandom trunk/PROTO/image-viewer/src/bin

2009-09-04 Thread Gustavo Sverzut Barbieri
On Fri, Sep 4, 2009 at 8:37 PM, Enlightenment SVN wrote: > Log: >  create own domain for logging no problem with that, but I'd say applications are fine using the global domain if they want. -- Gustavo Sverzut Barbieri http://profusion.mobi embedded systems --

[E-devel] [module mail] question or maybe a bug ?

2009-09-04 Thread Nicolas H.
Hello everyone here, I hope it's the right place to send this, I was recommended to do so on the #e irc. So, I already have used the mail module in the past and I remember it used to display the number of new (unread) e-mails of my mailbox, using pop3. This seems quite expected. I would be reall

Re: [E-devel] [module mail] question or maybe a bug ?

2009-09-04 Thread Christopher Michael
Nicolas H. wrote: > Hello everyone here, > > > I hope it's the right place to send this, I was recommended to do so on > the #e irc. > > So, I already have used the mail module in the past and I remember it > used to display the number of new (unread) e-mails of my mailbox, using > pop3. This se

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

2009-09-04 Thread Dave Andreoli
2009/9/4 Enlightenment SVN > Log: > e17:shutdown all modules > > Author: jeffdameth > Date: 2009-09-04 12:43:10 -0700 (Fri, 04 Sep 2009) > New Revision: 42262 > > Modified: > trunk/e/src/bin/e_module.c > > Modified: trunk/e/src/bin/e_module.c >

Re: [E-devel] NOTICE: svn feature freeze this weekend (Sep 4-6)

2009-09-04 Thread Gustavo Sverzut Barbieri
Update to all: I did quite a lot of work on logging this weekend and I'm underway with a patch to remove all independent module initialization to a sing eina_init(), that should remove lots of crap from our init process. Given that I'd like to postpone this weekend freeze to the next week, so I ha

Re: [E-devel] Fix issues with edge bindings

2009-09-04 Thread The Rasterman
On Fri, 4 Sep 2009 16:13:10 -0500 Nick Hughart said: > On Thu, 3 Sep 2009 10:57:35 +1000 > Carsten Haitzler (The Rasterman) wrote: > > > On Sat, 29 Aug 2009 18:56:22 -0500 Nick Hughart > > said: > > > > edge bindings have fundamental design flaws - as you picked up. 1. > > original invisible

Re: [E-devel] [PATCH] mouse wheel support for the illume keyboard

2009-09-04 Thread The Rasterman
On Fri, 4 Sep 2009 09:46:01 -0700 Dima Kogan said: > Hi Raster. > > I'm not quite as careless as you seem to think. The X patch allows for > both dragging and mousewheel scrolling, depending on the dynamics of > the motion (for details, see the post linked in the original email > below). Draggin

Re: [E-devel] Fix issues with edge bindings

2009-09-04 Thread Nick Hughart
On Thu, 3 Sep 2009 10:57:35 +1000 Carsten Haitzler (The Rasterman) wrote: > On Sat, 29 Aug 2009 18:56:22 -0500 Nick Hughart > said: > > edge bindings have fundamental design flaws - as you picked up. 1. > original invisible input-only windows were fine as they were only > ever thereon a border

Re: [E-devel] .desktop files in .local dir are very bad managed IMHO

2009-09-04 Thread The Rasterman
On Fri, 4 Sep 2009 12:56:16 -0400 Atton Jonathan said: i've never had this happen - so never seen it :) > When a new .desktop is created a popup is already display. > > 2009/9/3 Carsten Haitzler > > > On Fri, 4 Sep 2009 09:36:13 +1000 Jochen Schroeder > > said: > > > > > On 09/03/09 11:04, C

Re: [E-devel] Fix issues with edge bindings

2009-09-04 Thread Vincent Torri
On Sat, 5 Sep 2009, Carsten Haitzler (The Rasterman) wrote: On Fri, 4 Sep 2009 16:13:10 -0500 Nick Hughart said: On Thu, 3 Sep 2009 10:57:35 +1000 Carsten Haitzler (The Rasterman) wrote: On Sat, 29 Aug 2009 18:56:22 -0500 Nick Hughart said: edge bindings have fundamental design flaws -