Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Asger Ottar Alstrup
Bo Peng wrote: Is there any reason *not* to do it now? It does not help the user. Use your energy on things that will help the user. Regards, Asger

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Bo Peng
I propose to leave this for 1.6, I don't expect so many new files in 1.5 so the advantages would not be so many. On the other hand after 1.5 and the xml merging this would be the right time. Is there any reason *not* to do it now? As a matter of fact, I do not see unmerged branches as a big pro

Restarting the LyX documentation project

2006-10-24 Thread Uwe Stöhr
Hello LyXers, I want to restart to work on the documentation but at first want to have you OK about the HOW. The documentation is currently out of date, many menu names have changed since the last release, new features like change tracking are not or not properly explained. Then main problem I s

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread José Matos
On Tuesday 24 October 2006 8:58 pm, Bo Peng wrote: > > please not that in this case it is not necessary to run > > autogen.sh or configure. That is only needed for bigger changes > > (deleting/adding a directory etc.) > > My understanding is every addition/removal of files leads to > autogen.sh. Th

KCachegrind and LyX

2006-10-24 Thread cmiramon
Hello, I'm reading arguments to and fro about the fastness of the new Qt4 frontend. Just a question. Has someone tried Valgrind / Cachegrind / KCachegrind on the Qt4 frontend and the last working Qt3 frontend after the unicode transition, and a 1.4 version ? At least, it would give more scienti

