Re: [Development] QtQuick becomes a separate module

2011-12-09 Thread Kent Hansen
Den 02. des. 2011 16:27, skrev ext Kent Hansen: > > By the way, the suggestion on the table was to abuse fixqt4headers to > also support updating these "Qt 4.99" includes > (QtDeclarative/qquickitem.h => QtQuick/qquickitem.h, et al). Done; if you're using QQuickView and friends, you can now run

Re: [Development] QtQuick becomes a separate module

2011-12-05 Thread Kent Hansen
Den 02. des. 2011 16:11, skrev ext Kent Hansen: > The change went through, and qtdeclarative is open for staging again. Just to clear any confusion: Existing Qt5/QtQuick1-based projects are not affected by this change. I.e. if you're using QDeclarativeView and friends, no "QT += quick" is needed

Re: [Development] QtQuick becomes a separate module

2011-12-02 Thread Charley Bay
On Fri, Dec 2, 2011 at 8:27 AM, Kent Hansen wrote: > Den 02. des. 2011 16:13, skrev ext Charley Bay: > > > > Den 02. des. 2011 09:33, skrev ext Kent Hansen: > > > > > Hi, > > > See https://bugreports.qt.nokia.com/browse/QTBUG-22889 > > > > > > Once http://codereview.qt-project.or

Re: [Development] QtQuick becomes a separate module

2011-12-02 Thread Kent Hansen
Den 02. des. 2011 16:13, skrev ext Charley Bay: > > Den 02. des. 2011 09:33, skrev ext Kent Hansen: > > > Hi, > > See https://bugreports.qt.nokia.com/browse/QTBUG-22889 > > > > Once http://codereview.qt-project.org/#change,9948 goes through CI, > > > This seems like important info

Re: [Development] QtQuick becomes a separate module

2011-12-02 Thread Charley Bay
Den 02. des. 2011 09:33, skrev ext Kent Hansen: > > Hi, > > See https://bugreports.qt.nokia.com/browse/QTBUG-22889 > > > > Once http://codereview.qt-project.org/#change,9948 goes through CI, > This seems like important info, so I made a page on the wiki: https://wiki.qt-project.org/Transition_

Re: [Development] QtQuick becomes a separate module

2011-12-02 Thread Kent Hansen
Den 02. des. 2011 09:59, skrev Kent Hansen: > > Den 02. des. 2011 09:33, skrev ext Kent Hansen: >> Hi, >> See https://bugreports.qt.nokia.com/browse/QTBUG-22889 >> >> Once http://codereview.qt-project.org/#change,9948 goes through CI, > > Since the commit is so huge, there's a high likelyhood of co

Re: [Development] QtQuick becomes a separate module

2011-12-02 Thread Kent Hansen
Den 02. des. 2011 09:33, skrev ext Kent Hansen: > Hi, > See https://bugreports.qt.nokia.com/browse/QTBUG-22889 > > Once http://codereview.qt-project.org/#change,9948 goes through CI, Since the commit is so huge, there's a high likelyhood of conflicts and failing tests when combined with other ch

[Development] QtQuick becomes a separate module

2011-12-02 Thread Kent Hansen
Hi, See https://bugreports.qt.nokia.com/browse/QTBUG-22889 Once http://codereview.qt-project.org/#change,9948 goes through CI, QtQuick will be a separate module (AKA library). This is where all the QtQuick (2.0) types will live, and QtQuick-specific C++ APIs, like QQuickItem and scenegraph. Th