Re: A reset text style function/button (?)

2008-10-02 Thread Martin Vermeer
On Fri, Oct 03, 2008 at 12:09:25AM +0200, Nikos Alexandris wrote: > Often I need to revert to default text-style words or whole sentences > which I have changed in previous editing sessions of my document. > Wouldn't it make sense to have a reset text style function and not to > have to go through

Re: A reset text style function/button (?)

2008-10-02 Thread rgheck
Nikos Alexandris wrote: Often I need to revert to default text-style words or whole sentences which I have changed in previous editing sessions of my document. Wouldn't it make sense to have a reset text style function and not to have to go through the "Text style" window? You're welcome to f

A reset text style function/button (?)

2008-10-02 Thread Nikos Alexandris
Often I need to revert to default text-style words or whole sentences which I have changed in previous editing sessions of my document. Wouldn't it make sense to have a reset text style function and not to have to go through the "Text style" window? Best regards, -- Nikos Alexandris ... You might

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Andre Poenitz
On Thu, Oct 02, 2008 at 09:46:50PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > > > The attached patch does the trick for me. > > > > > > i assimilated this patch for the current version of outliner. JMarc, can > > > you > > > report whether the issue is fixed now? > > > > Actually,

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Pavel Sanda
Enrico Forestieri wrote: > > > The attached patch does the trick for me. > > > > i assimilated this patch for the current version of outliner. JMarc, can you > > report whether the issue is fixed now? > > Actually, I get the following error with Qt 4.2.3: > > ./ui_TocUi.h: In member function `vo

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 05:10:07PM +0200, Pavel Sanda wrote: > Enrico Forestieri wrote: > > On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > > >

Re: > User Guide does not compile due to Unicode-in-Math stuff (rc3 on mac)

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 04:09:53PM +0200, Konrad Hofbauer wrote: > Enrico wrote in the devel-thread that "This is already fixed but the fix > didn't go into rc3.", but I am not sure what he exactly refered to. I meant that the problem you report was fixed at r26577, but rc3 corresponds to r26576

Re: Big delay when applying Preferences

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 11:16:03AM -0400, rgheck wrote: > Jean-Marc Lasgouttes wrote: > > 1/ load user guide > > 2/ change something in prefs and click OK. > > 3/ wait for several seconds until the change is actually done. > > > > What is going on? > > > > > I can't reproduce this. I changed the

Re: [PATCH] bug 1784: Saving with LFUNS breaks the serverpipes

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 04:40:05PM +0200, Jean-Marc Lasgouttes wrote: > Enrico Forestieri <[EMAIL PROTECTED]> writes: > > I admit that the code is not very clear as the test on errno should > > only be performed if read() returns -1. So, I would rather propose > > the attached patch. > > I think y

CRASH: Pure Virtual Method Called

2008-10-02 Thread rgheck
Open LyX. Open a new window. Open a new window. Close the first. Close the second. #0 0x003c41430ec5 in raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 #1 0x003c41432970 in abort () at abort.c:88 #2 0x003c474becb4 in __gnu_cxx::__verbose_terminate_handler () from /

Re: Big delay when applying Preferences

2008-10-02 Thread rgheck
Jean-Marc Lasgouttes wrote: 1/ load user guide 2/ change something in prefs and click OK. 3/ wait for several seconds until the change is actually done. What is going on? I can't reproduce this. I changed the screen zoom, and it responded right away. Same for disabling RTL. rh

Re: Outline more persistent

2008-10-02 Thread Pavel Sanda
leuven edwin wrote: > > i don't think so since: > > 1) slider can be still used > > 2) the point of this check box has nothing to do with slider > > maybe i will understand it when i see it... i put it in. i dont claim 'keep' is the best label, 'persistent' is another possibility how to call it.

Re: [Cvslog] r26639 - in /lyx-devel/trunk/src: Changes.cpp Changes.h P...

2008-10-02 Thread Pavel Sanda
Enrico Forestieri wrote: > On Tue, Sep 30, 2008 at 04:02:15PM +0200, Jean-Marc Lasgouttes wrote: > > Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > > Maybe a bug in Qt Designer 4.4. Could you try to open TocUi.ui in the > > > 4.2 version and save it again? > > > > I daren't change this thing si

RE: Outline more persistent

2008-10-02 Thread leuven edwin
> i don't think so since: > 1) slider can be still used > 2) the point of this check box has nothing to do with slider maybe i will understand it when i see it...

Re: [PATCH] bug 1784: Saving with LFUNS breaks the serverpipes

2008-10-02 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > Pavel Sanda wrote: >> Jean-Marc Lasgouttes wrote: >>> [stuff about pipes] > > Since you are looking at pipes right now, I just want to mention > > > I am on the verge of writing myself an external script th

Re: Outline more persistent

2008-10-02 Thread Pavel Sanda
leuven edwin wrote: > >> so in the second use case you basically want to ignore/disable the slider? > > > > _basically_ i want persistent tree view in the way i > > uncollapsed it even if some changes to the paragraphs of > > document happen. > > this is a "yes" i suppose. > > so wouldn't adding a

Re: [PATCH] bug 1784: Saving with LFUNS breaks the serverpipes

2008-10-02 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes: > I admit that the code is not very clear as the test on errno should > only be performed if read() returns -1. So, I would rather propose > the attached patch. I think your patch is the right one. I'll wait until Günter can test it. JMarc

RE: Outline more persistent

2008-10-02 Thread leuven edwin
>> so in the second use case you basically want to ignore/disable the slider? > > _basically_ i want persistent tree view in the way i > uncollapsed it even if some changes to the paragraphs of > document happen. this is a "yes" i suppose. so wouldn't adding a toggle button which disables the sli

LyX/Mac 1.6.0rc1 released

2008-10-02 Thread Konrad Hofbauer
Hello, LyX/Mac 1.6.0rc3, a preview of the Mac OS X version of the upcoming LyX 1.6, has now been released and is available for download here: ftp://ftp.devel.lyx.org/pub/lyx/pre/LyX-1.6.0rc3-Mac-Universal.dmg LyX 1.6rc3 is not a stable release! This means it is good for testing, but expect inco

Re: Found bug in 1.6.0rc2 and 1.6.0rc3

2008-10-02 Thread rgheck
[EMAIL PROTECTED] wrote: Hi Lyx-Devel-Team, LyX crashes whenever I open a child document the second time. I compiled LyX from source (ftp://ftp.devel.lyx.org/pub/lyx/devel/) What do you need in order to find the bug? The steps to reproduce the bug are as follows: 1. Open the main document 2.

Re: Error when importing a file which contains a URL with % escapes

2008-10-02 Thread Jean-Marc Lasgouttes
Wilhelm Müller <[EMAIL PROTECTED]> writes: > I ran into a LyX import error which I can now demonstrate with a > very short example file: > > When the attached LyX file is exported as LaTeX (the result is > attached, as well), it is not possible to re-import it because > the % character in the URL i

Error when importing a file which contains a URL with % escapes

2008-10-02 Thread Wilhelm Müller
Hello, I ran into a LyX import error which I can now demonstrate with a very short example file: When the attached LyX file is exported as LaTeX (the result is attached, as well), it is not possible to re-import it because the % character in the URL is incorrectly treated as the start of a TeX co

Re: LyX-1.6.0rc3-Mac available

2008-10-02 Thread José Matos
On Thursday 02 October 2008 14:57:19 Konrad Hofbauer wrote: > Could you please put it on the server? Done. > Thanks, > Konrad -- José Abílio

Re: > User Guide does not compile due to Unicode-in-Math stuff (rc3 on mac)

2008-10-02 Thread Konrad Hofbauer
Uwe Stöhr wrote: > I cannot compile the userguide in rc3 due to some unicode-in-math problems. > > In the userguide.lyx we have: > \begin_inset Formula \[ > \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\] > \end_inset I will change this to > \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac

Re: Outline more persistent

2008-10-02 Thread Pavel Sanda
leuven edwin wrote: > > when you want to hold the current toc behaviour. Typical > > example is normal writing or quick moving through the text - > > outliner gives you the info about the context around, when > > you move out of the current section it gets collapsed and new > > section structure i

LyX-1.6.0rc3-Mac available

2008-10-02 Thread Konrad Hofbauer
Hi José, Bennett told me he is away this week, so I created a Mac binary for rc3. Could you please put it on the server? Thanks, Konrad

RE: Outline more persistent

2008-10-02 Thread leuven edwin
> when you want to hold the current toc behaviour. Typical > example is normal writing or quick moving through the text - > outliner gives you the info about the context around, when > you move out of the current section it gets collapsed and new > section structure is uncollapsed. this keeps the

> User Guide does not compile due to Unicode-in-Math stuff (rc3 on mac)

2008-10-02 Thread Uwe Stöhr
> I cannot compile the userguide in rc3 due to some unicode-in-math problems. > > In the userguide.lyx we have: > \begin_inset Formula \[ > \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\] > \end_inset I will change this to > \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p^2}{4}-q}\] But the cur

Re: User Guide does not compile due to Unicode-in-Math stuff (rc3 on mac)

2008-10-02 Thread Enrico Forestieri
On Thu, Oct 02, 2008 at 02:57:52PM +0200, Konrad Hofbauer wrote: > Hi, > > I cannot compile the userguide in rc3 due to some unicode-in-math > problems. Since nobody has complained about this yet, could this be > Mac-only ??? > > > In the userguide.lyx we have: > \begin_inset Formula \[ > \lam

Re: export

2008-10-02 Thread Uwe Stöhr
> I'm trying the new 1.6.0rc3 and I'm wondering why lyx -e pdf2 Doc_LP10_31.lyx no longer works. It > seems that lyx is creating something (CPU usage peeks) but I can't find a resulting pdf. If I > export from the user interface all goes well. Am I doing something wrong ? This is bug 4693: http:

Crash in RC3 when enabling Pixmap Cache

2008-10-02 Thread Konrad Hofbauer
1) Set Preferences-> Look&Feel ->Screen Font -> Use Pixmap Cache (\use_pixmap_cache true) 2) open UserGuide 3) view pdf 4) crash On Lyx/Mac 1.6.0rc3 with a fresh clean user directory. /Konrad

Re: export

2008-10-02 Thread Stefan Schimanski
Am 02.10.2008 um 13:59 schrieb jouke hijlkema: Hello, I'm trying the new 1.6.0rc3 and I'm wondering why lyx -e pdf2 Doc_LP10_31.lyx no longer works. It seems that lyx is creating something (CPU usage peeks) but I can't find a resulting pdf. If I export from the user interface all goes we

User Guide does not compile due to Unicode-in-Math stuff (rc3 on mac)

2008-10-02 Thread Konrad Hofbauer
Hi, I cannot compile the userguide in rc3 due to some unicode-in-math problems. Since nobody has complained about this yet, could this be Mac-only ??? In the userguide.lyx we have: \begin_inset Formula \[ \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\] \end_inset In View Source and Lat

Re: Outline more persistent

2008-10-02 Thread Pavel Sanda
leuven edwin wrote: > > > > my proposal is to add checkbox just below sort and it > > would be good > > > > to have short naming. what about 'Keep' with 'Keep > > uncollapsed state' > > > > tooltip? > > just a last clarifying question: when would one like to uncheck this checkbox? when you want t

export

2008-10-02 Thread jouke hijlkema
Hello, I'm trying the new 1.6.0rc3 and I'm wondering why lyx -e pdf2 Doc_LP10_31.lyx no longer works. It seems that lyx is creating something (CPU usage peeks) but I can't find a resulting pdf. If I export from the user interface all goes well. Am I doing something wrong ? Jouke

RE: Outline more persistent

2008-10-02 Thread leuven edwin
> > > my proposal is to add checkbox just below sort and it > would be good > > > to have short naming. what about 'Keep' with 'Keep > uncollapsed state' > > > tooltip? just a last clarifying question: when would one like to uncheck this checkbox?

Re: Outline more persistent

2008-10-02 Thread Pavel Sanda
Pavel Sanda wrote: > Pavel Sanda wrote: > > Abdelrazak Younes wrote: > > >>> So, the checkbox you are proposing will govern the call to > > >>> setTreeDetph()? > > >>> > > >> > > >> strictly speaking i would like to have ui switch between those two modes > > >> distinguished here: > > >> htt

Re: rc3 (round one)

2008-10-02 Thread Konrad Hofbauer
Konrad Hofbauer wrote: Konrad Hofbauer wrote: It fails to build on Mac (using the same settings as for rc2). I have not much of an idea what could be the matter ... ... libtool: link: cannot find the library `' or unhandled argument `Carbon' make[4]: *** [lyx] Error 1 For the above, I used t

