Re: 2.1 release status

2014-03-13 Thread aparsloe
On 14/03/2014 10:20 a.m., Georg Baum wrote: aparsloe wrote: For instance, under the format LyX in the Viewer slots I have put Custom and notepad++ (a Windows text editor). Clicking on the View other formats > View LyX button displays the LyX file in its native format in the text editor but wit

Re: [LyX/master] Update layouttranslation review status

2014-03-13 Thread Vincent van Ravesteijn
Georg Baum schreef op 13-3-2014 22:07: http://www.mail-archive.com/lyx-docs@lists.lyx.org/msg06489.html http://www.mail-archive.com/lyx-docs@lists.lyx.org/msg06511.html http://www.mail-archive.com/lyx-docs@lists.lyx.org/msg06557.html Thanks. Vincent

Re: Error : KOMA-script Book requires external files

2014-03-13 Thread Guenter Milde
On 2014-03-13, Vincent van Ravesteijn wrote: > stefano franchi schreef op 13-3-2014 15:47: >> This may be a problem with Ubuntu's management of the TeX >> installation. Did you use Ubuntu's Tex (via apt-get) or TeXLive's own >> installation? In the former case, you probably need some additional >>

Re: 2.1 release status

2014-03-13 Thread Scott Kostyshak
On Thu, Mar 13, 2014 at 5:29 PM, Vincent van Ravesteijn wrote: > I did some debugging. The problem lies in the use of > QProcess::startDetached. If you call this function with a the "cmd" prefix, > you will inevitably get a command window. > > Omitting the "cmd" could be a solution. Does it have

Re: 2.1 release status

2014-03-13 Thread Georg Baum
Vincent van Ravesteijn wrote: > I did some debugging. The problem lies in the use of > QProcess::startDetached. If you call this function with a the "cmd" > prefix, you will inevitably get a command window. So in some sense it does what it is told to do;-) > Omitting the "cmd" could be a solutio

Re: Math in LibreOffice/Word exported files: input needed

2014-03-13 Thread Les Denham
On Thu, 13 Mar 2014 15:17:19 -0500 stefano franchi wrote: > 1. Are you a potential user of a Word/LibreOffice export converters? Yes. > > 2. If so, do you use routinely use mathematical expressions in your > documents? Only occasionally. > > 3. Why do you/would you need to export to LibreOffi

Re: 2.1 release status

2014-03-13 Thread Vincent van Ravesteijn
Georg Baum schreef op 13-3-2014 22:20: aparsloe wrote: For instance, under the format LyX in the Viewer slots I have put Custom and notepad++ (a Windows text editor). Clicking on the View other formats > View LyX button displays the LyX file in its native format in the text editor but with the

Re: 2.1 release status

2014-03-13 Thread Georg Baum
aparsloe wrote: > For instance, under the format LyX in the Viewer slots I have put Custom > and notepad++ (a Windows text editor). Clicking on the View other > formats > View LyX button displays the LyX file in its native format in > the text editor but with the command window also showing. Howev

Re: [LyX/master] Update layouttranslation review status

2014-03-13 Thread Georg Baum
Vincent van Ravesteijn wrote: > Hmm.. I never kept this file up to date. So, there might be changes made > to layouttranslations that didn't end up in this file. It is currently up to date. I entered all translations since the 2.0 release where it was unclear whether they were reviewed. Georg

Re: 2.1 release status

2014-03-13 Thread Georg Baum
Benjamin Piwowarski wrote: > I have another question (this was what I was trying to fix also): > - why the python2() code in os.cpp (line 41) does not prevent the wrong > python to be selected. I think this is the most important question. After all, we do not have control over PATH, and in many

Re: [LyX/master] Update layouttranslation review status

2014-03-13 Thread Vincent van Ravesteijn
Georg Baum schreef op 13-3-2014 21:29: commit 5833f2609ba53341b869a261e449dc0b4f02b178 Author: Georg Baum Date: Thu Mar 13 21:29:27 2014 +0100 Update layouttranslation review status diff --git a/lib/layouttranslations.review b/lib/layouttranslations.review index 96078f6..0f49cd0 100644

Math in LibreOffice/Word exported files: input needed

2014-03-13 Thread stefano franchi
Dear LyX devels and users, an issue has come up in our current efforts to produce a reliable LibreOffice exporter/converter from LyX that concerns how to export mathematical expressions. We need some user input and common use cases to make sensible design choices. Feel free to skip the technical d