Re: [patch] fix inputenc

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 04:53:44PM +0200, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Jean-Marc Lasgouttes wrote: > >> PS: especially since the teTeX 2.0 on my machine does not do utf8 > >> :( > > Juergen> teTeX 2.0 was released

Re: [patch] fix inputenc

2006-10-24 Thread José Matos
On Tuesday 24 October 2006 8:42 pm, Georg Baum wrote: > > What about docbook? Is this always utf8? > > AFAIK docbook files can be encoded in utf8, latin1 and a number of other > encodings, but all relevant tools are able to process utf8. If we use xml, not if we go with sgml. While in the mee

cursor behavior

2006-10-24 Thread Edwin Leuven
some cursor weirdness just for the record: 1. when typing in math the cursor blinks before the math inset before returning to the right position 2. cursor and selection are not synchronized: - when selecting with the keyboard the cursor moves before the selection - when selecting

Re: The cursor is seriously broken..

2006-10-24 Thread Michael Gerz
i think that the positioning of the cursor is nicer with the attached (moves it 2 pixels to the right...) - cursor_->setGeometry(x, y, 2, h); + cursor_->setGeometry(x + 2, y, 2, h); Indeed. Committed. Michael

Re: [Patch] Fix some LFUN_WINDOW_CLOSE bugs.

2006-10-24 Thread christian . ridderstrom
On Tue, 24 Oct 2006, Abdelrazak Younes wrote: > > (For some reason, while reading the above I assumed that LFUN_WINDOW_CLOSE > > would invoke LYX_QUIT if it was the last window. > > That's right. Ok, I'll just modify it slightly. This hould be fine: The function 'window-close' closes t

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Bo Peng
> My understanding is every addition/removal of files leads to > autogen.sh. Yes and No. So, to some extend, make might go wrong after 'svn up', and it is safer to go through the whole lenghy process. In my case, 'scons install -j4' is all I need to do. Anyway, I know the performance problem o

Re: Random notes

2006-10-24 Thread Michael Gerz
Jose, let me summarize Georg's patch list: - bugs in bugzilla with the fileformat keyword (can only be fixed in a major release) - esint (more or less finished) - nomencl (finished) - xymatrix (almost working implementation) - image cache (works well; needs lyxrc options) - navigation across c

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 21:58 schrieb Bo Peng: > > please not that in this case it is not necessary to run > > autogen.sh or configure. That is only needed for bigger changes > > (deleting/adding a directory etc.) > > My understanding is every addition/removal of files leads to > autogen.sh.

Re: Random notes

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 09:59:07AM -0500, Bo Peng wrote: > > I don't know what others think, but I would not add a mistake to another > > mistake. I mean, it was a mistake the sudden drop of qt3, but now that > > the decision was made it would be another mistake to revert it. > > However, I would

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Bo Peng
please not that in this case it is not necessary to run autogen.sh or configure. That is only needed for bigger changes (deleting/adding a directory etc.) My understanding is every addition/removal of files leads to autogen.sh. They are frankly not rare events. No, Lars has some not merged bra

Re: UI for New/Close Window

2006-10-24 Thread Peter Kümmel
Here a first attempt for tabs, it's the JMarc approach, because it's the simples way. It's only a additional switch by a QTabBar, but I don't know how to get the current name and how to emit a switch signal. Peter Index: LyXView.h ===

Re: Is it time to rename .C to .cpp now?

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 21:20 schrieb Bo Peng: > The 'scons advantage' in another email means there is always one > command to run. No autogen.sh, no configure. scons runs (cached) > configure every time and ensure a correct build. Ah, I see, but please not that in this case it is not necess

Re: [patch] fix inputenc

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 15:37 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> This patch resurrects inputenc support. > > It look great to me. The only missing link is being able to export > latex names as fallback, but I do not know how d

Re: Random notes

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 01:07 schrieb José Matos: > Again following the previous reasoning, I propose the following, we should > revert the removal of qt3 from lyx 1.5, now that we have manage to keep it > until the feature freeze it would look like throwing the baby with the water

Is it time to rename .C to .cpp now?

2006-10-24 Thread Bo Peng
Yes. The GuiImplementation files are missing from Makefile.dialogs. Sorry Bo, that is no scons advantage, you have to add them to scons.manifest as well (which is already done). The 'scons advantage' in another email means there is always one command to run. No autogen.sh, no configure. scons ru

Re: [patch] new InsetCommandParams

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 16:15 schrieb Jean-Marc Lasgouttes: > > "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: > > Georg> Can somebody add him to the credits stuff please? I don't know > Georg> how that works. > > I did it (also for the new Galician translator). Thanks. > Please ch

Re: rev 15538 does not compile

2006-10-24 Thread Georg Baum
Am Dienstag, 24. Oktober 2006 20:54 schrieb José Matos: > make[7]: *** [GuiImplementation.lo] Error 1 > > Anyone else sees this? Yes. The GuiImplementation files are missing from Makefile.dialogs. Sorry Bo, that is no scons advantage, you have to add them to scons.manifest as well (which

Re: [patch] new InsetCommandParams

2006-10-24 Thread Michael Gerz
Jean-Marc Lasgouttes wrote: Also, Michael, you should not change CREDITS directly, but edit generate_contributions.py. I propagated your latest change. Thank you very much! (You must be watching the svn logs very very carefully.) Michael

Re: rev 15538 does not compile

2006-10-24 Thread Edwin Leuven
José Matos wrote: Hi, when updating today I get this: make[7]: Entering directory `/home/jamatos/lyx/lyx-devel/src/frontends/qt4' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEY

rev 15538 does not compile

2006-10-24 Thread José Matos
Hi, when updating today I get this: make[7]: Entering directory `/home/jamatos/lyx/lyx-devel/src/frontends/qt4' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../src -DQT_CLEAN_NAMESPACE -DQT_GENUINE_STR -DQT_NO_STL -DQT_NO_KEYWORDS -I../../../s

Re: About scrolling speed

2006-10-24 Thread Asger Ottar Alstrup
Martin Vermeer wrote: By the way, I cannot see any text rendering difference between the two version. Looks to me that the text is anti-aliased in both cases. Looks to me that this setRenderHint() is just a helper for something else. In windows, you can turn off anti-aliasing. The Qt setRender

Re: The cursor is seriously broken..

2006-10-24 Thread Edwin Leuven
Abdelrazak Younes wrote: I have just fixed that. Very simple... I should look at the code before commenting... The former state was probably due to temporary debugging state from Andre :-) i think that the positioning of the cursor is nicer with the attached (moves it 2 pixels to the right...

Re: Invalid formatting code

2006-10-24 Thread Joost Verburg
Juergen Spitzmueller wrote: Hm, yes, would be fine with me (i.e. %A, %x), even though the output is different to what we have now, of course. Do we need to include %A? I think %x alone would be enough. %#x gives the date plus weekday in the current locale on Windows. Is there a UNIX equivalen

Re: About scrolling speed

2006-10-24 Thread Martin Vermeer
On Tue, Oct 24, 2006 at 05:53:05PM +0200, Abdelrazak Younes wrote: > Asger Ottar Alstrup wrote: ... > By the way, I cannot see any text rendering difference between the two > version. Looks to me that the text is anti-aliased in both cases. Looks > to me that this setRenderHint() is just a hel

Re: Invalid formatting code

2006-10-24 Thread José Matos
On Tuesday 24 October 2006 2:46 pm, Jean-Marc Lasgouttes wrote: > > "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: > > Juergen> Jean-Marc Lasgouttes wrote: > >> Can boost do that for us? > > Juergen> No idea. Which method do you think of? > > Well, I hoped somebody would look for

Re: [Patch] updated fix for 2550

2006-10-24 Thread Martin Vermeer
On Tue, Oct 24, 2006 at 04:27:57PM +0200, Jean-Marc Lasgouttes wrote: > > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > > Martin> On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes > Martin> wrote: > >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: > >> >

Re: The cursor is seriously broken..

2006-10-24 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Hi Andre, I just merged my tree with SVN and I see now big black blinking square instead of the cursor. Anybody else seeing that? I have just fixed that. Very simple... I should look at the code before commenting... The former state was probably due to temporary debu

Re: About scrolling speed

2006-10-24 Thread Abdelrazak Younes
Abdelrazak Younes wrote: One thing that is maybe impacting the scrolling speed is the bogus cursor. I guess painting a big square square in addition does not help. Indeed... Without it, the UserGuide test is now at 15 seconds! That's better than ever! By the way, you will need the attached

Re: r 15535 does not compile.

2006-10-24 Thread Abdelrazak Younes
Bo Peng wrote: Index: src/lyxfunc.C === --- src/lyxfunc.C (revision 15535) +++ src/lyxfunc.C (working copy) @@ -1039,7 +1039,7 @@ view()->saveSavedPositions(); } -

About multiple windows and typing speed

2006-10-24 Thread Abdelrazak Younes
Hello, As to experiment wether LyX is really that slow or not, I've made a little experiment: 1) Open the UserGuide in 5 different windows (choose "Switch to document" in order to have synchronized view of the same document. 2) type as fast as you can. There's an almost imperceptible delay

Re: UI for New/Close Window

2006-10-24 Thread Abdelrazak Younes
Joost Verburg wrote: Enrico Forestieri wrote: Indeed, I can confirm that what I said is true in Office 2000 powerpoint, don't know for later versions. What I meant to say is that the X button should never close all open document windows. With current trunk, this doesn't even close a single

Re: LyX does not compile

2006-10-24 Thread Bo Peng
I guess you also need to ./autogen.sh. Another reason why scons is more convenient. :-) No autogen.sh, no configure.sh. Bo

Re: About scrolling speed

2006-10-24 Thread Abdelrazak Younes
Abdelrazak Younes wrote: Asger Ottar Alstrup wrote: Abdelrazak Younes wrote: Before Denmark, the UserGuide PageDown test was at 18 seconds. Now it is at 25 seconds. I hope you have some more code in store for speed ;-) It might very well be the anti-aliasing we enabled. Can you try to revert

