Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
Le 29 nov. 08 à 01:27, Uwe Stöhr a écrit : http://www.lyx.org/trac/changeset/27719 breaks every document that uses comments and/or greyed out notes. This is a regression to LyX 1.6.0 so I reverted it for now in trunk and branch. Fair enough, although discussion about the scope of the

Location in SVN for work on developing build scripts?

2008-11-29 Thread Christian Ridderström
Hi, I'm currently using Mercurial (hg) for working on some build scripts because I don't know where I should put them in the SVN tree. Could someone point me to a good place in the SVN tree? I'd rather not put them in lyx-devel at the moment as that tree is just too big. For me a simple

Re: [patch for branch] new layout file for the ACS class

2008-11-29 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: can I backport this change to branch?: http://www.lyx.org/trac/changeset/27737 This layout is available since 2 months http://wiki.lyx.org/Layouts/Achemso and the user I created this layout for could successfully use it for his paper. OK, go ahead. Jürgen

Re: [Cvslog] r27727 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicati o...

2008-11-29 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: Sorry, this is about bug 5472 in stead of 5072... http://bugzilla.lyx.org/show_bug.cgi?id=5472. Please backport this. Jürgen

Crash (Assert) when opening a directory

2008-11-29 Thread Christian Ridderström
Hi, I can repeatedly reproduce the following on one machine: * Start freshly build LyX 1.6.1svn * 'C-o' (open-file) * Enter directory 'private' (by double clicking on it) * Enter subdirectory 'jobb' (by double clicking on it) LyX now crashes with this message: LyX: Done!

Re: regression introduced by r27719

2008-11-29 Thread Uwe Stöhr
Fair enough, although discussion about the scope of the problem would be easier if you avoided broad generalizations like breaks _every_ document that I can understand that _some_ greyed out notes are broken, but why are comments broken? But _every_ is correct. Every document that

Re: regression introduced by r27719

2008-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote: Fair enough, although discussion about the scope of the problem would be easier if you avoided broad generalizations like breaks _every_ document that I can understand that _some_ greyed out notes are broken, but why are

Re: Crash (Assert) when opening a directory

2008-11-29 Thread Christian Ridderström
On Sat, 29 Nov 2008, Christian Ridderström wrote: I can repeatedly reproduce the following on one machine: * Start freshly build LyX 1.6.1svn * 'C-o' (open-file) * Enter directory 'private' (by double clicking on it) * Enter subdirectory 'jobb' (by double clicking on it) LyX now crashes with

Re: regression introduced by r27719

2008-11-29 Thread Uwe Stöhr
Martin Vermeer schrieb: ...and reverting is rather a blunt instrument when you could have fixed bool producesOutput() const { return false; } in InsetNote.h -- in the sense that yes, in some cases a Note _does_ produce LaTeX output ;-) This change caused a nasty regression, and we

Re: Problem with LyX-160-4-14-AltInstaller-Small.exe

2008-11-29 Thread Uwe Stöhr
Srijit Kumar Bhadra schrieb: I installed LyX-160-4-14-AltInstaller-Small.exe today. When I give View DVI command for EmbeddedObjects.lyx (Help - Embedded Objects), I get the error message as shown in the attached file. This problem should be fixed in the new version 4.15 I released today:

Re: [Cvslog] r27744 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2008-11-29 Thread Vincent van Ravesteijn
[EMAIL PROTECTED] schreef: Author: vfr Date: Sat Nov 29 18:29:13 2008 New Revision: 27744 URL: http://www.lyx.org/trac/changeset/27744 Log: Fix bug 5507: Full screen hangs LyX when no file is opened http://bugzilla.lyx.org/show_bug.cgi?id=5507 Modified:

Re: [Cvslog] r27744 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2008-11-29 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: Also in branch ? yes, please. Jürgen

Re: lyx2lyx fails

2008-11-29 Thread José Matos
On Friday 28 November 2008 06:44:40 Martin Vermeer wrote: Still, failure to import seems like too harsh a punishment... lyx2lyx should handle this gracefully. Is that feasible? For messing with the encoding? :-) Yes, we could but that would imply data loss, not something I am keen on

Re: Location in SVN for work on developing build scripts?

2008-11-29 Thread Dov Feldstern
Christian Ridderström wrote: Hi, I'm currently using Mercurial (hg) for working on some build scripts because I don't know where I should put them in the SVN tree. Could someone point me to a good place in the SVN tree? I'd rather not put them in lyx-devel at the moment as that tree is

Re: regression introduced by r27719

2008-11-29 Thread rgheck
Martin Vermeer wrote: On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote: Fair enough, although discussion about the scope of the problem would be easier if you avoided broad generalizations like breaks _every_ document that I can understand that _some_ greyed out

Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
...and reverting is rather a blunt instrument when you could have fixed bool producesOutput() const { return false; } in InsetNote.h -- in the sense that yes, in some cases a Note _does_ produce LaTeX output ;-) I suppose this is Richard's turf. No, this isn't anything I know

Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
I can understand that _some_ greyed out notes are broken, but why are comments broken? But _every_ is correct. Every document that contains greyed-out cannot be compiled because your change omitted the needed preamble code. For an unknown reason I then get also error messages that the

Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
Le 29 nov. 08 à 01:27, Uwe Stöhr a écrit : http://www.lyx.org/trac/changeset/27719 breaks every document that uses comments and/or greyed out notes. This is a regression to LyX 1.6.0 so I reverted it for now in trunk and branch. Fair enough, although discussion about the scope of the

