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] potential bug with qml context properties

2013-09-23 Thread Nurmi J-P
On Sep 23, 2013, at 6:12 PM, Matt Broadstone wrote: > On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote: > Hi, > I'm running into a strange error related to context properties in qml. > Basically, I'm trying to expose a QQmlPropertyMap into the context of my > QQmlApplicationEngine, and

Re: [Development] potential bug with qml context properties

2013-09-23 Thread Matt Broadstone
On Fri, Sep 20, 2013 at 9:57 AM, Matt Broadstone wrote: > Hi, > I'm running into a strange error related to context properties in qml. > Basically, I'm trying to expose a QQmlPropertyMap into the context of my > QQmlApplicationEngine, and within the qml set up a "recursive" binding so > that chan

Re: [Development] Flat directory structure for Qt 5.2 documentation

2013-09-23 Thread Pasion Jerome
Hello, The 'stable' and 'dev' links in doc-snapshot.qt-project.org now points to the flat directory structure. I also removed the qt5-nosubdir link. for 5.2: -current tasks for 5.2 are in https://bugreports.qt-project.org/browse/QTBUG-32173 these are mostly new features for 5.2 and the editing

[Development] Proposing Mehdi Fekari for Approver Status

2013-09-23 Thread Nicolas Arnaud-Cormos
Hi all, I would like to propose Mehdi Fekari for approver status in the Qt project. Mehdi has been working on the Qnx/BlackBerry plugin in Qt Creator almost since its beginning, and he is maintaining and testing this plugin for the last version of the BlackBerry NDK, also updating it for the ne

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] [Releasing] HEADS UP: Starting preparations for Qt 5.2.0 - merge 'dev' into 'stable'

2013-09-23 Thread Sergio Ahumada
On 09/23/2013 07:59 AM, Ahumada Sergio wrote: > Hi, > > The merge from 'dev' to 'stable' is happening now as we speak. > > The plan is the following: > > - We will block the "Merge Patch Set X to Staging" button for all the > repositories listed below (for the 'dev' branch). > - We will wait fo

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