Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Enrico Forestieri
On Sun, Jun 02, 2013 at 10:24:58AM +0200, Georg Baum wrote: > > Now, there is a home made command line parser which translates some > artificial syntax in something that can be used by QProcess, and the > question is what this parser expects. It expects a subset of a posix-shell syntax. Quoting

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Enrico Forestieri
On Sun, Jun 02, 2013 at 10:47:01AM +0200, Stephan Witt wrote: > Am 02.06.2013 um 10:24 schrieb Georg Baum : > > , or trac: > > http://www.lyx.org/trac/browser/lyxgit/src/support/Package.cpp?annotate=blame > > > > . This tells you that Enrico introduced the quote_python argument in > > http://ww

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Uwe Stöhr
Am 02.06.2013 23:28, schrieb Vincent van Ravesteijn: "msbuild lyx.sln /t:i18n\translations" This target does also not exists. That is the problem. This target has not been created. Can you check whether CMake found Python and the gettext tools. That was the problem! The folder of the gett

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 23:14, Uwe Stöhr schreef: Am 02.06.2013 22:15, schrieb Vincent van Ravesteijn: You can do: "msbuild lyx.sln /t:i18n\translations" This target does also not exists. That is the problem. This target has not been created. Can you check whether CMake found Python and the gettext to

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 21:21, Uwe Stöhr schreef: Am 02.06.2013 17:45, schrieb Vincent van Ravesteijn: Please Uwe, you have compiled LyX before. I had to reset my complete build system because of the TortoiseGit mess (I got a version to test). I did not make private notes because I thought I will find

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Uwe Stöhr
Am 02.06.2013 17:45, schrieb Vincent van Ravesteijn: Please Uwe, you have compiled LyX before. I had to reset my complete build system because of the TortoiseGit mess (I got a version to test). I did not make private notes because I thought I will find everything in our Readme and/or our Wiki

Re: Re: [LyX/master] CMake: Make sure the first po file is also processed

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 17:58:37, schrieb Vincent van Ravesteijn > Op 2-6-2013 17:49, Kornel Benko schreef: > > > > Am Sonntag, 2. Juni 2013 um 17:33:20, schrieb Kornel Benko > > > > > > > Am Sonntag, 2. Juni 2013 um 15:32:52, schrieb Vincent van Ravesteijn > > > > > > > > commit 90610dbc

Re: [LyX/master] CMake: Make sure the first po file is also processed

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 17:49, Kornel Benko schreef: Am Sonntag, 2. Juni 2013 um 17:33:20, schrieb Kornel Benko > Am Sonntag, 2. Juni 2013 um 15:32:52, schrieb Vincent van Ravesteijn > > commit 90610dbc0d33e32f5ae888681dad9eabe79d1303 > > Author: Vincent van Ravesteijn > > Date: Sun Jun 2 15:07:5

Re: Re: [LyX/master] CMake: Make sure the first po file is also processed

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 17:33:20, schrieb Kornel Benko > Am Sonntag, 2. Juni 2013 um 15:32:52, schrieb Vincent van Ravesteijn > > > commit 90610dbc0d33e32f5ae888681dad9eabe79d1303 > > Author: Vincent van Ravesteijn > > Date: Sun Jun 2 15:07:50 2013 +0200 > > > > CMake: Make sure the

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Vincent van Ravesteijn
- Moreover, the po-files are no longer compiled but the preset gmo-files are used. How can I compile the po-files to mo-files.? Built the "translations" target. How is this done? According to INSTALL.cmake I should call "make translations". I did this from the CMake folder with all MSVC

Re: Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 17:07:58, schrieb Uwe Stöhr > Am 02.06.2013 15:45, schrieb Vincent van Ravesteijn: > > >> - what do I need to do now to compile LyX? I am using the build.bat that > >> is in our CMake folder. > >> But when compiling with this, I get a screwed-up LyX, see the attached

Re: [LyX/master] CMake: Make sure the first po file is also processed

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 15:32:52, schrieb Vincent van Ravesteijn > commit 90610dbc0d33e32f5ae888681dad9eabe79d1303 > Author: Vincent van Ravesteijn > Date: Sun Jun 2 15:07:50 2013 +0200 > > CMake: Make sure the first po file is also processed Good catch. I didn't seen it for ages.

Re: Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 15:45:16, schrieb Vincent van Ravesteijn > Op 2-6-2013 15:01, Uwe Stöhr schreef: > > > > - what do I need to do now to compile LyX? I am using the build.bat > > that is in our CMake folder. But when compiling with this, I get a > > screwed-up LyX, see the attached im

