Re: [Patch] Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Helge Hafting
Martin Vermeer wrote: Give the attached a try. I think it is quite a bit faster, and fixes your noticed side effect. There may be other side effects; this patch touches so many things, it scares me a bit. But the speedup is so substantial that perhaps we should just take the jump, and clean

Documenting GUIs with Lyx

2005-09-22 Thread Ralph Boland
I am developing an application (in Squeak (Smalltalk)) with a major GUI component. It consists of a number of pages where each page contains a number of buttons, check boxes, menus, text areas, and popup windows. Currently each GUI object has a balloon that pops up to tell the user what it does but

Developer's wiki pages have been moved

2005-09-22 Thread chr
Hi In the process of upgrading the wiki engine, I've now moved the developer's wiki pages into a separate field, temporarily located here: http://wiki.lyx.org/test/wiki/devel/pmwiki.php/Devel/Devel The traffic on these pages is really low so I don't expect an outcry over this, but if any

Re: [Patch] Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Martin Vermeer
On Thu, Sep 22, 2005 at 09:21:31AM -0400, Bennett Helm wrote: > On Sep 22, 2005, at 4:08 AM, Martin Vermeer wrote: > > >Here is a better patch, taking care of rowpainter too. metrics is > >still > >called twice, but now (generally) only for the current paragraph, not > >the whole screen. Ought t

Re: CVS lyx and noweb2lyx?

2005-09-22 Thread Kayvan A. Sylvan
On Thu, Sep 22, 2005 at 09:27:25AM -0700, Kayvan A. Sylvan wrote: > Hi all, > > Did something change in the treatment of noweb2lyx? It no longer seems to > get installed. I see that tex2lyx is now intended to have noweb conversion capability. It seems broken, however. The man page for tex2lyx do

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: | > "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | | | Lars, stdlib-debug is currently enabled for prereleases. Could we at | | least disable that? A prerelease should be compiled in the same | | conditions as a real release... |

Re: Lyx for Win98 v1.3.7cvs

2005-09-22 Thread chr
On Thu, 22 Sep 2005, Angus Leeming wrote: > Christian, this is crying out for a little script. Something like: > > #! /bin/sh > > TMP="hack.$$" > > for file in `find wiki.d -name '*'` > do > sed '[EMAIL PROTECTED]://wiki.lyx.org/[EMAIL PROTECTED]:@g;[EMAIL > PROTECTED]:@uploads:@g' \ >

CVS lyx and noweb2lyx?

2005-09-22 Thread Kayvan A. Sylvan
Hi all, Did something change in the treatment of noweb2lyx? It no longer seems to get installed. ---Kayvan -- Kayvan A. Sylvan | Proud husband of | Father to my kids: Sylvan Associates, Inc. | Laura Isabella Sylvan | Katherine Yelena (8/8/89) http://sylv

Re: Re[2]: Lyx for Win98 v1.3.7cvs

2005-09-22 Thread Angus Leeming
Alex wrote: > Dear Angus, > > I have downloaded and tryed to run, but without any success. > (msys, python, im, ghost seems to be fine) > I have a working 1.3.3 to check the locale under win98se. > > Unfortunately, the 1.3.7cvs does not work for me. > If I start with the .bat file it exits immedi

Re[2]: Lyx for Win98 v1.3.7cvs

2005-09-22 Thread Alex
Dear Angus, I have downloaded and tryed to run, but without any success. (msys, python, im, ghost seems to be fine) I have a working 1.3.3 to check the locale under win98se. Unfortunately, the 1.3.7cvs does not work for me. If I start with the .bat file it exits immediately. In case I just double

Re: Lyx for Win98 v1.3.7cvs

2005-09-22 Thread Angus Leeming
[EMAIL PROTECTED] wrote: > Since the upgrade of the web server that the wiki runs on, links to > uploaded files that look like this: > > Attach:/Windows/LyX136experimental/lyx_setup_137_version1.exe > > If you however edit the wiki page (password is LyXers) and replace > 'Attach:' with 'uploads:'

Re: Lyx for Win98 v1.3.7cvs

2005-09-22 Thread chr
On Thu, 22 Sep 2005 [EMAIL PROTECTED] wrote: > Dear All and Angus, > > I also have win98 for Lyx, unfortunately I cannot run 1.3.6 > because that ugly bug (SHGet...) > I have read at that I can download the 1.3.7cvs experimental version. > > It is on the Wiki, but I am not able to download Sinc

Lyx for Win98 v1.3.7cvs

2005-09-22 Thread Alex
Dear All and Angus, I also have win98 for Lyx, unfortunately I cannot run 1.3.6 because that ugly bug (SHGet...) I have read at that I can download the 1.3.7cvs experimental version. It is on the Wiki, but I am not able to download Could somebody point to the correct link? I am not on the devel-

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: > We have a --enable-profiling option nowadays. Note that it is not > enough in itself. You should add > --disable-assertions --disable-stdlib-debug > -enable-optimization=-O2 > > The big problem with gprof is that I never manage to get it to count > the time spent

Re: [Patch] Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Bennett Helm
On Sep 22, 2005, at 4:08 AM, Martin Vermeer wrote: Here is a better patch, taking care of rowpainter too. metrics is still called twice, but now (generally) only for the current paragraph, not the whole screen. Ought to be faster. I saw no side effects. I tried it, and it generally feels qu

Re: [patch] fix broken documents in lib/doc

