Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | | | Merge branch '4.7' of ../qt into 4.7 | David Boddie | 2011-01-13 | 60 | -60/+61 | |
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | | | ||||||
| | | * | | | | | Doc: Fixed QML syntax in quoted code snippets. | David Boddie | 2010-12-21 | 2 | -23/+5 | |
| | | | |/ / / | | | |/| | | | ||||||
| | * | | | | | Doc: Fixed the syntax of QML code snippets. | David Boddie | 2011-01-21 | 2 | -4/+6 | |
| | |/ / / / | ||||||
| | * | | | | Merge branch '4.7' into qdoc-simplified | David Boddie | 2010-12-15 | 1 | -2/+2 | |
| | |\ \ \ \ | | | |_|/ / | | |/| | / | | | | |/ | | | |/| | ||||||
| | * | | | Doc: Used div elements for floats, updated the style sheet. | David Boddie | 2010-12-14 | 1 | -2/+6 | |
| | * | | | Doc: Changed floating images to use the new float qdoc macros. | David Boddie | 2010-12-13 | 1 | -6/+2 | |
* | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-02-04 | 20 | -205/+504 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Move Qt.application docs into Qt global object page | Bea Lam | 2011-02-02 | 1 | -50/+3 | |
| * | | | | Froze two more symbols and fixed compilation error (QtQuick11). | juhvu | 2011-02-02 | 1 | -2/+2 | |
| * | | | | Change Qt.application.layoutDirection from bool to correct type of Qt::Layout... | Joona Petrell | 2011-01-19 | 2 | -4/+13 | |
| * | | | | Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also) | Bea Lam | 2011-01-19 | 2 | -5/+5 | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-19 | 60 | -60/+60 | |
| |\ \ \ \ | | | |_|/ | | |/| | | ||||||
| * | | | | Fix QtDeclarative compilation warnings | Joona Petrell | 2011-01-18 | 1 | -1/+1 | |
| * | | | | set() and setProperty() should not always trigger change signals | Bea Lam | 2011-01-11 | 5 | -42/+83 | |
| * | | | | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source file | Joona Petrell | 2011-01-07 | 1 | -0/+4 | |
| * | | | | Add layoutDirection property to Qt.application element | Joona Petrell | 2011-01-07 | 2 | -2/+33 | |
| * | | | | Introduce Qt.application.active property | Joona Petrell | 2011-01-07 | 4 | -0/+206 | |
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-07 | 3 | -7/+9 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2011-01-05 | 1 | -1/+6 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Fix translation in Connections element. | Michael Brasser | 2011-01-04 | 1 | -1/+6 | |
| * | | | | | | Support property/method versions in QML | Martin Jones | 2011-01-05 | 1 | -1/+0 | |
| |/ / / / / | ||||||
| * | | | | | Fix results of number() queries for zero and non-number values | Bea Lam | 2011-01-04 | 1 | -1/+1 | |
| * | | | | | Fix potential crash in PropertyChanges binding rewrite handling. | Michael Brasser | 2010-12-21 | 1 | -27/+36 | |
| * | | | | | Optimize QByteArray to QString conversion in PropertyChanges. | Michael Brasser | 2010-12-21 | 4 | -64/+62 | |
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Joona Petrell | 2010-12-20 | 1 | -2/+2 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | ParentChange optimizations. | Michael Brasser | 2010-12-17 | 1 | -36/+41 | |
| * | | | | | | Rewrite/cache bindings created by PropertyChanges. | Michael Brasser | 2010-12-17 | 1 | -3/+23 | |
| * | | | | | | Optimize construction of QDeclarativeProperty in state operations. | Michael Brasser | 2010-12-17 | 2 | -30/+35 | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Martin Jones | 2010-12-01 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | Fix ListModel::set() to update the model cache when setting a list value | Bea Lam | 2010-11-23 | 1 | -0/+2 | |
| * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Yann Bodson | 2010-11-23 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add 'cached' property to Image element | Yann Bodson | 2010-11-12 | 2 | -12/+22 | |
| * | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11 | Yann Bodson | 2010-11-12 | 10 | -29/+44 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Make it possible to add your own graphics scene to QDeclarativeView | Joona Petrell | 2010-11-03 | 1 | -11/+13 | |
* | | | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 60 | -60/+60 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 60 | -60/+60 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge branch 4.7 into qt-master-from-4.7 | Qt Continuous Integration System | 2010-12-23 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | ||||||
| * | | | | | | | | XmlListModel requests should set 'Accept' header to 'application/xml' | Bea Lam | 2010-12-22 | 1 | -0/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-23 | 2 | -7/+8 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-12-14 | 1 | -2/+2 | |
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | / | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-12-06 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch '4.7-upstream' into 4.7-doc | A-Team | 2010-11-27 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ | | | | |_|_|_|/ | | | |/| | | | | ||||||
| * | | | | | | | Fixed incorrect angle values in the RotationAnimation description. | David Boddie | 2010-11-30 | 1 | -4/+4 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7 | David Boddie | 2010-11-23 | 1 | -0/+2 | |
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | ||||||
| * | | | | | | Doc: Fixed broken link by referring to the errors() method instead. | David Boddie | 2010-11-22 | 1 | -3/+4 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | Clarify that XmlListModel is read only | Bea Lam | 2010-12-14 | 1 | -2/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-12-06 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Fix silly "will be initialised after" warning. | Thiago Macieira | 2010-11-26 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-11-25 | 1 | -0/+2 | |
|\ \ \ \ | |/ / / |