Re: Found bug in 1.6.0rc2 and 1.6.0rc3

2008-10-02 Thread Uwe Stöhr
> What do you need in order to find the bug? Please report this bug at bugzilla.lyx.org . regards Uwe

Re: [PATCH] bug 1784: Saving with LFUNS breaks the serverpipes

2008-10-02 Thread Stephan Witt
Jean-Marc Lasgouttes schrieb: Pavel Sanda <[EMAIL PROTECTED]> writes: unfortunately - after these few last patches are applied and i send echo "LYXCMD:test:buffer-write" to pipe file is correctly saved,but CPU load gets to maximum and stays there. Details please. What are you doing? It might b

Re: rc4 and later

2008-10-02 Thread Uwe Stöhr
Peter Kümmel schrieb: Uwe's entry from bugzilla: " Still the case and a must fix for LyX 1.6.0. LyX's LaTeX output is the same as LyX 1.5.6's the problem is in our FileName.cpp: D:\LyXSVN\lyx-devel\src\support\FileName.cpp(238): Could not move file C:/Docume nts and Settings/usti/Local Se

Re: rc4 and later

2008-10-02 Thread Uwe Stöhr
Abdelrazak Younes schrieb: That was for Uwe. I'd be surprised that you are not able to use CMake ;-) Well I had no time yet to try out CMake and I don't know if CMake interferes with my existing SCons setup. I also don't know if I can remerge po-files and using CMake. As I provide executables

