Re: using std_regex on Windows leads to 135 compilation errors

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > Am 29.11.2015 um 22:30 schrieb Kornel Benko: > >> The problem may also be usage (respective non-usage) of --std=c++11. >> I already asked, what to do to allow MSVC to use this flag, but got no >> answer. ATM the windows compilation is probably without, setting the >>

Lyx: Reduce vertical spacing of items [in UI only]

2015-12-01 Thread Henning Bumann
Dear Lyx-Users, I've posted the following question on stackoverflow a couple of days ago and since it is related to customization of Lyx I figure I might post it on the developers list. https://tex.stackexchange.com/questions/279995/lyx-reduce-vertical-spacing-of-items-in-ui-only

Re: Renaming revertedTests

2015-12-01 Thread Kornel Benko
Am Montag, 30. November 2015 um 12:56:22, schrieb Guenter Milde > On 2015-11-28, Kornel Benko wrote: > ... > Why do you use a filter chain? Because some filter are more general than others. First filter is the most general. > Wouldn't it be easier to maintain separate

Re: KeepEmpty 1 for sections?

2015-12-01 Thread Jean-Marc Lasgouttes
What is the use case ? It looks useless to me. JMarc Le 30 novembre 2015 14:24:37 GMT+01:00, Scott Kostyshak a écrit : >I just received a .tex file from a colleague and he uses \section{}. > >Is there a reason to not have KeepEmpty 1 for sections? > >Scott

Distribution of commits in lyx-...@lists.lyx.org

2015-12-01 Thread Kornel Benko
Looks like it is not working ATM. Kornel signature.asc Description: This is a digitally signed message part.

Re: URL check in our lyx-sources

2015-12-01 Thread Kornel Benko
Am Montag, 30. November 2015 um 18:41:14, schrieb Scott Kostyshak > > > > Error url: "ftp://ftp.edpsciences.org/pub/aa/readme.html; > > > > lib/doc/Additional.lyx:u7916 > > > > lib/doc/de/Additional.lyx:u8355 > > > > lib/doc/es/Additional.lyx:u7989 > > > >

Re: [LyX/master] Cmake autotests: Corrected suspiciousTests for new testfile

2015-12-01 Thread Kornel Benko
Am Dienstag, 1. Dezember 2015 um 22:13:17, schrieb Georg Baum > Kornel Benko wrote: > > > # Language nesting, document is OK, fails because of a bug in LyX > > -export/export/languagenesting1_(dvi|pdf(|[23])) > > +# Does no longer fail > > +#

Re: A margin-al question

2015-12-01 Thread Jean-Marc Lasgouttes
Le 29/11/2015 23:18, Murat Yildizoglu a écrit : Hello, I would like to know if it would be too difficult for you to implement an option that permits us to fix the margin between the text's border and LyX's window border. Currently, there is nearly zero margin, and that is something that slightly

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-12-01 Thread Pavel Sanda
Guillaume Munch wrote: > We could leave this aside for the moment no? Are you afraid that it would > cast the situation in stone and somebody who comes up with a good solution > won't be able to implement it anymore? I was just sharing my thoughts. Pavel

Re: [PATCH] Re: Regression in lyx2lyx box alignment

2015-12-01 Thread Jean-Marc Lasgouttes
Le 29/11/2015 23:55, Uwe Stöhr a écrit : Am 29.11.2015 um 22:26 schrieb Jean-Marc Lasgouttes: This separation between box alignment and paragraph alignment does not exist in LaTeX. This is a creation that you propose. Yes, because LyX doesn't allow you to choose between e.g. \begin{center} or

Re: file generation after compilation is always executed twice

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > Am 25.11.2015 um 21:15 schrieb Georg Baum: > >> I believe it is the argument /t:ALL_BUILD to msbuild in >> development/cmake/build.bat. This builds all projects that depend on >> ALL_BUILD, and I guess that .gmo recreation is included. > > Thanks. Yes this is the reason.

Re: [LyX/master] Cmake autotests: Corrected suspiciousTests for new testfile

2015-12-01 Thread Georg Baum
Kornel Benko wrote: > # Language nesting, document is OK, fails because of a bug in LyX > -export/export/languagenesting1_(dvi|pdf(|[23])) > +# Does no longer fail > +# export/export/languagenesting1_(dvi|pdf(|[23])) > +# because of af18890ed668c8. Turns out that this document works with 2.1 as

