Re: [Development] Regression in QtQml

2012-07-15 Thread matthew.vogt
Hi Robin. The problem appears to be that the file 'imports/com/Nokia/extras/qmldir' contains numerous entries which are repetitions of earlier entries. As of the change you identified, this condition is now reported as an error - the old behavior was to import the first entry encountered, and to

[Development] Removing obsolete overload for QQmlEngine::importPlugin

2012-05-23 Thread matthew.vogt
As per QTBUG-25122 (https://bugreports.qt-project.org/browse/QTBUG-25122 ), I would like to remove the obsolete overload of the QQmlEngine::importPlugin() function. I am not aware of any remaining users of this overload - if you are still using it and need some time to migrate to using the impr

Re: [Development] QTBUG-23737: Move QtQuick 1 to its own module

2012-03-04 Thread matthew.vogt
> Lars wrote: > > This is mostly done. What remains is the renaming of the classes from > > QDeclarative to QQuick/QQml. This is ok for me to go into api_changes > > (you might need to create that branch in qtdeclarative) with the > > compat hacks we have (in moc and qtdeclarative). > > > > Please

Re: [Development] QTBUG-23737: Move QtQuick 1 to its own module

2012-02-27 Thread matthew.vogt
Lars wrote: > This is mostly done. What remains is the renaming of the classes from > QDeclarative to QQuick/QQml. This is ok for me to go into api_changes (you > might need to create that branch in qtdeclarative) with the compat hacks we > have (in moc and qtdeclarative). > > Please add Jira task

[Development] Separation of QtQuick 1 from QtDeclarative repo

2012-02-02 Thread matthew.vogt
As the first part of the changes described by QTBUG-23737, we have now separated version 1 of Qt Quick from the qt5 qtdeclarative module. The implementation of Qt Quick 1 is now hosted in the 'qtquick1' repository ( http://qt.gitorious.org/qt/qtquick1 ). For maximum compatibility with the exis