Location in SVN for work on developing build scripts?

2008-11-29 Thread Christian Ridderström
Hi, I'm currently using Mercurial (hg) for working on some build scripts because I don't know where I should put them in the SVN tree. Could someone point me to a good place in the SVN tree? I'd rather not put them in lyx-devel at the moment as that tree is just too big. For me a simple

Re: [patch for branch] new layout file for the ACS class

2008-11-29 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > can I backport this change to branch?: > http://www.lyx.org/trac/changeset/27737 > > This layout is available since 2 months > http://wiki.lyx.org/Layouts/Achemso > and the user I created this layout for could successfully use it for his > paper. OK, go ahead. Jürgen

Re: [Cvslog] r27727 - /lyx-devel/trunk/src/frontends/qt4/GuiApplicati o...

2008-11-29 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Sorry, > > this is about bug 5472 in stead of 5072... > > http://bugzilla.lyx.org/show_bug.cgi?id=5472. Please backport this. Jürgen

Crash (Assert) when opening a directory

2008-11-29 Thread Christian Ridderström
Hi, I can repeatedly reproduce the following on one machine: * Start freshly build LyX 1.6.1svn * 'C-o' (open-file) * Enter directory 'private' (by double clicking on it) * Enter subdirectory 'jobb' (by double clicking on it) LyX now crashes with this message: LyX: Done!

Re: regression introduced by r27719

2008-11-29 Thread Uwe Stöhr
> Fair enough, although discussion about the scope of the problem would be easier if you avoided > broad generalizations like "breaks _every_ document that...". > > I can understand that _some_ greyed out notes are broken, but why are comments broken? But _every_ is correct. Every document

Re: regression introduced by r27719

2008-11-29 Thread Martin Vermeer
On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote: > > Fair enough, although discussion about the scope of the problem would be > easier if you avoided > > broad generalizations like "breaks _every_ document that...". > > > > I can understand that _some_ greyed out notes are broken, but

Re: Crash (Assert) when opening a directory

2008-11-29 Thread Christian Ridderström
On Sat, 29 Nov 2008, Christian Ridderström wrote: I can repeatedly reproduce the following on one machine: * Start freshly build LyX 1.6.1svn * 'C-o' (open-file) * Enter directory 'private' (by double clicking on it) * Enter subdirectory 'jobb' (by double clicking on it) LyX now crashes with

Re: regression introduced by r27719

2008-11-29 Thread Uwe Stöhr
Martin Vermeer schrieb: ...and reverting is rather a blunt instrument when you could have fixed bool producesOutput() const { return false; } in InsetNote.h -- in the sense that yes, in some cases a Note _does_ produce LaTeX output ;-) This change caused a nasty regression, and we

Re: Problem with LyX-160-4-14-AltInstaller-Small.exe

2008-11-29 Thread Uwe Stöhr
Srijit Kumar Bhadra schrieb: I installed LyX-160-4-14-AltInstaller-Small.exe today. When I give View DVI command for EmbeddedObjects.lyx (Help -> Embedded Objects), I get the error message as shown in the attached file. This problem should be fixed in the new version 4.15 I released today:

Re: [Cvslog] r27744 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2008-11-29 Thread Vincent van Ravesteijn
[EMAIL PROTECTED] schreef: Author: vfr Date: Sat Nov 29 18:29:13 2008 New Revision: 27744 URL: http://www.lyx.org/trac/changeset/27744 Log: Fix bug 5507: Full screen hangs LyX when no file is opened http://bugzilla.lyx.org/show_bug.cgi?id=5507 Modified:

Re: [Cvslog] r27744 - /lyx-devel/trunk/src/frontends/qt4/GuiView.cpp

2008-11-29 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Also in branch ? yes, please. Jürgen

Re: lyx2lyx fails

2008-11-29 Thread José Matos
On Friday 28 November 2008 06:44:40 Martin Vermeer wrote: > Still, failure to import seems like too harsh a punishment... lyx2lyx > should handle this gracefully. Is that feasible? For messing with the encoding? :-) Yes, we could but that would imply data loss, not something I am keen on

Re: Location in SVN for work on developing build scripts?

2008-11-29 Thread Dov Feldstern
Christian Ridderström wrote: Hi, I'm currently using Mercurial (hg) for working on some build scripts because I don't know where I should put them in the SVN tree. Could someone point me to a good place in the SVN tree? I'd rather not put them in lyx-devel at the moment as that tree is

Re: regression introduced by r27719

2008-11-29 Thread rgheck
Martin Vermeer wrote: On Sat, Nov 29, 2008 at 03:17:23PM +0100, Uwe Stöhr wrote: Fair enough, although discussion about the scope of the problem would be easier if you avoided broad generalizations like "breaks _every_ document that...". I can understand that _some_ greyed out

Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
...and reverting is rather a blunt instrument when you could have fixed bool producesOutput() const { return false; } in InsetNote.h -- in the sense that yes, in some cases a Note _does_ produce LaTeX output ;-) I suppose this is Richard's turf. No, this isn't anything I know

Re: regression introduced by r27719

2008-11-29 Thread Jean-Marc Lasgouttes
> I can understand that _some_ greyed out notes are broken, but why are comments broken? But _every_ is correct. Every document that contains greyed-out cannot be compiled because your change omitted the needed preamble code. For an unknown reason I then get also error messages that the