Re: [E-devel] E SVN: cedric IN trunk/ecore/src: bin lib/ecore lib/ecore_con lib/ecore_config lib/ecore_directfb lib/ecore_evas lib/ecore_file lib/ecore_imf lib/ecore_input lib/ecore_ipc lib/ecore_job

2009-12-22 Thread Jose Gonzalez
Vincent Torri wrote: > > On Tue, 22 Dec 2009, Jose Gonzalez wrote: > >> Vincent Torri wrote: >> >>> >>> the correct solution is to fix the incredible mess of the ecore >>> headers. >>> >> >> Any concrete suggestions on exactly how to "fix" that? > > the first thing to do is to replace in Eco

Re: [E-devel] Text inserted one char before the last char into Elementary Entry

2009-12-22 Thread Tom Hacohen
On Tue, Dec 22, 2009 at 2:47 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Oct 28, 2009 at 9:51 PM, Laszlo KREKACS > wrote: > > Hi! > > > > If you type some chars into entry, and > > you click to an another element (lets say an edje TEXT part), > > and you continue typi

Re: [E-devel] old e16 Q - howto add 'Super_L' as modifier key for keybindings?

2009-12-22 Thread David C. Rankin
On 12/19/2009 02:52 AM, Kim Woelders wrote: > On Sat, 19 Dec 2009 09:34:15 +0100, David C. Rankin > wrote: > >> Guys, >> >> I know this is an old question, but I can't find the answer. How >> do I add the 'Win' key (Super_L) on my laptop as a modifier key so I >> can use it in e16keyedit, etc

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

2009-12-22 Thread Brian Wang
On Tue, Dec 22, 2009 at 8:11 PM, Gustavo Sverzut Barbieri wrote: > On Wed, Oct 21, 2009 at 11:17 PM, 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 indica

Re: [E-devel] [cpufreq applet] fixed setting userspace in CPU speed setting (better patch)

2009-12-22 Thread Gustavo Sverzut Barbieri
2009/10/27 Pavol Klačanský : > Hallo, I've fixed bug with setting freq by user (problems on govs > "performance"). > I've investigated in cpufreq-set (cpufrequtils) and that apps set govs to > "userspace" before setting cpu speed. > > Diff in attachment, I've sent other patch tomorrow with fixed

Re: [E-devel] [PATCH] DPMS dialog - disabled controls bug

2009-12-22 Thread Gustavo Sverzut Barbieri
in svn, with minor modifications. 2009/10/27 Manio : > sorry - forgot to attach patch :) > > regards, > manio > > Index: e_int_config_dpms.c > === > --- e_int_config_dpms.c (revision 43306) > +++ e_int_config_dpms.c (working copy) > @

Re: [E-devel] patch : fix for e config dialogs

2009-12-22 Thread Gustavo Sverzut Barbieri
On Sat, Oct 24, 2009 at 6:57 PM, Laurent Ghigonis wrote: > Hello, > > It's been a while :) Here are 3 little patches for e, that makes me > happier when using those nice guis =) > > e_config_dialog : > When you switch between basic/advanced pannel, Ok and Apply disabled > state actualy reflects if

Re: [E-devel] Text inserted one char before the last char into Elementary Entry

2009-12-22 Thread Gustavo Sverzut Barbieri
On Wed, Oct 28, 2009 at 9:51 PM, Laszlo KREKACS wrote: > Hi! > > If you type some chars into entry, and > you click to an another element (lets say an edje TEXT part), > and you continue typing *without* clicking into the entry, the texts > are sended one char before the last one. I confirm this

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

2009-12-22 Thread Gustavo Sverzut Barbieri
On Wed, Oct 21, 2009 at 11:17 PM, 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 start

[E-devel] trac problems, again

2009-12-22 Thread Gustavo Sverzut Barbieri
Hi all, Our Trac is again in bad shape: - attachments were broken due permissions in /var/trac/e/attachments, I fixed that giving group (www-data) permission to write, but I guess that directory and everything under it should be owned by www-data - adding an attachment will show it in ev

Re: [E-devel] E SVN: cedric IN trunk/ecore/src: bin lib/ecore lib/ecore_con lib/ecore_config lib/ecore_directfb lib/ecore_evas lib/ecore_file lib/ecore_imf lib/ecore_input lib/ecore_ipc lib/ecore_job

2009-12-22 Thread Vincent Torri
On Tue, 22 Dec 2009, Jose Gonzalez wrote: > Vincent Torri wrote: > >> >> the correct solution is to fix the incredible mess of the ecore headers. >> > > Any concrete suggestions on exactly how to "fix" that? the first thing to do is to replace in Ecore.h all the typedef void Ecore_; b