summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* URL redirection for normal images.Warwick Allison2010-03-101-6/+35
* URL redirection for components resources.Warwick Allison2010-03-101-0/+18
* URL redirects for border image.Warwick Allison2010-03-102-2/+18
* Implement URL redirection for types and XmlListModel.Warwick Allison2010-03-103-3/+53
* DocAaron Kennedy2010-03-101-4/+5
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-092-3/+3
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0927-162/+350
| |\
| | * Probably fix compile on windowsAlan Alpert2010-03-091-1/+1
| | * Probably fix compileAlan Alpert2010-03-091-1/+1
| * | Renamed QPainter::Fragment/Hint -> QPainter::PixmapFragment/HintTrond Kjernåsen2010-03-091-1/+1
* | | Remove unused structMartin Jones2010-03-091-5/+0
| |/ |/|
* | Initialize member variable in QDeclarativeGridViewAttachedMartin Jones2010-03-091-1/+1
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0923-137/+273
|\ \
| * | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-091-35/+55
| * | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-0913-67/+52
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0913-74/+435
| |\ \
| | * | Remove unused data member.Michael Brasser2010-03-092-2/+0
| | * | Fix warning.Michael Brasser2010-03-091-0/+2
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-096-22/+26
| | |\ \
| | * | | Fix warnings and change geometry-related functions to use reals.Michael Brasser2010-03-092-10/+10
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0937-682/+1134
| | |\ \ \
| | * | | | Doc fix.Michael Brasser2010-03-051-1/+5
| * | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-097-23/+150
* | | | | | Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-092-8/+55
| |_|_|/ / |/| | | |
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-096-34/+22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | 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
| * | | | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
* | | | | When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-092-14/+19
| |/ / / |/| | |
* | | | 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
|\ \ \ | |/ /
| * | 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
| | |\ \
| | * | | fix QDeclarativeItem sceneEvent handlingYann Bodson2010-03-081-3/+3
| * | | | Use one thread for all instances.Bea Lam2010-03-081-15/+19
* | | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
| |_|/ / |/| | |
* | | | Make the animation property of Behavior deferred.Michael Brasser2010-03-082-0/+2
| |/ / |/| |
* | | 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
|/ /
* | 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