Possibly wrong libraries on windows binaries

2016-07-27 Thread Alberto Escrig Vidal
Dear LyX developers I've just updated to 2.2.1 and it doesn't work on my windows 7 32-bit machine. On startup, I get msvcp140.dll is not a valid Windows app or something like this. It seems that you linked LyX against the 64bit version of the MSVC++ runtime libraries. Indeed if I run this

Re: #10310: Session handling does not restore cursor position

2016-07-27 Thread Guillaume Munch
Le 27/07/2016 à 14:05, Davide Anchisi a écrit : Yes, it is written in ~/.lyx/session every time I exit LyX. It seems it is not read back (or used) when opening LyX again. But, even stranger, it does work for some files, apparently those created using LyX versions 2.1. For those files the cursor

Re: [LyX/2.2.x] Start preparations for 2.2.1.

2016-07-27 Thread Jean-Pierre Chrétien
Le 26/07/2016 09:23, Guenter Milde a écrit : On 2016-07-25, Guillaume Munch wrote: Le 24/07/2016 à 16:48, Jean-Pierre Chrétien a écrit : Le 22/07/2016 16:21, Guillaume Munch a écrit : Le 22/07/2016 à 14:31, Jean-Pierre Chrétien a écrit : ... What about "Export" rather than "Format"? This

French manuals and UI localization updates

2016-07-27 Thread Jean-Pierre Chrétien
Hello commit 866b6d0ea33155c54b0e2efa3f8cd6759ade4429 Author: jpc Date: Wed Jul 27 18:12:06 2016 +0100 Update French UI localization commit 14c308749f00c94af36ac95165dee614ef0c5ce1 Author: jpc Date: Wed Jul 27 18:09:40 2016 +0100 Update French

Re: [LyX/2.2.x] Start preparations for 2.2.1.

2016-07-27 Thread Kornel Benko
Am Mittwoch, 27. Juli 2016 um 17:37:02, schrieb Jean-Pierre Chrétien > Le 26/07/2016 09:23, Guenter Milde a écrit : > > On 2016-07-25, Guillaume Munch wrote: > >> Le 24/07/2016 à 16:48, Jean-Pierre Chrétien a écrit : > >>> Le 22/07/2016 16:21, Guillaume Munch a écrit

Re: new compilation warning in 2.2.x branch

2016-07-27 Thread Jean-Marc Lasgouttes
Yes definitely. JMarc Le 26 juillet 2016 19:33:57 GMT+02:00, Richard Heck a écrit : >In this case, it looks as if it really should be a double: I.e., I can >make >it a double, and it still compiles.

Re: #10310: Session handling does not restore cursor position

2016-07-27 Thread Scott Kostyshak
On Wed, Jul 27, 2016 at 03:23:37PM +0100, Guillaume Munch wrote: > Le 27/07/2016 à 14:05, Davide Anchisi a écrit : > > Yes, it is written in ~/.lyx/session every time I exit LyX. > > It seems it is not read back (or used) when opening LyX again. > > But, even stranger, it does work for some files,

Re: C++ "good practices" regarding constifying a function parameter?

2016-07-27 Thread Scott Kostyshak
On Wed, Jul 27, 2016 at 12:06:51PM +0100, Guillaume Munch wrote: > Hi Scott, > > > - f(…, bool b) > + f(…, bool const b) > > This being passed by value, this changes nothing for the declaration. > The two signatures are even considered equal for overloading (if it > came to this). So I

Re: Possibly wrong libraries on windows binaries

2016-07-27 Thread Uwe Stöhr
Am 27.07.2016 um 11:02 schrieb Alberto Escrig Vidal: I've just updated to 2.2.1 and it doesn't work on my windows 7 32-bit machine. On startup, I get msvcp140.dll is not a valid Windows app or something like this. Dear Alberto, I released yesterday a fixed installer:

Re: master is no longer compilable because of required polib library

2016-07-27 Thread Uwe Stöhr
Am 27.07.2016 um 06:11 schrieb Kornel Benko: I understand. We may find a solution which suits us all. Many thanks, your found one, now I can compile again here in my "Internet refugee camp" ;-) regards Uwe

Re: C++ "good practices" regarding constifying a function parameter?

2016-07-27 Thread Guillaume Munch
Le 27/07/2016 à 01:54, Scott Kostyshak a écrit : The attached patch constifies a function parameter. My question is whether this patch causes more pain to other developers than it does good to the code. The patch modifies a header that is included in many of our .cpp files, so will cause a

Re: Annoying terminal messages: QXcbClipboard: SelectionRequest too old

2016-07-27 Thread Scott Kostyshak
On Sun, Jul 10, 2016 at 11:45:42AM +0200, Enrico Forestieri wrote: > I don't think that they are going to fix this issue that seems to be > there since ages. I was not even aware of the problem and it is not > even serious as giving focus to a window before pasting avoids it. > Should they fix

Re: #10310: Session handling does not restore cursor position

2016-07-27 Thread Davide Anchisi
Yes, it is written in ~/.lyx/session every time I exit LyX. It seems it is not read back (or used) when opening LyX again. But, even stranger, it does work for some files, apparently those created using LyX versions 2.1. For those files the cursor position is correctly restored even when the