Re: UI for New/Close Window

2006-10-24 Thread Joost Verburg
Enrico Forestieri wrote: Indeed, I can confirm that what I said is true in Office 2000 powerpoint, don't know for later versions. What I meant to say is that the X button should never close all open document windows. The current Office versions work fine, so it looks like a stupid mistake in

Re: LyX does not compile

2006-10-24 Thread Abdelrazak Younes
Bennett Helm wrote: On Oct 24, 2006, at 2:22 AM, Abdelrazak Younes wrote: Bo Peng wrote: On 10/23/06, Michael Gerz <[EMAIL PROTECTED]> wrote: Abdel, can you help me? This is due to a scons_manifest problem. Will be fixed in five minutes. I could have sweared I did the right change... I pr

Re: LyX does not compile

2006-10-24 Thread Bo Peng
make clean in qt4/, reconfigure, make, and I still get GuiImplementation.C:123:37: error: GuiImplementation_moc.cpp: No such file or directory Someone needs to update autotools. Not me for the next few hours. Maybe you can figure it out by yourself. Bo

Re: About scrolling speed

2006-10-24 Thread Abdelrazak Younes
Asger Ottar Alstrup wrote: Abdelrazak Younes wrote: Before Denmark, the UserGuide PageDown test was at 18 seconds. Now it is at 25 seconds. I hope you have some more code in store for speed ;-) It might very well be the anti-aliasing we enabled. Can you try to revert that? Just search for set