Re: Will RC3 be announced on website ?

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 10:09, Johannes Hessellund wrote: Abdelrazak Younes skrev: On 02/10/2008 07:39, Johannes Hessellund wrote: Hi, From this mailinglist I read the RC3 is released. But still no annocement on the lyx.org website? There is one now. Nice. Now all I need are .debs for Ubuntu Hardy!

Found bug in 1.6.0rc2 and 1.6.0rc3

2008-10-02 Thread [EMAIL PROTECTED]
Hi Lyx-Devel-Team, LyX crashes whenever I open a child document the second time. I compiled LyX from source (ftp://ftp.devel.lyx.org/pub/lyx/devel/) What do you need in order to find the bug? The steps to reproduce the bug are as follows: 1. Open the main document 2. In the outline window click

Re: Will RC3 be announced on website ?

2008-10-02 Thread José Matos
On Thursday 02 October 2008 08:28:03 Abdelrazak Younes wrote: > just forgotten... or just that nobody felt like doing the work... The former. > Abdel. -- José Abílio

Re: Will RC3 be announced on website ?

2008-10-02 Thread Johannes Hessellund
Abdelrazak Younes skrev: On 02/10/2008 07:39, Johannes Hessellund wrote: Hi, From this mailinglist I read the RC3 is released. But still no annocement on the lyx.org website? There is one now. Nice. Now all I need are .debs for Ubuntu Hardy! Maybe getdeb.net will provide them!? /Johanne

Re: Will RC3 be announced on website ?

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 07:39, Johannes Hessellund wrote: Hi, From this mailinglist I read the RC3 is released. But still no annocement on the lyx.org website? There is one now. Abdel.

Re: rc4 and later

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 09:45, Peter Kümmel wrote: Peter Kümmel wrote: And why do we need all this filename fixing? Doesn't Qt handle this for us? Or do we not (why?) use Qt at this places? Because of all the hand made command line calls? Among other cases yes. Maybe we should try again to use QProc

Re: rc4 and later

2008-10-02 Thread Peter Kümmel
Peter Kümmel wrote: And why do we need all this filename fixing? Doesn't Qt handle this for us? Or do we not (why?) use Qt at this places? Because of all the hand made command line calls? Maybe we should try again to use QProcess instead. Peter

Re: rc4 and later

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 09:40, Peter Kümmel wrote: And why do we need all this filename fixing? We shouldn't, and that's why I don't understand why we would need your patch. Doesn't Qt handle this for us? It should. Or do we not (why?) use Qt at this places? Basically all occurence of toFileSys

Re: rc4 and later

2008-10-02 Thread Peter Kümmel
And why do we need all this filename fixing? Doesn't Qt handle this for us? Or do we not (why?) use Qt at this places? Peter

Re: rc4 and later

2008-10-02 Thread Peter Kümmel
Abdelrazak Younes wrote: On 02/10/2008 09:18, Peter Kümmel wrote: Abdelrazak Younes wrote: On 02/10/2008 00:14, Uwe Stöhr wrote: > I just committed a few fixes, please try again. It doesn't fix it. I still have to do a change in the preferences dialog to generate the preferences file. Then I

Re: Will RC3 be announced on website ?

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 07:39, Johannes Hessellund wrote: Hi, From this mailinglist I read the RC3 is released. But still no annocement on the lyx.org website? Is this on purpose or just forgotten? just forgotten... or just that nobody felt like doing the work... Abdel.

Re: rc4 and later

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 09:18, Peter Kümmel wrote: Abdelrazak Younes wrote: On 02/10/2008 00:14, Uwe Stöhr wrote: > I just committed a few fixes, please try again. It doesn't fix it. I still have to do a change in the preferences dialog to generate the preferences file. Then I need to restart LyX and

Re: rc4 and later

2008-10-02 Thread Peter Kümmel
Abdelrazak Younes wrote: On 02/10/2008 00:14, Uwe Stöhr wrote: > I just committed a few fixes, please try again. It doesn't fix it. I still have to do a change in the preferences dialog to generate the preferences file. Then I need to restart LyX and then it works. Peter, perhaps you have a

Re: rc4 and later

2008-10-02 Thread Abdelrazak Younes
On 02/10/2008 00:14, Uwe Stöhr wrote: > I just committed a few fixes, please try again. It doesn't fix it. I still have to do a change in the preferences dialog to generate the preferences file. Then I need to restart LyX and then it works. Peter, perhaps you have a another idea why I need t

Re: rc4 and later

2008-10-02 Thread Peter Kümmel
Uwe Stöhr wrote: I just committed a few fixes, please try again. It doesn't fix it. I still have to do a change in the preferences dialog to generate the preferences file. Then I need to restart LyX and then it works. Have you looked at the path names used/generated by the preferences dial