Re: [PATCH] Re: Regression in lyx2lyx box alignment

2015-12-01 Thread Uwe Stöhr
  Original Message   From: Jean-Marc Lasgouttes Sent: Montag, 30. November 2015 10:32‎ >> Yes, because LyX doesn't allow you to choose between e.g. \begin{center} or >> \centering. > So the right solution would be to add a checkbox 'compact alignment' (or 'tight' or whatever) so that the

KeepEmpty 1 for sections?

2015-12-01 Thread Scott Kostyshak
I just received a .tex file from a colleague and he uses \section{}. Is there a reason to not have KeepEmpty 1 for sections? Scott signature.asc Description: PGP signature

Re: [PATCH] Re: Spell checking

2015-12-01 Thread Jean-Marc Lasgouttes
Le 27/11/2015 15:08, Kornel Benko a écrit : Am Freitag, 27. November 2015 um 13:23:04, schrieb Jean-Marc Lasgouttes Le 27/11/2015 12:28, Kornel Benko a écrit : Back to this problem. What about the following patch? JMarc Yes, that is easy to notice :) Do you mean that

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Kornel Benko
Am Montag, 30. November 2015 um 02:38:48, schrieb Uwe Stöhr > Am 30.11.2015 um 02:35 schrieb Richard Heck: > > > Note also that the use of higher formats does NOT mean the document > > cannot be exported. It means one will have to do manual fixup of local > > layout, to reduce

Re: Tentative schedule for 2.2.0 release

2015-12-01 Thread Guillaume Munch
Le 30/11/2015 10:59, Scott Kostyshak a écrit : On Sun, Nov 29, 2015 at 08:44:34PM +0100, Jean-Marc Lasgouttes wrote: Le 29/11/2015 16:39, Richard Heck a écrit : I'd suggest beta in two weeks if we don't run into any serious problems, then see how that goes. If well, then we can shoot for RC in

Re: using std_regex on Windows leads to 135 compilation errors

2015-12-01 Thread Kornel Benko
Am Dienstag, 1. Dezember 2015 um 22:06:40, schrieb Georg Baum > Uwe Stöhr wrote: > > > Am 29.11.2015 um 22:30 schrieb Kornel Benko: > > > >> The problem may also be usage (respective non-usage) of --std=c++11. > >> I already asked, what to do to allow MSVC to use

Duplication in Outline display with inactive branches

2015-12-01 Thread Andrew Parsloe
When a branch is inactivated in alpha2 (on Windows), the Outline display shows duplicated expand/contract boxes, as in the attached png. Activate the branch and the duplication vanishes. I read in the New features in 2.2 that " entries that are disabled (i.e. either in a note or in an inactive

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Uwe Stöhr
  Original Message   From: Richard Heck Sent: Montag, 30. November 2015 04:47 > I've done that, for all the manuals except the Japanese ones. Those use a "Ruby" style that I have no idea what it is. Many thanks! I see that you used Noun while the locallayout used sansserif. Is this correct? >

Re: Font of LyX manuals

2015-12-01 Thread Stephan Witt
Am 30.11.2015 um 00:09 schrieb Uwe Stöhr : > Am 26.11.2015 um 09:09 schrieb Guenter Milde: > >> No. Many users (including myself) don't use a *complete* TeX distribution > > That makes me wonder. In the world around me everybody uses just click and > go. Why do you fiddle

Re: file generation after compilation is always executed twice

2015-12-01 Thread Kornel Benko
Am Dienstag, 1. Dezember 2015 um 21:18:59, schrieb Georg Baum > Uwe Stöhr wrote: > > > Am 25.11.2015 um 21:15 schrieb Georg Baum: > > > >> I believe it is the argument /t:ALL_BUILD to msbuild in > >> development/cmake/build.bat. This builds all projects that

Re: [LyX/master] build.bat: add -DLYX_ENABLE_EXPORT_TESTS=ON and add a note about Ninja

