Re: r29209 - lyx-devel/branches/BRANCH_1_6_X/po

2009-04-11 Thread Waluyo Adi Siswanto
On Sat, 2009-04-11 at 20:04 +0200, Pavel Sanda wrote: > kor...@lyx.org wrote: > > Author: kornel > > Date: Sat Apr 11 19:49:59 2009 > > New Revision: 29209 > > URL: http://www.lyx.org/trac/changeset/29209 > > > > Log: > > Translation complete > > > > Modified: > >lyx-devel/branches/BRANCH_1_6

Re: I can't reconfigure anymore

2009-04-11 Thread Uwe Stöhr
> File "C:/Users/Vincent/OpenSource/LyX/svn-trunk/lib/configure.py", line 11, in > import sys, os, re, shutil, glob, logging > ImportError: No module named logging Then your Python installation misses the folder "logging" under "Lib". I can reconfigure without problems. regards Uwe

Re: r29220 - in lyx-devel/trunk: development lib/lyx2lyx src src/frontends/qt4 src/frontends/qt4/ui

2009-04-11 Thread Uwe Stöhr
> for the ui part - the color is not properly visible here (linux & qt plastic style). What do you mean with "not properly visible"? What color have you set and how does it look? > also from qt manuals it folows setStyleSheet is not supported under the default > MAC style. What is a MAC styl

Re: r29220 - in lyx-devel/trunk: development lib/lyx2lyx src src/frontends/qt4 src/frontends/qt4/ui

2009-04-11 Thread Uwe Stöhr
Vincent van Ravesteijn schrieb: Why do you want 127 correspond to 0.5 ? This looks like an irreversible adjustment of the color. 0 -> 0, 1 -> 2/256 ? Because in the LaTeX world you define e.g. light yellow as 1, 1, 0.5 and not as "1, 1, 0.4980392". When you look in the default color settings

I can't reconfigure anymore

2009-04-11 Thread Vincent van Ravesteijn
Traceback (most recent call last): File "C:/Users/Vincent/OpenSource/LyX/svn-trunk/lib/configure.py", line 11, in import sys, os, re, shutil, glob, logging ImportError: No module named logging WinVista Python 2.6 Vincent

Re: r29220 - in lyx-devel/trunk: development lib/lyx2lyx src src/frontends/qt4 src/frontends/qt4/ui

2009-04-11 Thread Pavel Sanda
uwesto...@lyx.org wrote: > Author: uwestoehr > Date: Sat Apr 11 23:40:11 2009 > New Revision: 29220 > URL: http://www.lyx.org/trac/changeset/29220 > > Log: > support for \pagecolor, fileformat change > > +void GuiDocument::changeBackgroundColor() > +{ > + const QColor newColor = QColorDialog

Re: r29220 - in lyx-devel/trunk: development lib/lyx2lyx src src/frontends/qt4 src/frontends/qt4/ui

