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
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
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
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
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://
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
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
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
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
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
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
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
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
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
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:
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
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
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,
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
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
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
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
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:
>>
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.
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
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,
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
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.
>>
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
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
30 matches
Mail list logo