Re: [GSOC 2014] - Implement 3-box drawing of insets

2014-03-13 Thread Mitul Modi
Hello sir, I am sending you this patch as a part of my project. This patch is for creating a polygon instead of rectangle for insets. Polygon will end at the end of last row. So immediate text after inset can be continued from that point in same line. I have tested it for box-insets and notes. At

Re: Bug Ticket 9008

2014-03-13 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > 2014-03-13 14:32 GMT+01:00 Ankit Shah: > > > I'm new to LyX source code. I want to work on the bug ticket > > #9008. > > I'm good at C,C++. Can anyone please explain me the bug. I'm not able to > > replicate the bug. How are the sho

Re: Error : KOMA-script Book requires external files

2014-03-13 Thread Vincent van Ravesteijn
stefano franchi schreef op 13-3-2014 15:47: This may be a problem with Ubuntu's management of the TeX installation. Did you use Ubuntu's Tex (via apt-get) or TeXLive's own installation? In the former case, you probably need some additional Ubuntu packages. Looks for something called tex-extra or

Re: Error : KOMA-script Book requires external files

2014-03-13 Thread stefano franchi
On Thu, Mar 13, 2014 at 9:40 AM, Ankit Shah wrote: > > > > On Thu, Mar 13, 2014 at 7:13 PM, stefano franchi > wrote: >> >> On Thu, Mar 13, 2014 at 6:24 AM, Ankit Shah >> wrote: >> > I cloned the LyX repository and ran ./autogen.sh ./configure and make. >> > I'm >> > using Ubuntu Gnome 13.10. Aft

Re: Error : KOMA-script Book requires external files

2014-03-13 Thread Ankit Shah
On Thu, Mar 13, 2014 at 7:13 PM, stefano franchi wrote: > On Thu, Mar 13, 2014 at 6:24 AM, Ankit Shah > wrote: > > I cloned the LyX repository and ran ./autogen.sh ./configure and make. > I'm > > using Ubuntu Gnome 13.10. After installing when i try to open User Guide > or > > any other document

Re: Bug Ticket 9008

2014-03-13 Thread Jürgen Spitzmüller
2014-03-13 14:32 GMT+01:00 Ankit Shah: > I'm new to LyX source code. I want to work on the bug ticket > #9008. > I'm good at C,C++. Can anyone please explain me the bug. I'm not able to > replicate the bug. How are the shortcuts defined in the strings column?

Re: Error : KOMA-script Book requires external files

2014-03-13 Thread stefano franchi
On Thu, Mar 13, 2014 at 6:24 AM, Ankit Shah wrote: > I cloned the LyX repository and ran ./autogen.sh ./configure and make. I'm > using Ubuntu Gnome 13.10. After installing when i try to open User Guide or > any other document I get the following errors: > > The selected document class > KOMA-

Bug Ticket 9008

2014-03-13 Thread Ankit Shah
I'm new to LyX source code. I want to work on the bug ticket #9008. I'm good at C,C++. Can anyone please explain me the bug. I'm not able to replicate the bug. How are the shortcuts defined in the strings column? i.e. how do i map them to key sequences. Also it

Re: 2.1 release status

2014-03-13 Thread Benjamin Piwowarski
> > > > However, it still doesn't work for the OP of #8925. 5 days ago, he > > couldn't find a "patched" dmg. I don't know what is patched, but are > > you still sure the new package doesn't work on his machine ? > > The OP had python3 from macports installed. > > The path_prefix of LyX on Mac sets

Error : KOMA-script Book requires external files

2014-03-13 Thread Ankit Shah
I cloned the LyX repository and ran ./autogen.sh ./configure and make. I'm using Ubuntu Gnome 13.10. After installing when i try to open User Guide or any other document I get the following errors: The selected document class KOMA-Script Book requires external files that are not available. The

Re: 2.1 release status

2014-03-13 Thread Stephan Witt
Am 13.03.2014 um 10:41 schrieb Vincent van Ravesteijn : >>> Is it correct that the MacOS problems are now all solved except for some >>> cosmetic issues ? >> >> I don't know. Currently it's not clear. The package I've build is usable on >> Benjamin's 10.9 >> and it's not usable on the machine

Re: 2.1 release status

