Rearranged LyX-doc image locations

2007-03-03 Thread Uwe Stöhr
Dear LyX-documentation developers, after JMarc's last change that now every language has its own folder in LyX's SVN repository: http://www.lyx.org/trac/browser/lyx-devel/trunk/lib/doc/ I rearranged the clipart folder in the following way to fullfill the new scheme: - the clipart folder under

Re: Add cjk support

2007-03-03 Thread 岩見昌範
Hi, Mr. Lars, Thank your for your some advice. The patch corrected according to your advice is appended. I'd really like a more descriptive name for the preedit string instead of just 'text2'. 'preedString' perhaps? (or 'preedText') Ahh 'text3' :-) Better name please. When the source was re

Re: r17395 - in /lyx-devel/trunk/src: frontends/qt4/QGraphics...

2007-03-03 Thread Uwe Stöhr
Lars Gullik Bjønnes schrieb: But it doesn't... "SIGNAL( clicked() )" is used elsewhere, not "SIGNAL(clicked() )" Indeed. I uniformed it now to "SIGNAL( clicked() )". But I still think that we should use "SIGNAL(clicked())", but I won't insist on it. Personally I like the spaces to keep the

Re: r17395 - in /lyx-devel/trunk/src: frontends/qt4/QGraphics...

2007-03-03 Thread Lars Gullik Bjønnes
Uwe Stöhr <[EMAIL PROTECTED]> writes: | >> | - connect(scaleCB, SIGNAL(clicked()), | >> | + connect(scaleCB, SIGNAL(clicked() ), | | > Rather remove the spaces instead of adding new ones... we do not use | > this kind of spacing elsewhere. | | The whole file uses this spacing only th

Re: Add cjk support

2007-03-03 Thread Lars Gullik Bjønnes
"ä«»Ï" <[EMAIL PROTECTED]> writes: | Hi. | | The patch was split in two according to the instruction of Mr. Abdel. | | "support_dashed_underline.patch" is a patch to | support "dashed underline" and "reverse video". | Moreover, "support_on_the_spot.patch" is a patch to support "on the | spot" in

Re: [patch] fix bugs 3305 and 3172

2007-03-03 Thread Uwe Stöhr
Ich schrieb: This patch destroys convertDefaults file name handling: Please excuse my stupidity here. I broke my system while searching the reason for the EPS-problem. Your code catches exception which should be done in all possible cases - perhaps there are other places where this could ha

Re: [Patch] TOC Dialog crashes with empty toc list

2007-03-03 Thread Lars Gullik Bjønnes
Bernhard Roider <[EMAIL PROTECTED]> writes: | Hello, | | i found a crash when one of the buttons in the TOC dialog is pressed | if the TOC is empty. The attached patch disables the buttons if there | are no entries in the TOC dialog. To be safe it also adds a test to | the button handler function

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Lars Gullik Bjønnes
Bernhard Roider <[EMAIL PROTECTED]> writes: | Ok, then here's the patch with const methods and mutable member | variable. It fixes bug #3293. The patch does a lot of small code shuffling that might change behavior, so it porbably needs some testing. I'll leave it up to RM if this should be applie

[patch] fix bugs 3305 and 3172

2007-03-03 Thread Uwe Stöhr
This patch destroys convertDefaults file name handling: - include e.g. a PNG to your document - > correctly shown in LyX - now view this as DVI -> convert: unable to open image `png:C:/Documents and Settings/usti/Local Settings /Temp/lyx_tmpdir2212a02928/lyx_tmpbuf0/0D__lyxdokumente_FMF-logo.png

Re: Add cjk support

2007-03-03 Thread 岩見昌範
Hi. The patch was split in two according to the instruction of Mr. Abdel. "support_dashed_underline.patch" is a patch to support "dashed underline" and "reverse video". Moreover, "support_on_the_spot.patch" is a patch to support "on the spot" in cjk. -- M. Iwami support_dashed_underline.patc

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Bernhard Roider
Lars Gullik Bjønnes wrote: Bernhard Roider <[EMAIL PROTECTED]> writes: | Hello Lars, | | as Abdel suggested i would like to ask you for SVN commit access, to | be able to commit my contributions by myself. I am a bit reluctant, especially since (pardon me if wrong) you havent contributed much

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Bernhard Roider
Lars Gullik Bjønnes wrote: Bernhard Roider <[EMAIL PROTECTED]> writes: | Hello Lars, | | as Abdel suggested i would like to ask you for SVN commit access, to | be able to commit my contributions by myself. I am a bit reluctant, especially since (pardon me if wrong) you havent contributed much

[Patch] TOC Dialog crashes with empty toc list

2007-03-03 Thread Bernhard Roider
Hello, i found a crash when one of the buttons in the TOC dialog is pressed if the TOC is empty. The attached patch disables the buttons if there are no entries in the TOC dialog. To be safe it also adds a test to the button handler functions whether the list has entries before accessing the on

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Lars Gullik Bjønnes
Bernhard Roider <[EMAIL PROTECTED]> writes: | Hello Lars, | | as Abdel suggested i would like to ask you for SVN commit access, to | be able to commit my contributions by myself. I am a bit reluctant, especially since (pardon me if wrong) you havent contributed much yet, and I have not seen/revi

Re: r17395 - in /lyx-devel/trunk/src: frontends/qt4/QGraphics...

2007-03-03 Thread Uwe Stöhr
>> | - connect(scaleCB, SIGNAL(clicked()), >> | + connect(scaleCB, SIGNAL(clicked() ), > Rather remove the spaces instead of adding new ones... we do not use > this kind of spacing elsewhere. The whole file uses this spacing only this line not. > http://www.lyx.org/trac/file/lyx-devel/

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Bernhard Roider
Andre Poenitz wrote: On Fri, Mar 02, 2007 at 11:41:45PM +0100, Bernhard Roider wrote: The rule for using the lexer: if you want to know if the lexer still has data to read (either from the stream or from the pushed token) then use "lex.isOK()". Why not lex.dataAvailable() or something simila

odd font behavior while using slides document class

2007-03-03 Thread David J. Raymond
Changing the font size in the text style menu while using the slides (default) document class results in odd behavior in Lyx 1.4.4 (and maybe previous versions as well). The normal font size in slides is larger than in normal (say, article) document classes. If no font changes are made, the disp

Re: [Patch] Rework of LyXLex && fix at least the vspace dialog bug

2007-03-03 Thread Andre Poenitz
On Fri, Mar 02, 2007 at 11:41:45PM +0100, Bernhard Roider wrote: > >The rule for using the lexer: > > > >if you want to know if the lexer still has data to read (either from the > >stream or from the pushed token) then use "lex.isOK()". Why not lex.dataAvailable() or something similar? Andre'

Re: [Cvslog] r17371 - in /lyx-devel/trunk/src: MenuBackend.C frontends...

2007-03-03 Thread Andre Poenitz
On Fri, Mar 02, 2007 at 09:44:15AM +0100, Georg Baum wrote: > Andre Poenitz wrote: > > > Note that a 'equal_ascii_no_case' would be sufficient and simplify the > > logic (at least look more C++ish than the current -1/0/1 result. > > The big advantage of compare_ascii_no_case is that it exists alr