Re: LyX 2.2.3 crashes repeatably when displaying section 2.1.1 of the tutorial

2017-03-11 Thread Richard Heck
On 03/10/2017 02:02 PM, Jean-Marc Lasgouttes wrote: > Le 08/03/2017 à 10:45, Helge Hafting a écrit : >>> FWIW, I can reproduce it. I'll have a look when I can. >> I have debugged some more, and the problem is with explicit linebreaks >> (ctrl+enter) > > Thanks Helge for the nice analysis. This

Re: Crash in File-Open

2017-03-11 Thread Scott Kostyshak
On Mon, Mar 06, 2017 at 07:09:16PM -0500, Scott Kostyshak wrote: > On Mon, Mar 06, 2017 at 12:19:48PM +0100, Kornel Benko wrote: > > > Looks like nobody seems to to be interested. > > I'm interested and will test in a week when I'm home and have access to > the computer where I have Qt 5.8

Re: AGUTeX

2017-03-11 Thread Scott Kostyshak
On Sat, Mar 11, 2017 at 01:36:48PM +0100, Jean-Pierre Chrétien wrote: > Hello Scott, > > Sorry to have committed an update of AGUTeX.lyx to master without asking (at > ac06a541), I wanted to commit a small change in contrast with changes in > fr.po. Hi Jean-Pierre, No need to ask regarding

Re: How far is 2.3.0?

2017-03-11 Thread José Abílio Matos
On Saturday, 11 March 2017 20.48.02 WET Richard Heck wrote: > And I'll second that. You did an excellent job last time, which is why > we all want you to do it again. +1 -- José Abílio

cmake compilation error

