Re: Restore window positions

2006-11-08 Thread Enrico Forestieri
On Wed, Nov 08, 2006 at 11:28:49PM +0100, Peter Kümmel wrote: > Attached a patch to restore the > windows position correctly. Please Peter, use Q_WS_WIN instead of Q_OS_WIN, as this is also relevant to a cygwin build without X11, where the former is defined but not the latter. -- Enrico

Re: scons error building LyX under Win

2006-11-08 Thread Bo Peng
File "C:\Python25\scons-0.96.93\SCons\Environment.py", line I can not investigate this now but you are using the newest scons-0.96.93, not 0.96.92. Maybe there is some backward compatibility problem. I will update SConstruct with 0.96.93 when I get back. Bo

scons error building LyX under Win

2006-11-08 Thread Uwe Stöhr
When I want to compile LyX using the build_msvc.bat script, I get the following error: --- scons: Reading SConscript files ... : 'NoneType' object has no attribute 'split': File "D:\LyXSVN\lyx-devel\development\scons\SConstruct", line 425: env.Tool('msvc') File "C:\Python25\scons-0.96.

Restore window positions

2006-11-08 Thread Peter Kümmel
Attached a patch to restore the windows position correctly. Once again a Qt bug. Please test it if it becomes better on Linux. Peter Index: src/frontends/qt4/GuiView.C === --- src/frontends/qt4/GuiView.C (revision 15808) +++ src/fro

Re: Lyx1.5 crashes in preferences

