Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-07-04 Thread Scott Kostyshak
On Mon, Jul 04, 2016 at 02:42:47PM -0700, Pavel Sanda wrote: > Scott Kostyshak wrote: > > Does the following work for anyone on current master? > > > > git reset --hard && git clean -xdf && ./autogen.sh && > > ./configure --enable-build-type=pre && > > make && > > make check && > > make distcheck

Re: Exporting compressed files

2016-07-04 Thread Scott Kostyshak
On Tue, Jul 05, 2016 at 10:12:52AM +1200, Andrew Parsloe wrote: > > > On 4/07/2016 10:52 a.m., Scott Kostyshak wrote: > > On Sat, May 28, 2016 at 03:00:09PM +1200, Andrew Parsloe wrote: > > > I inadvertently tried exporting a compressed 2.2 file to 2.1.4. It was not > > > recognised by 2.1.4.

Re: [LyX/2.2.x] Bring window to front after loading a document

2016-07-04 Thread Pavel Sanda
Enrico Forestieri wrote: > You mean when your wm is configured not to bring up a window when it > is clicked, such that you can load a file from menu and still have the > main window behind other windows? You are my man :) P

Re: Compilation problems

2016-07-04 Thread Stephan Witt
> Am 04.07.2016 um 23:47 schrieb Guillaume Munch : > > I tried to reproduce the compilation issues from today by compiling with > clang, and also by changing the build type. The result is that I cannot > reproduce the issues. Therefore, I am not going to be able adjust my > build

Re: [LyX/2.2.x] Bring window to front after loading a document

2016-07-04 Thread Enrico Forestieri
On Mon, Jul 04, 2016 at 01:06:42PM -0700, Pavel Sanda wrote: > Enrico Forestieri wrote: > > commit f5f8c6fd3828285b67e43a9c16d4ac2ff2140944 > > Author: Enrico Forestieri > > Date: Mon Jul 4 20:44:13 2016 +0200 > > > > Bring window to front after loading a document > >

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Stephan Witt
> Am 05.07.2016 um 00:24 schrieb Guillaume Munch : > > Le 04/07/2016 12:06, Stephan Witt a écrit : >> Hi Guillaume, >> >> now I’m getting: … >> > > Where are we after Pavel's and your changes? I’m able to build LyX again. But as Pavel said already: a git bisect was nearly

Re: [LyX/master] Fix missing TexRow.h include after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a

2016-07-04 Thread Stephan Witt
> Am 04.07.2016 um 23:55 schrieb Guillaume Munch : > > Le 04/07/2016 20:37, Stephan Witt a écrit : >> commit c6ce76c2fbe88c7882935d6c1bf44a6247943b97 >> Author: Stephan Witt >> Date: Mon Jul 4 20:37:06 2016 +0200 >> >> Fix missing TexRow.h include after

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Guillaume Munch
Le 04/07/2016 12:06, Stephan Witt a écrit : Hi Guillaume, now I’m getting: … Where are we after Pavel's and your changes?

Re: Exporting compressed files

2016-07-04 Thread Andrew Parsloe
On 4/07/2016 10:52 a.m., Scott Kostyshak wrote: On Sat, May 28, 2016 at 03:00:09PM +1200, Andrew Parsloe wrote: I inadvertently tried exporting a compressed 2.2 file to 2.1.4. It was not recognised by 2.1.4. When I try exporting an empty 2.2 compressed file, it too isn't recognized by 2.1.4,

Re: LyX 2.2.1

2016-07-04 Thread Uwe Stöhr
Am 04.07.2016 um 12:05 schrieb Jean-Marc Lasgouttes: I'd say that only regressions could be important. Other than that, it is always better to let a good release out than to wait for a perfect one. +1 it seems that only http://www.lyx.org/trac/ticket/10199 should be fixed. Günter? regards

Re: [LyX/master] Fix missing TexRow.h include after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a

2016-07-04 Thread Guillaume Munch
Le 04/07/2016 20:37, Stephan Witt a écrit : commit c6ce76c2fbe88c7882935d6c1bf44a6247943b97 Author: Stephan Witt Date: Mon Jul 4 20:37:06 2016 +0200 Fix missing TexRow.h include after change 670efa8f646218f2a378f0cc614c4c37a9f6b89a --- src/mathed/MathStream.h |2 +-

Re: [LyX/master] Match code with comment

