Re: [E-devel] [Patch] elm_slider : Add indicator format callback function and drag signals

2009-10-21 Thread Vincent Torri
On Thu, 22 Oct 2009, Brian Wang wrote: > Hello all, > > I just made my first attempt to improve Elementary. > The attached patch adds an indicator format callback function for > showing a more versatile indicator string. It also sends drag > start/stop signals when the dragging starts and ends.

[E-devel] [Patch] elm_slider : Add indicator format callback function and drag signals

2009-10-21 Thread Brian Wang
Hello all, I just made my first attempt to improve Elementary. The attached patch adds an indicator format callback function for showing a more versatile indicator string. It also sends drag start/stop signals when the dragging starts and ends. This is useful for showing a music playback progress

Re: [E-devel] Elm_Entry patch to strip-out unwanted ending

2009-10-21 Thread Dave Andreoli
2009/10/21 Atton Jonathan > I don't understand why the string is saved but ok. > it is saved to have the ability to free it later > > 2009/10/21 Dave Andreoli > > > http://pastebin.com/m67f0d62f > > > > Here you can find my simple solution to the elm_entry ' bug'. > > > > I'm not sure is the

[E-devel] Elementary FileSelector

2009-10-21 Thread Andreas Volz
Hello, any ideas why elm fileselector adds a "" at the end of the path? This is really confusing while working with the result path. regards Andreas -- Come build with us! The BlackBerry(R) Developer Conference in SF, C

Re: [E-devel] Elm_Entry patch to strip-out unwanted ending

2009-10-21 Thread Atton Jonathan
I don't understand why the string is saved but ok. 2009/10/21 Dave Andreoli > http://pastebin.com/m67f0d62f > > Here you can find my simple solution to the elm_entry ' bug'. > > I'm not sure is the right solution, Raster spoken about remember when you > have strippend the or not...don't underst

Re: [E-devel] Typo on eina_list.h

2009-10-21 Thread Cedric BAIL
On Wed, Oct 21, 2009 at 6:59 PM, Gustavo Chaves wrote: > Attached is a patch fixing of the list iterating macros. In svn, thanks. -- Cedric BAIL -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is

[E-devel] Typo on eina_list.h

2009-10-21 Thread Gustavo Chaves
Hi, all. Attached is a patch fixing of the list iterating macros. Cheers, -- Gustavo Lima Chaves Computer Engineer @ ProFUSION Embedded Systems Index: trunk/eina/src/include/eina_list.h === --- trunk/eina/src/include/eina_list.h (re

[E-devel] Elm_Entry patch to strip-out unwanted ending

2009-10-21 Thread Dave Andreoli
http://pastebin.com/m67f0d62f Here you can find my simple solution to the elm_entry ' bug'. I'm not sure is the right solution, Raster spoken about remember when you have strippend the or not...don't understand why :P This can be considered an API BREAK, if you have managed the removal in your