2006-11-08 Thread Edwin Leuven
i think i tracked down the troubles in the updating while reorganizing (simplifying) the code a bit. the patch is not very readable but here is what it does: the first problem was due to qlistview emitting currentRowChanged(int) signals when refilling it (and then triggering swicht_converter(in

Re: 1.5.0 on Mac Update

2006-11-08 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Am Mittwoch, 8. November 2006 20:54 schrieb Bennett Helm: >> That did the trick. The lyxrc.example file should be updated with >> this info. Georg> That file is totally outdated. I will remove it if I don't get Georg> objections. Ple

Re: BOOST_ASSERT

2006-11-08 Thread Georg Baum
Am Mittwoch, 8. November 2006 18:33 schrieb Michael Gerz: > Hi, > > why don't we stop LyX, if an assertion failed? I though this was the > overall purpose of assertions... Yes, and we did until some time ago. I don't know who changed it and why, thi should be changed back IMHO. Georg

Re: 1.5.0 on Mac Update

2006-11-08 Thread Georg Baum
Am Mittwoch, 8. November 2006 20:54 schrieb Bennett Helm: > That did the trick. The lyxrc.example file should be updated with > this info. That file is totally outdated. I will remove it if I don't get objections. Georg

Re: 1.5.0 on Mac Update

2006-11-08 Thread Bennett Helm
On Nov 8, 2006, at 11:25 AM, Georg Baum wrote: That (and Kornels example) rings a bell: You must put the "document" flag into the format line of the preferences file. Otherwise the format will not be shown in the view menu. This is changed from 1.4 (1.4 does not have a "document" flag). Note

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: What about this patch that I never applied (yes I know I should...)? It should give a big speedup to code that goes from inset to inset. Abdelrazak> Hum... unfortunately it makes lyx crash on the math

Re: 1.5.0 on Mac Update

2006-11-08 Thread Enrico Forestieri
On Wed, Nov 08, 2006 at 06:50:00PM +0100, Enrico Forestieri wrote: > On Wed, Nov 08, 2006 at 05:25:21PM +0100, Georg Baum wrote: > > Bennett Helm wrote: > > > > > On Nov 8, 2006, at 10:17 AM, Enrico Forestieri wrote: > > > > > >> On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: > >

Re: Can LyX handle large files ?

2006-11-08 Thread Enrico Forestieri
On Wed, Nov 08, 2006 at 02:41:57PM +0100, Peter Kümmel wrote: > Abdelrazak Younes wrote: > > Peter Kümmel wrote: > >> Abdelrazak Younes wrote: > >>> > >> Here some numbers, msvc/Release: when crss eats 100 seconds lyx only > >> needs 32 seconds (cpu-time in the tsak manager). If these 100 sec are >

Re: r15615 - in /lyx-devel/trunk/src: insets/insettabular.C m...

2006-11-08 Thread Andre Poenitz
On Mon, Oct 30, 2006 at 02:19:02PM +0100, Abdelrazak Younes wrote: > - : qwa_(qwa) > -{ > - //lyxerr << "QLPainter::start()" << endl; > - QPainter::begin(qwa_); > +QLPainter::QLPainter(QPaintDevice * device) > + : QPainter(device), Painter() > +{ The empty Painter() contructor woul

Re: Can LyX handle large files ?

2006-11-08 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> What about this patch that I never applied (yes I know I >> should...)? It should give a big speedup to code that goes from >> inset to inset. Abdelrazak> Hum... unfortunately it makes lyx crash on the math test Abdelrazak> d

Re: BOOST_ASSERT

2006-11-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Jean-Marc Lasgouttes wrote: >> We call support::abort(), don't we? >> >> Michael> No, we don't. Shall I add this to function Michael> assertion_failed()? In which boost.C are you currently looking? There are several ones... T

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: This is without gcc debug STL, right? No but this is with MSVC STL debug which is normally quite slow. You're right, I should rebuild in

Re: 1.5.0 on Mac Update

2006-11-08 Thread Enrico Forestieri
On Wed, Nov 08, 2006 at 05:25:21PM +0100, Georg Baum wrote: > Bennett Helm wrote: > > > On Nov 8, 2006, at 10:17 AM, Enrico Forestieri wrote: > > > >> On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: > >>> Bennett Helm wrote: > 9. Some oddities with View menu remain: DVI does n

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: This is without gcc debug STL, right? No but this is with MSVC STL debug which is normally quite slow. You're right, I should rebuild in

Re: BOOST_ASSERT

2006-11-08 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: We call support::abort(), don't we? No, we don't. Shall I add this to function assertion_failed()? Michael

Re: Qt and window messages

2006-11-08 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Hi, I have a question about Qt on Windows: Is it possible to Joost> create a window procedure to capture standard window messages Joost> (not Qt events)? I guess you can use a winEventFilter in GuiApplication.C. JMarc

Re: Can LyX handle large files ?

2006-11-08 Thread Joost Verburg
Abdelrazak Younes wrote: Do you see csrss.exe taking half of the cpu while scrolling the UserGuide? Not at all, usually only 1-2%. Joost

Re: BOOST_ASSERT

2006-11-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: Michael> Hi, why don't we stop LyX, if an assertion failed? I though Michael> this was the overall purpose of assertions... Michael> void assertion_failed(char const* a, char const* b, char Michael> const* c, long d) { lyx::lyxerr << "As

Re: Can LyX handle large files ?

2006-11-08 Thread Joost Verburg
Having a look at the scrolling times, normalized to Joost's 1.4 build Joost 1.4 : 1 Joost 1.5 : >2 cmake 1.5 : 1.4 indicates that some compiler flags and macro definitions could speed up the 1.4 without only further changes. I think it's more likely that it depends on the window size. We shoul

BOOST_ASSERT

2006-11-08 Thread Michael Gerz
Hi, why don't we stop LyX, if an assertion failed? I though this was the overall purpose of assertions... void assertion_failed(char const* a, char const* b, char const* c, long d) { lyx::lyxerr << "Assertion failed: " << a << ' ' << b << ' ' << c << ' ' << d << '\n'; }

Re: cutandpaste.C simplifications

2006-11-08 Thread Michael Gerz
Lars Gullik Bjønnes wrote: And you now have to add comments to tell what the loop is doing instead of having that implied by the name of the function for_each calls... C'mon Lars, there is a big fat comment inside of the loop! Do you want me to explain what a loop is? How many loop does LyX

Re: Can LyX handle large files ?

2006-11-08 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> Abdelrazak Younes wrote: >> Jean-Marc Lasgouttes wrote: >>> This is without gcc debug STL, right? >> No but this is with MSVC STL debug which is normally quite slow. >> You're right, I should rebuild in release mode a

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Joost Verburg wrote: Martin Vermeer wrote: What does this mean we should do for 1.4.4, if anything, to get it faster (I am happy with 1.4.3 speed, but... any low hanging fruit?)? With all the current optimizations, 1.4.3 is still more than twice as fast as 1.5 when scrolling the user guide on

Re: Can LyX handle large files ?

2006-11-08 Thread Lars Gullik Bjønnes
Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: | So it's fair to conclude that debugstream is a piece of crap. I | suspect that even the tiniest lyxerr << statement costs a billion | cycles. You mean that you systems console is completely crap. -- Lgb

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Peter Kümmel wrote: Joost Verburg wrote: Martin Vermeer wrote: What does this mean we should do for 1.4.4, if anything, to get it faster (I am happy with 1.4.3 speed, but... any low hanging fruit?)? With all the current optimizations, 1.4.3 is still more than twice as fast as 1.5 when scrollin

Re: cutandpaste.C simplifications

2006-11-08 Thread Lars Gullik Bjønnes
Michael Gerz <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | >Michael Gerz <[EMAIL PROTECTED]> writes: | > | >| Hi, | > | | am I too stupid to see the brilliancy of the code | > | >yes. | >(oh where did the friday go...) | > | >It is in the vein of "prefere algorithms to manual const

Re: Can LyX handle large files ?

2006-11-08 Thread Peter Kümmel
Martin Vermeer wrote: > On Wed, 2006-11-08 at 10:54 +0100, Abdelrazak Younes wrote: >> Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: > > ... > >>> This is without gcc debug STL, right? >> No but this is with MSVC STL debug which is normally qui

Re: Can LyX handle large files ?

2006-11-08 Thread Peter Kümmel
Joost Verburg wrote: > Martin Vermeer wrote: >> What does this mean we should do for 1.4.4, if anything, to get it >> faster (I am happy with 1.4.3 speed, but... any low hanging fruit?)? > > With all the current optimizations, 1.4.3 is still more than twice as > fast as 1.5 when scrolling the user

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-08 Thread Georg Baum
Helge Hafting wrote: > I removed all non-ascii from the .layout file - even stuff in > comments and text supposed to go into the document. That should not be necessary. The stuff that goes into the document should be read as utf8, only the layout names need to be ascii. > The worse problem is th

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-08 Thread Georg Baum
José Matos wrote: > On Wednesday 08 November 2006 10:39 am, Helge Hafting wrote: >> > Currently layout files can only contain ASCII, but changing that to >> > utf8 would not be much work. >> >> Then I hope for utf-8. .layout files.  :-) > > I understand what you want and I agree with the goal,

Re: 1.5.0 on Mac Update

2006-11-08 Thread Georg Baum
Bennett Helm wrote: > On Nov 8, 2006, at 10:17 AM, Enrico Forestieri wrote: > >> On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: >>> Bennett Helm wrote: 9. Some oddities with View menu remain: DVI does not appear in the menu, even though a converter and viewer are de

Re: 1.5.0 on Mac Update

2006-11-08 Thread Bennett Helm
On Nov 8, 2006, at 10:17 AM, Enrico Forestieri wrote: On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: Bennett Helm wrote: 9. Some oddities with View menu remain: DVI does not appear in the menu, even though a converter and viewer are defined in Preferences. I have the same p

Qt and window messages

2006-11-08 Thread Joost Verburg
Hi, I have a question about Qt on Windows: Is it possible to create a window procedure to capture standard window messages (not Qt events)? Regards, Joost

Re: Can LyX handle large files ?

2006-11-08 Thread Joost Verburg
Martin Vermeer wrote: What does this mean we should do for 1.4.4, if anything, to get it faster (I am happy with 1.4.3 speed, but... any low hanging fruit?)? With all the current optimizations, 1.4.3 is still more than twice as fast as 1.5 when scrolling the user guide on my system. The build

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Martin Vermeer wrote: On Wed, 2006-11-08 at 10:54 +0100, Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: ... This is without gcc debug STL, right? No but this is with MSVC STL debug which is normally quite slow. You're righ

Re: Can LyX handle large files ?

2006-11-08 Thread Martin Vermeer
On Wed, 2006-11-08 at 10:54 +0100, Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: > >> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: ... > > This is without gcc debug STL, right? > > No but this is with MSVC STL debug which is normally quite slow. You're > right, I s

Re: 1.5.0 on Mac Update

2006-11-08 Thread Kornel Benko
Am Mittwoch, 8. November 2006 16:17 schrieb Enrico Forestieri: > On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: > > Bennett Helm wrote: > > >9. Some oddities with View menu remain: DVI does not appear in the menu, > > >even though a converter and viewer are defined in Preferences.

Re: 1.5.0 on Mac Update

2006-11-08 Thread Enrico Forestieri
On Wed, Nov 08, 2006 at 03:59:04PM +0100, Joost Verburg wrote: > Bennett Helm wrote: > >9. Some oddities with View menu remain: DVI does not appear in the menu, > >even though a converter and viewer are defined in Preferences. > > I have the same problem with PDF on Windows. Only the auto entires

Re: 1.5.0 on Mac Update

2006-11-08 Thread Joost Verburg
Bennett Helm wrote: 9. Some oddities with View menu remain: DVI does not appear in the menu, even though a converter and viewer are defined in Preferences. I have the same problem with PDF on Windows. Only the auto entires work. Joost

1.5.0 on Mac Update

2006-11-08 Thread Bennett Helm
Here's an update of issues for 1.5.0 on Mac, in rough order of importance. 1. Crashes -- both on open via the GUI and on quit. (See other threads for details.) I'd classify these as showstoppers. 2. Speed continues to get better, though it's still not as fast as 1.4.x, which itself is con

Re: Can LyX handle large files ?

2006-11-08 Thread Peter Kümmel
Abdelrazak Younes wrote: > Peter Kümmel wrote: >> Abdelrazak Younes wrote: >>> >> Here some numbers, msvc/Release: when crss eats 100 seconds lyx only >> needs 32 seconds (cpu-time in the tsak manager). If these 100 sec are >> really wasted by lyxerr, the we waste 75% of the cpu time for nothing. >

problems with lyx 1.5

2006-11-08 Thread Pavel Sanda
i have tried to use 1.5 to revise cs docs and found these problems: * when opening already opened document(or document with newer backup), mouse pointer is switched into the clock, although it waits for confirmation dialog. * backuping works weirdly * environments when using czech translation

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Jean-Marc Lasgouttes wrote: This is without gcc debug STL, right? No but this is with MSVC STL debug which is normally quite slow. You're right, I should rebuild in release mode and see if things have improved after all the different micro-optimisations that have alr

Re: r15805 - /lyx-devel/trunk/development/cmake/modules/FindQ...

2006-11-08 Thread Peter Kümmel
Abdelrazak Younes wrote: > [EMAIL PROTECTED] wrote: >> Author: kuemmel >> Date: Wed Nov 8 13:25:00 2006 >> New Revision: 15805 >> >> URL: http://www.lyx.org/trac/changeset/15805 >> Log: >> update to cmake's cvs version, fixes missing qtmain error on windows > > Hi Peter, > > Does that mean that

Re: r15805 - /lyx-devel/trunk/development/cmake/modules/FindQ...

2006-11-08 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: Author: kuemmel Date: Wed Nov 8 13:25:00 2006 New Revision: 15805 URL: http://www.lyx.org/trac/changeset/15805 Log: update to cmake's cvs version, fixes missing qtmain error on windows Hi Peter, Does that mean that I have to upgrade CMake? My version is 2.4-patch 2.

updated documentation for glossaries

2006-11-08 Thread Ozgur Ugras BARAN
attached is the updated documentation. Added howto change nomlabelwidth. ugras Index: src/insets/insetnomencl.h === --- src/insets/insetnomencl.h (revision 15801) +++ src/insets/insetnomencl.h (working copy) @@ -53,8 +53,7 @@ void

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Anyway, this csrss.exe problem is independent of the painting performance. To convince yourself, put you cursor at the last paragraph of the test file such that no formula is shown on screen at all, only the text of the last paragraph. Then begin to type in this last p

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-08 Thread José Matos
On Wednesday 08 November 2006 10:39 am, Helge Hafting wrote: > > Currently layout files can only contain ASCII, but changing that to utf8 > > would not be much work. > > Then I hope for utf-8. .layout files.  :-) I understand what you want and I agree with the goal, but not with the way to do i

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: Here some numbers, msvc/Release: when crss eats 100 seconds lyx only needs 32 seconds (cpu-time in the tsak manager). If these 100 sec are really wasted by lyxerr, the we waste 75% of the cpu time for nothing. While it would be nice if someone ste

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: This is without gcc debug STL, right? No but this is with MSVC STL debug which is normally quite slow. You're right, I should rebuild in release mode and see if things have improved after all the different micro-optimisations that have already taken

Re: Can LyX handle large files ?

2006-11-08 Thread Peter Kümmel
Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >> Abdelrazak> The cursor and dociterator pist is a good one I think. I >> Abdelrazak> attach again the test file. At the end of file, appending >> Abdelrazak> characters

Re: Can LyX handle large files ?

2006-11-08 Thread Peter Kümmel
Abdelrazak Younes wrote: > Jean-Marc Lasgouttes wrote: >>> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: >> >> Abdelrazak> The cursor and dociterator pist is a good one I think. I >> Abdelrazak> attach again the test file. At the end of file, appending >> Abdelrazak> characters

Re: AW: Re: 3 important bugs right now - more testing needed!

2006-11-08 Thread José Matos
On Wednesday 08 November 2006 11:18 am, [EMAIL PROTECTED] wrote: > > And who is going to do this dirty job? Volunteers accepted. :-) > Does the spell checker bug stop us from releasing alpha 1 next Monday? IMHO we should fix it for .0 version, for alpha if no solution is in sight I would pr

