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
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
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
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
"ä«»Ï" <[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
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
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
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
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
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
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
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
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
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
>> | - 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/
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
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
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'
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
19 matches
Mail list logo