2016-07-04 Thread Guillaume Munch
Le 04/07/2016 11:50, Jean-Marc Lasgouttes a écrit : Le 04/07/2016 à 01:36, Guillaume Munch a écrit : (Then one would have to fix the problem regarding uneven lines, mentioned in the above commit, in another fashion.) Note that this would lead to irregular dashed lines, at least in Qt4. I

Compilation problems

2016-07-04 Thread Guillaume Munch
I tried to reproduce the compilation issues from today by compiling with clang, and also by changing the build type. The result is that I cannot reproduce the issues. Therefore, I am not going to be able adjust my build setup to make sure that I cause fewer such issues in the future. But doing

Re: make distcheck: cannot remove '../../po/lyx.pot'

2016-07-04 Thread Pavel Sanda
Scott Kostyshak wrote: > Does the following work for anyone on current master? > > git reset --hard && git clean -xdf && ./autogen.sh && > ./configure --enable-build-type=pre && > make && > make check && > make distcheck && > echo "GOOD" This was a tough one. distcheck was broken for a while

Re: [LyX/master] Gcc 6+ use C++14 as default, so there is no need to enforce C++11

2016-07-04 Thread Guillaume Munch
Le 04/07/2016 12:25, Jean-Marc Lasgouttes a écrit : commit 67ac031a33b1621fdadb903422de598595cc08d2 Also, use gnu++11 unconditionnally with gcc as we used to do before 67385e69. Does this mean more problems that go unnoticed until people on OSX or Windows try to compile? Guillaume

Re: [LyX/master] Fix missing include for file i/o prototypes after header cleanup in change 489dca71cd99bbc78780fa40311a2eb042c0320e

2016-07-04 Thread Guillaume Munch
Le 04/07/2016 10:30, Stephan Witt a écrit : commit df73cade2bdbf272f5228ec895d97c21a20242d5 Author: Stephan Witt Date: Mon Jul 4 10:30:19 2016 +0200 Fix missing include for file i/o prototypes after header cleanup in change 489dca71cd99bbc78780fa40311a2eb042c0320e ---

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Pavel Sanda
Stephan Witt wrote: > Am 04.07.2016 um 22:35 schrieb Pavel Sanda : > > > > Guillaume Munch wrote: > >> commit 670efa8f646218f2a378f0cc614c4c37a9f6b89a > >> Author: Guillaume Munch > >> Date: Sun Jun 19 03:39:38 2016 +0100 > >> > >>Rationalise includes > >> >

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Stephan Witt
Am 04.07.2016 um 22:35 schrieb Pavel Sanda : > > Guillaume Munch wrote: >> commit 670efa8f646218f2a378f0cc614c4c37a9f6b89a >> Author: Guillaume Munch >> Date: Sun Jun 19 03:39:38 2016 +0100 >> >>Rationalise includes >> >>Modifying TexRow.h or texstream.h

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Pavel Sanda
Guillaume Munch wrote: > commit 670efa8f646218f2a378f0cc614c4c37a9f6b89a > Author: Guillaume Munch > Date: Sun Jun 19 03:39:38 2016 +0100 > > Rationalise includes > > Modifying TexRow.h or texstream.h no longer triggers the recompilation of > the > complete

Re: [LyX/2.2.x] Bring window to front after loading a document

2016-07-04 Thread Pavel Sanda
Enrico Forestieri wrote: > commit f5f8c6fd3828285b67e43a9c16d4ac2ff2140944 > Author: Enrico Forestieri > Date: Mon Jul 4 20:44:13 2016 +0200 > > Bring window to front after loading a document > > Fixes #7875. Ouch. Can we restrict this to single instance mode? It

Re: [LyX/master] Move duplicated symbols to the macro section

2016-07-04 Thread Enrico Forestieri
On Sun, Jul 03, 2016 at 08:07:46PM +0200, Enrico Forestieri wrote: > On Sun, Jun 26, 2016 at 08:36:48PM +0200, Georg Baum wrote: > > > commit 343a379b88e35778f358742e134c61b552bcabb3 > > Author: Georg Baum > > Date: Sun Jun 26 20:23:46 2016 +0200 > > > > Move duplicated

Re: makefile errors 'recipe for target 'lyx' failed / ..for target 'all' failed

2016-07-04 Thread Stephan Witt
Am 04.07.2016 um 12:44 schrieb Michael Berger : > > Dear LyX friends, > Richard Heck suggested to post this to the list. > > This is my sandbox PC > Mageia5 x86_64 KDE (performing since months without any problem) > No older Lyx version installed > TexLive2016 GUI

Re: Why does LyX not accept empty list items?

