Re: [PATCH 3654: disable numbering options when numberside=none

2007-05-19 Thread Jürgen Spitzmüller
Bo Peng wrote: > If you can smuggle my code with your patch, I do not have to wait two OKs. > :-) I'll do that. It's obvious enough. Jürgen

Re: [patch] adding powerdot layout was: Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > Attached is the patch. The powerdot.layout requires to check for three > packages in the file "chkconfig.ltx" but this is unproblematic I think. Why are rotate-textures and listings required? The powerdot documentation does not list that in the dependencies table (but it does p

Re: [PATCH 3654: disable numbering options when numberside=none

2007-05-19 Thread Bo Peng
On 5/20/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Bo Peng wrote: > Patch attached. OK to apply? This interferes with my dialog rewrite (translation). Please wait (or I integrate your fix into my patch). If you can smuggle my code with your patch, I do not have to wait two OKs. :-) Bo

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Bo Peng
On 5/20/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: Uwe Stöhr wrote: > I give an OK to commit it. Bo? Yes. I guess I already said so in bugzilla? Bo

Re: [Bug 3561] Comments

2007-05-19 Thread Jürgen Spitzmüller
Richard Heck wrote: > I've been studying this bug a bit and think I know where the problem is, > more or less. The attached file is as minimal as I can get it. The > change of font is crucial. Without it, there is no crash. I think the real problem is really just the view-source widget requesting

Re: [PATCH 3654: disable numbering options when numberside=none

2007-05-19 Thread Jürgen Spitzmüller
Bo Peng wrote: > Patch attached. OK to apply? This interferes with my dialog rewrite (translation). Please wait (or I integrate your fix into my patch). Jürgen

Re: [patch] bug 3645: make listings dialog translatable

2007-05-19 Thread Jürgen Spitzmüller
Bo Peng wrote: > > OK for this one? > > OK. I need one more OK ... Jürgen

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > I give an OK to commit it. Bo? Jürgen

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Martin Vermeer
On Sun, May 20, 2007 at 01:44:55AM +0300, Dov Feldstern wrote: > Elazar Leibovich wrote: > >BTW, I think we absolutely MUST someday (TM) to include an > >explicit > >paragraph direction setting. Having the user to read > >documentation and > >ignoring the current defacto standard is not an option

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Martin Vermeer
On Sun, May 20, 2007 at 01:21:17AM +0300, Elazar Leibovich wrote: > BTW, I think we absolutely MUST someday (TM) to include an > explicit > paragraph direction setting. Having the user to read > documentation and > ignoring the current defacto standard is not an option. Yes, I agree. The current

Re: BUG 3622: Weird date external material.

2007-05-19 Thread Bo Peng
I traced this bug a little bit and find some weird things going on. I am surprised that ifstream(".") returns OK, as shown in my test program. #include #include int main() { std::ifstream ifs("."); if (!ifs) std::cout << "error \n"; else std

[PATCH 3654: disable numbering options when numberside=none

2007-05-19 Thread Bo Peng
Patch attached. OK to apply? Bo Index: src/frontends/qt4/QListings.h === --- src/frontends/qt4/QListings.h (revision 18422) +++ src/frontends/qt4/QListings.h (working copy) @@ -38,6 +38,8 @@ void on_floatCB_stateChanged(int state);

Re: [patch] bug 3645: make listings dialog translatable

2007-05-19 Thread Bo Peng
On 5/19/07, Jürgen Spitzmüller <[EMAIL PROTECTED]> wrote: This patch does that. There's still hardcoded English in the messages of the Advanced widget. This needs some reworking of InsetListingsParams, and I leave this to Bo. OK for this one? OK. Bo

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

2007-05-19 Thread Bo Peng
On 5/19/07, Uwe Stöhr <[EMAIL PROTECTED]> wrote: Bo Peng schrieb: > Please test the attached patch. I will wait for another OK to commit. This is OK now. I applied it since it is trivial. Bo

[patch] adding powerdot layout was: Re: [announce] LyX 1.5beta3-18-05-2007 for Windows

2007-05-19 Thread Uwe Stöhr
Bo: >> I think so so please add a bug report and ask Jose to add it. José: > 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... Attached is the patch. The powerd

Re: Qt4 mac

2007-05-19 Thread Bennett Helm
On May 19, 2007, at 12:34 PM, Bob Lounsbury wrote: I've always received the error of 'Qt4 library not found' when trying to compile LyX with Qt4.3.0 until I issued the command: export PKG_CONFIG_PATH=/path/to/Qt4/lib/pkgconfig/ which was discussed on the list, but never added to the INSTALL.

Re: CJK-testers needed

2007-05-19 Thread Koji Yokota
Uwe Stöhr wrote: CTAN is the official TeX/LaTeX file and package repository. OK, now I understand. Then, I need to ask the author of the japanese package if he can upload it to CTAN. The author of the Japanese package agreed to put his package on CTAN. So, I hope we can find it there soon. I wi

Re: [PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
This also addresses the new bug 3659. Richard Heck wrote: > The attached patch partially addresses this bug. Not completely, because > it only checks if a file is including itself and not if a file includes > a file that includes it (etc). The places where the more general check > would need to b

[Bug 3561] Comments

2007-05-19 Thread Richard Heck
I've been studying this bug a bit and think I know where the problem is, more or less. The attached file is as minimal as I can get it. The change of font is crucial. Without it, there is no crash. Font::writeLatexEndChanges we have this code: if (open_encoding_) { // We need to close

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Dov Feldstern
Elazar Leibovich wrote: BTW, I think we absolutely MUST someday (TM) to include an explicit paragraph direction setting. Having the user to read documentation and ignoring the current defacto standard is not an option. I opened a bugzilla request, see http://bugzilla.lyx.org/show_bug.cgi?id=36

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

2007-05-19 Thread Dov Feldstern
Peter Kümmel wrote: On slow/loaded systems the last patch floods the event queue with timer events instead of key/scroll events. I hope attached patch will now really fix the problem. Peter This works for me (timer_scroll_4.patch) --- at least for what I'm testing, namely, cursor movement b

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Elazar Leibovich
BTW, I think we absolutely MUST someday (TM) to include an explicit paragraph direction setting. Having the user to read documentation and ignoring the current defacto standard is not an option. On 5/20/07, Dov Feldstern <[EMAIL PROTECTED]> wrote: Martin Vermeer wrote: > On Sat, May 19, 2007 at

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Dov Feldstern
Martin Vermeer wrote: 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

[PATCH] Bug 1474: Recursive Input

2007-05-19 Thread Richard Heck
The attached patch partially addresses this bug. Not completely, because it only checks if a file is including itself and not if a file includes a file that includes it (etc). The places where the more general check would need to be done are identified with FIXME RECURSIVE INPUT so that this can b

Re: CJK-testers needed

2007-05-19 Thread Koji Yokota
Koji Yokota wrote: Therefore, is it possible for you to provide another choice for Japanese *not to use* the CJK package? That is, another choice in the menu of Document Setting -> Language which creates a code like: > \batchmode > \makeatletter > [EMAIL PROTECTED]/home/hge//}} > \makeatother

Re: crash tex2lyx

2007-05-19 Thread Stefan Schimanski
There is something really strange going on. I am trying to debug the problem for half an hour now as it also shows up on my machine. The layoutlist_ containter looks fine before the "cit = begin()" call in TextClass::read. But when I step into the begin() function suddenly the start value o

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Richard Heck
Looks sensible to me. Stefan Schimanski wrote: > STL's vector doesn't give access to the data required by Qt, but > QVector does. So this slight variation of your proposed patch: > >// double the size if needed >static QVector points(32); >if (np > points.size()) >

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

2007-05-19 Thread Dov Feldstern
Peter Kümmel wrote: 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

Re: Spammers in action (Was [Bug 993] MakeDisplayPath is a big fat liar (fwd))

2007-05-19 Thread Pavel Sanda
> Now that I have permissions I've done something to about 20 attachments. > The ones I found had the MIME type 'text/html', so I changed it to > 'application/spam', and changed the note. When clicking on this particular > MIME type, I'm asked to save it to disk so I'm hoping it's a workaround i

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Stefan Schimanski
STL's vector doesn't give access to the data required by Qt, but QVector does. So this slight variation of your proposed patch: // double the size if needed static QVector points(32); if (np > points.size()) points.resize(2 * np); Will commit if nobody compl

Re: [PATCH-updated] Bug 3650

2007-05-19 Thread Richard Heck
Committed...thanks Uwe and J"urgen Richard Heck wrote: > Attached is a slightly updated version of this patch. OK to commit? > > A proper clean-up of this will have to wait a bit. > > Richard > > > > > Index: Paragrap

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Andre Poenitz
On Sat, May 19, 2007 at 06:51:17PM +0200, Stefan Schimanski wrote: > Here is the patch. Comments? > > Wonder if there is something like that in Boost, but didn't find it. > > Stefan Index: src/frontends/qt4/QLPainter.cpp === --- sr

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Stefan Schimanski
So, here is an updated patch that forces an updateExpansion on clone. But beware, this is another piece of the patchwork in the macro implementation. I played around with it and found several strange cases of the cursor navigation, unfolding and so on, e.g. when jumping into a macro with up

Re: [PATCH-updated] Bug 3650

2007-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > > Attached is a slightly updated version of this patch. OK to commit? > > +1 > > Jürgen? OK. Jürgen

[PATCH-updated] Bug 3650

2007-05-19 Thread Uwe Stöhr
> Attached is a slightly updated version of this patch. OK to commit? +1 Jürgen? regards Uwe

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

2007-05-19 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Next try. To see how it works change the event_delay_ms >> variable in the constructor to 3000 and use -dbg 12. > > This looks way too complicated Peter. There must be a simpler solution. > > Abdel. > You could start with some like the attached

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Stefan Schimanski
Here is the patch. Comments? Wonder if there is something like that in Boost, but didn't find it. Stefan semistaticpoints.patch Description: Binary data Am 19.05.2007 um 16:10 schrieb Stefan Schimanski: Am 19.05.2007 um 14:48 schrieb Andre Poenitz: On Sat, May 19, 2007 at 10:52:48AM -0

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

2007-05-19 Thread Richard Heck
Georg Baum wrote: >>> So, if you open >>> /path/file.lyx and File>Export>Format, you will get a directory >>> /path/file.format.conversion/ in which all the files generated by the >>> converter will be found (e.g. the mess that htlatex generates ends up >>> in/path/file.html.conversion/). >>>

Re: Qt4 mac

2007-05-19 Thread Bob Lounsbury
I've always received the error of 'Qt4 library not found' when trying to compile LyX with Qt4.3.0 until I issued the command: export PKG_CONFIG_PATH=/path/to/Qt4/lib/pkgconfig/ which was discussed on the list, but never added to the INSTALL.MacOSX. Bob Lounsbury On 5/19/07, Anders Ekberg <[EMA

Re:Qt4 mac

2007-05-19 Thread Anders Ekberg
Scott Lambert Sat, 19 May 2007 07:36:42 -0700 I am following the build instructions in Install.MacOSX and I keep getting "qt 4 library not found" error. Full output below. I am following Install.MacOSX exactly. -Scott Configuration Host type: i686-apple-darwin8.9.1 Spe

[PATCH-updated] Bug 3650

2007-05-19 Thread Richard Heck
Attached is a slightly updated version of this patch. OK to commit? A proper clean-up of this will have to wait a bit. Richard -- == Richard G Heck, Jr Professor of Philosophy Brown University http://frege.brown.edu/heck/

[patch] bug 3645: make listings dialog translatable

2007-05-19 Thread Jürgen Spitzmüller
This patch does that. There's still hardcoded English in the messages of the Advanced widget. This needs some reworking of InsetListingsParams, and I leave this to Bo. OK for this one? Jürgen Index: src/frontends/qt4/QDocument.cpp

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

2007-05-19 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Next try. To see how it works change the event_delay_ms >> variable in the constructor to 3000 and use -dbg 12. > > This looks way too complicated Peter. There must be a simpler solution. > > Abdel. > Is this your only comment? Anyway I don't t

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

2007-05-19 Thread Richard Heck
Thanks, Georg, for the comments. I'll take these into account and re-work the code a bit. If you can point me towards the resultfile flag in your playground, I'll have a look at that, too, though perhaps not immediately, as there are more pressing bugs to fix before 1.5.rc1. Richard Georg Baum w

Re: [PATCH] Bug 3650

2007-05-19 Thread Richard Heck
Jürgen Spitzmüller wrote: > 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

Re: [PATCH] Bug 3650

2007-05-19 Thread Richard Heck
Abdelrazak Younes wrote: > Richard Heck wrote: >> Index: Paragraph.h >> === >> --- Paragraph.h(revision 18413) >> +++ Paragraph.h(working copy) >> @@ -359,9 +359,11 @@ >> /// >> bool hfillExpansion(Row const & row, po

Re: [PATCH] Bug 3650

2007-05-19 Thread Richard Heck
Bernhard Roider wrote: >> In general enums are more explicative: >> >> enum CursorMove { >> NoMove, >> MoveRight, >> MoveLeft >> } >> > I did not take a closer look at the code, but shouldn't it be forward > and backward instead of right and left? I don't think so. The `right' and `left

Re: [PATCH] CT output for pdflatex

2007-05-19 Thread christian . ridderstrom
On Sat, 19 May 2007, Michael Gerz wrote: [EMAIL PROTECTED] schrieb: On Sat, 12 May 2007, Michael Gerz wrote: > this patch brings change tracking output to the PDF world. What's up with the long lines? What do you mean? My memory might be wrong, but weren't some of the lines rather long?

Re: Using listings package with beamer.

2007-05-19 Thread Bo Peng
"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.)" I tried <[fragile]> [] [fragile] Nothing works. See attached. Bo beamer-listings.lyx Descriptio

Qt4 mac

2007-05-19 Thread Scott Lambert
I am following the build instructions in Install.MacOSX and I keep getting "qt 4 library not found" error. Full output below. I am following Install.MacOSX exactly. -Scott Configuration Host type: i686-apple-darwin8.9.1 Special build flags:assertions pch c

Re: [PATCH] Bug 3650

2007-05-19 Thread Bernhard Roider
Abdelrazak Younes schrieb: Richard Heck wrote: Index: Paragraph.h === --- Paragraph.h(revision 18413) +++ Paragraph.h(working copy) @@ -359,9 +359,11 @@ /// bool hfillExpansion(Row const & row, pos_type pos) const;

Re: [PATCH] Text cosmetics

2007-05-19 Thread Jürgen Spitzmüller
Michael Gerz wrote: > Hi, > > the attached patch further polishes the text class names and changes to > warnings. > > OK? Fine with me, excpet for probably: (MW - Polish) -> (MW, Polish) [consistency with "DIN-Brief, German"] (Springer - LNCS) -> (Springer -- LNCS) or (Springer LNCS) Jürgen

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Jürgen Spitzmüller
Uwe Stöhr wrote: > There's only one bit now: The listings inset itself has a document > language, so that it gets blue underlined when copying it to another > document. > This should not be the case because it is not needed as the listings > content also don't have a defined document language, see

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Stefan Schimanski
Am 19.05.2007 um 14:48 schrieb Andre Poenitz: On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote: + // Must use new as np is not known at compile time. + boost::scoped_array points(new QPoint[np]); There are never more than five of them, are there? So you could as

Re: 2007 LyX Meeting (candidatures accepted)

2007-05-19 Thread Uwe Stöhr
>Andre' Martin JMarc José Chr >July 21 4 0 001 >July 28 4 2 000 >Aug 4 4 4 503 >Aug 11 4 5 454 >Aug 17 4 5 054 >Aug 25 ===

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Stefan Schimanski
Am 19.05.2007 um 15:36 schrieb Abdelrazak Younes: Stefan Schimanski wrote: So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without the patch is nearly impossible. You'll have t

Re: [PATCH] Text cosmetics

2007-05-19 Thread Uwe Stöhr
> the attached patch further polishes the text class names and changes to warnings. > > OK? I added comments to every change. Some of your changes need to be slightly changed. Here they are: Index: src/callback.cpp === --- src/cal

Re: [PATCH] CT output for pdflatex

2007-05-19 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: On Sat, 12 May 2007, Michael Gerz wrote: this patch brings change tracking output to the PDF world. What's up with the long lines? What do you mean? Michael

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Stefan Schimanski
Am 19.05.2007 um 15:41 schrieb Abdelrazak Younes: Abdelrazak Younes wrote: Stefan Schimanski wrote: So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without the patch is nearly

Re: 2007 LyX Meeting (candidatures accepted)

2007-05-19 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: On Mon, 14 May 2007, José Matos wrote: On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes wrote: Andre' Martin JMarc José Chr July 21 4 0 001 July 28 4 2 000 Aug 4 4 4 503 Aug 11

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Stefan Schimanski wrote: So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without the patch is nearly impossible. You'll have to disable "instant preview" t

Re: TOC without a TOC

2007-05-19 Thread Michael Gerz
Helge Hafting schrieb: Jean-Marc Lasgouttes wrote: You see this as natural from the programmer POV, but I am not sure it is so clear from the user point of view. What about renaming the entry as "Outline" or "Show outline"? Good idea. The current name might make the user think it is for mo

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Uwe Stöhr
> This is the final one. It sets the screen font of listings to foreground (i.e. > black). I'm imperssed about your speed in fixing bugs! The patch works here for all cases. There's only one bit now: The listings inset itself has a document language, so that it gets blue underlined when copyin

[PATCH] Text cosmetics

2007-05-19 Thread Michael Gerz
Hi, the attached patch further polishes the text class names and changes to warnings. OK? Michael Index: src/callback.cpp === --- src/callback.cpp (Revision 18421) +++ src/callback.cpp (Arbeitskopie) @@ -401,9 +401,9 @@ // FIXM

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Abdelrazak Younes
Stefan Schimanski wrote: So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without the patch is nearly impossible. You'll have to disable "instant preview" to really see the differenc

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Stefan Schimanski
Sorry, mixed the patch with the marker patch. Here it is again Stefan mathmacrospeedup.patch Description: Binary data So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without

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

2007-05-19 Thread Abdelrazak Younes
Peter Kümmel wrote: Next try. To see how it works change the event_delay_ms variable in the constructor to 3000 and use -dbg 12. This looks way too complicated Peter. There must be a simpler solution. Abdel.

Re: r18371 - in /lyx-devel/branches/personal/sts/dynmacro/src...

2007-05-19 Thread Stefan Schimanski
So here is a working patch for 1.5svn. I also attached an example file. Try it out with the patch and without. It is a lot faster. Scrolling around in the macro without the patch is nearly impossible. Moreover I did some minor cleanup of the code, especially setting up the coordinate cache.

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

2007-05-19 Thread Uwe Stöhr
Bo Peng schrieb: Please test the attached patch. I will wait for another OK to commit. This is OK now. thanks and regards Uwe

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Stefan Schimanski
Am 19.05.2007 um 14:48 schrieb Andre Poenitz: On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote: + // Must use new as np is not known at compile time. + boost::scoped_array points(new QPoint[np]); There are never more than five of them, are there? So you could as

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

2007-05-19 Thread Andre Poenitz
On Sat, May 19, 2007 at 10:53:39AM +0200, Peter Kümmel wrote: > > > +#include > > > > not needed will remove it > > > class QWidget; > > > + /// > > + QTimer delayed_scrollbar_sync; > > + /// > > + QTimer delayed_key_event; > > + struct key_info { QKeySymbol* sym; Qt::KeyboardModi

Re: [patch] Hebrew Splash doc

2007-05-19 Thread Uwe Stöhr
Ran Rutenberg schrieb: Can I commit it?: Of course - that's what I wished. But as we are in release freeze, I needed 2 OKs before. I interprete mine, Bo, and Martin as OK, so I put it in and also corrected the wrong "he" prefix: http://www.lyx.org/trac/changeset/18420 http://www.lyx.org/tr

Re: 2007 LyX Meeting (candidatures accepted)

2007-05-19 Thread Andre Poenitz
On Sat, May 19, 2007 at 11:18:37AM +0300, Martin Vermeer wrote: > On Tue, May 15, 2007 at 11:27:12AM +0200, [EMAIL PROTECTED] wrote: > > On Mon, 14 May 2007, José Matos wrote: > > > > >On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes > > >wrote: > > > Andre' Martin JMarc José Chr

Re: [Cvslog] r18419 - in /lyx-devel/trunk/src: frontends/qt4/QLPainter...

2007-05-19 Thread Andre Poenitz
On Sat, May 19, 2007 at 10:52:48AM -, [EMAIL PROTECTED] wrote: > + // Must use new as np is not known at compile time. > + boost::scoped_array points(new QPoint[np]); There are never more than five of them, are there? So you could as well use a static array and assert on np. Andre'

Re: Spammers in action (Was [Bug 993] MakeDisplayPath is a big fat liar (fwd))

2007-05-19 Thread christian . ridderstrom
On Mon, 14 May 2007, [EMAIL PROTECTED] wrote: On Sun, 13 May 2007, Pavel Sanda wrote: > Someone (trama ngs.ru) attached a spam attachment to > > http://bugzilla.lyx.org/show_bug.cgi?id=993 > > I don't know how to remove the attachment, does anyone else? afaik bugzilla has not such fu

Re: Restarting httpd?

2007-05-19 Thread christian . ridderstrom
On Sat, 19 May 2007, Jean-Marc Lasgouttes wrote: "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes Andre> wrote: Aussie is very very slow currently. It is not clear why from a top listing. I'd like to restart httpd to s

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Better patch attached. This is the final one. It sets the screen font of listings to foreground (i.e. black). Jürgen Index: src/insets/InsetListings.h === --- src/insets/InsetListings.h (revision 18408) +

Re: Some ugliness with antialiasing

2007-05-19 Thread Abdelrazak Younes
Stefan Schimanski wrote: This simple patch got lost. Didn't get the mail back from the mailinglist, but the archive shows it... strange. So here it is again. Waiting for comments. Looks good. Abdel.

Re: Some ugliness with antialiasing

2007-05-19 Thread Stefan Schimanski
This simple patch got lost. Didn't get the mail back from the mailinglist, but the archive shows it... strange. So here it is again. Waiting for comments. Stefan Another thing I just noticed when making the screenshot: the markers overpaint some parts of the boxes. See in the screenshot. A

Re: [PATCH] Bug 3650

2007-05-19 Thread Abdelrazak Younes
Richard Heck wrote: Index: Paragraph.h === --- Paragraph.h (revision 18413) +++ Paragraph.h (working copy) @@ -359,9 +359,11 @@ /// bool hfillExpansion(Row const & row, pos_type pos) const; - /// Check if we are in

Re: LyX beta 2.0 on Mac

2007-05-19 Thread John Kane
--- Bennett Helm <[EMAIL PROTECTED]> wrote: > 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

Re: Beta 3 (final adjustments)

2007-05-19 Thread Peter Kümmel
José Matos wrote: > 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. :-) > There is a binding of quantlibs to R: http://

Re: [pacth] bug 3653: content of listings inset is effected by document language changes

2007-05-19 Thread Jürgen Spitzmüller
Jürgen Spitzmüller wrote: > Please test. I'll commit if I get two OKs (Uwe, Bo?). Better patch attached. Jürgen Index: src/insets/InsetListings.cpp === --- src/insets/InsetListings.cpp (revision 18408) +++ src/insets/InsetListings.cp

Re: Work plan for release candidate 1

2007-05-19 Thread Peter Kümmel
José Matos wrote: > 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 > Yes you could assume a speed up of 4-5 by swit

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

2007-05-19 Thread Peter Kümmel
Peter Kümmel wrote: > Next try. To see how it works change the event_delay_ms > variable in the constructor to 3000 and use -dbg 12. > > > Please test if scrolling works when > > - moving the slider with the mouse > - clicking in the scroll bar > - pressing page up/down keys > - arrow keys > - a

[patch] Probably fix bug 1973

2007-05-19 Thread Georg Baum
Jürgen asked me to post this patch: http://bugzilla.lyx.org/attachment.cgi?id=1688&action=view It works for me, but I still understand the font business only partly, so please test carefully. José, please tell if/when this should go in. Georg

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

2007-05-19 Thread Koji Yokota
Peter Kümmel wrote: Have fun! Do you know that beta3 is out? Yes, now I'm going to try it. Hope you get not other problems because of iconv. I will report if there is any. Thanks, Koji

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

2007-05-19 Thread Georg Baum
Am Freitag, 18. Mai 2007 21:14 schrieb José Matos: > On Friday 18 May 2007 7:42:56 pm Richard Heck wrote: > > 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 conversio

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

2007-05-19 Thread Peter Kümmel
Koji Yokota wrote: > Peter Kümmel wrote: >> bformat is just a call to boost: >> >> boost::basic_format(fmt) % arg1).str(); >> >> So it is a boost bug when checking the format string, >> or our string is somehow invalid. This does not help much. >> >> But we could disable boost format, so please try

Re: Work plan for release candidate 1

2007-05-19 Thread Peter Kümmel
Andre Poenitz wrote: > On Fri, May 18, 2007 at 01:38:39PM +0100, José Matos wrote: >> 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.

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

2007-05-19 Thread Koji Yokota
Peter Kümmel wrote: bformat is just a call to boost: boost::basic_format(fmt) % arg1).str(); So it is a boost bug when checking the format string, or our string is somehow invalid. This does not help much. But we could disable boost format, so please try attached patch. Peter, with this pat

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

2007-05-19 Thread Peter Kümmel
> +#include > not needed will remove it > class QWidget; > + /// > + QTimer delayed_scrollbar_sync; > + /// > + QTimer delayed_key_event; > + struct key_info { QKeySymbol* sym; Qt::KeyboardModifiers mod; }; > + std::vector delayed_keys; > }; Andre, any tips how to

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

2007-05-19 Thread Peter Kümmel
Next try. To see how it works change the event_delay_ms variable in the constructor to 3000 and use -dbg 12. Please test if scrolling works when - moving the slider with the mouse - clicking in the scroll bar - pressing page up/down keys - arrow keys - arrow buttons on the scroll bar - using the

Re: 2007 LyX Meeting (candidatures accepted)

2007-05-19 Thread Martin Vermeer
On Tue, May 15, 2007 at 11:27:12AM +0200, [EMAIL PROTECTED] wrote: > On Mon, 14 May 2007, José Matos wrote: > > >On Monday 14 May 2007 21:47:05 Jean-Marc Lasgouttes > >wrote: > Andre' Martin JMarc José Chr July 21 4 0 001 July 28 4 2 000

Re: Work plan for release candidate 1

2007-05-19 Thread Andre Poenitz
On Fri, May 18, 2007 at 01:38:39PM +0100, José Matos wrote: > 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 I earl

Re: Restarting httpd?

2007-05-19 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes Andre> wrote: >> Aussie is very very slow currently. It is not clear why from a top >> listing. I'd like to restart httpd to see what happens. Is that >> always a safe

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

2007-05-19 Thread Peter Kümmel
Koji Yokota wrote: > Peter Kümmel wrote: >> 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 << "p

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

2007-05-19 Thread Jean-Marc Lasgouttes
> "Micha" == Micha Feigin <[EMAIL PROTECTED]> writes: Micha> A box of height 0pt is theoretically possible although I'm not Micha> sure why anyone would want it (it's much less useful than an Micha> automatic height box). It is a usual trick to put two strings one over the other. JMarc

Re: Restarting httpd?

2007-05-19 Thread Andre Poenitz
On Fri, May 18, 2007 at 01:05:32PM +0200, Jean-Marc Lasgouttes wrote: > > Aussie is very very slow currently. It is not clear why from a top > listing. I'd like to restart httpd to see what happens. Is that always > a safe thing to do? Pretty safe, yes. > Is it just a > sudo /etc/init.d/httpd re

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

2007-05-19 Thread Peter Kümmel
Andre Poenitz wrote: > On Fri, May 18, 2007 at 08:43:12AM +0200, Peter Kümmel wrote: >> Andre Poenitz wrote: === --- src/frontends/qt4/GuiWorkArea.cpp (revision 18380) +++ src/frontends/qt4/GuiWorkArea.cpp (wor

  1   2   >