2015-12-01 Thread Scott Kostyshak
On Wed, Dec 02, 2015 at 12:42:44AM +0100, Uwe Stöhr wrote: > commit 3fc47f2a5cff8e5d3a0cfd7d0c007e557d552146 > Author: Uwe Stöhr > Date: Wed Dec 2 00:42:40 2015 +0100 > > build.bat: add -DLYX_ENABLE_EXPORT_TESTS=ON and add a note about Ninja Uwe can you now run the

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Scott Kostyshak
On Mon, Nov 30, 2015 at 09:08:11AM +0100, Kornel Benko wrote: > Am Montag, 30. November 2015 um 02:38:48, schrieb Uwe Stöhr > > Am 30.11.2015 um 02:35 schrieb Richard Heck: > > > > > Note also that the use of higher formats does NOT mean the document > > > cannot be exported.

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Kornel Benko
Am Dienstag, 1. Dezember 2015 um 18:31:49, schrieb Scott Kostyshak > On Mon, Nov 30, 2015 at 09:08:11AM +0100, Kornel Benko wrote: > > Am Montag, 30. November 2015 um 02:38:48, schrieb Uwe Stöhr > > > > > Am 30.11.2015 um 02:35 schrieb Richard Heck: > > > >

Re: [LyX/master] build.bat: add -DLYX_ENABLE_EXPORT_TESTS=ON and add a note about Ninja

2015-12-01 Thread Uwe Stöhr
Am 02.12.2015 um 00:55 schrieb Scott Kostyshak: build.bat: add -DLYX_ENABLE_EXPORT_TESTS=ON and add a note about Ninja Uwe can you now run the export tests? Peter once added this to my build script so it should not harm to have it in git too. However it doesn't seem to have an effect.

Re: Just Noticed...

2015-12-01 Thread Scott Kostyshak
On Mon, Nov 30, 2015 at 02:15:38PM -0500, Richard Heck wrote: > https://www.brown.edu/information-technology/software/catalog/lyx Nice. It might be nice to have it listed here also: https://www.brown.edu/information-technology/software/free-alternatives-brown-licensed-software Scott

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Scott Kostyshak
On Mon, Nov 30, 2015 at 12:55:33PM +0100, Uwe Stöhr wrote: > > To use logicalmkup, ust go to Edit> Text Style. The various choices > (Noun, etc) are listed there. > > Thanks. I was looking for the styles in the Insert menu. By the way, I answered this same question here:

Re: KeepEmpty 1 for sections?

2015-12-01 Thread Scott Kostyshak
On Tue, Dec 01, 2015 at 09:54:37PM +0100, Jean-Marc Lasgouttes wrote: > What is the use case ? It looks useless to me. It was an exam. The desired output was 1 Here is a question. 2 Here is another question. ... I don't actually care if we make the change. I was just curious why things are

Re: merging of po files done? Send email to translators?

2015-12-01 Thread Scott Kostyshak
On Sun, Nov 29, 2015 at 08:17:50PM +0100, Georg Baum wrote: > > All other are more uptodate than in branch. > > Thanks, there was indeed a bug. Now it shows 0 updates for sk.po. So is the merging indeed complete or still not yet? Scott signature.asc Description: PGP signature

Re: [PATCH] Re: Spell checking

2015-12-01 Thread Scott Kostyshak
On Mon, Nov 30, 2015 at 10:32:49AM +0100, Jean-Marc Lasgouttes wrote: > Le 27/11/2015 15:08, Kornel Benko a écrit : > >It is OK. > > OK, I was not sure about the meaning of the smiley. > > Scott, OK? Yes. We might need to tweak it eventually to get it "perfect" but it seems like a clear

Re: [patch] use inkscape for EMF and WMF was: [LyX/master] installer: install Qt plugin DLLs correctly

2015-12-01 Thread Uwe Stöhr
Am 30.11.2015 um 22:30 schrieb Georg Baum: 1) ImageMagick has a raster image kernel, it would be a huge effort to add vector graphics capabilities, and I doubt that this is even a goal of the ImageMagick authors Well, it can convert from and to PDF and EPS via Ghostscript libraries keeping

Re: [PATCH] Re: Regression in lyx2lyx box alignment

2015-12-01 Thread Uwe Stöhr
Am 30.11.2015 um 12:59 schrieb Uwe Stöhr: Sure. I'll file a bug report that this is not forgotten. Done: http://www.lyx.org/trac/ticket/9885 Regards Uwe

Re: [patch] use inkscape for EMF and WMF was: [LyX/master] installer: install Qt plugin DLLs correctly

