Re: Using listings package with beamer.

2007-05-18 Thread Martin Vermeer
On Sat, May 19, 2007 at 12:18:20AM -0500, Bo Peng wrote: > Dear all, > > I am trying to use listings with beamer, I learned > that > > 1. beamer 3.07 is required. > > 2. listings can not be float (understandable) > > 3. the option fragile after \begin{frame} is > necessary. > > How would I i

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread Peter Kümmel
We still don't know which string is wrong so here the next code: docstring format = _("LyX directory, %1$s. \n"); lyxerr << "format = " << to_utf8(format) << endl; docstring path = from_utf8("/home/dir/"); lyxerr << "path = " << to_utf8(path) << endl; docs

Re: [patch] Hebrew Splash doc

2007-05-18 Thread Martin Vermeer
On Sat, May 19, 2007 at 06:27:12AM +, Ran Rutenberg wrote: > On 5/19/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: > >Can I commit it?: > > Of course - that's what I wished. > > > >Ran, one question: Is it necessary to use the same note behind the > >word "LyX"? > > Unfortunately, yes. There is

Re: Using listings package with beamer.

2007-05-18 Thread Jürgen Spitzmüller
Bo Peng wrote: > How would I insert this [fragile] option in lyx? Citing beameruserguide, p. 48: "You can pass options and an overlay specification to a frame by giving these in TEX-mode as the first thing in the frame title. (Some magic is performed to extract them in LYX-mode from there.)" Jür

Re: Qt4 binary

2007-05-18 Thread Martin Vermeer
On Fri, May 18, 2007 at 11:35:27PM +0200, Andreas Neustifter wrote: > > On 18.05.2007, at 18:38, Martin Vermeer wrote: > > >On Fri, May 18, 2007 at 09:10:41AM -0600, Scott > >Lambert wrote: > >>I downloaded and installed the binary version of Qt4 > >>for the mac so > >>I wouldn't have to compi

Re: [patch] Hebrew Splash doc

2007-05-18 Thread Ran Rutenberg
On 5/19/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: Can I commit it?: Of course - that's what I wished. Ran, one question: Is it necessary to use the same note behind the word "LyX"? Unfortunately, yes. There is a bug, which exists at least from 2003 (I know that by examining old Hebrew files

Re: [PATCH-again] Bugs 643, 3047, and 3090

2007-05-18 Thread Jürgen Spitzmüller
Richard Heck wrote: > >   This area looks a mess and I have never quite understood it completely. > > :-) That is I why I am asking for Georg's help to decide on this. The > > same applies to Jürgen. > > I'll wait for them to look at it. It looks o.k. to me, but I'm not too deep into the converte

Re: [PATCH] Bug 3650

2007-05-18 Thread Jürgen Spitzmüller
Richard Heck wrote: > The attached addresses http://bugzilla.lyx.org/show_bug.cgi?id=3650. The > issues were two. (i) When the old inset was erased, the iterator became > invalid, and the attempt to increment it caused an abort; (ii) after > clearing that up, a different abort made it clear that th

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread Koji Yokota
Peter Kümmel wrote: lyxerr << "LyX: Creating directory %1$s" << endl, lyxerr << package().user_support().absFilename() << endl; docstring s1 = _("LyX: Creating directory %1$s"); docstring s2 = from_utf8(package().user_support().absFilename()); //docstring s3 = bfo

Using listings package with beamer.

2007-05-18 Thread Bo Peng
Dear all, I am trying to use listings with beamer, I learned that 1. beamer 3.07 is required. 2. listings can not be float (understandable) 3. the option fragile after \begin{frame} is necessary. How would I insert this [fragile] option in lyx? Bo

BUG 3622: Weird date external material.

2007-05-18 Thread Bo Peng
http://bugzilla.lyx.org/show_bug.cgi?id=3622 I traced this bug a little bit and find some weird things going on. If you insert a Date external material, you of couse does not need any input file. Then, this dialog gives a default value '.', which is interpreted as 'current directory' by InsetExt

[PATCH] BUG 3598. Was: wrong fix committed for bug 3598