AW: Re: 3 important bugs right now - more testing needed!

2006-11-08 Thread michael . gerz
>On Wednesday 08 November 2006 8:54 am, Jean-Marc Lasgouttes wrote: >> >> Ha! The spellchecker is such a mess that these bugs are horrible to >> fix. It needs at least a small facelift to be usable. > > I will shoot the first who disagrees with you about this. ;-) > >José Abílio And who is going

[patch]docbook glossaries export

2006-11-08 Thread Ozgur Ugras BARAN
Attached is patch for docbook glossaries export. Missing features are: - glossary entries in insets does not appear in glossary. I couldn't find a "chic" way to include those.. (the current one is not so chic anyway.. ) Any ideas?? - prefix is not working, therefore, you cannot change the sorting

Re: Some dudes on 1.5.0 messages

2006-11-08 Thread dooteo
Thanks Georg :) Jatorrizko mezua: az., 2006-11-08 11:13 +0100, egilea: Georg Baum > dooteo wrote: > > > Hi all, > > > > I'm updating Basque translation for LyX 1.5.0 branch. But there are some > > messages that i'm not sure bout their sense: > > > > > > > > "Standard\t\\frac" > > > >

Re: Bug 2960: Inserting an URL cause latex/pdflatex failure

2006-11-08 Thread Helge Hafting
Georg Baum wrote: Helge Hafting wrote: One issue: Some of my paragraph styles have names with iso-8859-1 encoded names. I don't know if that really was supported before. "Resymé" for example. I don't think that it was supported, because it would mean that "Resymé" was parsed as somet

