Re: [PATCH] low-hanging fruit

2001-03-15 Thread Andre Poenitz
> Are you sure that there is not a flag to gcc such that you can compile > with -O, but without inlining? -fno-inline would sound appropriate, wouldn't it? > [...] > The code is often easier to understand when the definition is close to the > declaration for these bits of code that are really

Re: Mathed...

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I would like to move the MathedRowContainer rows_ from | MathedMatrixInset to MathedParInset. | | I think this will make a few things cleaner. We could save a few casts, | and some if/else constructs could be melted. | | On the down side, this wil

Re: How to add a file?

2001-03-15 Thread Lars Gullik Bjønnes
Allan Rae <[EMAIL PROTECTED]> writes: | On Thu, 15 Mar 2001, Juergen Vigna wrote: | | > | > On 15-Mar-2001 John Levon wrote: | > | > > p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I | > > get it to stop asking me for the password on cvs actions ?? | > | > That depends what ssh

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Asger K. Alstrup Nielsen
On 15 Mar 2001, Lars Gullik Bjønnes wrote: [How to avoid inlining to improve debugging] > Well I consider compiling without -O an even bigger problem. Then a lot > of small problems will not be noticed until you compile with > optimization turned on. Are you sure that there is not a flag to gcc

Mathed...

2001-03-15 Thread Andre Poenitz
I would like to move the MathedRowContainer rows_ from MathedMatrixInset to MathedParInset. I think this will make a few things cleaner. We could save a few casts, and some if/else constructs could be melted. On the down side, this will bloat every inset which is not already a MathedMatrixI

Re: namespaces

2001-03-15 Thread Martin Vermeer
On Thu, Mar 15, 2001 at 07:20:52PM +0100, Lars Gullik Bjønnes wrote: > Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm > Precedence: bulk > X-No-Archive: yes > List-Post: > List-Help: > List-Unsubscribe: > Deliv

Re: "LyX/Literate programming" bug report

2001-03-15 Thread Kayvan A. Sylvan
I've been extensively using the LyX/Literate combination for some time and have never seen this behavior before. Do you have a recipe for reproducing this? ---Kayvan On Tue, Mar 06, 2001 at 09:20:08AM -0700, [EMAIL PROTECTED] wrote: > Hello Lyx Developers, > > As per th

Re: How to add a file?

2001-03-15 Thread Allan Rae
On Thu, 15 Mar 2001, Juergen Vigna wrote: > > On 15-Mar-2001 John Levon wrote: > > > p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I > > get it to stop asking me for the password on cvs actions ?? > > That depends what ssh you're using. Since I changed to openssh I have to > give

GUI task...

2001-03-15 Thread Lars Gullik Bjønnes
I have a small task that should be done in the Paragraph dialog. LyX has for some time now supported per paragraph line spacing, this has not yet been reflected in the dialog(s), the only way to set the per paragraph spacing so far has been with LFUN_PARAGRAPH_SPACING ("paragraph-spacing") It wo

Re: namespaces

2001-03-15 Thread Andre Poenitz
> What I now need is a poll to see if anonymous namespaces are supported > on the different platforms. Supported in 2.95.2. Andre' -- André Pönitz [EMAIL PROTECTED]

namespaces

