summaryrefslogtreecommitdiffstats
path: root/src/declarative/util
Commit message (Expand)AuthorAgeFilesLines
* Change Qt.application.layoutDirection from bool to correct type of Qt::Layout...Joona Petrell2011-01-192-4/+13
* Rename Image::cached to 'cached' (and QDeclarativePixmap::Cached also)Bea Lam2011-01-192-5/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-1960-60/+60
|\
| * Update copyright year to 2011.Jason McDonald2011-01-1060-60/+60
* | Fix QtDeclarative compilation warningsJoona Petrell2011-01-181-1/+1
* | set() and setProperty() should not always trigger change signalsBea Lam2011-01-115-42/+83
* | Add missing Qt namespaces macros to qdeclarativeapplication.cpp source fileJoona Petrell2011-01-071-0/+4
* | Add layoutDirection property to Qt.application elementJoona Petrell2011-01-072-2/+33
* | Introduce Qt.application.active propertyJoona Petrell2011-01-074-0/+206
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-073-7/+9
|\ \ | |/
| * XmlListModel requests should set 'Accept' header to 'application/xml'Bea Lam2010-12-221-0/+1
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-12-141-2/+2
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-12-061-1/+1
| |\ \
| | * \ Merge branch '4.7-upstream' into 4.7-docA-Team2010-11-271-1/+1
| | |\ \
| * | | | Fixed incorrect angle values in the RotationAnimation description.David Boddie2010-11-301-4/+4
| |/ / /
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-11-231-0/+2
| |\ \ \
| * | | | Doc: Fixed broken link by referring to the errors() method instead.David Boddie2010-11-221-3/+4
* | | | | Merge branch 'qtquick11' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2011-01-051-1/+6
|\ \ \ \ \
| * | | | | Fix translation in Connections element.Michael Brasser2011-01-041-1/+6
* | | | | | Support property/method versions in QMLMartin Jones2011-01-051-1/+0
|/ / / / /
* | | | | Fix results of number() queries for zero and non-number valuesBea Lam2011-01-041-1/+1
* | | | | Fix potential crash in PropertyChanges binding rewrite handling.Michael Brasser2010-12-211-27/+36
* | | | | Optimize QByteArray to QString conversion in PropertyChanges.Michael Brasser2010-12-214-64/+62
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Joona Petrell2010-12-201-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Clarify that XmlListModel is read onlyBea Lam2010-12-141-2/+2
| | |_|/ | |/| |
* | | | ParentChange optimizations.Michael Brasser2010-12-171-36/+41
* | | | Rewrite/cache bindings created by PropertyChanges.Michael Brasser2010-12-171-3/+23
* | | | Optimize construction of QDeclarativeProperty in state operations.Michael Brasser2010-12-172-30/+35
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Martin Jones2010-12-011-1/+1
|\ \ \ \ | |/ / /
| * | | Fix silly "will be initialised after" warning.Thiago Macieira2010-11-261-1/+1
| | |/ | |/|
* | | Fix ListModel::set() to update the model cache when setting a list valueBea Lam2010-11-231-0/+2
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-231-0/+2
|\ \ \ | |/ /
| * | Fix parent bug for QDeclarativeOpenMetaObjectMarco Bubke2010-11-181-0/+2
| |/
* | Add 'cached' property to Image elementYann Bodson2010-11-122-12/+22
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into qtquick11Yann Bodson2010-11-1210-29/+44
|\ \ | |/
| * Document that Transitions are exclusive.Michael Brasser2010-11-101-1/+5
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-11-045-23/+26
| |\
| | * Fix errors in example code. Also reverts the example code to the oldBea Lam2010-11-041-7/+9
| | * Removing a binding while it is being applied caused a crash.Martin Jones2010-11-024-16/+17
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-294-4/+12
| |\ \ | | |/
| | * Regression: QML fonts look bad on Mac with font smoothing onYann Bodson2010-10-291-0/+8
| | * Export private QtDeclarative classes needed by Qt3d on SymbianJoona Petrell2010-10-283-4/+4
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-272-5/+5
| |\ \ | | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-2511-17/+24
| |\ \
| * | | Doc: Corrected the name property as it was incorrectly declared.David Boddie2010-10-211-1/+1
* | | | Make it possible to add your own graphics scene to QDeclarativeViewJoona Petrell2010-11-031-11/+13
| |_|/ |/| |
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-10-261-4/+4
|\ \ \
| * | | Run util/normalize on src/declarative.Yann Bodson2010-10-261-4/+4
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-6/+2
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-211-2/+3
| |\ \