Re: [E-devel] [PATCH] illume-keyboard layout switch fix

2010-11-18 Thread Christopher Michael
In svn, Thanks :) dh On 11/18/2010 07:55 PM, Marco Trevisan (Treviño) wrote: > Changing keyboard layout on latest e-17 caused the illume keyboard to > grow infinitely in horizontal size like shown in this shot: [1]. > This one-line patch fixes the issue. > > Bye ;) > > [1] http://linux.fjfi.cvut.

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread The Rasterman
On Thu, 19 Feb 2009 21:53:33 +0100 Olof Sjobergh said: > On Thu, Feb 19, 2009 at 2:48 PM, The Rasterman Carsten Haitzler > wrote: > > also tested here. still markedly slow :( this is going to need possible > > reverting all the way back to how it was before - fast but with utf8 > > errors. :( >

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread Olof Sjobergh
On Thu, Feb 19, 2009 at 2:48 PM, The Rasterman Carsten Haitzler wrote: > also tested here. still markedly slow :( this is going to need possible > reverting all the way back to how it was before - fast but with utf8 errors. > :( Thanks for testing it. I guess the only choice is to revert the utf

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-19 Thread The Rasterman
On Mon, 02 Feb 2009 21:00:12 +0100 "Marco Trevisan (Treviño)" said: > Olof Sjobergh wrote: > > I made a mistake in the last patch, so here's a new one that should > > work better. It fixes the problems i mentioned above, plus: > > > > - E no longer segfaults on entering a € (euro sign) from the

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-02-02 Thread Marco Trevisan (Treviño)
Olof Sjobergh wrote: > I made a mistake in the last patch, so here's a new one that should > work better. It fixes the problems i mentioned above, plus: > > - E no longer segfaults on entering a € (euro sign) from the Numbers > keyboard. This would segfault since it is not in the normalisation > t

Re: [E-devel] [Patch] Illume keyboard dictionary fix and speedup

2009-01-10 Thread Olof Sjobergh
On Wed, Jan 7, 2009 at 9:34 PM, Olof Sjobergh wrote: > I was having some trouble with utf8 chars in my Swedish dictionary for > the Illume keyboard, so I took a look at the code and fixed the issue. > I was also able to speed up the searching. > > As hinted by the FIXME on the function _e_kbd_dict

Re: [E-devel] [PATCH] Illume keyboard

2008-12-31 Thread The Rasterman
On Mon, 22 Dec 2008 13:27:12 +0100 Peter van de Werken babbled: > On Mon, Dec 22, 2008 at 11:15:51AM +1100, Carsten Haitzler wrote: > > added a bug here - used _cb_ not _callback in an flaunch call (frankly > > i want to see flaunch die or become something else but its there to > > keep asu happy

Re: [E-devel] [PATCH] Illume keyboard

2008-12-22 Thread Peter van de Werken
On Mon, Dec 22, 2008 at 11:15:51AM +1100, Carsten Haitzler wrote: > added a bug here - used _cb_ not _callback in an flaunch call (frankly > i want to see flaunch die or become something else but its there to > keep asu happy - for now). :) Aah hmm, just found out where I went wrong: the e_flaunch

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread The Rasterman
On Mon, 22 Dec 2008 00:29:28 +0100 Peter van de Werken babbled: > Hi all, > > Got another two patches for the illume keyboard: > > 1: illume.compilewarnings.diff fixes the compiler warnings about > implicit function declarations and also a type in e_md_win.c added a bug here - used _cb_ not _c

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread The Rasterman
On Mon, 22 Dec 2008 00:29:28 +0100 Peter van de Werken babbled: oh - patches are on my todo - got marks next to the mails :) > Hi all, > > Got another two patches for the illume keyboard: > > 1: illume.compilewarnings.diff fixes the compiler warnings about > implicit function declarations and

Re: [E-devel] [PATCH] Illume keyboard

2008-12-21 Thread Peter van de Werken
Hi all, Got another two patches for the illume keyboard: 1: illume.compilewarnings.diff fixes the compiler warnings about implicit function declarations and also a type in e_md_win.c 2: The keyboard uses for the match/dict/layout popups a e_scrollpane with an e_ilist inside it. The calculation o