Re: bug 1830 (lyx doesn't display accents with immodule enabled qt)

2005-04-07 Thread Juergen Spitzmueller
Jose' Matos wrote: > Any place where I should start to look for. Judging from the KOffice fixes, http://lists.freedesktop.org/archives/immodule-qt/2004-December/000649.html I'd guess that you have to implement QIMEvent somewhere in our workarea widget. The other (original qt) widgets already hav

python question + generation of CREDITS, credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
Ok, Lars, the attached file, generate_contributions.py, is a python script that both stores and manipulates the raw data needed to create CREDITS, credits.php and blanket-permission.php Usage: $ python generate_contributions.py \ CREDITS2 \ credits2.php \ blanket-permission2.php where the

[PATCH] de.po for LyX 1.3.6

2005-04-07 Thread Michael Schmitt
Oh my God, a single fuzzy translation! Jean Marc, please apply this patch to the 1.3 branch quickly! Michael :-) Index: ChangeLog === RCS file: /cvs/lyx/lyx-devel/po/ChangeLog,v retrieving revision 1.156.2.92 diff -r1.156.2.92 ChangeLo

Re: [Patch] Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Martin Vermeer
On Thu, Apr 07, 2005 at 03:58:00PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here is the patch fixing Helge's unfinished macro up/down bug, > Martin> as well as making the cursor move properly for HOME/END. Also > Martin> a slight

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> | It makes sense to have a single "master" repository of the >> information >> | in the blanket and in the credits files and to use a script to >> | generate the "slave". >> | I t

bug 1830 (lyx doesn't display accents with immodule enabled qt)

2005-04-07 Thread Jose' Matos
Hi, this is very bad bug for someone who uses a keyboard with dead keys and has a qt version with the immodule from freedesktop.org enabled. I have noticed that if we are inside any dialog the accents show as they should, this problem only happens in the main canvas. For any ot

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Angus Leeming <[EMAIL PROTECTED]> writes: | It makes sense to have a single "master" repository of the information | in the blanket and in the credits files and to use a script to | generate the "slave". | I think we both agree with everything up to this point, right? yes

Re: Profiling LyX-140 on Mac

2005-04-07 Thread Andreas Vox
Am 07.04.2005 um 17:58 schrieb Jean-Marc Lasgouttes: "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> I also did some profiling and got the attached screenshot Andreas> when scrolling down using PageDown. Do I really see 38% in showCursor? This is very weird... Not really. sync_events(

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming <[EMAIL PROTECTED]> writes: | It makes sense to have a single "master" repository of the information | in the blanket and in the credits files and to use a script to | generate the "slave". > | I think we both agree with everything up to this point, right? yes | Given that the .php

Re: Profiling LyX-140 on Mac

2005-04-07 Thread Jean-Marc Lasgouttes
> "Andreas" == Andreas Vox <[EMAIL PROTECTED]> writes: Andreas> I also did some profiling and got the attached screenshot Andreas> when scrolling down using PageDown. Do I really see 38% in showCursor? This is very weird... JMarc

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
Lars Gullik Bjønnes wrote: Angus Leeming writes: | Whatever. It really doesn't matter what we call "master" does it, so long | as each repository (www-user and lyx-devel) has an appropriate copy of the | data? I think it matters. I'm a little baffled as to *why* you think it matters. Let me try an

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming <[EMAIL PROTECTED]> writes: | Whatever. It really doesn't matter what we call "master" does it, so long | as each repository (www-user and lyx-devel) has an appropriate copy of the | data? I think it matters. -- Lgb

Re: Fwd: lyx140cvs, insetvspace.C

2005-04-07 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: > | Hartmut> If we replace in src/insets/insetvspace.C line 147: | Hartmut> str = label + " (" + space_.asLyXCommand() + ")"; | Hartmut> by | Hartmut> str = label + " (" + _(space_.asL

Re: Profiling LyX-140 on Mac

2005-04-07 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> (Note that the version of Shark I'm using is slightly updated Bennett> from the version described on the webpage, so screenshots Bennett> there don't exactly match what I see.) I found another article about shark 4: http://devel

Re: [Patch] Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Martin Vermeer
On Thu, Apr 07, 2005 at 03:58:00PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Here is the patch fixing Helge's unfinished macro up/down bug, > Martin> as well as making the cursor move properly for HOME/END. Also > Martin> a slight

Re: Profiling LyX-140 on Mac

2005-04-07 Thread Bennett Helm
On Apr 6, 2005, at 11:21 AM, Jean-Marc Lasgouttes wrote: Good. Did you compile LyX with debug information? I cannot see any reference to any LyX function... Oops. I guess that would help. (Second attempt below, this time confined to LyX and with all samples >=0.1.) Do you know why there are 2 co

Re: [Patch] Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Here is the patch fixing Helge's unfinished macro up/down bug, Martin> as well as making the cursor move properly for HOME/END. Also Martin> a slight simplification/dead code removal. Martin> Unfortunately I didn't get Page Up/D

[Patch] Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Martin Vermeer
Here is the patch fixing Helge's unfinished macro up/down bug, as well as making the cursor move properly for HOME/END. Also a slight simplification/dead code removal. Unfortunately I didn't get Page Up/Down to behave, so I left that part out. OK to commit? Works for me. - Martin Index: Cha

Re: Math oddity in todays CVS

2005-04-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> See the attached patch, which does the job. Martin> There are obvious further simplifications possible. It looks simple indeed. Let's wait until next monday to have Andre's views on this... JMarc

Re: Splitting cells

2005-04-07 Thread Martin Vermeer
On Thu, Apr 07, 2005 at 02:17:17PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> Enabled by this patch. Fixes a regression. OK to commit? - > > I do not remember whether you actually committed it, but it looks OK. > > JMarc Yes I d

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
Angus Leeming wrote: > Anyway, I take it you're happy for me to commit these changes to the > www-user site? I just did it. Should propogate through to http://www.lyx.org/about/license.php3 http://www.lyx.org/about/blanket-permission.php http://www.lyx.org/about/credits.php soon enough. Att

Re: Fwd: lyx140cvs, insetvspace.C

2005-04-07 Thread Jean-Marc Lasgouttes
> "Hartmut" == Hartmut Haase <[EMAIL PROTECTED]> writes: Hartmut> If we replace in src/insets/insetvspace.C line 147: Hartmut> str = label + " (" + space_.asLyXCommand() + ")"; Hartmut> by Hartmut> str = label + " (" + _(space_.asLyXCommand()) + ")"; Hartmut> the part inside _(...) could b

Re: Splitting cells

2005-04-07 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> Enabled by this patch. Fixes a regression. OK to commit? - I do not remember whether you actually committed it, but it looks OK. JMarc

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
Lars Gullik Bjønnes wrote: > | See the patch in action at > | http://www.devel.lyx.org/~leeming/www-user/about/license.php3 >> > | I don't think that we're in a position yet to remove the "special > | exception" but we're getting close. > > Well... I think (as I have said before) that we have been

Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Martin Vermeer
On Thu, Apr 07, 2005 at 11:36:22AM +0200, Helge Hafting wrote: > Martin Vermeer wrote: ... > >Just give it a try anyway ;-) > > > > > Did that. > The crash is gone, and replaced with inconvenience. ;-) > I can now type in math latex like \bmod, and if I > press down while it is still red, nothi

Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Helge Hafting
Martin Vermeer wrote: This did not apply to yesterday's CVS (plus those patches for paranthesis issues.) Two hunks would apply with offsets, two were rejected. Probably because they were already in. You could check for that. Ok, they were in already. :-) Just give it a try anyway ;-) Did

