A more robust strategy for pre-releases

2017-04-24 Thread Scott Kostyshak
Our 2.3.0alpha1 tar was not complete enough to make a Windows build. I made the mistake of not sending a tar to Uwe earlier to see if it was complete, before I made the official tag and push of the alpha1 release. I can reduce the chance of a similar issue coming up by just sending a tar to Uwe and

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Stephan Witt
Am 25.04.2017 um 00:32 schrieb Scott Kostyshak : > > On Mon, Apr 24, 2017 at 11:22:11PM +0200, Stephan Witt wrote: >> Am 24.04.2017 um 07:41 schrieb Scott Kostyshak : >>> >>> Dear all, >>> >>> The tar balls and sig files are here: >>> >>> ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0alpha1

Re: [patch] support for document class option leqno

2017-04-24 Thread Guenter Milde
On 2017-04-25, Uwe Stöhr wrote: > El 23.04.2017 a las 01:25, Uwe Stöhr escribió: >> Thanks for having a look. That is a good point. I will rename it >> according to your proposal. > This was not necessary because leqno numbers also in Arabic documents at > the left side because the default is t

Re: [LyX/master] NEWS: add what's new in LyX 2.3

2017-04-24 Thread Scott Kostyshak
On Mon, Apr 24, 2017 at 05:24:24PM -0700, Pavel Sanda wrote: > Scott Kostyshak wrote: > > commit ee87a4da2aff7d73374b267988a385ab78cb0c6e > > Author: Scott Kostyshak > > Date: Sun Apr 23 16:32:49 2017 -0400 > > > > NEWS: add what's new in LyX 2.3 > > --- > > NEWS | 37 +++

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Scott Kostyshak
On Tue, Apr 25, 2017 at 01:39:02AM +0200, Uwe Stöhr wrote: > El 24.04.2017 a las 07:41, Scott Kostyshak escribió: > > > Packagers, please prepare your binaries. > > I cannot build from this: > > Using icon defined in resource file: > D:/LyXGit/LyX23/development/cmake/lyx.rc > CMake Error: File D

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Scott Kostyshak
On Mon, Apr 24, 2017 at 05:53:29PM -0700, Pavel Sanda wrote: > Scott Kostyshak wrote: > > Dear all, > > > > The tar balls and sig files are here: > > > > ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0alpha1 > > > > Packagers, please prepare your binaries. > > Successfully built & run on (o

Re: [patch] support for document class option leqno

2017-04-24 Thread Uwe Stöhr
El 23.04.2017 a las 01:25, Uwe Stöhr escribió: Thanks for having a look. That is a good point. I will rename it according to your proposal. This was not necessary because leqno numbers also in Arabic documents at the left side because the default is the right side. I chase anyway the name "m

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Pavel Sanda
Scott Kostyshak wrote: > Dear all, > > The tar balls and sig files are here: > > ftp://ftp.lyx.org/pub/lyx/devel/lyx-2.3/lyx-2.3.0alpha1 > > Packagers, please prepare your binaries. Successfully built & run on (outdated) gentoo system. I did not follow closely the python threads, but is my u

Re: [LyX/master] NEWS: add what's new in LyX 2.3

2017-04-24 Thread Pavel Sanda
Scott Kostyshak wrote: > commit ee87a4da2aff7d73374b267988a385ab78cb0c6e > Author: Scott Kostyshak > Date: Sun Apr 23 16:32:49 2017 -0400 > > NEWS: add what's new in LyX 2.3 > --- > NEWS | 37 + > 1 files changed, 37 insertions(+), 0 deletions(-) > >

Re: focus-handling

2017-04-24 Thread Pavel Sanda
mn wrote: > The blinking cursor should always indicate where keyboard action would > have consequences. > This seems to be a general issue since similar behavior also impedes > working with other panels, like find and spell checking. > > Is this now working as designed, i.e. intended? Surely not

Re: [patch] for LyX 2.2.3 - fix 2 errors in lyx2lyx

2017-04-24 Thread Pavel Sanda
Kornel Benko wrote: > Am Samstag, 15. April 2017 um 22:21:04, schrieb Richard Heck > > On 04/15/2017 02:06 PM, Uwe Stöhr wrote: > > > Hi Richard, > > > > > > the attached patch fixes 2 lyx2lyx issues in the box reversion > > > routines. Could this please go in for LyX 2.2.3? > > > > OK. > > > >

Re: [patch] for LyX 2.2.3 - box reversion lyx2lyx

2017-04-24 Thread Uwe Stöhr
El 24.04.2017 a las 17:31, Richard Heck escribió: OK. It is in. regards Uwe

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Uwe Stöhr
El 24.04.2017 a las 07:41, Scott Kostyshak escribió: Packagers, please prepare your binaries. I cannot build from this: Using icon defined in resource file: D:/LyXGit/LyX23/development/cmake/lyx.rc CMake Error: File D:/LyXGit/LyX23/lib/scripts/prefTest.pl.in does not exist. CMake Error at l

Re: [LyX/master] keytests: small improvements in test speed

2017-04-24 Thread Tommaso Cucinotta
On 24/04/2017 17:43, Kornel Benko wrote: commit 54f2d0ee22ef308d42ba37460b18637267a7f35f Author: Kornel Benko Date: Mon Apr 24 17:43:39 2017 +0200 keytests: small improvements in test speed ahah :-)! tests are lightning fast now, and still succeed! (if it were not for the save dialog th

Re: keytest.py

2017-04-24 Thread Tommaso Cucinotta
Hi, On 23/04/2017 16:29, Kornel Benko wrote: \Cq\[Escape] can't remember why I had the window name explicit in keytest. Do you mind trying out the attached one, that removes that ? The window name forces keys to be sent to the main LyX window, so whenever there's a dialog, keytest.py fails to

Re: proper way to check inclusion among DocIterator ?

2017-04-24 Thread Tommaso Cucinotta
On 24/04/2017 21:54, Jean-Marc Lasgouttes wrote: Le 21/04/17 à 01:15, Tommaso Cucinotta a écrit : Hi, is there an easy way to check whether a DocIterator d is positioned within two others a and b ? (that is, going through the document using forwardPos(), one encounters a, then d, then b). AFAI

Re: [LyX/master] BufferParams: get rid of the HSpace class for mathindent as requested by JMarc

2017-04-24 Thread Jean-Marc Lasgouttes
Le 20/04/17 à 23:17, Uwe Stöhr a écrit : In your changes you reverted the allowMathIndent() routine in GuiDocument. This is necessary because now we have a bug: - set default math indent - now change to custom and input a length and press Apply - now uncheck "Indent Formulas" result: the length f

Re: proper way to check inclusion among DocIterator ?

2017-04-24 Thread Jean-Marc Lasgouttes
Le 21/04/17 à 01:15, Tommaso Cucinotta a écrit : Hi, is there an easy way to check whether a DocIterator d is positioned within two others a and b ? (that is, going through the document using forwardPos(), one encounters a, then d, then b). AFAIU, DocIterator::operator() just compares nesting l

Re: [PATCH] weird warnings from coverity

2017-04-24 Thread Jean-Marc Lasgouttes
Le 22/04/17 à 09:26, Liviu Andronic a écrit : I still think this is a bug/shortcoming of coverity. I should not have to do that. In such cases maybe we should just flag it as a false positive then. This is what I had done. However, I think that changing the code in a reasonable way an

Re: [LyX/master] Update the formats of lyxrc.dist.in to 21

2017-04-24 Thread Jürgen Spitzmüller
Am Montag, den 24.04.2017, 01:21 -0400 schrieb Scott Kostyshak: > Jürgen, can you confirm the added "No conversion necessary" comment? Yes, confirmed. Jürgen signature.asc Description: This is a digitally signed message part

Re: Do we need AM_PYTHON_CHECK_VERSION ?

2017-04-24 Thread José Abílio Matos
On Monday, 24 April 2017 17.00.05 WEST Jean-Marc Lasgouttes wrote: > Hi there, > > We have this in lyxinclude.m4. Do we still need it? I cannot find a > trace of this code in configure. > > JMarc > > # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], > [ACTION-IF-FALSE]) > # > -

LyX 2.2.3

2017-04-24 Thread Richard Heck
Since the 2.3-alpha tarballs were imminent, I decided to delay producing the 2.2.3 tarballs for a bit. I'll build them once alpha is out. Richard

Do we need AM_PYTHON_CHECK_VERSION ?

2017-04-24 Thread Jean-Marc Lasgouttes
Hi there, We have this in lyxinclude.m4. Do we still need it? I cannot find a trace of this code in configure. JMarc # AM_PYTHON_CHECK_VERSION(PROG, VERSION, [ACTION-IF-TRUE], [ACTION-IF-FALSE]) # --- # Copied from au

Re: 2.3.0alpha1 tar balls are available

2017-04-24 Thread Jean-Marc Lasgouttes
Le 24/04/2017 à 07:41, Scott Kostyshak a écrit : Non-packagers, please do a quick test of compilation (from the tar ball) and basic functionality on your platform, and let us know how it goes. Dear Scott, it works here on my ancient ubuntu 12.04. JMarc

Re: [patch] for LyX 2.2.3 - box reversion lyx2lyx

2017-04-24 Thread Richard Heck
OK. On 04/20/2017 07:11 PM, Uwe Stöhr wrote: > El 17.04.2017 a las 05:30, Uwe Stöhr escribió: > >> the attached patch fixes several box reversion issues in lyx2lyx. >> Scott could verify that the conversion to LyX 2.1.x works now as >> expected. > > Hi Richard, > > this patch fixed some issues bu

Re: updatelayouts.py broken?

2017-04-24 Thread Scott Kostyshak
On Mon, Apr 24, 2017 at 10:50:48AM +0200, Kornel Benko wrote: > Am Montag, 24. April 2017 um 01:46:21, schrieb Scott Kostyshak > > > I use > > > > development/tools/updatelayouts.py > > > > to easily update the format of our layout files. The script no longer > > works for me. I wonder if the

Re: [LyX/master] Back to development

2017-04-24 Thread Scott Kostyshak
On Mon, Apr 24, 2017 at 12:46:05AM -0700, Kornel Benko wrote: > Am Montag, 24. April 2017 um 07:10:32, schrieb Scott Kostyshak > > > commit 5a7e08c9a94cc92104372c3d207ddf767540bba1 > > Author: Scott Kostyshak > > Date: Mon Apr 24 00:05:15 2017 -0400 > > > > Back to development > > So mas

master is open

2017-04-24 Thread Scott Kostyshak
Master is open for post-alpha1 commits. Scott signature.asc Description: PGP signature

Re: updatelayouts.py broken?

2017-04-24 Thread Kornel Benko
Am Montag, 24. April 2017 um 01:46:21, schrieb Scott Kostyshak > I use > > development/tools/updatelayouts.py > > to easily update the format of our layout files. The script no longer > works for me. I wonder if the script needs to be updated after 77511ea1 > (I think the call to layout2layou

Re: [LyX/master] Back to development

2017-04-24 Thread Kornel Benko
Am Montag, 24. April 2017 um 07:10:32, schrieb Scott Kostyshak > commit 5a7e08c9a94cc92104372c3d207ddf767540bba1 > Author: Scott Kostyshak > Date: Mon Apr 24 00:05:15 2017 -0400 > > Back to development So master is open again? Kornel signature.asc Description: This is a digital