Re: [Development] QDoc can't ignore Q_PROPERTY

2012-03-11 Thread andrew.den-exter
> On 03/10/2012 07:32 PM, ext Andre Somers wrote: > > Signals are often used outside the context of properties. > > Signals yes, but NOTIFY signals? > > This change only affects signals marked as NOTIFY in a Q_PROPERTY macro. I think the point is there may be instances where a signal that is emi

Re: [Development] QML engine C++ class renaming

2012-02-16 Thread andrew.den-exter
> On quinta-feira, 16 de fevereiro de 2012 14.56.08, Stephen Kelly wrote: > > On Thursday, February 16, 2012 14:50:32 Olivier Goffart wrote: > > > On Thursday 16 February 2012 13:39:14 lars.kn...@nokia.com wrote: > > > > Well, it's working for the moment, so the question is where the > > > > person

[Development] Drag and Drop events.

2012-01-24 Thread andrew.den-exter
Does anyone feel responsible for/have an interest in these? I'd like to add an overloaded constructor to QDropEvent and which takes values for the proposedAction and source properties as an alternative to the current method querying the values from a global instance of QDragManager. Something

Re: [Development] QLocale work

2012-01-18 Thread andrew.den-exter
> On Wednesday, 18 de January de 2012 21.24.36, Shaw Andy wrote: > > For what it is worth I also agree that it should be changed, having > > recently having to deal with the QDoubleValidator problem when it came > > to this became a right pain so making it only use the C locale unless > > explicitl

Re: [Development] Text clipping in QtQuick 2.0

2012-01-16 Thread andrew.den-exter
. Andrew From: development-bounces+andrew.den-exter=nokia@qt-project.org [mailto:development-bounces+andrew.den-exter=nokia@qt-project.org] On Behalf Of Rose Todd (Nokia-M/Alpharetta) Sent: Tuesday, January 17, 2012 3:42 PM To: development@qt-project.org Subject: Re: [Development] Text clipping

[Development] QTextControl and QLineControl

2011-11-04 Thread andrew.den-exter
Sometime during the refactor QTextEdit and QLineEdit acquired their own copies of these classes leaving QtDeclarative as the only user of this private API that I'm aware of. Coordinating bug fixes that required patches to one of these classes in qtbase and and TextInput or TextEdit in qtdeclara