[patch] fix for trunk regression regarding view hidden

2012-02-22 Thread Scott Kostyshak
The attached patch fixes a regression introduced into trunk in r40585 description of regression: Non-hidden files are shown in the submenu view hidden and hidden files are not shown there. You can reproduce by opening a new file and seeing that it is listed under view hidden. Additionally,

Re: r40789 - in lyx-devel/trunk: . lib lib/doc lib/scripts src src/frontends/qt4 src/frontends/qt4/ui src/graphics src/support

2012-02-22 Thread Kornel Benko
Am Dienstag, 21. Februar 2012 um 21:29:45, schrieb b...@lyx.org Author: baum Date: Tue Feb 21 21:29:44 2012 New Revision: 40789 URL: http://www.lyx.org/trac/changeset/40789 Log: Use libmagic for file format detection if available. Adapted to cmake. Kornel signature.asc

Re: Windows Installer could use work: must set miktex packages on fly to NO, or else LyX won't run

2012-02-22 Thread Vincent van Ravesteijn
A LyX window does not appear on the screen, and Lyx does not appear as an application. However, in the second tab, one can see processes for LyxLauncher.exe and lyx.exe, and also processes for latex and mf-config appear and disappear. LyX does not start, the processes stay stuck, but if you

Re: [patch] fix for trunk regression regarding view hidden

2012-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: The attached patch fixes a regression introduced into trunk in r40585 I don't see the whole context of the code but it seems to me that to get pre-r40585 logic, '!' shall be put ahead of the whole clause, no? Should I send small fixes such as this to the list or make a

Re: google summer of code is starting

2012-02-22 Thread Tommaso Cucinotta
Il 16/02/2012 08:02, Alessandro Di Federico ha scritto: Hello, I plan to partecipate to GSoC as a student. On Sun, 2012-02-12 at 00:49 +, Tommaso Cucinotta wrote: 2) distributed collaborative real-time editing I found this one very interesting. I also have to admit that I suspect this

RE: [patch] fix for trunk regression regarding view hidden

2012-02-22 Thread Scott Kostyshak
From: lyx-devel@lists.lyx.org [lyx-devel@lists.lyx.org] on behalf of Pavel Sanda [sa...@lyx.org] Sent: Wednesday, February 22, 2012 6:08 AM I don't see the whole context of the code but it seems to me that to get pre-r40585 logic, '!' shall be put ahead of the whole clause, no? Yes, you are

Re: [patch] fix for trunk regression regarding view hidden

2012-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: Attached is the updated patch. Its in, thanks Pavel

[patch] fix for trunk regression regarding view > hidden

2012-02-22 Thread Scott Kostyshak
The attached patch fixes a regression introduced into trunk in r40585 description of regression: Non-hidden files are shown in the submenu view > hidden and hidden files are not shown there. You can reproduce by opening a new file and seeing that it is listed under view > hidden. Additionally,

Re: r40789 - in lyx-devel/trunk: . lib lib/doc lib/scripts src src/frontends/qt4 src/frontends/qt4/ui src/graphics src/support

2012-02-22 Thread Kornel Benko
Am Dienstag, 21. Februar 2012 um 21:29:45, schrieb b...@lyx.org > Author: baum > Date: Tue Feb 21 21:29:44 2012 > New Revision: 40789 > URL: http://www.lyx.org/trac/changeset/40789 > > Log: > Use libmagic for file format detection if available. > Adapted to cmake. Kornel signature.asc

Re: Windows Installer could use work: must set miktex packages "on fly" to NO, or else LyX won't run

2012-02-22 Thread Vincent van Ravesteijn
A LyX window does not appear on the screen, and Lyx does not appear as an application. However, in the second tab, one can see processes for LyxLauncher.exe and lyx.exe, and also processes for latex and mf-config appear and disappear. LyX does not start, the processes stay "stuck", but if you

Re: [patch] fix for trunk regression regarding view > hidden

2012-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: > The attached patch fixes a regression introduced into trunk in r40585 I don't see the whole context of the code but it seems to me that to get pre-r40585 logic, '!' shall be put ahead of the whole && clause, no? > Should I send small fixes such as this to the list or

Re: google summer of code is starting

2012-02-22 Thread Tommaso Cucinotta
Il 16/02/2012 08:02, Alessandro Di Federico ha scritto: Hello, I plan to partecipate to GSoC as a student. On Sun, 2012-02-12 at 00:49 +, Tommaso Cucinotta wrote: 2) distributed collaborative real-time editing I found this one very interesting. I also have to admit that I suspect this

RE: [patch] fix for trunk regression regarding view > hidden

2012-02-22 Thread Scott Kostyshak
From: lyx-devel@lists.lyx.org [lyx-devel@lists.lyx.org] on behalf of Pavel Sanda [sa...@lyx.org] Sent: Wednesday, February 22, 2012 6:08 AM > I don't see the whole context of the code but it seems to me that to > get pre-r40585 logic, '!' shall be put ahead of the whole && clause, no? Yes, you

Re: [patch] fix for trunk regression regarding view > hidden

2012-02-22 Thread Pavel Sanda
Scott Kostyshak wrote: > Attached is the updated patch. Its in, thanks Pavel