2007-05-18 Thread Bo Peng
Uwe, Please test the attached patch. I will wait for another OK to commit. Cheers, Bo Index: src/insets/InsetNote.cpp === --- src/insets/InsetNote.cpp (revision 18413) +++ src/insets/InsetNote.cpp (working copy) @@ -365,10 +365,8 @@

Re: [patch] Hebrew Splash doc

2007-05-18 Thread Bo Peng
On 5/18/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: Can I commit it?: I can recognize the word lyx so I guess the translation is correct. :-) When you commit, please remember to modify scons_manifest.py. Bo

Re: wrong fix committed for bug 3598

2007-05-18 Thread Uwe Stöhr
Bo Peng schrieb: This was wrong because the bug is that LyX adds color commands to the preamble when using a framed note: \definecolor{shadecolor}{rgb}{1,0,0} So you mean a frame note does not need this \definecolor? Yes. If so, requiring color is wrong and please revert my changes when y

Re: wrong fix committed for bug 3598

2007-05-18 Thread Bo Peng
This was wrong because the bug is that LyX adds color commands to the preamble when using a framed note: \definecolor{shadecolor}{rgb}{1,0,0} So you mean a frame note does not need this \definecolor? If so, requiring color is wrong and please revert my changes when you fix it. Bo

Re: LyX beta 2.0 on Mac

2007-05-18 Thread Bennett Helm
On May 18, 2007, at 8:45 PM, John Kane wrote: --- Bennett Helm <[EMAIL PROTECTED]> wrote: On May 18, 2007, at 7:23 PM, John Kane wrote: --- "A. Scottedward Hodel" <[EMAIL PROTECTED]> wrote: I want to echo the praise for LyX given earlier. I've used LyX in lecture and they are impressed wi

Re: [PATCH] Bug 3650

2007-05-18 Thread Uwe Stöhr
> The attached addresses http://bugzilla.lyx.org/show_bug.cgi?id=3650. > > Testing requested, as well as two commit OKs if it seems all right. Works here as expected but we should wait for Jürgen's comment on this. > NOTE: Some other issues I noticed here, which I'll put in bugzilla if it > seem

Re: LyX beta 2.0 on Mac

2007-05-18 Thread John Kane
--- Bennett Helm <[EMAIL PROTECTED]> wrote: > On May 18, 2007, at 7:23 PM, John Kane wrote: > > > --- "A. Scottedward Hodel" <[EMAIL PROTECTED]> > wrote: > > > >> I want to echo the praise for LyX given earlier. > I > >> I've used LyX in > >> lecture and they are impressed with the quick > entr

[patch] Hebrew Splash doc

2007-05-18 Thread Uwe Stöhr
Can I commit it?: Ran Rutenberg wrote: > I've translated the Hebrew Splash document. See the attached file. Ran, one question: Is it necessary to use the same note behind the word "LyX"? regards Uwe he_splash.lyx Description: application/lyx

Re: LyX beta 2.0 on Mac

2007-05-18 Thread Bennett Helm
On May 18, 2007, at 7:23 PM, John Kane wrote: --- "A. Scottedward Hodel" <[EMAIL PROTECTED]> wrote: I want to echo the praise for LyX given earlier. I I've used LyX in lecture and they are impressed with the quick entry of equations, promptly followed by a legible on-screen preview of the equ

Re: [PATCH] Bug 3650

2007-05-18 Thread Richard Heck
Richard Heck wrote: > NOTE: Some other issues I noticed here, which I'll put in bugzilla if it > seems a good idea. (iii) Change the layout of one of > these paragraphs to Standard. Shouldn't the bibitem be erased? (This > could be handled in checkBiblio without too much effort.) > Never mind th

[PATCH] Bug 3650

2007-05-18 Thread Richard Heck
The attached addresses http://bugzilla.lyx.org/show_bug.cgi?id=3650. The issues were two. (i) When the old inset was erased, the iterator became invalid, and the attempt to increment it caused an abort; (ii) after clearing that up, a different abort made it clear that the cursor position needed to

wrong fix committed for bug 3598

2007-05-18 Thread Uwe Stöhr
Hello Bo, you were over eager with your bugfix for bug 3598. You said in http://bugzilla.lyx.org/show_bug.cgi?id=3598#c1 that the framed not required the color package and implemented this. This was wrong because the bug is that LyX adds color commands to the preamble when using a framed note:

