Re: default dir when save for first time is not cwd

2016-07-02 Thread Scott Kostyshak
On Sat, Jul 02, 2016 at 11:57:14PM +0200, Guillaume Munch wrote: > I only have an opinion for the working directory. Also I do not > understand which path field you are referring to (lost in translation). It is the first one in the paths tab. In English "Working directory", in French "Répertoire

Re: [LyX/master] Fix CAS input on windows (bug 10262)

2016-07-02 Thread Scott Kostyshak
On Sat, Jul 02, 2016 at 06:59:46PM +0200, Georg Baum wrote: > commit 6dfc255088ecd3393c4c5dc3d2c5357a3fbabfc0 > Author: Georg Baum > Date: Sat Jul 2 18:58:30 2016 +0200 > > Fix CAS input on windows (bug 10262) > > This is the well known file locking problem: The

Re: Trojan warning from Windows defender

2016-07-02 Thread Pavel Sanda
Richard Heck wrote: > On 07/01/2016 04:00 PM, Pavel Sanda wrote: >> Cyrille Artho wrote: >>> Without https the signatures are not very useful. >> I fail to follow what do you mean by this. > > Without https, a man-in-the-middle attack is possible, and of course > the signatures could also be

Re: ancient history, v 0.10.7 beta

2016-07-02 Thread Guillaume Munch
Le 30/06/2016 12:01, Jean-Marc Lasgouttes a écrit : Le 30/06/2016 à 11:57, José Abílio Matos a écrit : On Thursday, June 30, 2016 10:51:09 AM WEST Jean-Marc Lasgouttes wrote: We have a lot of these old thing on our ftp actually: http://www.lyx.org/misc/archaeology/lyx-time.html This web page

Re: default dir when save for first time is not cwd

2016-07-02 Thread Guillaume Munch
Le 01/07/2016 03:01, Scott Kostyshak a écrit : On Fri, Jun 17, 2016 at 07:21:32PM -0400, Scott Kostyshak wrote: On Fri, Jun 17, 2016 at 10:33:03AM +0200, Jean-Marc Lasgouttes wrote: Le 17/06/2016 à 10:10, Scott Kostyshak a écrit : I guess the main question is: do you think a user would enter

Re: Weird KDE Bug in LyX

2016-07-02 Thread Guillaume Munch
Le 30/06/2016 22:26, Richard Heck a écrit : For anyone running LyX 2.2.0 under KDE (or using a KDE-based window manager, or anything of that sort): There is an annoying new feature, KDE's "accelerator manager", that automatically adds shortcuts. This causes conflicts and so forth in many

Re: 5 more compiler warnings in master

2016-07-02 Thread Guillaume Munch
Le 02/07/2016 20:28, Uwe Stöhr a écrit : I understand the compiler warnings but it is not easy for me to decide if a truncation of values was intended or not. I mean if it is intended one should use int().(…) Hi Uwe, you are right, asking somebody to fix a warning when they are not familiar

Re: [LyX/master] Compile fix after change 4b64aaf, replace missing constructor for C-string with docstring variant

2016-07-02 Thread Guillaume Munch
Another way to answer your question is to look at the old code. It used to call from_utf8 already, so it appears that you are right. Le 02/07/2016 10:35, Stephan Witt a écrit : Hi Benjamin, I’ve had to change your code to make it compilable again. The constructor for the FuncRequest with

Re: 5 more compiler warnings in master

2016-07-02 Thread Richard Heck
On 07/02/2016 02:28 PM, Uwe Stöhr wrote: > Am 02.07.2016 um 20:15 schrieb Richard Heck: > >> All harmless. >> >> In future, you can fix these sorts of warnings easily. > > I understand the compiler warnings but it is not easy for me to decide > if a truncation of values was intended or not. I mean

Re: 5 more compiler warnings in master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 20:15 schrieb Richard Heck: All harmless. In future, you can fix these sorts of warnings easily. I understand the compiler warnings but it is not easy for me to decide if a truncation of values was intended or not. I mean if it is intended one should use int(). Since this

LyX 2.2.1

2016-07-02 Thread Richard Heck
We have already fixed at least 43 bugs for 2.2.1, and we now also have the possibility, thanks to Dima, to release a binary that will run on Windows Vista. So it looks like a good time to start thinking about the release of LyX 2.2.1. The question at the moment is whether there is anything

Re: Contextual shortcuts

