summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid warnings as delegates with bindings to parent are created and destroyed.Martin Jones2010-05-066-9/+29
* Add QML_XHR_DUMP optionAaron Kennedy2010-05-061-0/+21
* Doc: more clarification of cacheBufferMartin Jones2010-05-052-0/+6
* Fix some compiler warnings.Martin Jones2010-05-052-24/+25
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-0531-243/+315
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-056-6/+6
| |\
| | * Use enum rather than string for easing type.Yann Bodson2010-05-056-6/+6
| * | Fix cacheBuffer documentation.Martin Jones2010-05-053-12/+28
| |/
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-055-11/+8
| |\
| | * Fix qdoc errorsBea Lam2010-05-055-11/+8
| * | Document delegate life cycle.Martin Jones2010-05-053-1/+11
| * | little doc fix.Martin Jones2010-05-051-1/+1
| |/
| * Turn off smooth rendering for qDrawBorderPixmap() with transforms.Martin Jones2010-05-051-0/+14
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0520-205/+221
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-052-0/+11
| | |\
| | | * Don't start valuesource animations until all component objects have been comp...Michael Brasser2010-05-052-0/+11
| | * | docWarwick Allison2010-05-0519-205/+210
| | |/
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-053-4/+14
| |\ \ | | |/
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-05-0530-316/+500
| | |\
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-05-051-1/+9
| | | |\
| | | | * Enable states to be activated via their 'when' clause even if unnamed.Michael Brasser2010-05-051-1/+9
| | | * | Null objects should appear as JS nullAaron Kennedy2010-05-051-1/+2
| | | |/
| | | * Fix a crash with null objects returned from a Q_INVOKABLERhys Weatherley2010-05-051-1/+2
| | * | syntax updateWarwick Allison2010-05-051-1/+1
| * | | QList<QObject*> models now update their properties when they change.Martin Jones2010-05-052-2/+10
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-0527-291/+459
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-05-041-22/+28
| |\ \ \
| * | | | Ensure flick endpoint is recalculated for variable height lists.Martin Jones2010-05-042-2/+3
| | |_|/ | |/| |
* | | | Move Qt.widgets import to be an unsupported exampleAlan Alpert2010-05-056-772/+1
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-05-049-168/+315
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-05-0482-1667/+2609
| |\ \ \
| * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-049-168/+315
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-039-168/+315
| | |\ \ \ \
| | | * | | | Updated WebKit to 3f0f51f4c87e65bfe04165c6af4c00934b0ca1e2Simon Hausmann2010-05-034-3/+14
| | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-webkit into 4.7-integrationQt Continuous Integration System2010-05-039-168/+304
| | | |\ \ \ \
| | | | * | | | Updated WebKit to 8941bee5706ef2171ed5def63834deefc7440d11Simon Hausmann2010-05-039-168/+304
* | | | | | | | Allow dynamic deletion of objects created with createQmlObjectAlan Alpert2010-05-041-1/+4
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Optimization for QDeclarativePaintedItem.Michael Brasser2010-05-042-12/+20
* | | | | | | Update childrenRect when children are added or removed.Michael Brasser2010-05-042-3/+40
* | | | | | | Optimize childrenRect.Michael Brasser2010-05-042-43/+87
* | | | | | | Remove obsolete doc groupings.Michael Brasser2010-05-0415-69/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Doc improvementsBea Lam2010-05-041-22/+28
| |_|_|_|/ |/| | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt into 4.7Warwick Allison2010-05-04216-2288/+5620
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-05-036-63/+78
| |\ \ \ \
| | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-0330-145/+194
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | QGraphicsView drawing artifacts due to rounding errors.Bjørn Erik Nilsen2010-05-034-61/+76
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-05-032-2/+2
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | Fix a small typo: therfore -> thereforeLaszlo Papp2010-05-031-1/+1
| | | * | | Fix a small typo in setColor description (brush -> color)Laszlo Papp2010-05-031-1/+1
| * | | | | Fixed a QBuffer warning caused by a regression in qjpegJohn Brooks2010-05-031-3/+9
| | |_|/ / | |/| | |