Re: LyX does not compile

2006-10-24 Thread Bennett Helm
On Oct 24, 2006, at 2:22 AM, Abdelrazak Younes wrote: Bo Peng wrote: On 10/23/06, Michael Gerz <[EMAIL PROTECTED]> wrote: Abdel, can you help me? This is due to a scons_manifest problem. Will be fixed in five minutes. I could have sweared I did the right change... I probably f***ed up t

Re: [patch] fix inputenc

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > My point is that I may not be the only one in this situation. LaTeX is > supposed to be very stable, after all. I know. I share these concerns. Jürgen

r 15535 does not compile.

2006-10-24 Thread Bo Peng
Index: src/lyxfunc.C === --- src/lyxfunc.C (revision 15535) +++ src/lyxfunc.C (working copy) @@ -1039,7 +1039,7 @@ view()->saveSavedPositions(); } -

Re: Invalid formatting code

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > l7n? localization. Seems I missed some chars ;-) Jürgen

Re: LyX does not compile

2006-10-24 Thread Bo Peng
I could have sweared I did the right change... I probably f***ed up the scons change when I merged my tree. Sorry about that. Not a problem. You could not have done anything if you had to change cmake, scons and autotools. :-) I can take care of scons, this is the least I can do to help. Bo

Re: UI for New/Close Window

2006-10-24 Thread Abdelrazak Younes
Jean-Marc Lasgouttes wrote: "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> There are two solutions: Abdelrazak> 1) Make the central widget a QTabWidget in GuiView (which Abdelrazak> is a QMainApplication). Then host a new QWorkArea for each Abdelrazak> tab. In this c

Re: Random notes

2006-10-24 Thread Bo Peng
I don't know what others think, but I would not add a mistake to another mistake. I mean, it was a mistake the sudden drop of qt3, but now that the decision was made it would be another mistake to revert it. However, I would like to know what Bo thinks about it, as he is left in the cold with his

Re: [Patch] Fix some LFUN_WINDOW_CLOSE bugs.

2006-10-24 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Tue, 24 Oct 2006, Abdelrazak Younes wrote: Hello, This patch sanitize the different way to exit from lyx: 1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu. 2) automatic exit when the last window is closed. Does this change the description in an