Re: [PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread =?iso-8859-1?q?Lars_Gullik_Bj=F8nnes?=
Angus Leeming <[EMAIL PROTECTED]> writes: | See the patch in action at | http://www.devel.lyx.org/~leeming/www-user/about/license.php3 > | I don't think that we're in a position yet to remove the "special | exception" but we're getting close. Well... I think (as I have said before) that we have b

Re: Static Qt/Win32 Free library

2005-04-07 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: Michael> Angus, in order to reduce the time and memory requirements to Michael> link the LyX application, I tried to use a static version of Michael> the Qt/win32 Free library. The library (and some provided Qt Michael> applications li

Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Georg Baum
Martin Vermeer wrote: > On Wed, Apr 06, 2005 at 06:09:10PM +0200, Jean-Marc Lasgouttes wrote: >> Why don't you use cur.macroModeClose() as for LFUN_LEFT/RIGHT? >> >> JMarc > > I tried that; didn't do the trick :-( > Neither did cur.clearTargetX() by the way. Could you please add a FIXME comment

[PATCH www-user] adding credits.php, blanket-permission.php

2005-04-07 Thread Angus Leeming
The attached patch, about.diff.bz2, adds about/blanket-permission.php and about/credits.php to www.lyx.org and references these files from the existing about/license.php3 See the patch in action at http://www.devel.lyx.org/~leeming/www-user/about/license.php3 I don't think that we're in a positio

Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Martin Vermeer
On Thu, Apr 07, 2005 at 09:50:48AM +0200, Helge Hafting wrote: > Martin Vermeer wrote: > > > > >>OK, here's a patch for this one. The problem is an unfinished math macro > >>is already defined as an inset, but hasn't drawn + added a coordinate > >>cache entry yet. So it now tests for macro mode an

Re: Static Qt/Win32 Free library

2005-04-07 Thread Angus Leeming
Michael Schmitt wrote: > Angus, > > in order to reduce the time and memory requirements to link the LyX > application, I tried to use a static version of the Qt/win32 Free > library. The library (and some provided Qt applications like designer) > work well but if I try to run LyX's ./configure, t

Re: [Patch] : cursor up/down crash in math macro (+ more)

2005-04-07 Thread Helge Hafting
Martin Vermeer wrote: OK, here's a patch for this one. The problem is an unfinished math macro is already defined as an inset, but hasn't drawn + added a coordinate cache entry yet. So it now tests for macro mode and does nothing then. (Were there any other keys that did this?) This contains the n