Re: Some dudes on 1.5.0 messages

2006-11-08 Thread Georg Baum
dooteo wrote: > Hi all, > > I'm updating Basque translation for LyX 1.5.0 branch. But there are some > messages that i'm not sure bout their sense: > > > > "Standard\t\\frac" > > Here the '\\frac' word means a Latex command, and should be not > translate, as '\\arabic{theorem}'... or c

Some dudes on 1.5.0 messages

2006-11-08 Thread dooteo
Hi all, I'm updating Basque translation for LyX 1.5.0 branch. But there are some messages that i'm not sure bout their sense: "Standard\t\\frac" Here the '\\frac' word means a Latex command, and should be not translate, as '\\arabic{theorem}'... or can translate it? Same question for:

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> The cursor and dociterator pist is a good one I think. I Abdelrazak> attach again the test file. At the end of file, appending Abdelrazak> characters at the end of the last line is _slow_ but A

Re: Can LyX handle large files ?

2006-11-08 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> The cursor and dociterator pist is a good one I think. I Abdelrazak> attach again the test file. At the end of file, appending Abdelrazak> characters at the end of the last line is _slow_ but Abdelrazak> hitting return

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> It is IMO a nice solution for outputting simple stuff without Georg> plastering the code with if(). The problem it has is that the Georg> right hand side is always computed, even if the output is Georg> discard