2015-12-01 Thread Uwe Stöhr
Am 30.11.2015 um 21:39 schrieb Alex Vergara Gil: In Windows when you press Ctrl+C in an Office graphics you obtain an emf file in your pastebin, so when trying to place it in LyX you will be unsuccessful, so I always has to put it into mspaint and save it as png. So it would be a good idea to

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Richard Heck
On 12/01/2015 07:14 PM, Kornel Benko wrote: > Am Dienstag, 1. Dezember 2015 um 18:31:49, schrieb Scott Kostyshak > >> On Mon, Nov 30, 2015 at 09:08:11AM +0100, Kornel Benko > wrote: >>> Am Montag, 30. November 2015 um 02:38:48, schrieb Uwe Stöhr Am

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Richard Heck
On 11/30/2015 06:04 AM, Scott Kostyshak wrote: > On Sun, Nov 29, 2015 at 08:35:32PM -0500, Richard Heck wrote: >> On > 11/29/2015 06:29 PM, Uwe Stöhr wrote: >>> Am 29.11.2015 um 22:13 schrieb Richard Heck: >>> There is no reversion in layout2layout, so this is not possible. That's why I

Re: KeepEmpty 1 for sections?

2015-12-01 Thread Guenter Milde
On 2015-12-01, Scott Kostyshak wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > On Tue, Dec 01, 2015 at 09:54:37PM +0100, Jean-Marc Lasgouttes wrote: >> What is the use case ? It looks useless to me. > It was an exam. The desired output was > 1 > Here is a question. > 2 >

Re: KeepEmpty 1 for sections?

2015-12-01 Thread Scott Kostyshak
On Wed, Dec 02, 2015 at 06:55:27AM +, Guenter Milde wrote: > On 2015-12-01, Scott Kostyshak wrote: > > I don't actually care if we make the change. I was just curious why > > things are how they are. > > Currently, if you remove the content of a "section paragraph", the > complete paragraph

Re: merging of po files done? Send email to translators?

2015-12-01 Thread Pavel Sanda
> Is the merging complete? If so, should I send an email to the > translators? Does the timing of this email depend on the timing of our > scheduled beta release? I think it is reasonable to send it after you do string freeze (whenever that is). That for example means that ctrl+p shortcut stays

Re: [LyX/master] Update format of bind and ui files.

2015-12-01 Thread Pavel Sanda
Scott Kostyshak wrote: > Well I had it on my list of things to check and it was also on the list > of things Vincent had told me to check so I don't really have an excuse. > I just missed it. I have added it to my automated script though so I > will not miss it again. BTW can you update wiki for

Re: Fwd: LyX 2.2 alpha1

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > I build from the tarball. To do so i create a new branch in my git to > get all paths correct. Can you please explain why you need to do anything in git? I ask because building from a tar ball usually means - unpack tar ball - cd to the unpacked directory - execute build

Re: [patch] use inkscape for EMF and WMF was: [LyX/master] installer: install Qt plugin DLLs correctly

2015-12-01 Thread Alex Vergara Gil
In Windows when you press Ctrl+C in an Office graphics you obtain an emf file in your pastebin, so when trying to place it in LyX you will be unsuccessful, so I always has to put it into mspaint and save it as png. So it would be a good idea to have a native automatic transformation from emf to

Re: A margin-al question

2015-12-01 Thread Scott Kostyshak
On Sun, Nov 29, 2015 at 11:18:11PM +0100, Murat Yildizoglu wrote: > Hello, > I would like to know if it would be too difficult for you to implement an > option that permits us to fix the margin between the text's border and > LyX's window border. Currently, there is nearly zero margin, and that is

Re: Tentative schedule for 2.2.0 release

2015-12-01 Thread Scott Kostyshak
On Sun, Nov 29, 2015 at 08:44:34PM +0100, Jean-Marc Lasgouttes wrote: > Le 29/11/2015 16:39, Richard Heck a écrit : > >I'd suggest beta in two weeks if we don't run into any serious problems, > >then see how that goes. If well, then we can shoot for RC in mid-January. > > This looks good to me.

Re: URL check in our lyx-sources

2015-12-01 Thread Scott Kostyshak
On Fri, Nov 27, 2015 at 01:54:50AM -0500, Scott Kostyshak wrote: > On Thu, Nov 26, 2015 at 07:23:59PM +0100, Kornel Benko wrote: > > > > Error url: "ftp://ftp2.commence.com/pub/freebies/; > > > lib/doc/Additional.lyx:h7816 > > I asked Uwe and Kornel to confirm a new URL I found in a separate

