Re: [E-devel] e_fm and thumb scroll

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 19:43:49 +0200 Vincent Pomageot said: > Hi devs ! > > I would like to notify you that since some revisions (sadly I can't tell > from which) if I enable thumb scroll in e17 and try to scroll with this > action in efm, my "click, down" is directly caught on folders and it does

Re: [E-devel] fstatat missing on OSX

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 8:39 AM, Andrew Williams wrote: > to quote e's e_main.c: > >         /* TODO: probably need to handle cases without ATSOURCE files? >          * let's wait people to report and if any I'll fix it. >          */ > > Consider it reported :) fixed, check new version and repor

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 19:59:57 +0200 Viktor Kojouharov said: you'll be wanting to regenerate patches as they fail... :) > On Fri, 2009-04-10 at 23:56 +1000, Carsten Haitzler wrote: > > On Wed, 08 Apr 2009 11:12:36 +0200 Viktor Kojouharov > > said: > > > > > This little patch adds 'tabs' to the f

Re: [E-devel] [PATCH] Patch for ticket #272

2009-04-10 Thread The Rasterman
On Sat, 11 Apr 2009 01:40:43 -0300 Gustavo Sverzut Barbieri said: > On Thu, Apr 9, 2009 at 4:42 AM, Sergey Semernin > wrote: > > +               snprintf(buf, sizeof(buf), "%s", ici->file); > > i know the code before was like that, but it would be better to use > ecore_strlcpy() instead of snp

Re: [E-devel] [PATCH] Patch for ticket #272

2009-04-10 Thread Gustavo Sverzut Barbieri
On Thu, Apr 9, 2009 at 4:42 AM, Sergey Semernin wrote: > +               snprintf(buf, sizeof(buf), "%s", ici->file); i know the code before was like that, but it would be better to use ecore_strlcpy() instead of snprintf() with "%s". I improved that in svn. -- Gustavo Sverzut Barbieri http://

Re: [E-devel] e_fm and thumb scroll

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 2:43 PM, Vincent Pomageot wrote: > Hi devs ! > > I would like to notify you that since some revisions (sadly I can't tell > from which) if I enable thumb scroll in e17 and try to scroll with this > action in efm, my "click, down" is directly caught on folders and it doesn't

Re: [E-devel] Release schedule

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 11:13 PM, Carsten Haitzler wrote: > On Fri, 10 Apr 2009 11:46:08 -0300 Gustavo Sverzut Barbieri > said: > >> On Fri, Apr 10, 2009 at 11:14 AM, Carsten Haitzler >> wrote: >> > On Wed, 8 Apr 2009 12:29:50 -0300 Gustavo Sverzut Barbieri >> > said: >> > >> > ok. looking here

Re: [E-devel] Release schedule

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 11:46:08 -0300 Gustavo Sverzut Barbieri said: > On Fri, Apr 10, 2009 at 11:14 AM, Carsten Haitzler > wrote: > > On Wed, 8 Apr 2009 12:29:50 -0300 Gustavo Sverzut Barbieri > > said: > > > > ok. looking here the problme is.. you have a schedule.. that has none of the > > follo

Re: [E-devel] Compiling E17 on OSX

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 14:41:18 +0100 Andrew Williams said: to me it sounds like comments are not being stripped by cpp... > Any more thoughts on this? > > Should I just commit the patch and forget about it, or do we need to > look closely at the edje parsing? > > On 14 Jan 2009, at 12:29, Andr

Re: [E-devel] E SVN: cedric IN trunk/evas/src/lib: canvas include

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 08:14:40 -0700 "Enlightenment SVN" said: i disabled it as i spotted rendering bugs. > Log: > * evas: This patch reintroduce the use of cache for clip. I don't > know why it was disable the first time, so it could lead to some graphic bug. > Please report any stran

Re: [E-devel] E SVN: andreas trunk/e/src/modules/conf_screensaver

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 7:34 PM, Enlightenment SVN wrote: >  - now used Eina_List for storage (I hope I used it correct...) > +   Eina_List *l = NULL; > +   Evas_Object *o = NULL; > + > +   // delete the list > +   for (l = xscreensaver_list; l; l = eina_list_next(l)) > +   { > +      xscreensav

Re: [E-devel] [e-users] Release schedule

2009-04-10 Thread Viktor Kojouharov
On Fri, 2009-04-10 at 11:41 -0300, Gustavo Sverzut Barbieri wrote: > On Fri, Apr 10, 2009 at 7:57 AM, Albin Tonnerre > wrote: > > On Thu, Apr 9, 2009 at 8:45 PM, Gustavo Sverzut Barbieri > > wrote: > >> On Thu, Apr 9, 2009 at 2:29 PM, Luca De Marini > >> wrote: > >>> 2009/4/9 Gustavo Sverzut Bar

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-10 Thread Viktor Kojouharov
On Fri, 2009-04-10 at 23:56 +1000, Carsten Haitzler wrote: > On Wed, 08 Apr 2009 11:12:36 +0200 Viktor Kojouharov > said: > > > This little patch adds 'tabs' to the fileman module window. The tabs are > > implemented using the toolbar widget. Currently you can add tabs and > > switch between them

[E-devel] e_fm and thumb scroll

2009-04-10 Thread Vincent Pomageot
Hi devs ! I would like to notify you that since some revisions (sadly I can't tell from which) if I enable thumb scroll in e17 and try to scroll with this action in efm, my "click, down" is directly caught on folders and it doesn't scroll but open them.. and I don't have the option "one click acti

Re: [E-devel] Release schedule

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 11:46 AM, Gustavo Sverzut Barbieri wrote: > On Fri, Apr 10, 2009 at 11:14 AM, Carsten Haitzler > wrote: >> On Wed, 8 Apr 2009 12:29:50 -0300 Gustavo Sverzut Barbieri >> said: >> >> ok. looking here the problme is.. you have a schedule.. that has none of the >> following:

Re: [E-devel] Release schedule

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 11:14 AM, Carsten Haitzler wrote: > On Wed, 8 Apr 2009 12:29:50 -0300 Gustavo Sverzut Barbieri > said: > > ok. looking here the problme is.. you have a schedule.. that has none of the > following: > > a knowledge of how long tasks will take > people available to do the tas

Re: [E-devel] Release schedule

2009-04-10 Thread Gustavo Sverzut Barbieri
On Fri, Apr 10, 2009 at 7:57 AM, Albin Tonnerre wrote: > On Thu, Apr 9, 2009 at 8:45 PM, Gustavo Sverzut Barbieri > wrote: >> On Thu, Apr 9, 2009 at 2:29 PM, Luca De Marini >> wrote: >>> 2009/4/9 Gustavo Sverzut Barbieri and please, let's try to get these things upstream into debian, ubunt

Re: [E-devel] [patch review] e_fwin 'tabs'

2009-04-10 Thread The Rasterman
On Wed, 08 Apr 2009 11:12:36 +0200 Viktor Kojouharov said: > This little patch adds 'tabs' to the fileman module window. The tabs are > implemented using the toolbar widget. Currently you can add tabs and > switch between them. The only problem right now is that when adding more > than two tabs,

Re: [E-devel] Release schedule

2009-04-10 Thread The Rasterman
On Wed, 8 Apr 2009 12:29:50 -0300 Gustavo Sverzut Barbieri said: ok. looking here the problme is.. you have a schedule.. that has none of the following: a knowledge of how long tasks will take people available to do the tasks time guaranteed from all the people this schedule doesn't account for

Re: [E-devel] [PATCH] Solve ticket #274

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 11:34:29 +0400 Sergey Semernin said: in svn! thanks! > Hello, All. > > In E_Dialog space key grabbed before than keydown event reach to entry widget > in E_Entry_Dialog. Thus, I forced ungrab space key in e_entry_dialog_show > constructor. Moreover, I added escape key handli

Re: [E-devel] Notifications module patch v2

2009-04-10 Thread Amey Parulekar
Hi, Sachiel went through my patch yesterday and suggested some minor changes to avoid buffer overruns. I thought I'd submit a bigger patch later, but since the older one's been committed to svn, I'm mailing it in now in the interests of stability :) Sorry for the trouble.. Thanks, Amey Index: tr

Re: [E-devel] Compiling E17 on OSX

2009-04-10 Thread Andrew Williams
Any more thoughts on this? Should I just commit the patch and forget about it, or do we need to look closely at the edje parsing? On 14 Jan 2009, at 12:29, Andrew Williams wrote: > If I comment out all references it makes no difference (the > problematic things seem to be commented out alread

Re: [E-devel] Release schedule

2009-04-10 Thread Toma
On the 3 month cycle, is this time frame based on amount of current work on E or just a random number? Might want to make sure the dates are realistic in relation to E devs commitments. Toma On 4/10/09, Albin Tonnerre wrote: > On Thu, Apr 9, 2009 at 8:45 PM, Gustavo Sverzut Barbieri > wrote: >>

Re: [E-devel] Notifications module patch v2

2009-04-10 Thread The Rasterman
On Wed, 8 Apr 2009 10:49:13 +0530 Amey Parulekar said: > Hi, > > The previous patch I submitted had a couple of problems. I was directly > accessing the members of the struct E_Notification, which had been defined > privately. Apologies for the same, the correct patch is attached to this > mail.

Re: [E-devel] [PATCH] ecore aborts on EBADF

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 05:47:43 -0300 Andre Dieb said: in svn :) > Hello, > > Here's a patch for handling EBADF (Bad file descriptor) error after select() > (following the thread "random abort caused by ecore"). > > It uses fcntl() for finding which fd raises EBADF. I tested the patch with > the

Re: [E-devel] E SVN: raster trunk/eina/src/include

2009-04-10 Thread The Rasterman
On Fri, 10 Apr 2009 02:45:47 -0300 Gustavo Sverzut Barbieri said: > On Thu, Apr 9, 2009 at 10:14 PM, Carsten Haitzler > wrote: > > On Thu, 9 Apr 2009 10:24:19 -0300 Gustavo Sverzut Barbieri > > said: > > > > Eina.h already does the extern "C" before it #includes the other .h files... > > yes,

[E-devel] fstatat missing on OSX

2009-04-10 Thread Andrew Williams
to quote e's e_main.c: /* TODO: probably need to handle cases without ATSOURCE files? * let's wait people to report and if any I'll fix it. */ Consider it reported :) Andy -- This SF.net ema

Re: [E-devel] Release schedule

2009-04-10 Thread Albin Tonnerre
On Thu, Apr 9, 2009 at 8:45 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Apr 9, 2009 at 2:29 PM, Luca De Marini > wrote: >> 2009/4/9 Gustavo Sverzut Barbieri >>> and please, let's try to get these things upstream into debian, ubuntu >>> and others. At least the base libraries and e17 itself. >>

[E-devel] [PATCH] ecore aborts on EBADF

2009-04-10 Thread Andre Dieb
Hello, Here's a patch for handling EBADF (Bad file descriptor) error after select() (following the thread "random abort caused by ecore"). It uses fcntl() for finding which fd raises EBADF. I tested the patch with the attached program (somehow dirty but maybe shows the patch works). Please mail

[E-devel] [PATCH] Solve ticket #274

2009-04-10 Thread Sergey Semernin
Hello, All. In E_Dialog space key grabbed before than keydown event reach to entry widget in E_Entry_Dialog. Thus, I forced ungrab space key in e_entry_dialog_show constructor. Moreover, I added escape key handling in _e_entry_cb_key_down callback. I do not delete space key grub in E_Dialog, bec