2014-03-13 Thread Vincent van Ravesteijn
>> Is it correct that the MacOS problems are now all solved except for some >> cosmetic issues ? > > I don't know. Currently it's not clear. The package I've build is usable on > Benjamin's 10.9 > and it's not usable on the machine of the OP of ticket 8925. That's very > strange. [...] > We ha

Re: Subscribe to lyx-cvs-log

2014-03-13 Thread Vincent van Ravesteijn
On Thu, Mar 13, 2014 at 10:27 AM, Benjamin Piwowarski wrote: > > On Thu, Mar 13, 2014 at 10:25 AM, Vincent van Ravesteijn > wrote: >> >> Hi Benjamin, >> >> Can you subscribe yourself with the lyx.org e-mail address to >> lyx-...@lists.lyx.org ? Otherwise, your commit are not sent to this >> list

Subscribe to lyx-cvs-log

2014-03-13 Thread Vincent van Ravesteijn
Hi Benjamin, Can you subscribe yourself with the lyx.org e-mail address to lyx-...@lists.lyx.org ? Otherwise, your commit are not sent to this list. Vincent

Re: 2.1 release status

2014-03-13 Thread Vincent van Ravesteijn
On Mon, Mar 10, 2014 at 11:10 PM, Uwe Stöhr wrote: > Am 10.03.2014 21:47, schrieb Vincent van Ravesteijn: > > >> I'm now confused on the status on Windows. For me it looks rather ok. > > > I just finished the Win installer for LyX 2.1. But LyX itself cannot be > released as it is because: > > - th

Re: 2.1 release status

2014-03-13 Thread Vincent van Ravesteijn
On Thu, Mar 13, 2014 at 1:01 AM, Uwe Stöhr wrote: > Am 12.03.2014 22:01, schrieb Georg Baum: > >> Uwe Stöhr wrote: > > >> I asked already for a list of features with missing documentation, but got >> no reply, so here is the question again: Which features are not yet >> documented? > > > the red o

Re: 2.1 release status

2014-03-13 Thread Vincent van Ravesteijn
> >> Besides this I have 2 further issues open: >> - pdfcrop, that we use for cropped PDF output does not work on Windows >> 64bit (I sent a fix to the maintainer) > Using pdfcrop is a new feature and this will not be blocking the release. > > This is not a LyX bug, so we should not wait for it.

Re: Comparison pointer/integer in InsetListings.cpp

2014-03-13 Thread Vincent van Ravesteijn
On Thu, Mar 13, 2014 at 8:46 AM, Benjamin Piwowarski wrote: > With the new clang version (OS X), I get this error compiling LyX: > > InsetListings.cpp:206:20: error: comparison between pointer and integer > ('const char *' and 'int') > for (; delimiter != '\0'; ++delimiter) > > The

Re: Crash with different authors in child

2014-03-13 Thread Vincent van Ravesteijn
On Thu, Mar 13, 2014 at 6:44 AM, Jürgen Spitzmüller wrote: > 2014-03-11 11:10 GMT+01:00 Jürgen Spitzmüller: > >> I propose to stick to the author problem fix for now. > > > Since there were no objections, I did this now. > > Jürgen Yes, good. Vincent

Comparison pointer/integer in InsetListings.cpp

2014-03-13 Thread Benjamin Piwowarski
With the new clang version (OS X), I get this error compiling LyX: InsetListings.cpp:206:20: error: comparison between pointer and integer ('const char *' and 'int') for (; delimiter != '\0'; ++delimiter) The code is ... for (; delimiter != '\0'; ++delimiter) if (!contains(code, *

Re: LyX2.1 log

2014-03-13 Thread Benjamin Piwowarski
While we are it, we could also set the PYTHONPATH just in case in points to libraries which are not the ones shipped by apple? Benjamin On Thu, Mar 13, 2014 at 8:23 AM, Stephan Witt wrote: > Am 13.03.2014 um 07:46 schrieb Benjamin Piwowarski : > > > Hi, > > > > great that the bug is almost "fi

Re: LyX2.1 log

2014-03-13 Thread Stephan Witt
Am 13.03.2014 um 07:46 schrieb Benjamin Piwowarski : > Hi, > > great that the bug is almost "fixed". I am working on a patch to force the > use of the python shipped by apple (which should be present on each OS X > machine on all supported platforms); after all, we just need the basic > versio