2001-03-15 Thread Lars Gullik Bjønnes
I am now removing all CXX...NAMESPACES stuff (of course I should have let someone with an older compiler do this...), will commit that in a few minutes. What I now need is a poll to see if anonymous namespaces are supported on the different platforms. So people please test: namespace { int

mathed61.diff

2001-03-15 Thread Andre Poenitz
Fix for the cursor movement bug reported by dekel. -- André Pönitz [EMAIL PROTECTED] Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/ChangeLog,v retrieving revis

Re: Mailing lists for CVS commits

2001-03-15 Thread Lars Gullik Bjønnes
Kalle Dalheimer <[EMAIL PROTECTED]> writes: | Hi, | | do you have a mailing lists where CVS commits are notified? I'd like to keep | track of changes to the XForms code so that I can percolate fixes there to | the Qt2 code. Regular users can subscribe to the lyx-cvs list. Developers with acc

Mailing lists for CVS commits

2001-03-15 Thread Kalle Dalheimer
Hi, do you have a mailing lists where CVS commits are notified? I'd like to keep track of changes to the XForms code so that I can percolate fixes there to the Qt2 code. Thanks, Kalle -- Matthias Kalle Dalheimer President & CEO/VD Klarälvdalens Datakonsult AB Fax +46-563-540028 Email [EMAIL

Re: [Mats Rhen ] 1.2-cvs and math-ed

2001-03-15 Thread Dekel Tsur
On Thu, Mar 15, 2001 at 06:16:49PM +0100, Andre Poenitz wrote: > > I can confirm that: I cannot use math-nonumber in a multi-line equation > > except in the first row. I can't insert a label to the rows either. > > I hope this is fixed in current CVS. I can't check right now (network problems).

Re: [Mats Rhen ] 1.2-cvs and math-ed

2001-03-15 Thread Dekel Tsur
On Thu, Mar 15, 2001 at 07:13:36PM +0200, Dekel Tsur wrote: > - Cursor is broken. For example when the cursor is on the first char inside ^^ before > a square root (and there are chars before

Re: [Mats Rhen ] 1.2-cvs and math-ed

2001-03-15 Thread Dekel Tsur
On Thu, Mar 15, 2001 at 08:48:10AM +0100, Lars Gullik Bjønnes wrote: > Is there something broken in math-ed? > The possibility to make single rows unnumbered is no longer... > The last .rpm I used where this worked is from 6 of march. > > I've got a "Display formula" with 3 col's and 9 row's, r

USE_CLASS_COMBO

2001-03-15 Thread Angus Leeming
Jürgen, is this #ifdef still needed in FormDocument.C, or can I nuke it? It seems to me that comboxes work fine... was this something to do with comboxes in tabbed folders; problem now resolved. Angus #ifdef USE_CLASS_COMBO unsigned int tc = combo_doc_class->get() - 1; #else int tc = f

Re: Reference pop-up has usability bug

2001-03-15 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 15 March 2001 16:48, Dekel Tsur wrote: | > On Thu, Mar 15, 2001 at 07:32:18AM +0100, Cyrille Artho wrote: | > > Hi Dekel, | > > you have a point there. However, the visual feedback of the numbers | > > *and* the sliders is much stronger, so

Re: Reference pop-up has usability bug

2001-03-15 Thread Angus Leeming
On Thursday 15 March 2001 16:48, Dekel Tsur wrote: > On Thu, Mar 15, 2001 at 07:32:18AM +0100, Cyrille Artho wrote: > > Hi Dekel, > > you have a point there. However, the visual feedback of the numbers > > *and* the sliders is much stronger, so it is harder to overlook the > > given selection. Fin

Re: Reference pop-up has usability bug

2001-03-15 Thread Dekel Tsur
On Thu, Mar 15, 2001 at 07:32:18AM +0100, Cyrille Artho wrote: > Hi Dekel, > you have a point there. However, the visual feedback of the numbers > *and* the sliders is much stronger, so it is harder to overlook the > given selection. Finally, when the table appears, one usually can easily > tell h

Re: lyx-1.1.6fix1: whitespace in cite

2001-03-15 Thread Angus Leeming
Many thanks. This was fixed recently in CVS, but you have pointed out that I've just broken the fix! Will commit this again! Angus On Thursday 15 March 2001 16:12, Ulrich Günther wrote: > Multiple citytions in lyx1.1.6fix1 can cause whitespaces in \cite{} (which > cause compilation errors). >

Re: make fails

2001-03-15 Thread Angus Leeming
On Thursday 15 March 2001 16:06, R. Lahaye wrote: > Just downloaded CVS and I got: This is a new directory, so you'll have to type ./autogen.sh ./configure YOUR_OWN_OPTIONS make to create the Makefile and then compile. Angus > > $ make > [...snip...] > ranlib .libs/libxforms.a > creating

Re: make fails

2001-03-15 Thread Lars Gullik Bjønnes
"R. Lahaye" <[EMAIL PROTECTED]> writes: | Just downloaded CVS and I got: did you autogen? configure? Lgb

mathed60.diff

2001-03-15 Thread Andre Poenitz
Tiny, includes the fishy private: vc. public: issue -- André Pönitz [EMAIL PROTECTED] ? .math_rowst.C.swp ? mathed ? mathed60.diff Index: math_rowst.C === RCS file: /usr/local/lyx/cvsroot/

lyx-1.1.6fix1: whitespace in cite

2001-03-15 Thread Ulrich Günther
Multiple citytions in lyx1.1.6fix1 can cause whitespaces in \cite{} (which cause compilation errors). example: \cite{ref1, ref2} should be: \cite{ref1,ref2} Ulrich

make fails

2001-03-15 Thread R. Lahaye
Just downloaded CVS and I got: $ make [...snip...] ranlib .libs/libxforms.a creating libxforms.la (cd .libs && rm -f libxforms.la && ln -s ../libxforms.la libxforms.la) make[4]: Leaving directory `/local/software/LyX/lyx-devel/src/frontends/xforms' Making all in controllers make[4]: Entering dir

Re: mathed59.diff

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Diff of my tree against current cvs, i.e. mathed58.diff + hotfix + 'move | of formerly inlined functions from math_rowst.h to .C' Ok, I applied it. what compiler are you using? I get millions of In file included from ../../../src/mathed/math_cursor

mathed59.diff

2001-03-15 Thread Andre Poenitz
Diff of my tree against current cvs, i.e. mathed58.diff + hotfix + 'move of formerly inlined functions from math_rowst.h to .C' -- André Pönitz [EMAIL PROTECTED] Index: ChangeLog === RCS f

Re: How to add a file?

2001-03-15 Thread Jules Bean
On Thu, Mar 15, 2001 at 01:24:28PM +0100, Andre Poenitz wrote: > > sure you can. but only if you do as I have told you to use cvs.lyx.org > > (and thus your account there) instead of anoncvs.lyx.org. > > I think I never got that working... Ah.. I remember. Our "firewall". > > I need to force ssh

Re: How to add a file?

2001-03-15 Thread Kalle Dalheimer
On Thursday, 15. March 2001 14:26, Jean-Marc Lasgouttes wrote: > > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: > > Andre> But know I have to give my password on every 'cvs diff' (which > Andre> I do quite often). I think this can be solved by putting my > Andre> public identity in .ss

Re: How to add a file?

2001-03-15 Thread John Levon
On Thu, 15 Mar 2001, Juergen Vigna wrote: > > On 15-Mar-2001 John Levon wrote: > > > p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I > > get it to stop asking me for the password on cvs actions ?? > > That depends what ssh you're using. Since I changed to openssh I have to > g

Re: How to add a file?

2001-03-15 Thread Juergen Vigna
On 15-Mar-2001 Lars Gullik Bjønnes wrote: > >| p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I >| get it to stop asking me for the password on cvs actions ?? > > You have to put your public key on the remove host for ssh to find. Well and you have to have the right ssh install

Re: How to add a file?

2001-03-15 Thread Juergen Vigna
On 15-Mar-2001 John Levon wrote: > p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I > get it to stop asking me for the password on cvs actions ?? That depends what ssh you're using. Since I changed to openssh I have to give the password regardless my settings on cvs.lyx.org, but

Re: How to add a file?

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | p.s. so if I've done ssh-add after ssh-agent /bin/bash, how do I | get it to stop asking me for the password on cvs actions ?? You have to put your public key on the remove host for ssh to find. Lgb

Re: How to add a file?

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | Next question: A new .C file must be put into Makefile.am? | | Anything else? No, not really. except the ChangeLog entry of course. Lgb

Re: How to add a file?

2001-03-15 Thread John Levon
On Thu, 15 Mar 2001, Andre Poenitz wrote: > > On my box (I boot into runlevel 5) I start ssh-agent from > > /etc/X11/xdm/Xsession: > > > > #!/usr/bin/ssh-agent /bin/sh > > #!/bin/sh > > # Copyright (c) 1999, 2000 Red Hat, Inc. > > I'll try that. > > --- > > Next question: A

Re: How to add a file?

2001-03-15 Thread Andre Poenitz
> On my box (I boot into runlevel 5) I start ssh-agent from > /etc/X11/xdm/Xsession: > > #!/usr/bin/ssh-agent /bin/sh > #!/bin/sh > # Copyright (c) 1999, 2000 Red Hat, Inc. I'll try that. --- Next question: A new .C file must be put into Makefile.am? Anything else? Andre'

Re: How to add a file?

2001-03-15 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: | | Andre> But know I have to give my password on every 'cvs diff' (which | Andre> I do quite often). I think this can be solved by putting my | Andre> public identity in .ssh/authorized

Re: How to add a file?

2001-03-15 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> But know I have to give my password on every 'cvs diff' (which Andre> I do quite often). I think this can be solved by putting my Andre> public identity in .ssh/authorized_keys on baywatch, but I Andre> don't know whether this is a

Re: mathed58.diff

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | This should be a cure for the 'missing \nonumber after read'. I'll apply this when the mvc branch has been merged in. | Next step is to move the inline hacks to math_rowst.C and it really starts | looking better... Good. Lgb

mathed58.diff

2001-03-15 Thread Andre Poenitz
This should be a cure for the 'missing \nonumber after read'. Next step is to move the inline hacks to math_rowst.C and it really starts looking better... Andre' -- André Pönitz [EMAIL PROTECTED] Index: math_parser.C =

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 15-Mar-2001 John Levon wrote: | | > I really do think the speedup is significant enough to live with the debugging | > problem... | | What debugging problem? I compile with only -g option and then inlined code | is no problem on debugging! Well I

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Juergen Vigna
On 15-Mar-2001 John Levon wrote: > I really do think the speedup is significant enough to live with the debugging > problem... What debugging problem? I compile with only -g option and then inlined code is no problem on debugging! Jürgen -- -._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > foo_inlines.h should only be included in foo.h if > INLINE_SIMPLE_METHODS is defined. > > Lgb *sigh* I really do have problems with reading :P john -- "24-hour boredom I'm convicted instantly" - Manic Street Preachers

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I mean there will be one in foo.C AND non-inlined copies in anything including |foo.h. | Or am I talking crap again foo_inlines.h should only be included in foo.h if INLINE_SIMPLE_METHODS is defined. Lgb

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | > and widh_this.size() is inlined and do_something segfaults, the > | > segfault can look like it happened inside with_this.size(). > | > | and this is reason enough to not have this speedup ?? > > Yes,

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | > and widh_this.size() is inlined and do_something segfaults, the | > segfault can look like it happened inside with_this.size(). | | and this is reason enough to not have this speedup ?? Yes, I belive a more detrministic development environment is reas

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | hum, now I'm really confused : > | > | pg008:1050 size lyx > |textdata bss dec hex filename > | 2643515 19332 43100 2705947 294a1b lyx > | pg008:1051 size lyxnew > |textdat

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | hum, now I'm really confused : | | pg008:1050 size lyx |textdata bss dec hex filename | 2643515 19332 43100 2705947 294a1b lyx | pg008:1051 size lyxnew |textdata bss dec hex filename | 2638043 19332 43100 2

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | Doing lyx -x lyx-quit big.lyx, the attached patch > | gives the following results (warm cache, error around 4%) : > | > | user (s)| sys (s) | elapsed (s) | > |

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On Thu, 15 Mar 2001, John Levon wrote: > On 15 Mar 2001, Lars Gullik Bjønnes wrote: > > > John Levon <[EMAIL PROTECTED]> writes: > > > > | Doing lyx -x lyx-quit big.lyx, the attached patch > > | gives the following results (warm cache, error around 4%) : > > | > > | user (s)| sys (s)

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Doing lyx -x lyx-quit big.lyx, the attached patch | gives the following results (warm cache, error around 4%) : | | user (s)| sys (s) | elapsed (s) | | -- | 28.33

Re: [PATCH] low-hanging fruit

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | Doing lyx -x lyx-quit big.lyx, the attached patch > | gives the following results (warm cache, error around 4%) : > | > | user (s)| sys (s) | elapsed (s) | > |

Re: How to add a file?

2001-03-15 Thread Andre Poenitz
> sure you can. but only if you do as I have told you to use cvs.lyx.org > (and thus your account there) instead of anoncvs.lyx.org. I think I never got that working... Ah.. I remember. Our "firewall". I need to force ssh to use non-priviledged port by using the -P command line switch. And this

Re: [PATCH] low-hanging fruit

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Doing lyx -x lyx-quit big.lyx, the attached patch | gives the following results (warm cache, error around 4%) : | | user (s)| sys (s) | elapsed (s) | | -- | 28.33

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | I "believe it breaks" because it does break. Ask JMarc about my old patches > | that didn't apply properly. It was because of this problem. > | > | Any new/deleted file in a subdirectory is not handled pro

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | I "believe it breaks" because it does break. Ask JMarc about my old patches | that didn't apply properly. It was because of this problem. | | Any new/deleted file in a subdirectory is not handled properly, | hence the need for the script. So what you are

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Kalle Dalheimer
On Thursday, 15. March 2001 12:26, John Levon wrote: > On Thu, 15 Mar 2001, Edwin Leuven wrote: > > > Comments, flames, suggestions? > > > > Personally I think that it is better to do one dialog at a time and to > > make sure that that is fully functional. This is much more transparent > > and als

[PATCH] low-hanging fruit

2001-03-15 Thread John Levon
Doing lyx -x lyx-quit big.lyx, the attached patch gives the following results (warm cache, error around 4%) : user (s)| sys (s) | elapsed (s) | -- 28.33 (0.00%) | 0.30 (0.00%) | 29.61 (0.00%)

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > > | which break patch > > so you are saying that this breaks patch: > > Index: MAINTAINERS > === > RCS file: MAINTAINERS > diff -N MAINTAINER

[PATCH] remove KeyMap dialog

2001-03-15 Thread John Levon
The attached patch removes the KeyMap dialog which is part of FormPrefs now, and moves combox into frontends/xforms since that was the last src/ dependency keymaps seem to still work fine for me thanks john -- "24-hour boredom I'm convicted instantly" - Manic Street Preachers intl.

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | which break patch so you are saying that this breaks patch: Index: MAINTAINERS === RCS file: MAINTAINERS diff -N MAINTAINERS --- /dev/null Tue May 5 22:32:27 1998 +++ MAINTAINERS Thu Mar

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On 15 Mar 2001, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | On 14 Mar 2001, Lars Gullik Bjønnes wrote: > | > | > diff -upN > | > rdiff -upN > | > update -dP > | > > | > the 'N' make the diff take new and deleted files into consideration. > | > | except cvs diff i

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Edwin Leuven
> You are probably right, but bear in mind these are forward ports > of stuff Kalle had already done so in this case ... I still think they should go in one at a time and complete. For the moment Kalle's patch only adds the files. Of these files only the citation is added to the Makefile but th

Re: How to add a file?

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I'd like to have a math_rowst.C, but I can't do 'cvs add'. sure you can. but only if you do as I have told you to use cvs.lyx.org (and thus your account there) instead of anoncvs.lyx.org. Lgb

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On 14 Mar 2001, Lars Gullik Bjønnes wrote: | | > diff -upN | > rdiff -upN | > update -dP | > | > the 'N' make the diff take new and deleted files into consideration. | | except cvs diff is broken. Is it? news to me. Lgb

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On Thu, 15 Mar 2001, Edwin Leuven wrote: > > Comments, flames, suggestions? > > Personally I think that it is better to do one dialog at a time and to make > sure that that is fully functional. This is much more transparent and also > easier to check and comment on. Fine tuning can then be don

How to add a file?

2001-03-15 Thread Andre Poenitz
I'd like to have a math_rowst.C, but I can't do 'cvs add'. Any ideas? Andre' -- André Pönitz [EMAIL PROTECTED]

Re: Resize while rendering/startup

2001-03-15 Thread John Levon
On Thu, 15 Mar 2001, Roman Fietze wrote: > When starting LyX with a document containing a larger PS-Image on the > first page, LyX starts rendering after downloading the fonts. I resized > (enlarged) the LyX Window as soon as I saw the first few lines of text, > the WM-decoration (fvwm2) moved do

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On Wed, 14 Mar 2001, Kalle Dalheimer wrote: > Hi, > > I finally got all my stuff to compile with the current CVS version. Here is > my first patch. Sorry, it is pretty big, but I'd rather get everything in now > so that I can make small incremental patches on this stuff in the future and > ca

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread John Levon
On 14 Mar 2001, Lars Gullik Bjønnes wrote: > diff -upN > rdiff -upN > update -dP > > the 'N' make the diff take new and deleted files into consideration. except cvs diff is broken. You also need to run Amir's "fixdiff.pl" on the patch, http://www.movement.uklinux.net/ I tried the other day to

Re: [Patch] Some Qt2 dialogs

2001-03-15 Thread Edwin Leuven
> Comments, flames, suggestions? Personally I think that it is better to do one dialog at a time and to make sure that that is fully functional. This is much more transparent and also easier to check and comment on. Fine tuning can then be done later on. gr.ed.

Re: mathed57.diff

2001-03-15 Thread Andre Poenitz
> | I attach a diff of my local tree against current CVS. > | > | The changes in math_iter.[hC] are purely cosmetical. > > What about the crashes in mathcursor/iter? Do you still see any? It would be nice if you had anything reproducible... Since the insert* methods in MathRowContainer have b

Re: mathed57.diff

2001-03-15 Thread Lars Gullik Bjønnes
Andre Poenitz <[EMAIL PROTECTED]> writes: | I attach a diff of my local tree against current CVS. | | The changes in math_iter.[hC] are purely cosmetical. What about the crashes in mathcursor/iter? Lgb

mathed57.diff

2001-03-15 Thread Andre Poenitz
I attach a diff of my local tree against current CVS. The changes in math_iter.[hC] are purely cosmetical. The crucial difference is the removel of MathedRowSt and the use of a std::vector instead of the handcrafted list of MathedRowSt's. I also removed the insert_after() function in favour of

Re: New Arrival

2001-03-15 Thread Michael S. Tsirkin
Hello! Quoting r. Kalle Dalheimer ([EMAIL PROTECTED]) "Re: New Arrival": > > > > > One of the problems is that the STL version shipped with MS Visual C++ is > > > severely broken. > > > > This would not be a problem in this case (Btw the g++ lib is broken as > > well...) > > Yes. In my experience

Re: What's wrong with the new Tables!?

2001-03-15 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | On 14-Mar-2001 Jean-Marc Lasgouttes wrote: | | > And what about the other changes I see, like | > - if (line != "") { | > + if (!prefixIs(line, "")) { | | > Should they be applied too? | | Sorry Jean-Marc I forgot about them, YES

RE: LyX fails to create .lyx

2001-03-15 Thread Juergen Vigna
On 14-Mar-2001 Lars Gullik Bjønnes wrote: > This is directly from 1.1.6 cvs. Jean-Marc, has any changes gone in > that could result in something like this? I noticed that with 1.2.0cvs of last week the lastfiles was also saved in ~/ and not in ~/.lyx. But this seemed fixed now! Jürgen