Re: [lazarus] New Qt patch

2006-05-17 Thread Den Jean
On Tuesday 09 May 2006 22:25, Den Jean wrote: > I will look into it. Done in V1.15 Enums with only assigned (parsable) values are sorted (sorted on the value) The enums that have been sorted have a "(2s)" in the comments like : ... QEventType = ( //QEvent::Type (2s) ... __

Re: [lazarus] New Qt patch

2006-05-13 Thread Mattias Gaertner
On Sat, 13 May 2006 09:40:26 -0300 "Felipe Monteiro de Carvalho" <[EMAIL PROTECTED]> wrote: > Hello, > > The other patches on this thread have some minor problems, and can no > longer be applied after my last patch was. To make things easier for > everyone I took the liberty to recreate this patc

Re: [lazarus] New Qt patch

2006-05-13 Thread Felipe Monteiro de Carvalho
Hello, The other patches on this thread have some minor problems, and can no longer be applied after my last patch was. To make things easier for everyone I took the liberty to recreate this patch, only with the modifications to qtobjects.pas Mattias, please apply this patch, and not the other o

Re: [lazarus] New Qt patch

2006-05-09 Thread Den Jean
On Tuesday 09 May 2006 21:13, Felipe Monteiro de Carvalho wrote: > On 5/9/06, Giuliano Colla <[EMAIL PROTECTED]> wrote: > > 1) A cosmetic correction in qt4.pas to avoid a warning about enumerates > > types not ascending. > > qt4.pas is automatically generated. If you hand change it, all changes > w

Re: [lazarus] New Qt patch

2006-05-09 Thread Felipe Monteiro de Carvalho
On 5/9/06, Giuliano Colla <[EMAIL PROTECTED]> wrote: 1) A cosmetic correction in qt4.pas to avoid a warning about enumerates types not ascending. qt4.pas is automatically generated. If you hand change it, all changes will be lost the next time it is generated. Please ask Den if you need any cha

[lazarus] New Qt patch

2006-05-09 Thread Giuliano Colla
Enclosed a new patch for Qt. It provides: 1) A cosmetic correction in qt4.pas to avoid a warning about enumerates types not ascending. 2) A couple a cosmetic corrections on QtWsControls and QtWsStdControls, to get rid of methods never used. 3) Removed from QtWsControls a partial implementation

[lazarus] New Qt patch

2006-05-09 Thread Giuliano Colla
Enclosed a new patch for Qt. It provides: 1) A cosmetic correction in qt4.pas to avoid a warning about enumerates types not ascending. 2) A couple a cosmetic corrections on QtWsControls and QtWsStdControls, to get rid of methods never used. 3) Removed from QtWsControls a partial implementa