Re: Can LyX handle large files ?

2006-11-08 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> It is IMO a nice solution for outputting simple stuff without Georg> plastering the code with if(). The problem it has is that the Georg> right hand side is always computed, even if the output is Georg> discarded. But if one keeps that

Re: missing qt-4 dependencies

2006-11-08 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Uwe Stöhr wrote: >> But this file is not available. The available >> lyx-windows-deps-msvc.zip doesn't include the qt-4 stuff, only >> qt-3. Abdel, could you please upload or send me a version that >> includes the files. Joost> I u

Re: 3 important bugs right now - more testing needed!

2006-11-08 Thread José Matos
On Wednesday 08 November 2006 8:54 am, Jean-Marc Lasgouttes wrote: > > Ha! The spellchecker is such a mess that these bugs are horrible to > fix. It needs at least a small facelift to be usable. I will shoot the first who disagrees with you about this. ;-) > JMarc -- José Abílio

Re: 3 important bugs right now - more testing needed!

2006-11-08 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> * Spell checking cannot be invoked a second time. This is Asger> probably a one-liner. Asger> * The first time the spell checker is started, an empty window Asger> shown instead of the first misspelled word. Probably also a A

Re: Let us remove the multi-window support !

2006-11-08 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: >> Instead of hard-coding this like on Mac OS X right now, the Windows >> / Mac installers can set a default in lyxrc.dist and users will >> always be able to change it. The OSX case is different : this is specified at OS level and we are not

Re: [1.5 PATCH] Re: [Bug 2882] not possible to delete row in ERT inset

2006-11-08 Thread Jean-Marc Lasgouttes
> "Michael" == Michael Gerz <[EMAIL PROTECTED]> writes: >> Could someone test it too? Michael? Michael> I did some basic testing (=> OK!) and applied the patch. I Michael> will have a look at the CT-specific parts by the end of the Michael> week. Thanks. JMarc

Re: Can LyX handle large files ?

2006-11-08 Thread Abdelrazak Younes
Asger Ottar Alstrup wrote: Abdelrazak Younes wrote: You misunderstood me. I don't deny you are right these are probably too expensive. I am just saying that I am not convinced that this is the major culprit for the slowness on Mac and on Windows for LyX file with a lot of big equation. But hey

Re: Can LyX handle large files ?

2006-11-08 Thread Georg Baum
Asger Ottar Alstrup wrote: > I guess that's what the person who wrote debugstream thought. "This is > probably good enough." It is IMO a nice solution for outputting simple stuff without plastering the code with if(). The problem it has is that the right hand side is always computed, even if the