2016-07-02 Thread Richard Heck
On 07/02/2016 04:44 AM, Franck Vasseur wrote: > > Hello, > > > > I am just discovering LyX, which seems to be a very nice tool to edit > all kind of documents. > > > > I am most interested by editing mathematic texts, and when using LyX, > I have wondered if it were possible to create

Re: Reintroduce Windows Vista compatibility for 2.2.0+

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 20:09 schrieb Dima Ruinskiy: And if nobody else has a Vista system around, I will happily pre-test the official 2.2.1 build on my PC. Sure, I will inform you when it is available. regards Uwe

Re: [LyX/master] Fix windows dependencies download

2016-07-02 Thread Uwe Stöhr
Am 19.06.2016 um 13:03 schrieb Georg Baum: The paths and servers have changed, and a MSVC 2013 version is not provided anymore. Thanks Georg for having a look. However, this ZIP-file should be put on ftp.lyx.org and be used: http://ftp.lyx.de/LyX-Windows-Deps/ Richard, could you

Re: [LyX/master] Fix CAS input on windows (bug 10262)

2016-07-02 Thread Richard Heck
On 07/02/2016 01:09 PM, Georg Baum wrote: > Georg Baum wrote: > >> commit 6dfc255088ecd3393c4c5dc3d2c5357a3fbabfc0 >> Author: Georg Baum >> Date: Sat Jul 2 18:58:30 2016 +0200 >> >> Fix CAS input on windows (bug 10262) >> >> This is the well known file locking

Re: [LyX/master] By default, charstyles should not permit layout changes internally.

2016-07-02 Thread Richard Heck
On 07/02/2016 11:45 AM, Georg Baum wrote: > Richard Heck wrote: > >> commit 152817576adaefaa1be8f124b9feecd5c2bfd7c2 >> Author: Richard Heck >> Date: Mon Jun 20 11:30:32 2016 -0400 >> >> By default, charstyles should not permit layout changes internally. >> >> Fixes

Re: 5 more compiler warnings in master

2016-07-02 Thread Richard Heck
On 07/02/2016 11:42 AM, Uwe Stöhr wrote: > Since I am now able to compile master again with the latest MSVC 2015 > compiler, I get these new warnings: > > D:\LyXGit\Master\src\Changes.cpp(562): warning C4244: 'initializing': > conversion from 'double' to 'int', possible loss of data >

Re: [LyX/2.2.x] * Math.lyx : add few maxima examples to ch. 23.1.

2016-07-02 Thread Uwe Stöhr
Am 13.06.2016 um 10:16 schrieb Jean-Pierre Chrétien: Uwe, if the changes are inserted via change tracking so I can found them easily, I can take care of the transfer to French doc files when I see commits to the English docs, that will relax a bit your task. But in that case change tracking

Re: Reintroduce Windows Vista compatibility for 2.2.0+

2016-07-02 Thread Dima Ruinskiy
Uwe Stöhr web.de> writes: > Good. It would be nice to have the 2.2.1 release soon. And if nobody else has a Vista system around, I will happily pre-test the official 2.2.1 build on my PC.

Re: Reintroduce Windows Vista compatibility for 2.2.0+

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 17:30 schrieb Richard Heck: I was planning to write about this early next week, anyway, so perhaps this is the best way to go. +1 I can confirm that the 2.2.x compiled from current branch (with the Vista flag) works fine on Wind 7 and 10 too. I'll send a "Planning for

Re: compilation error in branch and master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 18:39 schrieb Georg Baum: Did you recompile at least once after the compiler upgrade? i tried but it was not possible due to the error. Please try again. My old code contained a thinko and did not do what I wanted it to do. Thanks, this works now. I can also compile the

Re: [LyX/master] Fix CAS input on windows (bug 10262)

2016-07-02 Thread Georg Baum
Georg Baum wrote: > commit 6dfc255088ecd3393c4c5dc3d2c5357a3fbabfc0 > Author: Georg Baum > Date: Sat Jul 2 18:58:30 2016 +0200 > > Fix CAS input on windows (bug 10262) > > This is the well known file locking problem: The TempFile class keeps > the created file

Re: compilation error in branch and master

2016-07-02 Thread Georg Baum
Uwe Stöhr wrote: > Am 02.07.2016 um 17:34 schrieb Uwe Stöhr: > >> I still get the same compilation error: > > Very, very weird: I just recompiled it without changing anything. it is > incredible but now it compile. Did you recompile at least once after the compiler upgrade? If not this was

Re: [LyX/master] By default, charstyles should not permit layout changes internally.

