[PATCH 1.3] de.po

2005-05-28 Thread Michael Schmitt
Hello, here is another update to de.po for the 1.3 branch. BTW: I suggest remerging all 1.3 po files, because a few new messages have entered the arena (and some other messages have gone). Regards, Michael patch-de.po-1.3.diff.gz Description: GNU Zip compressed data

Re: gtk version feedback

2005-05-28 Thread John Spray
On Fri, 2005-05-27 at 16:37 +0200, Jean-Marc Lasgouttes wrote: Another (somewhat unrelated) problem is that we should not build lyx-xforms unless explicitely requested. The following patch does that (build the frontend directory but not the binary). Does it help LyX/Gtk? Patch works well

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: You didn't break it actually. Attached is a slightly modified version for your appreciated consideration. Everything looks good here now. Dear Jürgen, I applied the patch but it breaks LyX 1.4.0, very latest CVS, on Win XP with MinGW and QT3 Win/Free. The

[PATCH 1.4] Some small UI fixes

2005-05-28 Thread Michael Schmitt
Hello, enclosed please find another small patch that fixes some inconsistencies in the UI. Please apply. Thanks, Michael Index: src/frontends/qt2/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v

Re: [patch 13x] Allow reading of newer files

2005-05-28 Thread Juergen Spitzmueller
Jose' Matos wrote: If it works for you then commit it, all the users here are happy lyx users again ;-). I am happy with it for what is worth :-). I'll do so. Jürgen

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Juergen Spitzmueller
Michael Schmitt wrote: This application has requested the Runtime to terminate it in an unusual way.   Please contact the application's support team for more information. That's strange. It works like a charm here. Unfortunately, I am not able to produce a binary with debug information,

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Juergen Spitzmueller
This application has requested the Runtime to terminate it in an unusual way.   Please contact the application's support team for more information. Does the same problem also apply to the Bibtex dialog? Jürgen

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Juergen Spitzmueller
Michael Schmitt wrote: Does the same problem also apply to the Bibtex dialog?   Yes. It crashes, too. OK, then the problem is in tex_helpers. Can you please try to comment out at tex_helpers.C, arounf line 84, as follows: string const item = regex.Merge((*it), /);

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: Does the same problem also apply to the Bibtex dialog? Yes. It crashes, too. Michael

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote:               //         list.erase(it, end); Maybe erase is the problem. Hm, looking at it again, I think you have to replace list.erase(it, end); by list.erase(it); Does this help? Jürgen

Re: Making chkconfig.sed work on Windows

2005-05-28 Thread Andre Poenitz
On Wed, May 25, 2005 at 11:56:19AM +0100, Angus Leeming wrote: Angus Leeming wrote: Or maybe tr? test `uname -s | grep 'MINGW'` { I wonder whether this might be equivalent to .. uname -s | grep -q MINGW * ... Andre'

Re: LyX meeting in Paris. What about July 14-18?

2005-05-28 Thread Asger Ottar Alstrup
Jean-Marc Lasgouttes wrote: Asger == Asger Alstrup [EMAIL PROTECTED] writes: Asger Hi, Jean-Marc, I've been trying to find air tickets from Turkey Asger to Paris and back, but I have a hard time to find anything Asger useful. Maybe you know of some good web-sites with flights Asger to/from

Re: Bug report: Qt Citations BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: // list.erase(it, end); Maybe erase is the problem. Hm, looking at it again, I think you have to replace list.erase(it, end); by list.erase(it); I changed the line but LyX still crashes: Indexing files

[PATCH 1.3] de.po

2005-05-28 Thread Michael Schmitt
Hello, here is another update to de.po for the 1.3 branch. BTW: I suggest remerging all 1.3 po files, because a few new messages have entered the arena (and some other messages have gone). Regards, Michael patch-de.po-1.3.diff.gz Description: GNU Zip compressed data

Re: gtk version feedback

2005-05-28 Thread John Spray
On Fri, 2005-05-27 at 16:37 +0200, Jean-Marc Lasgouttes wrote: > Another (somewhat unrelated) problem is that we should not build > lyx-xforms unless explicitely requested. The following patch does that > (build the frontend directory but not the binary). > > Does it help LyX/Gtk? Patch works

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: You didn't break it actually. Attached is a slightly modified version for your appreciated consideration. Everything looks good here now. Dear Jürgen, I applied the patch but it breaks LyX 1.4.0, very latest CVS, on Win XP with MinGW and QT3 Win/Free. The

[PATCH 1.4] Some small UI fixes

2005-05-28 Thread Michael Schmitt
Hello, enclosed please find another small patch that fixes some inconsistencies in the UI. Please apply. Thanks, Michael Index: src/frontends/qt2/ChangeLog === RCS file: /cvs/lyx/lyx-devel/src/frontends/qt2/ChangeLog,v

Re: [patch 13x] Allow reading of newer files

2005-05-28 Thread Juergen Spitzmueller
Jose' Matos wrote: > If it works for you then commit it, all the users here are happy lyx users > again ;-). I am happy with it for what is worth :-). I'll do so. Jürgen

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Juergen Spitzmueller
Michael Schmitt wrote: > This application has requested the Runtime to terminate it in an > unusual way. >   Please contact the application's support team for more information. That's strange. It works like a charm here. > Unfortunately, I am not able to produce a binary with debug information,

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Juergen Spitzmueller
> > This application has requested the Runtime to terminate it in an > > unusual way. > >   Please contact the application's support team for more information. Does the same problem also apply to the Bibtex dialog? Jürgen

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Juergen Spitzmueller
Michael Schmitt wrote: > >Does the same problem also apply to the Bibtex dialog? > >   > > Yes. It crashes, too. OK, then the problem is in tex_helpers. Can you please try to comment out at tex_helpers.C, arounf line 84, as follows: string const item = regex.Merge((*it), "/");

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: Does the same problem also apply to the Bibtex dialog? Yes. It crashes, too. Michael

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: >               //         list.erase(it, end); > > Maybe erase is the problem. Hm, looking at it again, I think you have to replace list.erase(it, end); by list.erase(it); Does this help? Jürgen

Re: Making chkconfig.sed work on Windows

2005-05-28 Thread Andre Poenitz
On Wed, May 25, 2005 at 11:56:19AM +0100, Angus Leeming wrote: > Angus Leeming wrote: > >Or maybe tr? > > > >test `uname -s | grep 'MINGW'` && { I wonder whether this might be equivalent to .. uname -s | grep -q MINGW * ... Andre'

Re: LyX meeting in Paris. What about July 14-18?

2005-05-28 Thread Asger Ottar Alstrup
Jean-Marc Lasgouttes wrote: "Asger" == Asger Alstrup <[EMAIL PROTECTED]> writes: Asger> Hi, Jean-Marc, I've been trying to find air tickets from Turkey Asger> to Paris and back, but I have a hard time to find anything Asger> useful. Maybe you know of some good web-sites with flights Asger>

Re: Bug report: Qt Citations & BibTeX

2005-05-28 Thread Michael Schmitt
Juergen Spitzmueller wrote: Juergen Spitzmueller wrote: // list.erase(it, end); Maybe erase is the problem. Hm, looking at it again, I think you have to replace list.erase(it, end); by list.erase(it); I changed the line but LyX still crashes: Indexing files