2017-03-11 Thread Jean-Pierre Chrétien
Hello, I get this with a clean build of up-to-date master: /ext/lyx/master/src/support/FileMonitor.cpp: In member function ‘void lyx::support::FileMonitorGuard::refresh(bool)’: /ext/lyx/master/src/support/FileMonitor.cpp:115:6: error: no matching function for call to ‘QTimer::singleShot(int,

Re: cmake compilation error

2017-03-11 Thread Jean-Pierre Chrétien
Le 11/03/2017 à 17:57, Kornel Benko a écrit : I see the same with installed QT5.2.1. But no problems with QT5.7. Seems that I've got 5.3.2 here, Debian Jessie (up to date stable). -- Jean-Pierre

Re: How far is 2.3.0?

2017-03-11 Thread Scott Kostyshak
On Sat, Mar 11, 2017 at 08:56:01PM +0100, Jean-Marc Lasgouttes wrote: > Le 08/03/2017 à 01:26, Scott Kostyshak a écrit : > > So yes, I am willing to be the release manager, but I am also willing to > > have a more knowledgeable developer as the release manager if one > > volunteers. > > FWIW, I

Re: [LyX/master] Nonsense for whoever insists on using gcc4.6 & qt4.8 in 2017

2017-03-11 Thread Pavel Sanda
Guillaume Munch wrote: > On the other hand, for graphics, the > idea of the previous FileMonitor could be adapted to refresh graphics > when they appear on the screen Perhaps. But it should do that when window gets active (we already catch that signal for redrawing graphics). Typical scenario I

Re: How far is 2.3.0?

2017-03-11 Thread Jean-Marc Lasgouttes
Le 08/03/2017 à 01:26, Scott Kostyshak a écrit : So yes, I am willing to be the release manager, but I am also willing to have a more knowledgeable developer as the release manager if one volunteers. FWIW, I think you will do (again) a good release maintainer. And Pavel is right that you are

Re: How far is 2.3.0?

2017-03-11 Thread Richard Heck
On 03/11/2017 03:14 PM, Scott Kostyshak wrote: > On Sat, Mar 11, 2017 at 08:56:01PM +0100, Jean-Marc Lasgouttes wrote: >> Le 08/03/2017 à 01:26, Scott Kostyshak a écrit : >>> So yes, I am willing to be the release manager, but I am also willing to >>> have a more knowledgeable developer as the

Re: cmake compilation error

2017-03-11 Thread Guillaume Munch
Le 11/03/2017 à 18:07, Jean-Pierre Chrétien a écrit : Le 11/03/2017 à 17:57, Kornel Benko a écrit : I see the same with installed QT5.2.1. But no problems with QT5.7. Seems that I've got 5.3.2 here, Debian Jessie (up to date stable). Indeed the function is introduced in qt5.4. It is now

Re: cmake compilation error

2017-03-11 Thread Kornel Benko
Am Samstag, 11. März 2017 um 17:43:54, schrieb Jean-Pierre Chrétien > Hello, > > I get this with a clean build of up-to-date master: > > /ext/lyx/master/src/support/FileMonitor.cpp: In member function ‘void > lyx::support::FileMonitorGuard::refresh(bool)’: >

Re: [PATCH] do not use stat() in DepTable

2017-03-11 Thread Jean-Marc Lasgouttes
Le 11/03/2017 à 19:21, Enrico Forestieri a écrit : I think that a problem could arise only if the file is a symlink. In this case, stat() resolves it and returns information about the pointed-to file. It is not very clear what QFileInfo::lastModified() does. Skimming the docs, it maybe does the

Re: [LyX/master] buffer-export without argument exports the default format

2017-03-11 Thread Scott Kostyshak
On Sat, Mar 11, 2017 at 01:39:06PM +0100, Guillaume Munch wrote: > Le 11/03/2017 à 08:37, Scott Kostyshak a écrit : > > > > It looks like Guillaume made the change at 3dec5826. > > > > Yes, and thanks for the feedback. I just tested from the CL with -e and -E and it works well. Thanks, Scott

Re: [PATCH] do not use stat() in DepTable

2017-03-11 Thread Enrico Forestieri
On Fri, Mar 10, 2017 at 11:28:45AM +0100, Jean-Marc Lasgouttes wrote: > Hello, > > The attached patch looks straightforward to me, but since this is a > sensitive area in terms of portability, I would like some people to take a > quick look at it. I think that a problem could arise only if the

Re: Crash in File-Open

2017-03-11 Thread Kornel Benko
Am Samstag, 11. März 2017 um 14:47:37, schrieb Scott Kostyshak > On Mon, Mar 06, 2017 at 07:09:16PM -0500, Scott Kostyshak wrote: > > On Mon, Mar 06, 2017 at 12:19:48PM +0100, Kornel Benko wrote: > > > > > Looks like nobody seems to to be interested. > > > > I'm interested

Re: LyX 2.2.3 crashes repeatably when displaying section 2.1.1 of the tutorial

2017-03-11 Thread Jean-Marc Lasgouttes
Le 11/03/2017 à 17:25, Richard Heck a écrit : Here is a proposed patch, which sounds clear to me (no status.22x needed). Richard? Yes, please. Done. JMarc

Re: [PATCH] do not use stat() in DepTable

2017-03-11 Thread Enrico Forestieri
On Sat, Mar 11, 2017 at 08:36:08PM +0100, Jean-Marc Lasgouttes wrote: > Le 11/03/2017 à 19:21, Enrico Forestieri a écrit : > > I think that a problem could arise only if the file is a symlink. > > In this case, stat() resolves it and returns information about the > > pointed-to file. It is not

AGUTeX

2017-03-11 Thread Jean-Pierre Chrétien
Hello Scott, Sorry to have committed an update of AGUTeX.lyx to master without asking (at ac06a541), I wanted to commit a small change in contrast with changes in fr.po. I stressed that agutex.cls is an obsolete version of the class for AGU documents (and I was not able to find agutex.cls on

Re: [LyX/master] Nonsense for whoever insists on using gcc4.6 & qt4.8 in 2017

2017-03-11 Thread Guillaume Munch
Le 11/03/2017 à 08:34, Pavel Sanda a écrit : Guillaume Munch wrote: commit 24f68aff8d2ba9139017ca3927eda1f1aaf039af Author: Guillaume Munch Date: Sat Mar 11 00:11:02 2017 +0100 Nonsense for whoever insists on using gcc4.6 & qt4.8 in 2017 Does it mean it is not supposed

Re: [LyX/master] buffer-export without argument exports the default format

2017-03-11 Thread Guillaume Munch
Le 11/03/2017 à 08:37, Scott Kostyshak a écrit : It looks like Guillaume made the change at 3dec5826. Yes, and thanks for the feedback.