2005-09-22 Thread Jose' Matos
On Wednesday 21 September 2005 14:54, Georg Baum wrote: > Jose' Matos wrote: > > Passing as destination dir as argument is enough to fix this, right? > > No, it was a bit more. > The attached patch should fix bug 2027 and does the following: > - fix wrong syntax in de_Userguide and it_Userguide

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Helge Hafting
Martin Vermeer wrote: On Thu, 2005-09-22 at 11:09 +0200, Alfredo Braunstein wrote: I'll get around to test it eventually ;-) Lately I'm slower than the qt frontend. Alfredo Do you see the slowness in measurable form? I think it's really the Mac people that should test this.

Re: [Patch] Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Helge Hafting
Martin Vermeer wrote: On Thu, 2005-09-22 at 03:26 +0300, Martin Vermeer wrote: I also noted that metrics is called twice for every keystroke. Surely one of those isn't necessary. Sounds reasonable? Please test. Is it faster, or is it my imagination? Here is a better patch, taking c

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Alfredo Braunstein
Martin Vermeer wrote: > Do you see the slowness in measurable form? I think it's really the Mac I do. I cannot do half the stuff I used to. ;-) > people that should test this. I was talking about me, not lyx. Still, I don't see why does the slowness would apply to Macs specifically. (and Angu

Re: LyX cvs (Qt frontend) is a slow starter too. 6x the time of lyx-1.3

2005-09-22 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> lyx 1.3(qt) starts in slightly less than a second, assuming I Helge> have started it before so it is in the disk cache. This is Helge> snappy enough. Helge> lyx 1.4cvs(qt) starts in 6 seconds, putting a load on the cpu Helge> for t

Re: [patch] bug 1921: lyxbreaker is still asserting...

2005-09-22 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Juergen Spitzmueller wrote: >> I have adapted the patch to current cvs (see attached). Juergen> After some more testing, I came up with the attached, Juergen> slightly improved version, which does also respect inlined Ju

Re: LyX cvs (Qt frontend) is a slow starter too. 6x the time of lyx-1.3

2005-09-22 Thread Helge Hafting
lyx 1.3(qt) starts in slightly less than a second, assuming I have started it before so it is in the disk cache. This is snappy enough. lyx 1.4cvs(qt) starts in 6 seconds, putting a load on the cpu for the whole time, no disk delays here. This is too long, and users wonder what's going on and do

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Martin Vermeer
On Thu, 2005-09-22 at 11:09 +0200, Alfredo Braunstein wrote: > Martin Vermeer wrote: > > > That's part of the story. Another part is that a long long time ago, I > > tried to implement a thing called Update::SinglePar. The idea was that, as > > long as a paragraph's metrics don't change, you can t

Re: lyx-devel src/: ChangeLog text2.C

2005-09-22 Thread Jean-Marc Lasgouttes
> "Jean-Marc" == Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: Jean-Marc> Actually, it occurs after inserting something at the end of Jean-Marc> the inset (inserting sets boundary to true). Jean-Marc> Try the following patch. I applied it. JMarc

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Alfredo Braunstein
Martin Vermeer wrote: > That's part of the story. Another part is that a long long time ago, I > tried to implement a thing called Update::SinglePar. The idea was that, as > long as a paragraph's metrics don't change, you can type into it and _only > it_ will be updated. Ok. Note that I was refer

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Alfredo Braunstein
> Hi, Alfredo! Hope you and yours are all well. Hi Angus! Long time no read ;-) We're doing fine I think. Learning a lot every day ;-) Alfredo

Re: Bugs in 1.4.0CVS for Mac OS X

2005-09-22 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: >> I think this extra step is unnecessary if we apply the following >> patch. Could you check? Bennett> This works. Good. I applied it (with some comments). I applied the changes to INSTALL.MacOSX too. I /think/ also that the --with-i

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: | Lars, stdlib-debug is currently enabled for prereleases. Could we at | least disable that? A prerelease should be compiled in the same | conditions as a real release... Lars> Or almost... leave assertions in f.ex. So, would the

[Patch] Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Martin Vermeer
On Thu, 2005-09-22 at 03:26 +0300, Martin Vermeer wrote: > I also noted that metrics is called twice for every keystroke. Surely one of > those isn't necessary. > > Sounds reasonable? Please test. Is it faster, or is it my imagination? Here is a better patch, taking care of rowpainter too. metr

Re: gcc 4 link times are much longer, no?

2005-09-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Lars Gullik Bjønnes wrote: >> Angus Leeming <[EMAIL PROTECTED]> writes: >> >> | Since I'm whining about things being slow... >> | >> | The Debian unstable dist that I use at work currently ships with >> | $ g++ --version | g++ (G

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> It looks like we're all seeing the same thing. Time to do some Angus> profiling I guess. If someone gives me a prescription of what I Angus> need to do to recompile lyx ready for profiling and how to use Angus> gprof, I'll volunteer

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Linux. (Debian unstable.) The machine running Tru64 unix is an Angus> even older 333MHz single processor box and it's currently dead. Angus> I've no real urge to resurrect it. OK, I was about to suggest using 'pixie', in case it gi

Re: gcc 4 link times are much longer, no?

2005-09-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > Angus Leeming <[EMAIL PROTECTED]> writes: | > | > | Since I'm whining about things being slow... | > | | > | The Debian unstable dist that I use at work currently ships with | > | $ g++ --version | > | g++ (GCC) 4.0.2

Re: LyX cvs (Qt frontend) is still sloooooooooooooooowwwwwwwwwwwwwww

2005-09-22 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | > | Angus> So I'd say that LyX cvs is still clearly slower than LyX | > | Angus> 1.3, but it appears to be usable. Further, real world | > | Angus> testing is needed though. | | > | I guess we'll get plenty after release :)