Re: Renamings

2007-04-26 Thread Stephan Witt
Andre Poenitz wrote: > On Thu, Apr 26, 2007 at 03:33:45PM +0200, Stephan Witt wrote: >> Andre Poenitz wrote: >>> So... definitely a step in the right direction. >>> >>> I've a few issues left: >>> >>> 1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. >>>I mean, it is clear that

Re: Renamings

2007-04-26 Thread Andre Poenitz
On Thu, Apr 26, 2007 at 03:33:45PM +0200, Stephan Witt wrote: > Andre Poenitz wrote: > > So... definitely a step in the right direction. > > > > I've a few issues left: > > > > 1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. > >I mean, it is clear that 'LyXLayout' in src/ ha

Re: Renamings

2007-04-26 Thread Andre Poenitz
On Thu, Apr 26, 2007 at 08:05:56AM -0500, Bo Peng wrote: > >1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. > > I mean, it is clear that 'LyXLayout' in src/ has something todo with > > LyX, isn't it. Of course this mean > > > >2. rowpainter.cpp is all about a class RowPainter,

Re: Renamings

2007-04-26 Thread Stephan Witt
Andre Poenitz wrote: > So... definitely a step in the right direction. > > I've a few issues left: > > 1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. >I mean, it is clear that 'LyXLayout' in src/ has something todo with >LyX, isn't it. Of course this mean > > 2. rowpai

Re: Renamings

2007-04-26 Thread Bo Peng
1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. I mean, it is clear that 'LyXLayout' in src/ has something todo with LyX, isn't it. Of course this mean 2. rowpainter.cpp is all about a class RowPainter, which is used only locally, so it does not show up in the .h. I'd p

Re: Renamings

2007-04-26 Thread José Matos
On Thursday 26 April 2007 8:29:43 am Andre Poenitz wrote: > So... definitely a step in the right direction. > > I've a few issues left: > > 1. I'd like to get rid of the 'LyX'/'L' prefix whenever possible. >I mean, it is clear that 'LyXLayout' in src/ has something todo with >LyX, isn't it.

Re: renamings (2)

2007-04-24 Thread Abdelrazak Younes
Andre Poenitz wrote: On Tue, Apr 24, 2007 at 11:41:53AM +0200, Abdelrazak Younes wrote: I think you mean in src/frontend/qt4. Do you mean "putting the two classes into one file" or "merging the two classes"? Right now I mean "putting two classes into one file". I have not thought too much abou

Re: renamings (2)

2007-04-24 Thread José Matos
On Tuesday 24 April 2007 11:07:04 am Jean-Marc Lasgouttes wrote: > Andre> The main reason for the renamings _now_ was that patches later > Andre> will easier apply to 1.5.x and 1.6.x-svn. > > +1 That is the single reason to do it now. :-) > JMarc -- José Abílio

Re: renamings (2)

2007-04-24 Thread Jean-Marc Lasgouttes
> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes: Andre> On Tue, Apr 24, 2007 at 11:41:53AM +0200, Abdelrazak Younes Andre> wrote: >> I think you mean in src/frontend/qt4. Do you mean "putting the two >> classes into one file" or "merging the two classes"? Andre> Right now I mean "puttin

Re: renamings (2)

2007-04-24 Thread Andre Poenitz
On Tue, Apr 24, 2007 at 11:41:53AM +0200, Abdelrazak Younes wrote: > I think you mean in src/frontend/qt4. Do you mean "putting the two > classes into one file" or "merging the two classes"? Right now I mean "putting two classes into one file". I have not thought too much about the latter, in any

Re: renamings (2)

2007-04-24 Thread Abdelrazak Younes
Andre Poenitz wrote: I just renamed the .ui files. This was straightforward. However, the stuff in qt4/* is harder as there'll be clashes with headers in src/*.h. So I'd keep it as it is at the moment and rather merge QFooDialog.[Ch] into QFoo.[Ch] whenever it makes sense. The dependencies are

Re: renamings (2)

2007-04-24 Thread Andre Poenitz
On Tue, Apr 24, 2007 at 11:14:03AM +0200, Andre Poenitz wrote: > > I just renamed the .ui files. This was straightforward. However, the > stuff in qt4/* is harder as there'll be clashes with headers in src/*.h. > > So I'd keep it as it is at the moment and rather merge QFooDialog.[Ch] > into QFo

Re: renamings/signature change

2003-12-16 Thread Angus Leeming
Andre Poenitz wrote: > This is not a difficult change but a large patch so I thought I > better ask. Go for it. Makes a lot of sense, cleaner code and more power too. Also I have no changes to be checked-in that will be 'destroyed' by such a patch ;-) -- Angus