GuiDocument.cpp

2013-01-20 Thread Jean-Pierre Chrétien
Hello, While updating fr.po for trunk, I found a typo in an original message. Corrected in the attached patch. -- Jean-Pierre --- ./src/frontends/qt4/GuiDocument.cpp.orig 2013-01-20 15:05:48.0 +0100 +++ ./src/frontends/qt4/GuiDocument.cpp 2013-01-20 15:06:18.0 +0100 @@ -1287,7

Re: GuiDocument.cpp

2013-01-20 Thread Jürgen Spitzmüller
Jean-Pierre Chrétien wrote: While updating fr.po for trunk, I found a typo in an original message. Corrected in the attached patch. Thanks, fixed. Jürgen

GuiDocument.cpp

2013-01-20 Thread Jean-Pierre Chrétien
Hello, While updating fr.po for trunk, I found a typo in an original message. Corrected in the attached patch. -- Jean-Pierre --- ./src/frontends/qt4/GuiDocument.cpp.orig 2013-01-20 15:05:48.0 +0100 +++ ./src/frontends/qt4/GuiDocument.cpp 2013-01-20 15:06:18.0 +0100 @@ -1287,7

Re: GuiDocument.cpp

2013-01-20 Thread Jürgen Spitzmüller
Jean-Pierre Chrétien wrote: > While updating fr.po for trunk, I found a typo in an original message. > Corrected in the attached patch. Thanks, fixed. Jürgen

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-10 Thread Uwe Stöhr
Am 08.06.2012 08:34, schrieb Jürgen Spitzmüller: Hardcoding those languages is bad. Can't you just check if the language has no babel name but a polyglossia name? You are right. The list of languages only supported by polyglissia will grow. I'll have a look when I'm back or you can

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-10 Thread Uwe Stöhr
Am 08.06.2012 08:34, schrieb Jürgen Spitzmüller: Hardcoding those languages is bad. Can't you just check if the language has no babel name but a polyglossia name? You are right. The list of languages only supported by polyglissia will grow. I'll have a look when I'm back or you can

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jürgen Spitzmüller
2012/6/8 Uwe Stöhr: +void GuiDocument::languageChanged(int i) +{ +       // some languages only work with polyglossia/XeTeX +       string current_language = lyx::languages.getLanguage( +               fromqstr(langModule-languageCO-itemData(i).toString()))-lang(); +       if

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jean-Marc Lasgouttes
Le 08/06/2012 08:34, Jürgen Spitzmüller a écrit : 2012/6/8 Uwe Stöhr: +void GuiDocument::languageChanged(int i) +{ + // some languages only work with polyglossia/XeTeX + string current_language = lyx::languages.getLanguage( +

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jürgen Spitzmüller
2012/6/8 Jean-Marc Lasgouttes lasgout...@lyx.org: Same remark for the BufferParams change in 7eca5d and probably for the hardcoded names in tex2lyx/preamble.cpp. True. Also, I think the logic is wrong in BufferParams. Polyglossia only works _with_ XeTeX, so it should read diff --git

Fwd: Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jean-Marc Lasgouttes
Message original Sujet: Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language Date : Fri, 8 Jun 2012 12:58:39 +0200 De : Jürgen Spitzmüller sp...@lyx.org Pour : Jean-Marc

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jürgen Spitzmüller
2012/6/8 Uwe Stöhr: > +void GuiDocument::languageChanged(int i) > +{ > +       // some languages only work with polyglossia/XeTeX > +       string current_language = lyx::languages.getLanguage( > +               > fromqstr(langModule->languageCO->itemData(i).toString()))->lang(); > +       if

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jean-Marc Lasgouttes
Le 08/06/2012 08:34, Jürgen Spitzmüller a écrit : 2012/6/8 Uwe Stöhr: +void GuiDocument::languageChanged(int i) +{ + // some languages only work with polyglossia/XeTeX + string current_language = lyx::languages.getLanguage( +

Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jürgen Spitzmüller
2012/6/8 Jean-Marc Lasgouttes : > Same remark for the BufferParams change in 7eca5d and probably for the > hardcoded names in tex2lyx/preamble.cpp. True. Also, I think the logic is wrong in BufferParams. Polyglossia only works _with_ XeTeX, so it should read diff --git

Fwd: Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language

2012-06-08 Thread Jean-Marc Lasgouttes
Message original Sujet: Re: [LyX master] GuiDocument.cpp: some languages only work with polyglossia, therefore enable non-TeX fonts when one of them is used as document language Date : Fri, 8 Jun 2012 12:58:39 +0200 De : Jürgen Spitzmüller <sp...@lyx.org> Pour : Jea

Re: [Cvslog] r27249 - /lyx-devel/trunk/src/frontends/qt4/GuiDocument.cpp

2008-11-04 Thread rgheck
[EMAIL PROTECTED] wrote: Author: spitz Date: Tue Nov 4 16:44:02 2008 New Revision: 27249 URL: http://www.lyx.org/trac/changeset/27249 Log: * GuiDocument.cpp: * add some unicode FIXMEs If the description should originally have been a docstring, I suppose it can be made (or read

Re: [Cvslog] r27249 - /lyx-devel/trunk/src/frontends/qt4/GuiDocument.cpp

2008-11-04 Thread rgheck
[EMAIL PROTECTED] wrote: Author: spitz Date: Tue Nov 4 16:44:02 2008 New Revision: 27249 URL: http://www.lyx.org/trac/changeset/27249 Log: * GuiDocument.cpp: * add some unicode FIXMEs If the description should originally have been a docstring, I suppose it can be made (or read

Re: 1.6svn: compile error today: GuiDocument.cpp this time

2008-05-08 Thread Helge Hafting
Abdelrazak Younes wrote: Please try again. Fixed, but now GuiDocument.cpp breaks instead: /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel2/src/frontends/qt4 -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel2/src -I

Re: 1.6svn: compile error today: GuiDocument.cpp this time

2008-05-08 Thread Helge Hafting
Abdelrazak Younes wrote: Please try again. Fixed, but now GuiDocument.cpp breaks instead: /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../../../../lyx-devel2/src/frontends/qt4 -I../../../src -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../../lyx-devel2/src -I