Re: Scrolling lag in 1.5svn again, more details.

2007-05-18 Thread Richard Heck
Peter Kümmel wrote: > What hasPendingEvents returns makes no sense to me. > Isn't it that there is a queue for all events, and when one > is handled (event-accept()) it is done and removed from the > queue? The truth isin the Qt source code, but who could > read it? > Could this be part of the p

Re: Fwd: [patch] parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-18 Thread Micha Feigin
On Sat, 19 May 2007 00:17:20 +0300 Micha Feigin <[EMAIL PROTECTED]> wrote: > On Fri, 18 May 2007 09:04:39 +0200 > Herbert Voss <[EMAIL PROTECTED]> wrote: > > > Martin Vermeer wrote: > > > On Thu, May 17, 2007 at 11:32:54PM +0100, Jos׳™ Matos wrote: > > >> On Monday 07 May 2007 11:02:29 pm Micha F

Re: Qt4 binary

2007-05-18 Thread Andreas Neustifter
On 18.05.2007, at 18:38, Martin Vermeer wrote: On Fri, May 18, 2007 at 09:10:41AM -0600, Scott Lambert wrote: I downloaded and installed the binary version of Qt4 for the mac so I wouldn't have to compile it. Can anyone tell me what I should be using for "/path/to/Qt4" as referenced in the bu

Re: Fwd: [patch] parbox with only width setting, automatic height gets height 0pt (lyx 1.5)

2007-05-18 Thread Micha Feigin
On Fri, 18 May 2007 09:04:39 +0200 Herbert Voss <[EMAIL PROTECTED]> wrote: > Martin Vermeer wrote: > > On Thu, May 17, 2007 at 11:32:54PM +0100, Josי Matos wrote: > >> On Monday 07 May 2007 11:02:29 pm Micha Feigin wrote: > >>> Sorry, got it wrong, missed the special == "none" in the lyx file and

Re: [PATCH-again] Bugs 643, 3047, and 3090

2007-05-18 Thread Richard Heck
José Matos wrote: > On Friday 18 May 2007 7:42:56 pm Richard Heck wrote: > >> Any comments on this? Anyone care to test it? If you like Export>HTML or >> View>HTML, you are going to like this >> > I did not forgot it, I was thinking. I am slow at times. ;-) > No problem. I know you

Re: Scrolling lag in 1.5svn again, more details.

2007-05-18 Thread Martin Vermeer
On Fri, May 18, 2007 at 03:56:30PM +0300, Martin Vermeer wrote: > On Fri, May 18, 2007 at 01:51:40PM +0200, Peter Kümmel wrote: > > > Yes, maybe I could... instead, I used '-dbg key' and entered > > > the strings 'appropriate' and 'laboratories' into an empty file. > > > by typing 'app' and

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Bo Peng
> Something like 'an alternative windows installer with blah blah', with > filenames lyx-1.5.0beta3-AltInstaller Note that the file names are not different. AltInstaller... Just for my insterest: When you can do this for Joost's installer it should be possible also with mine, right? Y

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread Peter Kümmel
there is no bformat which takes a char*: lyxerr << "LyX: Creating directory %1$s" << endl, lyxerr << package().user_support().absFilename() << endl; docstring s1 = _("LyX: Creating directory %1$s"); docstring s2 = from_utf8(package().user_support().absFilename());

Re: Scrolling lag in 1.5svn again, more details.

2007-05-18 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> >> So we can't use isAutoRepeat also not hasPendingEvents. Best idea >> I have is to revert. > > I think so too :-( But that was a nice idea ;-) isAutoRepeat doesn't work because of the word completion, it only returns true for the repeated letter

Nice weekend

2007-05-18 Thread José Matos
Hi, I wish you all a nice weekend as I will be camping during the weekend, preparing for the next World Scout Jamboree: http://eng.thejamboree.org/ Meanwhile the usual rules apply, all patches should come to the list and I would like to have two OKs from other developers before

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread Peter Kümmel
横田 宏治 wrote: > As I think I'd better continue to throw additional informations on this > problem, I'll do so gradually. > Yes this is a good idea. First we must locate the reason for the crash. Is it the format string or the path string. And crashes it really because of iconv or has it nothing t

