Re: tex2lyx and included files

2005-05-29 Thread Georg Baum
Am Mittwoch, 25. Mai 2005 19:40 schrieb Jean-Pierre Chrétien: > Recompilation from cvs works fine now, but I still get \include{intro.tex} I can't reproduce that, it works for me. I guess from your earlier posts that you are using tex2lyx on solaris? You could run tex2lyx in the debugger and/o

Re: [PATCH 1.4] Some small UI fixes

2005-05-29 Thread Georg Baum
Am Samstag, 28. Mai 2005 12:17 schrieb Michael Schmitt: > Hello, > > enclosed please find another small patch that fixes some inconsistencies > in the UI. > > Please apply. Done. Georg

[Patch 1.4] save & restore qt mainwindow geometry in lyx preferenes file

2005-05-29 Thread Hammer Armin
Hello, here is my first try of a patch. The two patches add the ability of the qt-frontend to automatically store and retrieve the mainwindow position (x,y,width,height) in/from the lyx preferences file. - preferences.diff Adds 5 new settings to lyx preferences file: geometry_xysaved (bool)

Re: Bug report: Qt Citations & BibTeX

2005-05-29 Thread Juergen Spitzmueller
Michael Schmitt wrote: > I changed the line but LyX still crashes: > > Indexing files of type cls > Indexing files of type sty > Indexing files of type bst > Indexing files of type bib You didn't get those messages before? Can you run the TeXFiles.sh script manually? Are the *.lst files being gen

Re: Bug report: Qt Citations & BibTeX

2005-05-29 Thread Juergen Spitzmueller
Michael Schmitt wrote: > BTW: Could you please commit the attached file (de.po)? Done. Jürgen

[1.3] Compiling package.C fails on Debian unstable

2005-05-29 Thread Georg Baum
As said in the subject. The handmade Makefile rule writes 'timestamp' to package.lo instead of object code. This file gets linked into libsupport, and I get lots of errors like BufferView_pimpl.o: In function `BufferView::Pimpl::MenuInsertLyXFile(std::basic_string, std::allocator > const&)': Bu

Re: Making chkconfig.sed work on Windows

2005-05-29 Thread Angus Leeming
Andre Poenitz wrote: > 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 * ... Sigh. Of course you're ri

Re: [1.3] Compiling package.C fails on Debian unstable

2005-05-29 Thread Angus Leeming
Georg Baum wrote: > As said in the subject. The handmade Makefile rule writes 'timestamp' to > package.lo instead of object code. This file gets linked into libsupport, > and I get lots of errors like > > BufferView_pimpl.o: In function > `BufferView::Pimpl::MenuInsertLyXFile(std::basic_string st

Re: Bug report: Qt Citations & BibTeX

2005-05-29 Thread Michael Schmitt
Juergen Spitzmueller wrote: Michael Schmitt wrote: I changed the line but LyX still crashes: Indexing files of type cls Indexing files of type sty Indexing files of type bst Indexing files of type bib You didn't get those messages before? Can you run the TeXFiles.sh script manually?

Re: Bug report: Qt Citations & BibTeX

2005-05-29 Thread Juergen Spitzmueller
Michael Schmitt wrote: > Yes, the *.lst are generated and look good: > >   ... >   C:/programme/texmf/bibtex/bib/base/xampl.bib >   C:/programme/texmf/bibtex/bib/dtk/beispiel.bib >   C:/programme/texmf/bibtex/bib/ieeetran/IEEEabrv.bib A-ha! Is it possible that the windows paths are causing trouble

Re: [Patch] Re: [patch] key event queue

2005-05-29 Thread Martin Vermeer
On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: > | Actually I have now had time to think about this for two weeks, and my > | considered opinion is a bit different... > > What you write belowe seems very sane. But I think that my keyevent > queue is still needed? (but to fix

Re: [Patch] Re: [patch] key event queue

2005-05-29 Thread Martin Vermeer
On Sun, May 29, 2005 at 09:58:22PM +0300, Martin Vermeer wrote: > On Sat, May 28, 2005 at 12:12:07AM +0200, Lars Gullik Bjønnes wrote: > > | +inline flags operator|(flags const f, flags const g) > > | +{ > > | + int const intf(static_cast(f)); > > | + int const intg(static_cast(g)); > > | + ret