Re: Qt2 filenames

2001-06-17 Thread Allan Rae
yOn Fri, 15 Jun 2001, John Levon wrote: > On Fri, Jun 15, 2001 at 01:55:48PM +1000, Allan Rae wrote: > > > On Thu, 14 Jun 2001, Kalle Dalheimer wrote: > > > > > At least, I like the idea of dropping the Form prefix a lot (I never > > > understood why it was there, probably an xforms thing). > > >

Re: Qt2 filenames

2001-06-15 Thread John Levon
On Fri, Jun 15, 2001 at 01:55:48PM +1000, Allan Rae wrote: > On Thu, 14 Jun 2001, Kalle Dalheimer wrote: > > > At least, I like the idea of dropping the Form prefix a lot (I never > > understood why it was there, probably an xforms thing). > > The xforms port was always using Form* for our code

Re: Qt2 filenames

2001-06-14 Thread Juergen Vigna
On 14-Jun-2001 John Levon wrote: > actually I would prefer the .ui files to go in there too. > > However your suggestion seems a reasonable compromise. So we are all agreed on : > > QTabCreate.[Ch] > QTabCreate.ui > QTabCReateDialogImpl.[Ch] > uic/QTabCreateDialog.[Ch] Please head that I have

Re: Qt2 filenames

2001-06-14 Thread Allan Rae
On Thu, 14 Jun 2001, Kalle Dalheimer wrote: > At least, I like the idea of dropping the Form prefix a lot (I never > understood why it was there, probably an xforms thing). The xforms port was always using Form* for our code and form_* for generated code. Then other ports started and people ref

Re: Qt2 filenames

2001-06-14 Thread John Levon
On Thu, Jun 14, 2001 at 08:33:54AM +0200, Kalle Dalheimer wrote: > Oh, now I see that you want to put the Designer-generated C and h files into > ui/. Yes, that would be good, especially if the .ui files stay out of there. > Could be a bit confusing for the casual observer that the .ui files ar

Re: Qt2 filenames

2001-06-13 Thread Kalle Dalheimer
On Thursday 14 June 2001 02:36, John Levon wrote: > On Wed, Jun 13, 2001 at 10:06:24AM +0200, Edwin Leuven wrote: > > > FormXXX > > > FormXXXDialog <- machine generated > > > FormXXXDialogImpl > > > > I still hold the opinion that the Form part is redundant. Why not: > > > XXX > > > XXXDialog <- m

Re: Qt2 filenames

2001-06-13 Thread John Levon
On Wed, Jun 13, 2001 at 10:06:24AM +0200, Edwin Leuven wrote: > > FormXXX > > FormXXXDialog <- machine generated > > FormXXXDialogImpl > > I still hold the opinion that the Form part is redundant. Why not: > > > XXX > > XXXDialog <- machine generated > > XXXDialogImpl > > On the other 2 point

Re: Qt2 filenames

2001-06-13 Thread John Levon
On Wed, Jun 13, 2001 at 10:15:11AM +0200, Juergen Vigna wrote: > > On 13-Jun-2001 John Levon wrote: > > > I would like the .ui files to go in a separate dir as well if possible > > (even the generated files if possible, so there's a clear distinction between > > what needs editing via designer,

Re: Qt2 filenames

2001-06-13 Thread John Levon
On Wed, Jun 13, 2001 at 09:14:53AM +0200, Lars Gullik Bjønnes wrote: > | Having spaces around the condition makes grepping a lot easier IMHO. > > Possibly (but only marginally I guess) ... but the rest of LyX does > not use this. Kalle, can you explain how it makes grepping easier ? As I don't

RE: Qt2 filenames

2001-06-13 Thread Juergen Vigna
On 13-Jun-2001 John Levon wrote: > I would like the .ui files to go in a separate dir as well if possible > (even the generated files if possible, so there's a clear distinction between > what needs editing via designer, and what needs vimming :) I did this for my port to KDE2 of KSendFax (not

Re: Qt2 filenames

2001-06-13 Thread Allan Rae
On Wed, 13 Jun 2001, Edwin Leuven wrote: > > FormXXX > > FormXXXDialog <- machine generated > > FormXXXDialogImpl > > I still hold the opinion that the Form part is redundant. Why not: > > > XXX > > XXXDialog <- machine generated > > XXXDialogImpl Well to make life easier for doxygen (so it can

Re: Qt2 filenames

2001-06-13 Thread Edwin Leuven
> FormXXX > FormXXXDialog <- machine generated > FormXXXDialogImpl I still hold the opinion that the Form part is redundant. Why not: > XXX > XXXDialog <- machine generated > XXXDialogImpl On the other 2 points I am agnostic... gr.ed.

Re: Qt2 filenames

2001-06-12 Thread Lars Gullik Bjønnes
Kalle Dalheimer <[EMAIL PROTECTED]> writes: | > Also, a contentious point, but is it possible that we use : | > | > if (condition) { | > | > rather than | > | > if ( condition ) { | > | > consistently across the handwritten Qt2 files ? currently it's not even | > consistent in some sourc

Re: Qt2 filenames

2001-06-12 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | Edwin said you had settled on : | | FormXXX | FormXXXDialog <- machine generated | FormXXXDialogImpl | | I would really prefer : | | FormXXX | XXXDialog <- machine generated | XXXDialogImpl It would also be nice if the qt classes didn't clash too much

Re: Qt2 filenames

2001-06-12 Thread Kalle Dalheimer
On Wednesday 13 June 2001 03:31, John Levon wrote: > Edwin said you had settled on : > > FormXXX > FormXXXDialog <- machine generated > FormXXXDialogImpl > > I would really prefer : > > FormXXX > XXXDialog <- machine generated > XXXDialogImpl > > because it will be significantly easier to type for

Re: Qt2 filenames

2001-06-12 Thread Allan Rae
On Wed, 13 Jun 2001, John Levon wrote: [...] > What do people think on these 3 points ? Yes. Allan. (ARRae) The shortest email I ever wrote.

Qt2 filenames

2001-06-12 Thread John Levon
Edwin said you had settled on : FormXXX FormXXXDialog <- machine generated FormXXXDialogImpl I would really prefer : FormXXX XXXDialog <- machine generated XXXDialogImpl because it will be significantly easier to type for things like TabCreate etc. what do the qt2er's think ? I would like t