Re: Trac guii component

2009-10-12 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Jean-Marc Lasgouttes wrote: > >> Removing it is fine (I did it for some other components). The result is >> that the component is kept in old bugs, but cannot be used for new ones. > > OK, if it is kept, I have certainly no objections. I did it. JMarc

Re: Trac guii component

2009-10-05 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote: > Removing it is fine (I did it for some other components). The result is > that the component is kept in old bugs, but cannot be used for new ones. OK, if it is kept, I have certainly no objections. Jürgen

Re: Trac guii component

2009-10-05 Thread Jean-Marc Lasgouttes
Jürgen Spitzmüller writes: > Pavel Sanda wrote: >> we forgot to kill guii component and people are trying >> to assign to it wrongly. could you remove it now > > We cannot remove it, for the sake of bug tracking history. Maybe we can make > it unselectable? Removing

Re: Trac guii component

2009-10-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > frontend-* except qt4 I missed this step. No good idea IMHO. Jürgen

Re: Trac guii component

2009-10-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > i dont think its worth to preserve it, in the same way as we havent > > preserved another components deleted last time. > > as for example? frontend-* except qt4 vspace pavel

Re: Trac guii component

2009-10-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > i dont think its worth to preserve it, in the same way as we havent > preserved another components deleted last time. as for example? Jürgen

Re: Trac guii component

2009-10-04 Thread Pavel Sanda
Jürgen Spitzmüller wrote: > Pavel Sanda wrote: > > we forgot to kill guii component and people are trying > > to assign to it wrongly. could you remove it now > > We cannot remove it, for the sake of bug tracking history. Maybe we can make > it unselectable? i dont thi

Re: Trac guii component

2009-10-04 Thread Jürgen Spitzmüller
Pavel Sanda wrote: > we forgot to kill guii component and people are trying > to assign to it wrongly. could you remove it now We cannot remove it, for the sake of bug tracking history. Maybe we can make it unselectable? Jürgen

Trac guii component

2009-10-04 Thread Pavel Sanda
JMarc, we forgot to kill guii component and people are trying to assign to it wrongly. could you remove it now? pavel

Re: GUII

2006-10-26 Thread Andre Poenitz
On Mon, Oct 23, 2006 at 07:00:18AM -0500, Bo Peng wrote: > >Ah, here is the official request. ;) > > > >First: Is it worth the effort? How big is the speedup? > > MSVC seems to benefit from pch more than gcc. I never had any first > hand experience though. > > >Second: Was there not another endle

Re: GUII

2006-10-25 Thread Abdelrazak Younes
Peter Kümmel wrote: Abdelrazak Younes wrote: no-undefined symbols work well with C++. However I don't see what you'd link to make this usable. We have (1) core + frontend (without Qt) (2) frontend + frontend/qt (without core) But linking-wise both depend on the 'without' stuff Wit

Re: GUII

2006-10-25 Thread Peter Kümmel
Abdelrazak Younes wrote: >> no-undefined symbols work well with C++. However I don't >> see what you'd link to make this usable. >> >> We have (1) core + frontend (without Qt) >> (2) frontend + frontend/qt (without core) >> >> But linking-wise both depend on the 'without' stuff > > Wit

Re: GUII

2006-10-25 Thread Abdelrazak Younes
Andre Pönitz wrote: Quoting Peter Kümmel <[EMAIL PROTECTED]>: The fact that there's now only one frontend left to care about should not lead to the conclusion that's now suddenly fine to mix core and GUI. As a matter of fact I will strongly oppose any change that will lead to (a) using any QW

Re: GUII

2006-10-23 Thread Bo Peng
I've added support for precompiled headers on msvc. You could enable it with the option -Dpch=1. Interesting, all without touching the code? I will have to have a look. Cheers, Bo

Re: GUII

2006-10-23 Thread Asger Ottar Alstrup
Peter Kümmel wrote: Asger Ottar Alstrup wrote: Andre Pönitz wrote: Quoting Peter Kümmel <[EMAIL PROTECTED]>: [Use precompiled headers for VS] Ah, here is the official request. ;) I've added support for precompiled headers on msvc. You could enable it with the option -Dpch=1. I've added mo

Re: GUII

2006-10-23 Thread Peter Kümmel
Asger Ottar Alstrup wrote: > Andre Pönitz wrote: >> Quoting Peter Kümmel <[EMAIL PROTECTED]>: >> [Use precompiled headers for VS] >>> >>> Ah, here is the official request. ;) I've added support for precompiled headers on msvc. You could enable it with the option -Dpch=1. I've added most head