Re: Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 15:01:29, schrieb Uwe Stöhr > Am 02.06.2013 11:42, schrieb Kornel Benko: > > > > commit 22d52f5f08cba82c85019634420f4204da56ec6b > > Author: Kornel Benko > > Date: Sun Jun 2 11:38:27 2013 +0200 > > > > cmake: Use provided gmo-files if platform lacks python or g

Re: [LyX/master] INSTALL.Win32: updates for lyX 2.1

2013-06-02 Thread Uwe Stöhr
Am 02.06.2013 17:06, schrieb Vincent van Ravesteijn: - Check the Advanced checkbox. Set GETTEXT_MSGFMT_EXECUTABLE to - C:\LyX\lyx-20-build\msvc2010-deps\deps20\gettext-tools\msgfmt.exe, + C:\LyX\lyx-21-build\msvc2010-deps\deps21\gettext-tools\msgfmt.exe, and do th

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Uwe Stöhr
Am 02.06.2013 15:45, schrieb Vincent van Ravesteijn: - what do I need to do now to compile LyX? I am using the build.bat that is in our CMake folder. But when compiling with this, I get a screwed-up LyX, see the attached image. Maybe the thread "Counter chaos" would have provided a hint. Ye

Re: [LyX/master] INSTALL.Win32: updates for lyX 2.1

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 17:00, Uwe Stöhr schreef: commit 54e37ebc9935f2f5f053fc51d2f1e85678340806 Author: Uwe Stöhr Date: Sun Jun 2 17:00:16 2013 +0200 INSTALL.Win32: updates for lyX 2.1 - fix a link and ad info for the installer - add the 3 required DLLs for the installer

Re: RFC - offer users to set preferred float paragraph style

2013-06-02 Thread Uwe Stöhr
Am 23.05.2013 08:46, schrieb Vincent van Ravesteijn: Your example is not very good. What you describe in the example can be done perfectly with what Jurgen proposed. Then I misunderstood it. For the reason that in many cases one or a few floats needs to have another alignment than all othe

Re: [LyX master] moderncv.layout: support the command \social

2013-06-02 Thread Uwe Stöhr
Am 02.06.2013 10:35, schrieb Georg Baum: IIRC we don't have an agreement on this. My personal opinion: A new command/environment which translates 1:1 into a style may be as new as you like (if it is officially released), as long as it is documented that this style may not work with older TeX in

Re: need Help with XeTeX description in our Wiki

2013-06-02 Thread Guenter Milde
On 2013-06-01, Jürgen Spitzmüller wrote: > Uwe Stöhr wrote: >> We had this topic recently on the list and also in stackexchange. LuaTeX is >> not able to handle RTL languages properly, no matter if polyglossia is >> used. There is an experimental package called luabidi but this is not even >> in be

Re: [LyX/master] cmake: Use provided gmo-files if platform lacks python or gettext tools...

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 15:01, Uwe Stöhr schreef: - what do I need to do now to compile LyX? I am using the build.bat that is in our CMake folder. But when compiling with this, I get a screwed-up LyX, see the attached image. Maybe the thread "Counter chaos" would have provided a hint. - Moreover, the

Re: Counter chaos

2013-06-02 Thread Richard Heck
On 06/02/2013 07:27 AM, Jürgen Spitzmüller wrote: Kornel Benko wrote: Missing initial values in stdcounters.inc E.g. Counter chapter InitialValue 1 PrettyFormat "Chapter ##" End Kornel Are these initial values really needed? I.e., c

Re: [LyX master] moderncv.layout: support the command \social

2013-06-02 Thread Richard Heck
On 06/02/2013 04:35 AM, Georg Baum wrote: Uwe Stöhr wrote: I miss a guide of how "old" a feature must be to be added to a layout file in branch for example. IIRC we don't have an agreement on this. My personal opinion: A new command/environment which translates 1:1 into a style may be as new

Re: need Help with XeTeX description in our Wiki

2013-06-02 Thread Uwe Stöhr
Am 01.06.2013 18:30, schrieb Jürgen Spitzmüller: But to come back to the original topic, could you please have a look and revise http://wiki.lyx.org/LyX/XeTeX if you have some time? I'll see if I find some. I've edited the XeTeX and LuaTeX pages a bit. Many thanks! regards Uwe

Re: Re: Re: Counter chaos

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 13:43:50, schrieb Georg Baum > Kornel Benko wrote: > > > Am Sonntag, 2. Juni 2013 um 13:27:24, schrieb Jürgen Spitzmüller > > > >> Kornel Benko wrote: > >> > Missing initial values in stdcounters.inc > >> > > >> > E.g. > >> > Counter chapter > >> > I

Re: Re: Counter chaos

2013-06-02 Thread Georg Baum
Kornel Benko wrote: > Am Sonntag, 2. Juni 2013 um 13:27:24, schrieb Jürgen Spitzmüller > >> Kornel Benko wrote: >> > Missing initial values in stdcounters.inc >> > >> > E.g. >> > Counter chapter >> > InitialValue 1 >> > PrettyFormat "Chapter ##" >> >