Re: Scrolling lag in 1.5svn again, more details.

2007-05-18 Thread Peter Kümmel
Dov Feldstern wrote: > > The truth is, I don't know that this is directly related to the machine > on which it's running. My machine is quite powerful --- it's a Pentium > IV 3.0 GHz; and I don't see any jump in the system load when I start > scrolling, either: not when I start and the cursor is s

Re: [PATCH-again] Bugs 643, 3047, and 3090

2007-05-18 Thread José Matos
On Friday 18 May 2007 7:42:56 pm Richard Heck wrote: > Any comments on this? Anyone care to test it? If you like Export>HTML or > View>HTML, you are going to like this I did not forgot it, I was thinking. I am slow at times. ;-) > > > The attached patch addresses these bugs, all of whi

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Uwe Stöhr
Bo Peng schrieb: Something like 'an alternative windows installer with blah blah', with filenames lyx-1.5.0beta3-AltInstaller Note that the file names are not different. - I ship the powerdot.layout and maintain it also because I often got requests for this, the last time this week. I st

Re: LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread Bennett Helm
On May 18, 2007, at 2:26 PM, Anders Ekberg wrote: For Mac OSX I get: $ make Making all in config make[1]: Nothing to be done for `all'. Making all in development Making all in MacOSX Making all in spotlight make[3]: *** No rule to make target `LyX-Metadata', needed by `all- am'. Stop. make[2

[PATCH-again] Bugs 643, 3047, and 3090

2007-05-18 Thread Richard Heck
Any comments on this? Anyone care to test it? If you like Export>HTML or View>HTML, you are going to like this The attached patch addresses these bugs, all of which have to do with export, viewing, and the like---ultimately, with the conversion routines. The patch introduces a new co

Re: Work plan for release candidate 1

2007-05-18 Thread Jürgen Spitzmüller
Richard Heck wrote: > Or maybe even on the way to 1.5.1? Depends on how it looks like. Jürgen

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread José Matos
On Friday 18 May 2007 6:30:56 pm Bo Peng wrote: > I think so so please add a bug report and ask Jose to add it. Submit it to the list where it can be discussed. I don't have any problem adding new layout files at any stage as long as it does not imply new code, and it follows our guidelines...

Re: LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread Anders Ekberg
For Mac OSX I get: $ make Making all in config make[1]: Nothing to be done for `all'. Making all in development Making all in MacOSX Making all in spotlight make[3]: *** No rule to make target `LyX-Metadata', needed by `all- am'. Stop. make[2]: *** [all-recursive] Error 1 make[1]: *** [all-rec

Re: PO file generation is broken!

2007-05-18 Thread José Matos
On Friday 18 May 2007 5:51:42 pm Bo Peng wrote: > (Jose, OK to commit?) If it works then OK. -- José Abílio

Re: [PATCH] 3649: Float listings inset should be displayed as inline.

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:39:50 pm Bo Peng wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=3649 > > Patch attached. OK to commit? > > Bo OK. -- José Abílio

Re: [patch] bug 3636: Listings dialog blocks main window

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:56:30 pm Jürgen Spitzmüller wrote: > José Matos wrote: > > OK. > > Done. > Next one: add an Apply button to the listings dialog, and accelerators. > > Jürgen OK. -- José Abílio

Re: NEWS update.

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:54:32 pm Bo Peng wrote: > I feel that clipboard selection improvements should also be mentioned > in the NEWS. > > OK? (Feel free to modify the wordings). Not in NEWS, put it in ANNOUNCE since all the news there will go to NEWS later. It is easier to do this before relea

Re: Restarting httpd?

2007-05-18 Thread Richard Heck
Jean-Marc Lasgouttes wrote: "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 18 May 2007 12:05:32 pm Jean-Marc Lasgouttes wrote: Is it just a sudo /etc/init.d/httpd restart ? José> Or the same sudo service httpd restart And you also often have: sudo

Re: Work plan for release candidate 1

2007-05-18 Thread Richard Heck
Abdelrazak Younes wrote: Jürgen Spitzmüller wrote: José Matos wrote: 3637 is attached. (Get label from parameter string and push to label list). Jürgen is this OK with you? Hm, I missed this and did something similar. Bo's patch is generally better, but lacks changeRefsIfUnique. I propose t

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Bo Peng
I missed this fact. So what should be the name to announce it? Something like 'an alternative windows installer with blah blah', with filenames lyx-1.5.0beta3-AltInstaller Do you really want to have it on the LyX-server? If yes, there are two issues: As long as your installers are not of

Re: Work plan for release candidate 1

2007-05-18 Thread Abdelrazak Younes
Bo Peng wrote: You could use the automatic slots and avoid the connect() below and also avoid the test for isChecked() as the state is given: Thanks. Never know something like this. I said these qt bugs would be handled by you GUI guys in a more efficient and elegant way. Not enough time sor

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Uwe Stöhr
Bo Peng schrieb: As your installer has become half-official and named 'alternative installer' in svn, why cannot you announce it as so and ask JMarc to upload it to the lyx server? I missed this fact. So what should be the name to announce it? Do you really want to have it on the LyX-server? I

Re: PO file generation is broken!

2007-05-18 Thread Bo Peng
the generation of the po files is broken! Terms like "Austrian (new spelling)" or "Portuguese (Brazil)" are no longer taken into account. Bo, could you please check what went wrong? I was my fault when I tried to handle the armenian line of lib/languages. It can be fixed by the attached patch w

Re: Qt4 binary

2007-05-18 Thread Martin Vermeer
On Fri, May 18, 2007 at 09:10:41AM -0600, Scott Lambert wrote: > I downloaded and installed the binary version of Qt4 for the mac so > I wouldn't have to compile it. Can anyone tell me what I should be > using for "/path/to/Qt4" as referenced in the build instructions? > Everything I've tried

Re: UTF8->UCS4 failure on FreeBSD 6.2-RELEASE

2007-05-18 Thread 横田 宏治
As I think I'd better continue to throw additional informations on this problem, I'll do so gradually. Before the call of from_utf8 in lyx_main.C: > lyxerr << to_utf8(bformat(_("LyX: Creating directory %1$s"), > from_utf8(package().user_support().absFilename( ><< endl;

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> Hi, Uwe, Bo> As your installer has become half-official and named 'alternative Bo> installer' in svn, why cannot you announce it as so and ask JMarc Bo> to upload it to the lyx server? Putting two installers side by Bo> side can confuse people

Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Bo Peng
I uploaded an installer for LyX 1.5beta3: https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=12796 Hi, Uwe, As your installer has become half-official and named 'alternative installer' in svn, why cannot you announce it as so and ask JMarc to upload it to the lyx server

Re: [patch] bug 3636: Listings dialog blocks main window

2007-05-18 Thread Jürgen Spitzmüller
José Matos wrote: > OK. Done. Next one: add an Apply button to the listings dialog, and accelerators. Jürgen Index: src/frontends/qt4/ui/ListingsUi.ui === --- src/frontends/qt4/ui/ListingsUi.ui (Revision 18408) +++ src/frontends/qt

NEWS update.

2007-05-18 Thread Bo Peng
I feel that clipboard selection improvements should also be mentioned in the NEWS. OK? (Feel free to modify the wordings). Cheers, Bo Index: NEWS === --- NEWS (revision 18406) +++ NEWS (working copy) @@ -147,7 +147,16 @@ 1.4 is slo

Re: [PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Bo Peng
What is so different about this type of notes? Note: no output, should not break screen paragraph. Comment: no output (with latex output), should not break screen paragraph Gray out: part of paragraph, should be displayed as such (inline) Other two: output in a separate paragraph, should be dis

Re: [PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> Is this part really related? >> >> +Inset::DisplayType InsetNote::display() const +{ + switch >> (params_.type) { + case InsetNoteParams::Framed: + case >> InsetNoteParams::Shaded: + return AlignLeft; + default: + return >> Inline; >> + }

[PATCH] 3649: Float listings inset should be displayed as inline.

2007-05-18 Thread Bo Peng
http://bugzilla.lyx.org/show_bug.cgi?id=3649 Patch attached. OK to commit? Bo Index: src/insets/InsetListingsParams.h === --- src/insets/InsetListingsParams.h (revision 18406) +++ src/insets/InsetListingsParams.h (working copy) @@ -

Re: [PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Bo Peng
Is this part really related? +Inset::DisplayType InsetNote::display() const +{ + switch (params_.type) { + case InsetNoteParams::Framed: + case InsetNoteParams::Shaded: + return AlignLeft; + default: + return Inline; + } +} This part is

Re: [PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: >> OK. Thank you, with this code bug 3598 seems harmless enough to >> fixed later. :-) Bo> Attached patch fixes 3598 and a more serious bug of framed notes: Bo> color is not required so 'new document, insert->framed note, Bo> compile' would fail.

Re: [PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:13:33 pm Bo Peng wrote: > > OK. Thank you, with this code bug 3598 seems harmless enough to fixed > > later. :-) > > Attached patch fixes 3598 and a more serious bug of framed notes: > color is not required so 'new document, insert->framed note, compile' > would fail. > >

Re: [patch] bug 3636: Listings dialog blocks main window

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:11:08 pm Jürgen Spitzmüller wrote: > As trivial as it looks. > > OK? OK. > Jürgen -- José Abílio

Re: request for Bugzilla updates

2007-05-18 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> Jean-Marc Lasgouttes schrieb: >>> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: >> Uwe> - could you please add Windows Vista to the Bugzilla OS list. >> Strangely enough, I did not find a way to do this. Uwe> But I know that you have

Re: Work plan for release candidate 1

2007-05-18 Thread Bo Peng
You could use the automatic slots and avoid the connect() below and also avoid the test for isChecked() as the state is given: Thanks. Never know something like this. I said these qt bugs would be handled by you GUI guys in a more efficient and elegant way. I am wondering if you should not do

Qt4 binary

2007-05-18 Thread Scott Lambert
I downloaded and installed the binary version of Qt4 for the mac so I wouldn't have to compile it. Can anyone tell me what I should be using for "/path/to/Qt4" as referenced in the build instructions? Everything I've tried gives me a "Qt library not found" error. Do I need to compile Qt4 f

[PATCH] 3598 Was: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Bo Peng
OK. Thank you, with this code bug 3598 seems harmless enough to fixed later. :-) Attached patch fixes 3598 and a more serious bug of framed notes: color is not required so 'new document, insert->framed note, compile' would fail. OK to apply? Bo Index: src/insets/InsetNote.cpp ===

Re: request for Bugzilla updates

2007-05-18 Thread Uwe Stöhr
Jean-Marc Lasgouttes schrieb: "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> - could you please add Windows Vista to the Bugzilla OS Uwe> list. Strangely enough, I did not find a way to do this. But I know that you have done this in the past. You have for example once added the "wid

[patch] bug 3636: Listings dialog blocks main window

2007-05-18 Thread Jürgen Spitzmüller
As trivial as it looks. OK? Jürgen Index: src/frontends/qt4/ui/ListingsUi.ui === --- src/frontends/qt4/ui/ListingsUi.ui (Revision 18404) +++ src/frontends/qt4/ui/ListingsUi.ui (Arbeitskopie) @@ -2,7 +2,7 @@ QListingsUi - Q

Re: Work plan for release candidate 1

2007-05-18 Thread José Matos
On Friday 18 May 2007 4:06:27 pm Bo Peng wrote: > For documentation, I suggest that you submit and report here which > parts have been updated. Patches for lyx files can be hard to > decipher. +1 > Bo -- José Abílio

Re: r18331 - in /lyx-devel/trunk: development/scons/scons_man...

2007-05-18 Thread Uwe Stöhr
Bo Peng schrieb: Abdel has already pointed out that this is non-windows. I have identified this bug as http://bugzilla.lyx.org/show_bug.cgi?id=3622 But why can other compile it on Linux. I mean hartmut is currently translation this doc to German on a Suse Linux machine. Could you please als

Re: Work plan for release candidate 1

2007-05-18 Thread Bo Peng
OK. I expect some more documentation changes from Ignacio and Hartmut and probably also me. Should I sned them also to the list. For documentation, I suggest that you submit and report here which parts have been updated. Patches for lyx files can be hard to decipher. Bo

Re: Work plan for release candidate 1

2007-05-18 Thread Uwe Stöhr
> Uwe just created the 20th bug report for the listings stuff Wow, I wasn't aware that I complained so much ;-). But that's why I sometimes request on the list that the developer who built in a new feature also writes the documentation. I found all the bugs by doing this. I previously worked wi

Re:Work plan for release candidate 1

2007-05-18 Thread Uwe Stöhr
> So from now on until the stable release I would like that any bug fix > is sent first to the list. OK. I expect some more documentation changes from Ignacio and Hartmut and probably also me. Should I sned them also to the list. regards Uwe

Re:Creating a layout for IOP

2007-05-18 Thread Uwe Stöhr
> I'm currently working on a layout for IOP articles (I will make it available > as soon as it's finished). The reason why I'm doing it is the layout > which available ( wiki.lyx.org ) is rather poor and not satisfying me. I'm also currently writing an IOP-paper and will prepare a layout file. Wh

Re: LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread José Matos
On Friday 18 May 2007 3:39:21 pm Jean-Marc Lasgouttes wrote: > > "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > > "José" == José Matos <[EMAIL PROTECTED]> writes: > > José> You can download LyX 1.5.0beta3 here (the .bz2 are compressed > José> with bzip2, which yie

Re: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread José Matos
On Friday 18 May 2007 3:33:19 pm Bo Peng wrote: > I do not change the interface of any other Insets such as > InsetInclude. Bug 3598 can be handled later. OK. Thank you, with this code bug 3598 seems harmless enough to fixed later. :-) > Cheers, > Bo -- José Abílio

Re: request for Bugzilla updates

2007-05-18 Thread Jean-Marc Lasgouttes
> "Uwe" == Uwe Stöhr <[EMAIL PROTECTED]> writes: Uwe> - could you please add Windows Vista to the Bugzilla OS Uwe> list. Strangely enough, I did not find a way to do this. Uwe> - could you please remove Windows 3.1, Windows 95, Windows 98, Uwe> all Mac systems < Mac OS 9.x - could you pleas

Re: r18331 - in /lyx-devel/trunk: development/scons/scons_man...

2007-05-18 Thread Bo Peng
I couldn't reproduce this. Could you check this again with the latest version. Abdel has already pointed out that this is non-windows. I have identified this bug as http://bugzilla.lyx.org/show_bug.cgi?id=3622 Could you please also have a look at the new chapter 7 about listings, that everyth

request for Bugzilla updates

2007-05-18 Thread Uwe Stöhr
JMarc, - could you please add Windows Vista to the Bugzilla OS list. - could you please remove Windows 3.1, Windows 95, Windows 98, all Mac systems < Mac OS 9.x - could you please remove relyx from the components list - could you please remove all LyX versions 1.1.x from the version list (perhap

Re: LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > "José" == José Matos <[EMAIL PROTECTED]> writes: José> You can download LyX 1.5.0beta3 here (the .bz2 are compressed José> with bzip2, which yields smaller files): José> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.5.0beta3.tar.

Re: Work plan for release candidate 1

2007-05-18 Thread Bo Peng
This string params encoding/decoding is really horrible (not your fault, nothing we can change now). This can be changed easily by storing strcutured parameters (dict) instead of latex-valid strings. I think this will improve the searching and handling a bit. I will do that later. Bo

Re: Bug 3617 and 3618: adding displayLeft().

2007-05-18 Thread Bo Peng
So I'm fine with Bo's patch. Done (18404). I do not change the interface of any other Insets such as InsetInclude. Bug 3598 can be handled later. Cheers, Bo

Re: LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> You can download LyX 1.5.0beta3 here (the .bz2 are compressed José> with bzip2, which yields smaller files): José> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.5.0beta3.tar.gz José> ftp://ftp.lyx.org/pub/lyx/devel/lyx-1.5.0beta3.tar.bz2 Err

LyX version 1.5.0 (beta 3) is released

2007-05-18 Thread José Matos
Public release of LyX version 1.5.0 (beta 3) === We are glad to announce the release of LyX 1.5.0 (beta 3). Compared with the previous beta release we have fixed several bugs and added some improvements, namely a new inset to support code listings. We have enabled

Re: Work plan for release candidate 1

2007-05-18 Thread José Matos
On Friday 18 May 2007 3:18:46 pm Bo Peng wrote: > Yes. Please put Jurgen's second version in. OK. Jürgen you clearance to take off. ;-) > Bo -- José Abílio

Re: Work plan for release candidate 1

2007-05-18 Thread Bo Peng
Now I ask the other way around, Bo is this OK with you. ;-) Yes. Please put Jurgen's second version in. Bo

Re: r18331 - in /lyx-devel/trunk: development/scons/scons_man...

2007-05-18 Thread Uwe Stöhr
Bo Peng schrieb: This does not have to imply that it can not crash on linux Maybe someone has touched something. When I compile this file now, I get a dialog saying: Some characters of your document are probably not representable in the chosen encoding. Changing the document encoding to u

[announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-18 Thread Uwe Stöhr
Hello LyXers, I uploaded an installer for LyX 1.5beta3: https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=12796 Changelog to last development snapshot: Version LyX 1.5beta3-18-05-2007 - LyX 1.5 beta3 from 18-05-2007 - fix bug, introduced with last version, that all m

Re: Beta 3 (final adjustments)

2007-05-18 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes: Bo> On 5/17/07, Pavel Sanda wrote: >> > I will ask Jean-Marc to move them to ftp.devel.lyx.org, if your >> tests don't > show any bug of brown paper bag category. :-) Bo> The official windows installers are at http://www.lyx.org/~bpeng. Bo> Please

Re: Beta 3 (final adjustments)

2007-05-18 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 18 May 2007 11:16:08 am Jean-Marc Lasgouttes wrote: >> Feel free to ask when you are ready (before 6 o'clock) José> Could you move them, please? :-) Done. JMarc

Re: Restarting httpd?

2007-05-18 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> On Friday 18 May 2007 12:05:32 pm Jean-Marc Lasgouttes wrote: >> Is it just a sudo /etc/init.d/httpd restart ? José> Or the same sudo service httpd restart José> Usually it is safe. -- José Abílio Looks much better now. JMarc

Creating a layout for IOP

2007-05-18 Thread Stanislaw Kalicinski
Hi, First of all I would like to appreciate efforts of all developers to make such a great program. Thank you! Although it is sometimes very difficult to do exactly "What You Mean", I found LyX as an excellent tool to write my research related documents. I'm currently working on a layout for IOP

Re: Scrolling lag in 1.5svn again, more details.

2007-05-18 Thread Martin Vermeer
On Fri, May 18, 2007 at 01:51:40PM +0200, Peter Kümmel wrote: > Martin Vermeer wrote: > > On Fri, May 18, 2007 at 12:38:19PM +0200, Abdelrazak Younes wrote: > >> Martin Vermeer wrote: > >>> On Fri, May 18, 2007 at 09:58:59AM +0200, Abdelrazak Younes wrote: > Martin Vermeer wrote: > >>> ... > >

Re: Beta 3 (final adjustments)

2007-05-18 Thread José Matos
On Friday 18 May 2007 10:22:40 am Peter Kümmel wrote: > Do you use the open source C++ library QuantLib somewhere in your projects? > http://quantlib.org/ I am considering it but usually I use python and R libraries. :-) > Peter -- José Abílio

Re: Work plan for release candidate 1

2007-05-18 Thread José Matos
On Friday 18 May 2007 10:18:17 am Peter Kümmel wrote: > Nice to hear. Do you use the merge option to speed up compilation? I am considering it. This blog entry made me curious: C++ noodling, http://tromey.com/blog/?p=352 -- José Abílio

Re: 1.5b3 grace->pdf problems

2007-05-18 Thread Neal Becker
José Matos wrote: > On Friday 18 May 2007 11:45:16 am Neal Becker wrote: >> lyx-1.5b3. I added: >> \converter "agr" "pdf2" "gracebat -hardcopy -printfile $$o -hdevice PDF >> $$i 2>/dev/null" "" >> >> But it's not being used when I choose 'view pdflatex'. Instead, I get: >> >> How do I convince l

Re: slow when editing paragraphs with math

2007-05-18 Thread Andreas Neustifter
On 18.05.2007, at 12:32, Abdelrazak Younes wrote: Andreas Neustifter wrote: Hi, I recently switched from 1.4.4 to 1.5.0 beta 2 and was really pleased by the math toolbar that made writing math oriented stuff much faster and easier for me. This toolbar alone is the reason why I want to st

  1   2   >