summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '4.7-cutoff' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4....Qt Continuous Integration System2010-03-099-57/+109
|\
| * doc: Fixed several qdoc errors.Martin Smith2010-03-098-28/+28
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-095-35/+87
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-085-35/+87
| | |\
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-053-4/+17
| | | * doc: Fixed some QML qdoc errors.Martin Smith2010-03-052-31/+70
* | | | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-1/+1
|/ / /
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-096-48/+431
|\ \ \
| * | | Minor cleanup.Michael Brasser2010-03-092-26/+15
| * | | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-092-20/+384
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-093-18/+24
| |\ \ \
| * | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
* | | | | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
| |/ / / |/| | |
* | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-088-54/+37
|\ \ \ \ | | |/ / | |/| |
| * | | clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-081-0/+2
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-082-0/+2
| |\ \ \ | | |/ /
| | * | Make the animation property of Behavior deferred.Michael Brasser2010-03-082-0/+2
| * | | fix QDeclarativeItem sceneEvent handlingYann Bodson2010-03-081-3/+3
| |/ /
| * | Particles optimization and doc fixes.Michael Brasser2010-03-081-3/+5
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-082-10/+12
| |\ \
| | * | Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
| | * | Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
| * | | Add Flipable example.Bea Lam2010-03-081-38/+13
| |/ /
* | | Use one thread for all instances.Bea Lam2010-03-081-15/+19
|/ /
* | Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-087-467/+326
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-089-24/+30
|\ \
| * | Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-089-24/+30
* | | Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-083-73/+181
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0529-1451/+592
|\ \ | |/ |/|
| * Add support for QtScript connect/disconnect syntax in QMLAaron Kennedy2010-03-052-0/+93
| * Minor perf improvement when running QML script blocksAaron Kennedy2010-03-051-2/+3
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0512-1277/+150
| |\
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0515-171/+330
| | |\
| | * | Add basic support for explicit newParent in ParentAnimation.Michael Brasser2010-03-052-7/+57
| | * | Document new ParentChange properties.Michael Brasser2010-03-051-6/+16
| | * | Update QmlChanges.txtMichael Brasser2010-03-051-0/+2
| | * | ParentAnimation docs + test.Michael Brasser2010-03-051-0/+63
| | * | Remove NumberFormatter and DateTimeFormatter.Michael Brasser2010-03-058-1254/+0
| | * | RotationAnimation docs + test.Michael Brasser2010-03-041-10/+12
| * | | Don't assume documents are in UTF-8.Bea Lam2010-03-051-3/+16
| | |/ | |/|
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0537-275/+624
| |\ \
| | * | Fix compiler warning on RVCTAaron Kennedy2010-03-051-148/+173
| | * | Allow unquoted enum syntax for value typesAaron Kennedy2010-03-056-4/+50
| | * | Add missing NOTIFYs to timer, xmllistmodel, xmlroleJoona Petrell2010-03-054-17/+50
| * | | Add mapFromItem() and mapToItem() in QDeclarativeItem.Bea Lam2010-03-042-0/+57
| * | | Removed unused variableBea Lam2010-03-041-1/+0
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-03-053-3/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | QtDeclarative: Fix compiler warningsFriedemann Kleint2010-03-024-4/+2
| * | | QDeclarativeView: Make usable in DesignerFriedemann Kleint2010-03-021-1/+3
* | | | MouseRegion is dead. Long live MouseArea.Martin Jones2010-03-041-1/+0
| |_|/ |/| |