Re: GUII

2006-10-23 Thread Bo Peng
Ah, here is the official request. ;) First: Is it worth the effort? How big is the speedup? MSVC seems to benefit from pch more than gcc. I never had any first hand experience though. Second: Was there not another endless discussion about precompiled headers between Bo and Lars? Is it now pos

Re: GUII

2006-10-23 Thread Abdelrazak Younes
Andre Pönitz wrote: The fact that there's now only one frontend left to care about should not lead to the conclusion that's now suddenly fine to mix core and GUI. As a matter of fact I will strongly oppose any change that will lead to (a) using any QWhateverStuff in src/*, src/inset/* src/mathe

Re: GUII

2006-10-23 Thread Asger Ottar Alstrup
Oh, one more thing: You need to add something like /Fp"\build\bin\debug\lyx-qt4.pch" as well, to make sure all projects use the same precompiled header. Regards, Asger

Re: GUII

2006-10-23 Thread Asger Ottar Alstrup
Andre Pönitz wrote: Quoting Peter Kümmel <[EMAIL PROTECTED]>: >>> [Use precompiled headers for VS] Ah, here is the official request. ;) First: Is it worth the effort? How big is the speedup? I did a test. Use the attached config.h.cmake. Make a config.cpp file with just one line: #inc

Re: GUII

2006-10-23 Thread Andre Pönitz
Quoting Peter Kümmel <[EMAIL PROTECTED]>: Andre Pönitz wrote: Since you are online, Peter: How difficult would it be to make use of precompiled headers with cmake/win? Can't you just abuse config.h for that? That's included in every .C file anyway... Ah, here is the official request. ;) F

Re: GUII

2006-10-23 Thread Peter Kümmel
Andre Pönitz wrote: > > Since you are online, Peter: > > How difficult would it be to make use of precompiled headers > with cmake/win? > > Can't you just abuse config.h for that? > That's included in every .C file anyway... > > Andre' > > Ah, here is the official request. ;) First: Is it w

Re: GUII

2006-10-23 Thread Peter Kümmel
Andre Pönitz wrote: > Quoting Peter Kümmel <[EMAIL PROTECTED]>: > >>> The fact that there's now only one frontend left to care about >>> should not lead to the conclusion that's now suddenly fine to >>> mix core and GUI. >>> >>> As a matter of fact I will strongly oppose any change that will >>> l

Re: GUII

2006-10-22 Thread Andre Pönitz
Quoting Peter Kümmel <[EMAIL PROTECTED]>: The fact that there's now only one frontend left to care about should not lead to the conclusion that's now suddenly fine to mix core and GUI. As a matter of fact I will strongly oppose any change that will lead to (a) using any QWhateverStuff in src/*

Re: GUII

2006-10-22 Thread Andre Pönitz
Since you are online, Peter: How difficult would it be to make use of precompiled headers with cmake/win? Can't you just abuse config.h for that? That's included in every .C file anyway... Andre'

Re: GUII

2006-10-22 Thread Andre Pönitz
Quoting [EMAIL PROTECTED]: On Mon, 23 Oct 2006, Andre Pönitz wrote: PS: I really should have brought beer to Denmark. It's far to risky to come here without... What do you mean... no good beer in Denmark? (or to little of it?) Beer was good, and so were the other beverages. And with hinds

Re: GUII

2006-10-22 Thread Peter Kümmel
>The fact that there's now only one frontend left to care about >should not lead to the conclusion that's now suddenly fine to >mix core and GUI. > >As a matter of fact I will strongly oppose any change that will >lead to > >(a) using any QWhateverStuff in src/*, src/inset/* src/mathed/* >src/s

Re: GUII

2006-10-22 Thread Peter Kümmel
[EMAIL PROTECTED] wrote: > On Mon, 23 Oct 2006, Andre Pönitz wrote: > >> PS: I really should have brought beer to Denmark. It's far to risky to >> come here without... > > What do you mean... no good beer in Denmark? (or to little of it?) See the mind map: they ran out of beer last night. --

Re: GUII

2006-10-22 Thread christian . ridderstrom
On Mon, 23 Oct 2006, Andre Pönitz wrote: > PS: I really should have brought beer to Denmark. It's far to risky to > come here without... What do you mean... no good beer in Denmark? (or to little of it?) /C -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

GUII

2006-10-22 Thread Andre Pönitz
The fact that there's now only one frontend left to care about should not lead to the conclusion that's now suddenly fine to mix core and GUI. As a matter of fact I will strongly oppose any change that will lead to (a) using any QWhateverStuff in src/*, src/inset/* src/mathed/* src/support/*

Re: Update for GUII page

2006-01-23 Thread Jean-Marc Lasgouttes
> "John" == John Spray <[EMAIL PROTECTED]> writes: Hi John, John> Hi, Attached patch does the following: * Remove the 'Footnote' John> and 'Marginal Note' entries, since they don't seem to correspond John> to any dialog in any frontend. * Mark Ref, Citation and John> Thesaurus as complete for

Update for GUII page

2006-01-21 Thread John Spray
Hi, Attached patch does the following: * Remove the 'Footnote' and 'Marginal Note' entries, since they don't seem to correspond to any dialog in any frontend. * Mark Ref, Citation and Thesaurus as complete for GTK frontend. (I don't have permissions to apply this myself) John

Re: GUII branch : compile error

2002-11-07 Thread John Levon
On Thu, Nov 07, 2002 at 10:19:49PM +0100, Pierre-Olivier Gaillard wrote: > Did I get the wrong branch with this command : > > cvs co -r BRANCH_GUII -d lyx-guii lyx-devel Oh. Yes. the GUII stuff is integrated into the main trunk CVS months ago. Try again with a normal checkout ;) reg

Re: GUII branch : compile error

2002-11-07 Thread Pierre-Olivier Gaillard
On Thu, 7 Nov 2002 21:08:49 + John Levon <[EMAIL PROTECTED]> wrote: > On Thu, Nov 07, 2002 at 10:03:55PM +0100, Pierre-Olivier Gaillard wrote: > > > This seems very strange, I simply did : > > cd lyx-guii > > ./autogen.sh > > ./configure --with-frontend

Re: GUII branch : compile error

2002-11-07 Thread John Levon
On Thu, Nov 07, 2002 at 10:03:55PM +0100, Pierre-Olivier Gaillard wrote: > This seems very strange, I simply did : > cd lyx-guii > ./autogen.sh > ./configure --with-frontend=qt2 --with-frontend=qt > make -j 5 # to use my 2 Celeron chips. I really doubt this is safe. > Gra

GUII branch : compile error

2002-11-07 Thread Pierre-Olivier Gaillard
Hello, I just checked out the GUII branch to have a look at the Qt2 interface but the build fails in src/graphics/GraphicsImageXPM.C because of undefined references to FLTK (?!!!??!!) variables such as fl_screen or fl_state. This seems very strange, I simply did : cd lyx-guii ./autogen.sh

Re: Screen GUII patch

2002-06-15 Thread John Levon
On Sat, Jun 15, 2002 at 08:49:29PM +0200, Asger Kunuk Alstrup Nielsen wrote: > OK, we have a plan now. Cool. > We have introduced a LyXKeySym class Ah, lkey, except it's untypable ... only kidding :) > The point is that the LyX core only needs this functionality from the > KeySym: > > - Stor

Re: Screen GUII patch

2002-06-15 Thread Asger Kunuk Alstrup Nielsen
On Sat, 15 Jun 2002, John Levon wrote: > Anyway, I don't understand how the old code worked very well either. > Feel lucky that I cleaned it up a while ago :)) > > If there is some obscure bit of kb*.[hC] ... I /might/ know the answer; > there's no harm in asking ! OK, we have a plan now. We ha

Re: Screen GUII patch

2002-06-15 Thread John Levon
On Sat, Jun 15, 2002 at 06:43:51PM +0200, Asger Kunuk Alstrup Nielsen wrote: > We have had a beer or two now, and still no reply. > > It seems the British are only fast with the feet, not > their minds. Give us a chance I only went to the shop ! > We'll have another beer to celebrate this litt

Re: Screen GUII patch

2002-06-15 Thread Asger Kunuk Alstrup Nielsen
Hi again, We have had a beer or two now, and still no reply. It seems the British are only fast with the feet, not their minds. We'll have another beer to celebrate this little victory. Cheers, Asger!

Screen GUII patch

2002-06-15 Thread Asger Kunuk Alstrup Nielsen
Dear John, We practically committed the Screen patch you sent the 12th. We did the merge ourselves, and changed a few names here and there, but basically, it's the same patch. However, as mentioned, we are not ready to merge the next bits, because they break the kbmap stuff. We will spend some t

Developer's meeting & GUII

2002-06-06 Thread John Levon
Some people have mentioned they're planning to do some GUII work at the meeting.. I had hoped to get some of the core changes from my GUII branch in before the meeting but Lars' obstructionism has prevented that, so instead I'll just make a couple of comments about BRANCH_GUII 1

Re: [GUII] I have a dream...

2002-06-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> It claims to be qute portable, also when on a platform that does Lars> not support dynamic linking, this is "forged" by using static Lars> linking instead. That seems OK, then. JMarc

Re: [GUII] I have a dream...

2002-06-04 Thread Lars Gullik Bjønnes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: >> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: > | Lars> lyx --frontend xforms lyx --frontend qt lyx --frontend gnome > | Lars> without recompiles. > | Lars> This is actually easier than you might think. > | It would be nice indee

Re: [GUII] I have a dream...

2002-06-04 Thread Jean-Marc Lasgouttes
> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes: Lars> lyx --frontend xforms lyx --frontend qt lyx --frontend gnome Lars> without recompiles. Lars> This is actually easier than you might think. It would be nice indeed. Lars> We need a clear API into the frontends, much like the

[GUII] I have a dream...

2002-06-03 Thread Lars Gullik Bjønnes
lyx --frontend xforms lyx --frontend qt lyx --frontend gnome without recompiles. This is actually easier than you might think. We need a clear API into the frontends, much like the signal setup today, but in the opposite direction. This also means that using boost::function or boost::signal i

Re: GUII branch

2002-05-26 Thread Andre Poenitz
On Sun, May 26, 2002 at 08:28:53PM -0700, Kayvan A. Sylvan wrote: > Shouldn't those P's be PS, PPS, PPPS, etc. instead? Depending on your localization of 'P' and 'S' I suppose ;-} Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve,

Re: GUII branch

2002-05-26 Thread Kayvan A. Sylvan
On Mon, May 27, 2002 at 02:52:44AM +0200, Lars Gullik Bjønnes wrote: > John Levon <[EMAIL PROTECTED]> writes: > > | OK we clearly need a GUII branch now, so people can see how the whole > | thing hangs together (this means you Lars ;) > > > | Can you make one Lars >

Re: GUII branch

2002-05-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Post Script Script ?? The blood must be causing oxygen deprivation or | something... hmmm... yes.. my vision is a bit blurred (and my mind to it seems) -- Lgb

Re: GUII branch

2002-05-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Mon, May 27, 2002 at 02:52:44AM +0200, Lars Gullik Bjønnes wrote: > >> If this is so that you can skip explaining stuff and just ponder on, >> then no. > | It's not. It's easier to read a branch than it is to read a patch. | And also it would be good to

Re: GUII branch

2002-05-26 Thread John Levon
On Mon, May 27, 2002 at 02:52:44AM +0200, Lars Gullik Bjønnes wrote: > If this is so that you can skip explaining stuff and just ponder on, > then no. It's not. It's easier to read a branch than it is to read a patch. And also it would be good to have help on some tedious things like the fact kb

Re: GUII branch

2002-05-26 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | OK we clearly need a GUII branch now, so people can see how the whole | thing hangs together (this means you Lars ;) > | Can you make one Lars If this is so that you can skip explaining stuff and just ponder on, then no. What you cannot expect

GUII branch

2002-05-26 Thread John Levon
OK we clearly need a GUII branch now, so people can see how the whole thing hangs together (this means you Lars ;) Can you make one Lars thanks john -- "Time is a great teacher, but unfortunately it kills all its pupils." - Hector Louis Berlioz

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, May 25, 2002 at 06:02:43PM +0200, Lars Gullik Bjønnes wrote: > >> Button1 > | Hmm, I much prefer button1, less strain on the keyboard... > | I have to enumerate them explicitly to get 1,2,4,8,16, no ? > >> write a operator|= for key_modifier::state

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread John Levon
On Sat, May 25, 2002 at 06:02:43PM +0200, Lars Gullik Bjønnes wrote: > Button1 Hmm, I much prefer button1, less strain on the keyboard... I have to enumerate them explicitly to get 1,2,4,8,16, no ? > write a operator|= for key_modifier::state; How about this (less code than I thought it would

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, May 25, 2002 at 05:49:25PM +0200, Lars Gullik Bjønnes wrote: > >> Is this the obviosu thing: > | Ah CRAP. Now I remember why I have the typedef int !!! > | case 's': case 'S': | mod |= key_mod

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, May 25, 2002 at 10:56:08AM +0200, Lars Gullik Bjønnes wrote: > >> It looks a lot better, but why the enum values in all CAPS? > | OK. button1 etc, fine by me. I'll change this. Or perhaps cap the first char: Button1, Button2 (this one is up for di

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread John Levon
On Sat, May 25, 2002 at 05:49:25PM +0200, Lars Gullik Bjønnes wrote: > Is this the obviosu thing: Ah CRAP. Now I remember why I have the typedef int !!! case 's': case 'S': mod |= key_modifier::shift; i += 2

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread John Levon
On Sat, May 25, 2002 at 05:49:25PM +0200, Lars Gullik Bjønnes wrote: > Is this the obviosu thing: > > namespace button_event { > > enum state { >None, >Button1, >Button2, >... > }; > } Yes, except I have "butto

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Sat, May 25, 2002 at 10:56:08AM +0200, Lars Gullik Bjønnes wrote: > >> instead of using a named enum? > | On second thoughts, what the hell am I talking about ? > | D'oh. | I'll fix it this to do the obvious thing and commit this after the | changes yo

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread John Levon
On Sat, May 25, 2002 at 10:56:08AM +0200, Lars Gullik Bjønnes wrote: > instead of using a named enum? On second thoughts, what the hell am I talking about ? D'oh. I'll fix it this to do the obvious thing and commit this after the changes you mention regards john -- "Time is a great teacher,

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread John Levon
On Sat, May 25, 2002 at 10:56:08AM +0200, Lars Gullik Bjønnes wrote: > It looks a lot better, but why the enum values in all CAPS? OK. button1 etc, fine by me. I'll change this. > and why include config.h here: This is for a future change where kbsequence.h includes a string So it doesn't make

Re: [PATCH] mouse/key states GUII take 2

2002-05-25 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Interesting that the wishlist thread on comp.lang.c++.moderated | was talking about the exact same problem I had with | key_state/mouse_state > | A further refinement might be a typedef int button; in mouse_state | to clearly separate state vs. event of a

[PATCH] mouse/key states GUII take 2

2002-05-24 Thread John Levon
Interesting that the wishlist thread on comp.lang.c++.moderated was talking about the exact same problem I had with key_state/mouse_state A further refinement might be a typedef int button; in mouse_state to clearly separate state vs. event of a mouse button, but it's not worth it right now. OK

Re: [PATCH] GUII move FontLoader,FontInfo,ColorHandler

2002-05-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, May 24, 2002 at 07:40:06PM +0200, Lars Gullik Bjønnes wrote: > >> No Changelogs? > | I'll add them when I commit (in fact I have already written them). then go ahead. -- Lgb

Re: [PATCH] GUII move FontLoader,FontInfo,ColorHandler

2002-05-24 Thread John Levon
On Fri, May 24, 2002 at 07:40:06PM +0200, Lars Gullik Bjønnes wrote: > No Changelogs? I'll add them when I commit (in fact I have already written them). regards john -- "This is playing, not work, therefore it's not a waste of time." - Zath

Re: [PATCH] GUII move FontLoader,FontInfo,ColorHandler

2002-05-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | same old same old > | This is the last of the big "move stuff" patches. Soon there | will be some actual patches. > | OK to commit ? No Changelogs? -- Lgb

[PATCH] GUII move FontLoader,FontInfo,ColorHandler

2002-05-24 Thread John Levon
same old same old This is the last of the big "move stuff" patches. Soon there will be some actual patches. OK to commit ? thanks john -- "This is playing, not work, therefore it's not a waste of time." - Zath fontload.diff.bz2 Description: Binary data

Re: [PATCH] guii - font_metrics

2002-05-24 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | This one prepares for GUII font metrics stuff, so ignore the weird | forwarding of frontends/font_metrics.h for now > | I got very confused when first looking at font stuff, I think | font_metrics is a much better name for the namespace > |

last GUII font_metrics patch

2002-05-24 Thread John Levon
Still looking for an OK ... please don't make the merge harder for me ! john -- "This is playing, not work, therefore it's not a waste of time." - Zath

[PATCH] guii - font_metrics

2002-05-23 Thread John Levon
This one prepares for GUII font metrics stuff, so ignore the weird forwarding of frontends/font_metrics.h for now I got very confused when first looking at font stuff, I think font_metrics is a much better name for the namespace OK to apply ? The good news: there is only the unsigned int

Re: Big GUII patch

2002-05-23 Thread Lars Gullik Bjønnes
sense to me. But I feel really queasy | about a setWindowTitle() method in core code, and the fact that it will | be the only case in a simple GUII inheritance hierarchy where the | toolkit-specific versions inherit from something in core code. Source | discoverability is good, and code to upda

Re: Big GUII patch

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 12:21:03PM +0100, Angus Leeming wrote: > of course, if you used namespace front, then you could even rename it as > Screen... , true... john -- "This is playing, not work, therefore it's not a waste of time." - Zath

Re: Big GUII patch

2002-05-23 Thread Angus Leeming
On Thursday 23 May 2002 11:06 am, John Levon wrote: > http://movementarian.org/q8.diff.bz2 > > I've written a short summary below of what the patch has done so far. > I'm not sure what I should merge next - there are still some "move this" > things to be done, but they get more tricky ... > > 2. s

Re: Big GUII patch

2002-05-23 Thread John Levon
tle() method in core code, and the fact that it will be the only case in a simple GUII inheritance hierarchy where the toolkit-specific versions inherit from something in core code. Source discoverability is good, and code to update the environment combo truly belongs in frontends/ The important thing

Re: Big GUII patch

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, May 23, 2002 at 12:22:16PM +0200, Lars Gullik Bjønnes wrote: > >> | 19,000 lines of diff ... yipes >> >> Are you able to break this one up? > | Heh, I'm not being very clear today am I. The URL is just for reference, | not a patch submission. > >>

Re: Big GUII patch

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 12:26:47PM +0200, Andre Poenitz wrote: > Does it work, John? Not really. And it will be split. Angus is dead right that it must be done in small logical changes, compiling all the time. It will triple the work load but it is the only honest way. If Al Viro can rewrite t

Re: Big GUII patch

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 12:22:16PM +0200, Lars Gullik Bjønnes wrote: > | 19,000 lines of diff ... yipes > > Are you able to break this one up? Heh, I'm not being very clear today am I. The URL is just for reference, not a patch submission. > It is a tiny bit larger than what I am confortable w

Re: Big GUII patch

2002-05-23 Thread Andre Poenitz
On Thu, May 23, 2002 at 12:22:16PM +0200, Lars Gullik Bjønnes wrote: > Are you able to break this one up? > > It is a tiny bit larger than what I am confortable with. > > breaking into say ... 17 patches would be good. If it works you don't win by splitting... Does it work, John? Andre' --

Re: Big GUII patch

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Against current CVS (modulo removed file clashes I still haven't | fixed) : > | http://movementarian.org/q8.diff.bz2 > | 19,000 lines of diff ... yipes Are you able to break this one up? It is a tiny bit larger than what I am confortable with. breaking

Big GUII patch

2002-05-23 Thread John Levon
ot;move this" things to be done, but they get more tricky ... 1. Move Painter/PainterBase into frontends, and make various changes to allow GUII [PART MERGED] 2. s/LyXScreen/LScreen/ There was some grumbling about this, I'm happy to change it back if really wanted. Also move

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 11:44:51AM +0200, Lars Gullik Bjønnes wrote: > Go eat scearn! Well you learn a new word every day. "My father still reads the dictionary every day. He says that your life depends on your power to master words." - Arthur Scargill Must be why I crapped up mine th

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, May 23, 2002 at 11:15:44AM +0200, Lars Gullik Bjønnes wrote: > >> BS! > | Ha ! You think you can hide your error with scatology ?? Go eat scearn! -- Lgb

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 11:15:44AM +0200, Lars Gullik Bjønnes wrote: > BS! Ha ! You think you can hide your error with scatology ?? john -- "This is playing, not work, therefore it's not a waste of time." - Zath

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, May 23, 2002 at 10:51:30AM +0200, Lars Gullik Bjønnes wrote: > >> | Again, no logic changes. Please apply to trunk > | -ENOKARMA > | Access denied: Insufficient Karma (levon|lyx-devel/src) | cvs server: Pre-commit check failed BS! --

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 10:51:30AM +0200, Lars Gullik Bjønnes wrote: > | Again, no logic changes. Please apply to trunk -ENOKARMA Access denied: Insufficient Karma (levon|lyx-devel/src) cvs server: Pre-commit check failed I feel like the Lawnmower Man john -- "This is playing, not wor

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
nter" is no longer used anywhere. Painter | || | QtPainterXPainter GnomePainter ... seems nicer to me. The patch sent does not make things very clear, merely because it just moves files, and doesn't really show

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Thu, May 23, 2002 at 10:36:10AM +0200, Lars Gullik Bjønnes wrote: > >> This looks ok to me, apply it. > | Applier needs this file too, sorry. do it yourself. -- Lgb

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
Angus Leeming <[EMAIL PROTECTED]> writes: | On Thursday 23 May 2002 7:55 am, John Levon wrote: >> Take 2. This one will actually produce a useful diff for the next stage. >> >> Again, no logic changes. Please apply to trunk >> >> thanks >> john > | THis is a bit lazy isn't it: | diff -N src/front

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Angus Leeming
On Thursday 23 May 2002 9:41 am, Andre Poenitz wrote: > On Thu, May 23, 2002 at 09:29:09AM +0100, Angus Leeming wrote: > > Request for new compiler please. > > I've heard of gcc running on toasters... > > Andre' I have bad experiences of gcc on a DEC. It's the linking stage that fails and unfort

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Take 2. This one will actually produce a useful diff for the next stage. > | Again, no logic changes. Please apply to trunk --- src/ColorHandler.h 22 May 2002 01:16:35 - 1.10 +++ src/ColorHandler.h 23 May 2002 06:25:55 - @@ -15,7 +15,7 @@

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 10:36:10AM +0200, Lars Gullik Bjønnes wrote: > This looks ok to me, apply it. Applier needs this file too, sorry. (frontends/Painter.C) john -- "This is playing, not work, therefore it's not a waste of time." - Zath /* This file is part of * ===

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Andre Poenitz
On Thu, May 23, 2002 at 09:29:09AM +0100, Angus Leeming wrote: > Request for new compiler please. I've heard of gcc running on toasters... Andre' -- Those who desire to give up Freedom in order to gain Security, will not have, nor do they deserve, either one. (T. Jefferson)

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | also some minor cleanup This looks ok to me, apply it. -- Lgb

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread John Levon
On Thu, May 23, 2002 at 09:29:09AM +0100, Angus Leeming wrote: > > Take 2. This one will actually produce a useful diff for the next stage. Take heed of this comment ... > THis is a bit lazy isn't it: No. This diff is /only/ so that the /real/ changes produce a useful diff that shows the actua

Re: [PATCH] guii-1: move Painter,PainterBase

2002-05-23 Thread Angus Leeming
On Thursday 23 May 2002 7:55 am, John Levon wrote: > Take 2. This one will actually produce a useful diff for the next stage. > > Again, no logic changes. Please apply to trunk > > thanks > john THis is a bit lazy isn't it: diff -N src/frontends/Painter.h ... +#ifndef PAINTERBASE_H +#define PAINT

[PATCH] guii-1: move Painter,PainterBase

2002-05-22 Thread John Levon
Take 2. This one will actually produce a useful diff for the next stage. Again, no logic changes. Please apply to trunk thanks john -- "This is playing, not work, therefore it's not a waste of time." - Zath paintermove2.diff.bz2 Description: Binary data

Re: [PATCH] guii-1: move Painter

2002-05-22 Thread John Levon
On Thu, May 23, 2002 at 06:40:22AM +0100, John Levon wrote: > This is simply to make later patches more readable, and should be > applied to the trunk. No logic changes are included. > > thanks > john Sigh, not an auspicious start. Of course this needs to add Painter.h / Painter.C to frontends/

[PATCH] guii-1: move Painter

2002-05-22 Thread John Levon
This is simply to make later patches more readable, and should be applied to the trunk. No logic changes are included. thanks john -- "This is playing, not work, therefore it's not a waste of time." - Zath Index: src/ChangeLog =

Re: guii update

2002-03-18 Thread John Levon
On Mon, Mar 18, 2002 at 01:16:02PM +0100, Asger K. Alstrup Nielsen wrote: > This is neat. It's a lot neater now. > I looked at the patch, and can see that there still is a long way > to go, but I'm impressed that you got as far as you have. Actually there is not so far now, really. And if I go

  1   2   >