Re: Counter chaos

2013-06-02 Thread Jürgen Spitzmüller
Kornel Benko wrote: > I'd like them rather explicitly set. And some tool, which grumbles if > its not set for some counter in a layout. > > (I for one don't like too many defaults) But this will cause many people with self-made layouts headaches. If we do this, we should insert a reasonable valu

Re: Re: Counter chaos

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 13:27:24, schrieb Jürgen Spitzmüller > Kornel Benko wrote: > > Missing initial values in stdcounters.inc > > > > E.g. > > Counter chapter > > InitialValue 1 > > PrettyFormat "Chapter ##" > > End > > > > Kornel >

Re: Counter chaos

2013-06-02 Thread Jürgen Spitzmüller
Kornel Benko wrote: > Missing initial values in stdcounters.inc > > E.g. > Counter chapter > InitialValue 1 > PrettyFormat "Chapter ##" > End > > Kornel Are these initial values really needed? I.e., couldn't we assume a default initial val

Re: Re: Counter chaos

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 13:18:49, schrieb Kornel Benko > Am Sonntag, 2. Juni 2013 um 12:56:41, schrieb Jürgen Spitzmüller > > > With current trunk, I get absurd numbering, such as in the attached screen- > > snippet (from the UserGuide). > > > > Jürgen > > Missing initial values in stdcoun

Re: Counter chaos

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 12:56:41, schrieb Jürgen Spitzmüller > With current trunk, I get absurd numbering, such as in the attached screen- > snippet (from the UserGuide). > > Jürgen Missing initial values in stdcounters.inc E.g. Counter chapter InitialValue 1

Counter chaos

2013-06-02 Thread Jürgen Spitzmüller
With current trunk, I get absurd numbering, such as in the attached screen- snippet (from the UserGuide). Jürgen<>

Re: [LyX/master] Implement option to set a global default output format for dics with non-tex fonts (#8706)

2013-06-02 Thread Jürgen Spitzmüller
Richard Heck wrote: > On 06/01/2013 10:58 AM, Juergen Spitzmueller wrote: > > commit 8f287f5ffaff3d0306aae8e042e4e042a38b8614 > > Author: Juergen Spitzmueller > > Date: Sat Jun 1 16:58:34 2013 +0200 > > > > Implement option to set a global default output format for dics with > >non-tex font

Re: Re: Gettext removed from master

2013-06-02 Thread Kornel Benko
Am Sonntag, 2. Juni 2013 um 11:16:26, schrieb Vincent van Ravesteijn > > > > > > I'd like to commit. > > > > > > > > > Can you commit today ? > > Vincent Immediately. Kornel signature.asc Description: This is a digitally signed message part.

Re: Gettext removed from master

2013-06-02 Thread Vincent van Ravesteijn
Op 2-6-2013 10:10, Kornel Benko schreef: Am Samstag, 1. Juni 2013 um 22:09:48, schrieb Vincent van Ravesteijn > > > > I have now a cmake-version which > > > > 1.) checks, whether gettext and python are available > > > > 1a) if yes, then use them to create .gmo files > > In the build d

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Stephan Witt
Am 02.06.2013 um 10:24 schrieb Georg Baum : > Uwe Stöhr wrote: > >> Am 01.06.2013 13:52, schrieb Stephan Witt: >> >>> But the documentation in filetools.h clearly states for quote_python: >>> /* >>> Quote for python. Use this if you want to store a filename in a python >>> script. Example: os <<

Re: [LyX master] moderncv.layout: support the command \social

2013-06-02 Thread Georg Baum
Uwe Stöhr wrote: > I miss a guide of how "old" a feature must be to be added to a layout file > in branch for example. IIRC we don't have an agreement on this. My personal opinion: A new command/environment which translates 1:1 into a style may be as new as you like (if it is officially release

Re: [LyX/master] add toFilesystemEncoding for -

2013-06-02 Thread Georg Baum
Uwe Stöhr wrote: > Am 01.06.2013 13:52, schrieb Stephan Witt: > >> But the documentation in filetools.h clearly states for quote_python: >> /* >> Quote for python. Use this if you want to store a filename in a python >> script. Example: os << "infile = " << quoteName(filename) << '\\n'; >> */ >>

Re: Re: Re: Re: Gettext removed from master

2013-06-02 Thread Kornel Benko
Am Samstag, 1. Juni 2013 um 22:09:48, schrieb Vincent van Ravesteijn > > > > I have now a cmake-version which > > > > 1.) checks, whether gettext and python are available > > > > 1a) if yes, then use them to create .gmo files > > In the build dir I assume ? And this uses a different target than