2016-07-02 Thread Georg Baum
Richard Heck wrote: > commit 152817576adaefaa1be8f124b9feecd5c2bfd7c2 > Author: Richard Heck > Date: Mon Jun 20 11:30:32 2016 -0400 > > By default, charstyles should not permit layout changes internally. > > Fixes #10237. This makes the tex2lyx tests fail (see

Re: compilation error in branch and master

2016-07-02 Thread Uwe Stöhr
Am 02.07.2016 um 17:34 schrieb Uwe Stöhr: I still get the same compilation error: Very, very weird: I just recompiled it without changing anything. it is incredible but now it compile. So I can now compile master again. I'll now try 2.2.x. Please modify your today's commit so that at

5 more compiler warnings in master

2016-07-02 Thread Uwe Stöhr
Since I am now able to compile master again with the latest MSVC 2015 compiler, I get these new warnings: D:\LyXGit\Master\src\Changes.cpp(562): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data [D:\LyXGit\Master\compile-2015\src\LyX.vcxproj]

Re: Reintroduce Windows Vista compatibility for 2.2.0+

2016-07-02 Thread Richard Heck
On 07/02/2016 04:28 AM, Georg Baum wrote: > Richard Heck wrote: >> Now we just need an installer built this way. > My proposal would be to release 2.2.1 soon and do not build an additional > 2.2.0 installer. This avoids confusion for users (why so many 2.2.0 > installers?), contradicting news

Contextual shortcuts

2016-07-02 Thread Franck Vasseur
Hello, I am just discovering LyX, which seems to be a very nice tool to edit all kind of documents. I am most interested by editing mathematic texts, and when using LyX, I have wondered if it were possible to create contextual shortcuts (as these used in TeXmacs). For instance, when one

Re: compilation error in branch and master

2016-07-02 Thread Georg Baum
Am 02.07.2016 um 03:19 schrieb Uwe Stöhr: No, I created separate folders for every git branch to be able to use different CMake configs for every branch. Very good. Please send CMakeError.log There is no such file. and CMakeOutput.log This one is attached. Here we need to

Re: #10119: Shortcut Control-M

2016-07-02 Thread Luca Brandolini
I confirm that also LyX 2.1.5 works correctly. I will be happy to try Ly-2.3.0. > Il giorno 02 lug 2016, alle ore 10:49, LyX Ticket Tracker ha > scritto: > > #10119: Shortcut Control-M > -+- > Reporter: luca.brandolini |

Re: #8353: Lyx spellcheck (dialog) crashes on Mac OSX Lion 10.8.1

2016-07-02 Thread Tomasz Koziara
Hi, I just tested on OS X 10.10.1 using LyX 2.2.0 and worked fine. I think we can close this ticket. Thank you, Tomek On 2 July 2016 at 11:05, LyX Ticket Tracker wrote: > #8353: Lyx spellcheck (dialog) crashes on Mac OSX Lion 10.8.1 >

Re: Do we want to keep any temporary files after a compilation error?

2016-07-02 Thread Georg Baum
Scott Kostyshak wrote: > If not, it seems we can just have a fresh start when compiling again > after an error. That is, instead of using the hard-coded list, we just > remove all temporary files. +1 The temporary files can be useful for error analysis, so they should not be deleted right

Re: [LyX/master] Compile fix after change 4b64aaf, replace missing constructor for C-string with docstring variant

2016-07-02 Thread Stephan Witt
Hi Benjamin, I’ve had to change your code to make it compilable again. The constructor for the FuncRequest with char* for args was removed. To construct a docstring instead one has to know the encoding of the arguments. You’ve converted the result of the FuncRequest dispatch to UTF-8. So I

Re: Reintroduce Windows Vista compatibility for 2.2.0+

2016-07-02 Thread Georg Baum
Richard Heck wrote: > On 07/01/2016 04:13 PM, Georg Baum wrote: >> >> Richard, OK for branch as well? > > Yes, that's fine. OK, it is in. > Did anyone add Dima to the credits? I did forget that originally, but now it is done. Someone just needs to update the credits on the web page (I do not

Do we want to keep any temporary files after a compilation error?

2016-07-02 Thread Scott Kostyshak
Dear all, Several bugs have occurred because of LyX not deleting certain temporary files before recompiling. For example: http://www.lyx.org/trac/ticket/9963 and there have been others. If you are interested, you can read the comments on that ticket, but I think the problem is simple enough that