Re: [patch] fix inputenc

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> PS: especially since the teTeX 2.0 on my machine does not do utf8 >> :( Juergen> teTeX 2.0 was released in Feb 2003, initial, "partial, Juergen> experimental" support for utf8 in unicode wi

Re: [patch] fix inputenc

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > PS: especially since the teTeX 2.0 on my machine does not do utf8 :( teTeX 2.0 was released in Feb 2003, initial, "partial, experimental" support for utf8 in unicode with the LaTeX 2003-12 release (see http://www.latex-project.org/ltnews/ltnews15.pdf). So you'd nee

Re: Invalid formatting code

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Well, I hoped somebody would look for it :) So, I went to >> boost.org, and it seems that there is a library that _may_ be >> useful: http://www.boost.org/doc/html/date_time.html Juergen> H

Re: Invalid formatting code

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Well, I hoped somebody would look for it :) So, I went to boost.org, > and it seems that there is a library that _may_ be useful: > http://www.boost.org/doc/html/date_time.html Hm, seems to be more l7n-friendly than strftime, from what I can see. > Now the question i

Re: About scrolling speed

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > http://www.aa.org/en_information_aa.cfm I see, thanks. That's indeed something different than AAA (and the LyX meetings, as far as I can see). Jürgen

Re: [Patch] updated fix for 2550

2006-10-24 Thread Jean-Marc Lasgouttes
> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: Martin> On Thu, Oct 19, 2006 at 03:41:39PM +0200, Jean-Marc Lasgouttes Martin> wrote: >> > "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes: >> Martin> Attached. Can this go in (trunk)? >> Why not. If it works, I want this in

Re: Is this a math bug of 1.4.3

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 02:43:22PM +0200, Jean-Marc Lasgouttes wrote: > > "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: > > Peter> Enrico Forestieri wrote: > >> On Tue, Oct 24, 2006 at 09:06:18AM +0200, Jean-Marc Lasgouttes > >> wrote: > "Enrico" == Enrico Forestieri <[EMAIL PR

Re: [Patch] Fix some LFUN_WINDOW_CLOSE bugs.

2006-10-24 Thread christian . ridderstrom
On Tue, 24 Oct 2006, Abdelrazak Younes wrote: > Hello, > > This patch sanitize the different way to exit from lyx: > > 1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu. > > 2) automatic exit when the last window is closed. Does this change the description in any way? (For som

Re: [patch] new InsetCommandParams

2006-10-24 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> Can somebody add him to the credits stuff please? I don't know Georg> how that works. I did it (also for the new Galician translator). Please check that I did it right (I kind of guessed the alphabetic ordering). Also, Michael, you s

Re: Invalid formatting code

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> Can boost do that for us? Juergen> No idea. Which method do you think of? Well, I hoped somebody would look for it :) So, I went to boost.org, and it seems that there is a library that _ma

Re: About scrolling speed

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> What's AA? I only know the AAA meetings. http://www.aa.org/en_information_aa.cfm JMarc

Re: Random notes

2006-10-24 Thread Jean-Marc Lasgouttes
> "José" == José Matos <[EMAIL PROTECTED]> writes: José> Mixing the two previous paragraphs, that means that we should José> release a product as soon as possible when certain requirements José> are met, those requirements are: - to have a stable frontend; - José> no (known) regressions are

Re: About scrolling speed

2006-10-24 Thread Juergen Spitzmueller
José Matos wrote: >   It will be fun to have at one of the meetings and say "Hello, my name is > Jürgen S. and I am a lyx developer". I'll noted that sentence for the case I'll enter reality ;-) >   That will make the meeting look like an AA meeting, I can only laugh with > such analogy. ;-) Wha

Re: [patch] fix inputenc

2006-10-24 Thread Jean-Marc Lasgouttes
> "Georg" == Georg Baum <[EMAIL PROTECTED]> writes: Georg> This patch resurrects inputenc support. It look great to me. The only missing link is being able to export latex names as fallback, but I do not know how difficult this is. What about docbook? Is this always utf8? Georg> As stated

Re: Invalid formatting code

2006-10-24 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > Can boost do that for us? No idea. Which method do you think of? > We could also set the date format in lyxrc.dist and be done with it. Yes, why not. Jürgen

Re: About scrolling speed