2016-07-04 Thread racoon
On 04.07.2016 16:16, Jean-Marc Lasgouttes wrote: Le 04/07/2016 à 15:38, racoon a écrit : Thanks. Still I am wondering a bit why anything special at all is necessary. Well, I am glad I do not have dangling list items like Word gladly creates. Thanks. Not sure what you mean exactly by

Re: Weird KDE Bug in LyX

2016-07-04 Thread Richard Heck
On 07/04/2016 10:36 AM, José Abílio Matos wrote: On Friday, July 1, 2016 9:51:08 AM WEST Richard Heck wrote: Add [Development] AutoCheckAccelerators=false CopyWidgetText=false to $HOME/.config/kdeglobals Richard Thank you Richard, when that happens it can be really annoying. Trying to

Re: Weird KDE Bug in LyX

2016-07-04 Thread José Abílio Matos
On Friday, July 1, 2016 9:51:08 AM WEST Richard Heck wrote: > Add > > [Development] > AutoCheckAccelerators=false > CopyWidgetText=false > > to $HOME/.config/kdeglobals > > Richard Thank you Richard, when that happens it can be really annoying. Trying to change a paragraph layout with Alt+P

Re: Why does LyX not accept empty list items?

2016-07-04 Thread Jean-Marc Lasgouttes
Le 04/07/2016 à 15:38, racoon a écrit : Thanks. Still I am wondering a bit why anything special at all is necessary. Well, I am glad I do not have dangling list items like Word gladly creates. And I do not feel that the result obtained with LaTeX with a empty list is very understandable

Re: Why does LyX not accept empty list items?

2016-07-04 Thread racoon
On 04.07.2016 14:48, José Abílio Matos wrote: On Monday, July 4, 2016 12:45:05 PM WEST racoon wrote: In LyX one has to enter and ERT with {} or a note or so in order to keep the item. This seems cumbersome. And it is needed in order to, for example, start an "indented environment" directly

Re: Why does LyX not accept empty list items?

2016-07-04 Thread José Abílio Matos
On Monday, July 4, 2016 12:45:05 PM WEST racoon wrote: > In LyX one has to enter and ERT with {} or a note or so in order to keep > the item. This seems cumbersome. And it is needed in order to, for > example, start an "indented environment" directly after the first, e.g. > to get No need to

Why does LyX not accept empty list items?

2016-07-04 Thread racoon
\begin{enumerate} \item \item \end{enumerate} Is totally legitimate in LaTeX. So I am wondering why LyX automatically removes empty list items. In LyX one has to enter and ERT with {} or a note or so in order to keep the item. This seems cumbersome. And it is needed in order to, for

makefile errors 'recipe for target 'lyx' failed / ..for target 'all' failed

2016-07-04 Thread Michael Berger
Dear LyX friends, Richard Heck suggested to post this to the list. This is my sandbox PC Mageia5 x86_64 KDE (performing since months without any problem) No older Lyx version installed TexLive2016 GUI installed and functioning I started to install Lyx 2.2.0 ./configure went

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Stephan Witt
Hi Guillaume, the iostream resp. sstream include issues I’ve changed myself. The math related things I cannot fix. Furthermore I’m seeing this warning: In file included from /Users/stephan/git/lyx/src/lyxfind.cpp:42: /Users/stephan/git/lyx/src/mathed/MathStream.h:29:1: warning: class

Re: [LyX/master] Rationalise includes

2016-07-04 Thread Stephan Witt
Hi Guillaume, now I’m getting: /Users/stephan/git/lyx/src/output_docbook.cpp:108:7: error: invalid operands to binary expression ('odocstream' (aka 'basic_ostream') and 'int') os << '\n'; ~~ ^ I have to add another

Re: LyX 2.2.1

2016-07-04 Thread Jean-Marc Lasgouttes
Le 02/07/2016 à 20:27, Richard Heck a écrit : 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

Re: [LyX/master] Match code with comment

2016-07-04 Thread Jean-Marc Lasgouttes
Le 04/07/2016 à 01:36, Guillaume Munch a écrit : Also, I am sceptical with changing painting dimensions to int when Qt supports doubles for everything (see e.g. 463bd17d). If the goal is to force integer-width solid lines then one could try to disable antialiasing on Qt's side.

Re: Compiling with Microsoft Visual C++

2016-07-04 Thread racoon
On 03.07.2016 18:48, racoon wrote: [...] So I guess CMake can't find my Qt5 installation? Okay, for some reason LYX_USE_QT was set to QT4. I've changed it to QT5 (I guess that should be the default, or? By the way, are you sure about this: "Enable the LYX_INSTALL option, set