Re: [E-devel] E SVN: caro IN trunk/MISC/enthrall: . src

2009-02-22 Thread Peter Wehrfritz
Enlightenment SVN schrieb: > + if (ecore_str_has_suffix (output_file, ".ogg")) { > Better use ecore_str_has_extension(), it does a case-insensitive compare. Peter -- Open Source Business Conference (OSBC), March 24

Re: [E-devel] E SVN: caro IN trunk/MISC/enthrall: . src

2009-02-22 Thread Vincent Torri
On Sun, 22 Feb 2009, Peter Wehrfritz wrote: > Enlightenment SVN schrieb: >> +if (ecore_str_has_suffix (output_file, ".ogg")) { >> > Better use ecore_str_has_extension(), it does a case-insensitive compare. thanks, in svn Vincent

Re: [E-devel] [Patch] Edge and corner bindings

2009-02-22 Thread Dave Andreoli
ok, tested, the patch works really well and I really like the feature. If none has something against it I will commit the patch in the next days. Dave - "Viktor Kojouharov" ha scritto: > Hi guys, > > Since my computer burned to the ground, I will be out of one for at > least 2-3 weeks. B

Re: [E-devel] E SVN: toma trunk/PROTO/keys

2009-02-22 Thread Gustavo Sverzut Barbieri
On Sun, Feb 22, 2009 at 10:54 AM, Enlightenment SVN wrote: > Log: ... > -ee.callback_delete_request_set(v.unlock_mod(1)) ouch, this was actually wrong, unless v.unlock_mod(1) returns a *function*, you were giving the callback_delete_request_set() the wrong object. I don't remember if I did check

Re: [E-devel] [PATCH] gstreamer v4l support for emotion

2009-02-22 Thread Lars Munch
On Sat, Feb 21, 2009 at 09:50:55PM -0300, Gustavo Sverzut Barbieri wrote: > On Thu, Feb 19, 2009 at 3:09 PM, Lars Munch wrote: > > This patch adds gstreamer v4l support to emotion. If you got a webcam it can > > be tested by doing: > > > > emotion_test -gstreamer v4l:// > > > > This will use the f

Re: [E-devel] [PATCH] gstreamer v4l support for emotion

2009-02-22 Thread Gustavo Sverzut Barbieri
On Sun, Feb 22, 2009 at 1:25 PM, Lars Munch wrote: > On Sat, Feb 21, 2009 at 09:50:55PM -0300, Gustavo Sverzut Barbieri wrote: >> On Thu, Feb 19, 2009 at 3:09 PM, Lars Munch wrote: >> > This patch adds gstreamer v4l support to emotion. If you got a webcam it >> > can >> > be tested by doing: >>

[E-devel] [E_Menu] recalculate the menu

2009-02-22 Thread Atton Jonathan
hey, I have a probleme with the E_Menu I create one and add 1 item. A few time later I add a new item but it didn't appears in the menu, I suppose the menu is not recalculate or something like that. is there a way to display the new items ? -- Regards. --

Re: [E-devel] [E_Menu] recalculate the menu

2009-02-22 Thread Gustavo Sverzut Barbieri
On Sun, Feb 22, 2009 at 6:22 PM, Atton Jonathan wrote: > hey, > > I have a probleme with the E_Menu > I create one and add 1 item. > > A few time later I add a new item but it didn't appears in the menu, I > suppose the menu is not recalculate or something like that. is there a way > to display th

Re: [E-devel] [Patch] Edge and corner bindings

2009-02-22 Thread Gustavo Sverzut Barbieri
On Sun, Feb 15, 2009 at 12:14 PM, Viktor Kojouharov wrote: > Hi guys, > > Since my computer burned to the ground, I will be out of one for at > least 2-3 weeks. But I have this nice looking patch, which adds edge and > corner binding possibilities to E. Since I won't be able to commit it if > rast