Re: [Development] QValidator in QtCore

2013-09-23 Thread André Pönitz
On Mon, Sep 23, 2013 at 08:33:23AM -0700, Thiago Macieira wrote: > On segunda-feira, 23 de setembro de 2013 16:36:43, Olivier Goffart wrote: > > The solution would have to have forward declaration header that forward > > declares all the classes. Then we would forbid forward declaration of > > Qt

Re: [Development] QValidator in QtCore

2013-09-23 Thread Thiago Macieira
On segunda-feira, 23 de setembro de 2013 16:36:43, Olivier Goffart wrote: > The solution would have to have forward declaration header that forward > declares all the classes. > Then we would forbid forward declaration of Qt classes. > Let a few versions for users to adapt. > And then we can all

Re: [Development] QValidator in QtCore

2013-09-23 Thread Olivier Goffart
On Monday 23 September 2013 15:06:26 Konrad Rosenbaum wrote: > Hi, > > On Monday 23 September 2013 09:45:51 Olivier Goffart wrote: > > On Sunday 22 September 2013 16:25:25 Thiago Macieira wrote: > > > Right now, we allow them and I don't like the idea of forbidding forward > > > declarations. > >

Re: [Development] QValidator in QtCore

2013-09-23 Thread Konrad Rosenbaum
Hi, On Monday 23 September 2013 09:45:51 Olivier Goffart wrote: > On Sunday 22 September 2013 16:25:25 Thiago Macieira wrote: > > Right now, we allow them and I don't like the idea of forbidding forward > > declarations. > > > > Therefore, doing anything that breaks them is source-incompatible an

Re: [Development] QValidator in QtCore

2013-09-23 Thread Olivier Goffart
On Sunday 22 September 2013 16:25:25 Thiago Macieira wrote: > On domingo, 22 de setembro de 2013 23:28:48, Olivier Goffart wrote: > > On Saturday 21 September 2013 19:13:41 Thiago Macieira wrote: > > > On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > > > > I remember some class

Re: [Development] QValidator in QtCore

2013-09-22 Thread Thiago Macieira
On domingo, 22 de setembro de 2013 23:28:48, Olivier Goffart wrote: > On Saturday 21 September 2013 19:13:41 Thiago Macieira wrote: > > On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > > > I remember some classes were moved from QtXml to QtCore without breaking > > > the compat

Re: [Development] QValidator in QtCore

2013-09-22 Thread Matt Broadstone
On Sun, Sep 22, 2013 at 5:28 PM, Olivier Goffart wrote: > On Saturday 21 September 2013 19:13:41 Thiago Macieira wrote: > > On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > > > I remember some classes were moved from QtXml to QtCore without > breaking > > > the compatibility.

Re: [Development] QValidator in QtCore

2013-09-22 Thread Olivier Goffart
On Saturday 21 September 2013 19:13:41 Thiago Macieira wrote: > On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > > I remember some classes were moved from QtXml to QtCore without breaking > > the compatibility. Am I wrong? > > The moving did break compatibility. Which is why f

Re: [Development] QValidator in QtCore

2013-09-21 Thread Thiago Macieira
On domingo, 22 de setembro de 2013 02:21:40, Konstantin Ritt wrote: > I remember some classes were moved from QtXml to QtCore without breaking > the compatibility. Am I wrong? The moving did break compatibility. Which is why for Mac 32-bit builds, the classes aren't moved at all: we added new cla

Re: [Development] QValidator in QtCore

2013-09-21 Thread Konstantin Ritt
I remember some classes were moved from QtXml to QtCore without breaking the compatibility. Am I wrong? Regards, Konstantin 2013/9/20 Thiago Macieira > On quinta-feira, 19 de setembro de 2013 17:13:40, Matt Broadstone wrote: > > Is it crazy/impossible to propose moving the QValidator class fro

Re: [Development] QValidator in QtCore

2013-09-19 Thread Thiago Macieira
On quinta-feira, 19 de setembro de 2013 17:13:40, Matt Broadstone wrote: > Is it crazy/impossible to propose moving the QValidator class from QtGui to > QtCore? I know it was initially designed for validating widgets, however I > have a project right now (an ORM) that could very much benefit from t

[Development] QValidator in QtCore

2013-09-19 Thread Matt Broadstone
Is it crazy/impossible to propose moving the QValidator class from QtGui to QtCore? I know it was initially designed for validating widgets, however I have a project right now (an ORM) that could very much benefit from these classes. It doesn't seem that the implementation depends on QtGui at all,