2006-10-24 Thread Jean-Marc Lasgouttes
> "Asger" == Asger Ottar Alstrup <[EMAIL PROTECTED]> writes: Asger> It might very well be the anti-aliasing we enabled. Can you try Asger> to revert that? Just search for setRenderHint and comment those Asger> guys out. If this is the case, I guess anti-aliasing should be Asger> optional throu

Re: About scrolling speed

2006-10-24 Thread José Matos
On Tuesday 24 October 2006 9:53 am, Juergen Spitzmueller wrote: > To clarify, Jürgen V. is the "real" Jürgen, I'm just a parvenu. It will be fun to have at one of the meetings and say "Hello, my name is Jürgen S. and I am a lyx developer". That will make the meeting look like an AA meeting,

Re: UI for New/Close Window

2006-10-24 Thread Jean-Marc Lasgouttes
> "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> You're wrong here. Clicking the X only closes the current Joost> window, not the others. That's also how Microsoft Office works. Joost> Having both a "Close Window" menu entry and an X button is not Joost> necessary. This is wrong

[Patch] Fix some LFUN_WINDOW_CLOSE bugs.

2006-10-24 Thread Abdelrazak Younes
Hello, This patch sanitize the different way to exit from lyx: 1) exit request with a direct call to LFUN_WINDOW_CLOSE: user menu. 2) automatic exit when the last window is closed. I needed some more small changes to the LFUN in order to make this work properly for all tested use cases. Bo,

Re: UI for New/Close Window

2006-10-24 Thread Bennett Helm
On Oct 24, 2006, at 3:12 AM, Jean-Marc Lasgouttes wrote: "Joost" == Joost Verburg <[EMAIL PROTECTED]> writes: Joost> Now we have the possibility of multiple windows in a single Joost> instance, there is no need anymore to have multiple instances. Joost> Allowing only a single LyX process will

Re: UI for New/Close Window

2006-10-24 Thread Jean-Marc Lasgouttes
> "Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes: Abdelrazak> There are two solutions: Abdelrazak> 1) Make the central widget a QTabWidget in GuiView (which Abdelrazak> is a QMainApplication). Then host a new QWorkArea for each Abdelrazak> tab. In this context, this would mean t

Re: Invalid formatting code

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Joost Verburg wrote: >> Juergen Spitzmueller wrote: > %e is not the same as %d, see my >> comment on bugzilla. >> >> There is indeed a minor difference. %#d on Windows should be like >> %e on UNIX. >> >> Why not use %x

Re: About scrolling speed

2006-10-24 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Abdelrazak Younes wrote: >> PS: I didn't know that there was two Jurgen in this list. I was >> confused by the fact Jurgen (S) criticized the Denmark people while >> he was part of them :-) Juergen> To clarify, Jürgen V.

Re: Is this a math bug of 1.4.3

2006-10-24 Thread Jean-Marc Lasgouttes
> "Peter" == Peter Kümmel <[EMAIL PROTECTED]> writes: Peter> Enrico Forestieri wrote: >> On Tue, Oct 24, 2006 at 09:06:18AM +0200, Jean-Marc Lasgouttes >> wrote: "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> There is instead a bug in the Windows version as when you

Re: Random notes

2006-10-24 Thread Abdelrazak Younes
José Matos wrote: Hi fellow developers, So with this said I look forward to see Georg (who seems to always read my mind when it comes to lyx2lyx), Abdel (to pay you a beverage for qt4 work) or Noted ;-) As a release manager I am a firm believer in the principle of "releasing earlier, re

Re: How to cook an omelet

2006-10-24 Thread Abdelrazak Younes
Edwin Leuven wrote: Edwin Leuven wrote: Edwin Leuven wrote: updated patch attached. the attached is going in now (i also remove some unused code) http://www.lyx.org/trac/changeset/15526 (love talking of myself, just like home ;-) Less talk more action... Some other bugs are still waiting

Re: How to cook an omelet