Re: [LyX/master] Customization.lyx: update localLayout format

2015-12-01 Thread Scott Kostyshak
On Sun, Nov 29, 2015 at 12:10:19PM -0500, Richard Heck wrote: > On 11/29/2015 11:26 AM, Kornel Benko wrote: > > Am Sonntag, 29. November 2015 um 17:15:19, schrieb Uwe Stöhr > > >> commit 7499b14b50bf528547c5585cbb0f7e2de11b8a8a >> > > Author: Uwe Stöhr >

Re: LyX 2.2 + Qt 5.5.1 segmentation fault on Fedora 23

2015-12-01 Thread Rex Dieter
Stephan Witt wrote: > Am 19.11.2015 um 04:00 schrieb PhilipPirrip : > >> I had a similar issue a month or so ago, what helped was a clean cloning >> of LyX source. Now even that doesn't work, and it's been like that for 2 >> or 3 weeks. It might be due to newest Qt libraries that

Re: Font of LyX manuals

2015-12-01 Thread Guenter Milde
On 2015-11-29, Uwe Stöhr wrote: > Am 26.11.2015 um 09:09 schrieb Guenter Milde: > In this case I vote for the other solution you proposed: > b) use a simplified and "Unicode-clean" preamble code: ... > I vote for this for your argument. We already have preamble code so that > it shouldn't

Re: [patch] use inkscape for EMF and WMF was: [LyX/master] installer: install Qt plugin DLLs correctly

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > Am 28.11.2015 um 11:15 schrieb Georg Baum: > >> If there are problems with the installation then please ask on the list >> for help and opinions. > > I am the only Win developer here. My spare time is limited and the > installer consumes a lot of time. > The installer is

Re: #9841: Preferences specific to the user and not to the file should not be recorded in the file

2015-12-01 Thread Guillaume Munch
Le 30/11/2015 01:15, Pavel Sanda a écrit : Guillaume Munch wrote: You describe a method for this, above, but to me it sounds like a cumbersome way to force-record the state of an inset (for instance, it I agree it is cumbersome, my reasoning was that I would rather impose this complexity on

Re: Font of LyX manuals

2015-12-01 Thread Guenter Milde
On 2015-11-29, Uwe Stöhr wrote: > Am 26.11.2015 um 09:09 schrieb Guenter Milde: >> No. Many users (including myself) don't use a *complete* TeX distribution > That makes me wonder. In the world around me everybody uses just click > and go. Why do you fiddle around to get a TeX subset when there

Re: [LyX/master] UserGuide.lyx and Math.lyx: update version number

2015-12-01 Thread Georg Baum
Uwe Stöhr wrote: > Thanks for this info. I was wondering about this for a while. I think > that we should nevertheless save all files with the current LyX alpha2 > because people might wonder why official LyX files are changed while > they are e.g. only Save As somewhere. I agree. I added

Re: Renaming revertedTests

2015-12-01 Thread Guenter Milde
On 2015-11-28, Kornel Benko wrote: > Originally, this file should have regexes to select export combinations > which fail. Therefore the name 'reverted'. Unfortunately, this name is confusing: we revert a commit but invert a test. > Soon we (Scott and I) found, that some tests worked on Scott's

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Richard Heck
On 11/29/2015 08:38 PM, Uwe Stöhr wrote: > Am 30.11.2015 um 02:35 schrieb Richard Heck: > >> Note also that the use of higher formats does NOT mean the document >> cannot be exported. It means one will have to do manual fixup of local >> layout, to reduce the format number to something

Just Noticed...

2015-12-01 Thread Richard Heck
https://www.brown.edu/information-technology/software/catalog/lyx

Re: Why don't we use layout2layout to update local layout?

2015-12-01 Thread Scott Kostyshak
On Sun, Nov 29, 2015 at 08:35:32PM -0500, Richard Heck wrote: > On 11/29/2015 06:29 PM, Uwe Stöhr wrote: > > Am 29.11.2015 um 22:13 schrieb Richard Heck: > > > >> There is no reversion in layout2layout, so this is not possible. That's > >> why I suggested issuing a warning. > > > > That is bad.