2009-04-11 Thread Vincent van Ravesteijn
uwesto...@lyx.org schreef: +string const outputLaTeXColor(RGBColor const & color) +{ + // this routine returns a LaTeX readable color string in the form + // "red, green, blue" where the colors are a number in the range 0-1 + int red = color.r; + int green = color.g; + int b

colorful easter egg

2009-04-11 Thread Uwe Stöhr
With http://www.lyx.org/trac/changeset/29220 I have implemented support to set a background color for documents. Setting a background color might be useful or not - I leave the decision to the users. Those who need it can set it otherwise everything will be kept as is. (Personally I used it whe

Re: Can't print read-only documents

2009-04-11 Thread rgheck
Vincent van Ravesteijn wrote: rgheck schreef: David Raymond wrote: Hello, I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot print read-only documents directly from the Lyx print command. This includes the documentation and anything that is set to read-only by version contr

Re: Can't print read-only documents

2009-04-11 Thread Vincent van Ravesteijn
Vincent van Ravesteijn schreef: rgheck schreef: David Raymond wrote: Hello, I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot print read-only documents directly from the Lyx print command. This includes the documentation and anything that is set to read-only by version con

Re: r29210 - in lyx-devel/branches/BRANCH_1_6_X: . po

2009-04-11 Thread Pavel Sanda
sa...@lyx.org wrote: > Author: sanda > Date: Sat Apr 11 20:04:19 2009 > New Revision: 29210 > URL: http://www.lyx.org/trac/changeset/29210 > > Log: > Add sk.po to LINGUAS > > Modified: lyx-devel/branches/BRANCH_1_6_X/status.16x > ===

Re: Can't print read-only documents

2009-04-11 Thread Vincent van Ravesteijn
rgheck schreef: David Raymond wrote: Hello, I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot print read-only documents directly from the Lyx print command. This includes the documentation and anything that is set to read-only by version control. The print button in the pr

Re: r29209 - lyx-devel/branches/BRANCH_1_6_X/po

2009-04-11 Thread Pavel Sanda
kor...@lyx.org wrote: > Author: kornel > Date: Sat Apr 11 19:49:59 2009 > New Revision: 29209 > URL: http://www.lyx.org/trac/changeset/29209 > > Log: > Translation complete > > Modified: >lyx-devel/branches/BRANCH_1_6_X/po/sk.po nice work, i will add the language between the installed ones.

Re: Can't print read-only documents

2009-04-11 Thread rgheck
David Raymond wrote: Hello, I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot print read-only documents directly from the Lyx print command. This includes the documentation and anything that is set to read-only by version control. The print button in the printing dialog is

Re: Obscure command to close split view

2009-04-11 Thread rgheck
David Raymond wrote: I notice that the command to close split view and return to single view in the "View" menu is "Close Tab Group". This is obscure to me, and suggests something to do with multiple tabs. How about changing it to something like "Close Split View"? I think that command proba

Obscure command to close split view

2009-04-11 Thread David Raymond
I notice that the command to close split view and return to single view in the "View" menu is "Close Tab Group". This is obscure to me, and suggests something to do with multiple tabs. How about changing it to something like "Close Split View"? Dave Raymond

Can't print read-only documents

2009-04-11 Thread David Raymond
Hello, I notice that on 1.6.2 (compiled and run on Debian Linux), one cannot print read-only documents directly from the Lyx print command. This includes the documentation and anything that is set to read-only by version control. The print button in the printing dialog is greyed out and unrespo

Re: postats.py (Re: r28949 - www-user/trunk/farm/cookbook/LyX)

2009-04-11 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Jürgen Spitzmüller wrote: > > BTW Christian, could you eventually update the changes of i18n.inc that > > I've committed to www-user some days ago? > > > > How much work is it to re-establish the automatic update? For i18n.inc, we > > have discussed the possibility of se

Re: postats.py (Re: r28949 - www-user/trunk/farm/cookbook/LyX)

2009-04-11 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > BTW Christian, could you eventually update the changes of i18n.inc that > I've committed to www-user some days ago? > > How much work is it to re-establish the automatic update? For i18n.inc, we > have discussed the possibility of setting up a non-symbolic link to > po/i

Re: r29195 - lyx-devel/trunk/src/frontends/qt4

2009-04-11 Thread Uwe Stöhr
> Uwe, this namespace is necessary to avoid the following copiler warning with gcc: OK. I hope that the other two cases where I removed the lyx: prefix don't lead to compiler warnings on gcc. With MSVC I don't get any warning in this case. regards Uwe

Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-11 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > To improve the situation for all users we can add the list if available > patterns to LaTeXConfig.lyx. When a user then e.g. set in LyX the document > language to Italian we check if the Italian pattern is installed by looking > at LaTeXConfig.lyx or somewhere else. If it is not

Re: RFC: installing LaTeX hyphenation patterns when installing LyX

2009-04-11 Thread Uwe Stöhr
>> Could we check the availability of the patterns in the moment where a user >> sets a document language and provide a way to enable missing patterns? > > Note that chkconfig.ltx already outputs a list of patterns known to this > latex installation. To be able to use LyX with all languages, thes

Re: FYI: Some investaging weird latency on the LyX server

2009-04-11 Thread Pavel Sanda
Christian Ridderström wrote: > As for conclusions, I know think I have a test that gives a difference for > the LyX server compared to other machines. I think the most telling sign is > when a command such as 'sleep 0.1' takes over a second to execute, then > something strange is going on with t

FYI: Some investaging weird latency on the LyX server

2009-04-11 Thread Christian Ridderström
Hi, I spent some time investigating the server, and here's an intermediate result. I'm keeping notes here http://wiki.lyx.org/Devel/TestServer Generally I've noticed that sometimes even when interacting with the server via CLI, it sometimes seems slow to respond. So I created a simple