2006-10-24 Thread Edwin Leuven
Edwin Leuven wrote: Edwin Leuven wrote: updated patch attached. the attached is going in now (i also remove some unused code) http://www.lyx.org/trac/changeset/15526 (love talking of myself, just like home ;-)

Re: How to cook an omelet

2006-10-24 Thread Edwin Leuven
Edwin Leuven wrote: Asger Ottar Alstrup wrote: - The preferences dialog has the wrong size initially updated patch attached. the attached is going in now (i also remove some unused code) Index: panelstack.C === --- panelstack.C

Re: How to cook an omelet

2006-10-24 Thread Edwin Leuven
Edwin Leuven wrote: Asger Ottar Alstrup wrote: - The preferences dialog has the wrong size initially updated patch attached. works for me, so will commit soon unless someone doesn't like it... Index: panelstack.C === --- panelsta

Re: Random notes

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 12:07:13AM +0100, José Matos wrote: > Hi fellow developers, Hi José, hope you recovered from your tour de force ;-) > I am not trying to remember or forget anyone in particular, it was > interesting to meet Charles De Miramon (I hope I get the name right) last > y

Re: About scrolling speed

2006-10-24 Thread Juergen Spitzmueller
Abdelrazak Younes wrote: > PS: I didn't know that there was two Jurgen in this list. I was confused > by the fact Jurgen (S) criticized the Denmark people while he was part > of them :-) To clarify, Jürgen V. is the "real" Jürgen, I'm just a parvenu. Jürgen

Re: Invalid formatting code

2006-10-24 Thread Juergen Spitzmueller
Joost Verburg wrote: > Juergen Spitzmueller wrote: > > %e is not the same as %d, see my comment on bugzilla. > > There is indeed a minor difference. %#d on Windows should be like %e on > UNIX. > > Why not use %x for both, which gives the date representation appropriate > for the current locale? Hm

Re: About scrolling speed

2006-10-24 Thread Martin Vermeer
On Tue, 2006-10-24 at 10:03 +0200, Juergen Vigna wrote: > > Asger Ottar Alstrup wrote: > > One conclusion is clear: The only sure way to get substantially faster > > rendering is to draw less on the screen, as discussed earlier today, > > either by introducing the old singlePar optimisation, or

Re: UI for New/Close Window

2006-10-24 Thread Abdelrazak Younes
Peter Kümmel wrote: Martin Vermeer wrote: We _have_ tabs. But -- they are arranged vertically under a pulldown menu :-) I would love it to have tabs for the multiple documents. Implementing tabs was the reason for me to become a lyx developer. Currently we have one QWidget which shows all doc

Re: UI for New/Close Window

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 10:11:41AM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > >> Good. This last thing is the most important one. If you keep everything > >> in a single instance you prevent many problems. > > > > And open the door to other problems... see my other post. > > You c

Re: UI for New/Close Window

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 10:22:44AM +0200, [EMAIL PROTECTED] wrote: > On Tue, 24 Oct 2006, Joost Verburg wrote: > > > Enrico Forestieri wrote: > > > > Why? Isn't the X button enough? > > > > > > Huh? You were asking for a way to open a new window with the same > > > document loaded in it, or did

Re: UI for New/Close Window

2006-10-24 Thread christian . ridderstrom
On Tue, 24 Oct 2006, Joost Verburg wrote: > Enrico Forestieri wrote: > > > Why? Isn't the X button enough? > > > > Huh? You were asking for a way to open a new window with the same > > document loaded in it, or did I get you wrong? > > > For example, the first time I used > > powerpoint with two

Re: About scrolling speed

2006-10-24 Thread Abdelrazak Younes
Juergen Vigna wrote: Hi Abdel, as much as I know before we started on fixing bugs there I was not able to scroll trough the UserGuide without hitting an Assert ;) But this has nothing to do with speed ;-) More seriously, I was of course speaking about a built that was before the scrolling br

