summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Fix Qt.tint() algorithmAaron Kennedy2010-03-081-10/+6
* Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-081-0/+6
* 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
| |_|/ |/| |
* | | Compile fix for winceThierry Bastian2010-03-041-3/+3
* | | Update QML PropertyAnimation::easing docsLeonardo Sobral Cunha2010-03-041-2/+17
* | | Run signal expressions on attached property objects in correct scopeAaron Kennedy2010-03-044-8/+15
* | | Merge branch 'tab-navigation' into 4.7Yann Bodson2010-03-042-14/+87
|\ \ \
| * | | Add support for tab and backtab in KeyNavigationYann Bodson2010-03-042-14/+87
* | | | Fix grammar stringifying "on" as "readonly"Aaron Kennedy2010-03-044-5/+5
* | | | Improve grouped property error messagesAaron Kennedy2010-03-044-8/+22
* | | | Don't mess with highlight size if highlightFollowsCurrentItem is false.Martin Jones2010-03-041-4/+7
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0411-39/+136
|\ \ \ \ | |/ / /
| * | | Remove Qt.playSound()Michael Brasser2010-03-043-26/+1
| * | | Add formatting functions to QML's global Qt object.Michael Brasser2010-03-042-0/+69
| * | | Signal handler requires exactly one value.Michael Brasser2010-03-041-1/+1
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0411-32/+98
| |\ \ \
| | * \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Warwick Allison2010-03-044-21/+37
| | |\ \ \
| | * | | | Compile without QVariant::EasingCurve in Qt 4.6.2.Warwick Allison2010-03-047-11/+61
| * | | | | QDeclarativeContext::contextProperty() should also access idsAaron Kennedy2010-03-041-1/+4
| |/ / / /
* | | | | Fix ListView contentHeight calculation.Martin Jones2010-03-041-2/+3
| |/ / / |/| | |
* | | | Documented view behavior when items are removed from start of view.Martin Jones2010-03-042-0/+18
* | | | Remove unnecessary additional hash of QDeclarativeGridViewAttachedMartin Jones2010-03-042-21/+7
* | | | Fix spelling.Martin Jones2010-03-042-2/+2
* | | | Document that the views do not set clip: true.Martin Jones2010-03-042-0/+10
* | | | Set StrongFocus on QDeclarativeView so that elements can get focus.Martin Jones2010-03-041-0/+2
|/ / /