Re: Is this a math bug of 1.4.3

2006-10-24 Thread Peter Kümmel
Enrico Forestieri wrote: > On Tue, Oct 24, 2006 at 09:06:18AM +0200, Jean-Marc Lasgouttes wrote: > >>> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: >> Enrico> There is instead a bug in the Windows version as when you type >> Enrico> {whatever}^2 everything enclosed by braces disap

Re: Is this a math bug of 1.4.3

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 09:06:18AM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> There is instead a bug in the Windows version as when you type > Enrico> {whatever}^2 everything enclosed by braces disappear... > > Do we know more

Re: UI for New/Close Window

2006-10-24 Thread Joost Verburg
Enrico Forestieri wrote: Good. This last thing is the most important one. If you keep everything in a single instance you prevent many problems. And open the door to other problems... see my other post. You can have your command line option. I'm talking about the normal behavior for end-user

Re: UI for New/Close Window

2006-10-24 Thread Joost Verburg
Enrico Forestieri wrote: Why? Isn't the X button enough? Huh? You were asking for a way to open a new window with the same document loaded in it, or did I get you wrong? For example, the first time I used powerpoint with two different documents, I was really surprised and upset by the fact t

Re: About scrolling speed

2006-10-24 Thread Juergen Vigna
Asger Ottar Alstrup wrote: One conclusion is clear: The only sure way to get substantially faster rendering is to draw less on the screen, as discussed earlier today, either by introducing the old singlePar optimisation, or do some drawing-caching scheme. I'm of the opinion that in 1.6 we s

Re: UI for New/Close Window

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 09:15:25AM +0200, Joost Verburg wrote: > Abdelrazak Younes wrote: > >> We should avoid a situation where one can have multiple instances, > >> each with multiple windows. Otherwise it becomes very confusing and it > >> will be impossible to tell which windows share the sa

Re: UI for New/Close Window

2006-10-24 Thread Peter Kümmel
Martin Vermeer wrote: > We _have_ tabs. But -- they are arranged vertically under a pulldown > menu :-) I would love it to have tabs for the multiple documents. Implementing tabs was the reason for me to become a lyx developer. Currently we have one QWidget which shows all documents. We could rep

Re: About scrolling speed

2006-10-24 Thread Juergen Vigna
Hi Abdel, as much as I know before we started on fixing bugs there I was not able to scroll trough the UserGuide without hitting an Assert ;) I think that this is due to the "more" metrics calculations we have to do in order to fix all that scrolling bugs and with it the removal of the nullpaint

Re: UI for New/Close Window

2006-10-24 Thread Enrico Forestieri
On Tue, Oct 24, 2006 at 08:09:10AM +0200, Joost Verburg wrote: > Enrico Forestieri wrote: > > Please not. I don't want my screen cluttered with 10 windows if I have > > 10 documents opened at the same time, because I can only work with one > > at the same time. Having the option to have a new wind

Re: Invalid formatting code

2006-10-24 Thread Joost Verburg
Juergen Spitzmueller wrote: %e is not the same as %d, see my comment on bugzilla. There is indeed a minor difference. %#d on Windows should be like %e on UNIX. Why not use %x for both, which gives the date representation appropriate for the current locale? also, someone who can reproduce

Re: UI for New/Close Window

2006-10-24 Thread Joost Verburg
Abdelrazak Younes wrote: I am sure this is possible (as many apps do this by default on Windows) but I don't know _how_ to do it portably. Maybe it requires OS-specific code. Joost

Re: Invalid formatting code

2006-10-24 Thread Juergen Spitzmueller
Joost Verburg wrote: > Hi, > > %e is not supported as a formatting code for strftime by all compilers. > At least with Windows/MSVC this causes change merging to fail (see > Bugzilla 2923). > > Can I upload the attached patch to 1.4 and 1.5? Did you read http://bugzilla.lyx.org/show_bug.cgi?id=283

  1   2   >