summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-098-48/+535
| |\
| | * Minor cleanup.Michael Brasser2010-03-092-26/+15
| | |
| * | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
| | | | | | | | | | | | Task-number: QTBUG-6334
* | | When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-092-14/+19
| |/ |/| | | | | Task-number: QTBUG-8839
* | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-094-20/+488
| | | | | | | | | | | | Brings ListView and GridView APIs closer. Task-number: QTBUG-8779
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0925-507/+257
|\ \ | |/
| * Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0844-546/+341
| |\
| | * Always copy the qmldir files into the build directoryTobias Hunger2010-03-084-7/+7
| | | | | | | | | | | | ... even when -prefix is set
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-081-1/+1
| | |\ | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: Fix failing autotest.
| | | * Fix failing autotest.Alan Alpert2010-03-081-1/+1
| | | | | | | | | | | | | | | | This was probably a bug in the test data.
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into ↵Qt Continuous Integration System2010-03-085-8/+11
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2: fix to mainwindow demo Fix build on Maemo X11 Fix crash on Win with 16bit screendepth when copy/pasting images Enable cleanup hooks when creating an EGL surface for a pixmap
| | | * | fix to mainwindow demoThierry Bastian2010-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the mask was not always correctly updated on the "blueTitleBar". Reviewed-by: gabi
| | | * | Fix build on Maemo X11Tom Cooksey2010-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | Reviewed-By: Tobias Hunger
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7aavit2010-03-08541-12494/+26215
| | | |\ \
| | | | * | Enable cleanup hooks when creating an EGL surface for a pixmapTom Cooksey2010-03-082-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | Reviewed-By: TrustMe
| | | * | | Fix crash on Win with 16bit screendepth when copy/pasting imagesaavit2010-03-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-4687 Reviewed-by: Trond
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging into ↵Qt Continuous Integration System2010-03-0810-467/+200
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.7-integration * '4.7' of scm.dev.nokia.troll.no:qt/qt-multimedia-staging: Remove duration property from QSoundEffect. Fix effects.pri. Refactor QSoundEffect.
| | | * | | | Remove duration property from QSoundEffect.Justin McPherson2010-03-088-44/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Dmytro Poplavskiy
| | | * | | | Fix effects.pri.Justin McPherson2010-03-081-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Dmytro Poplavskiy
| | | * | | | Refactor QSoundEffect.Justin McPherson2010-03-089-440/+217
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: Dmytro Poplavskiy
| | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-08155-3074/+4257
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (43 commits) clearFocus() before setParentItem(0) on an item with focus. Remove expect fail from ListView currentIndex test fix QDeclarativeItem sceneEvent handling Make the animation property of Behavior deferred. Particles optimization and doc fixes. Add Flipable example. Fix Qt.tint() algorithm Disallow upper case property, signal and method names in QML Remove expected warning Use a better method for installing declarative demos. Fixed declarative examples not being installed. Remove code dupliation in fixupX/Y(), flickX/Y() Add PathView.isCurrentIndex and PathView.view attached properties Stop benchmark from crashing. Optimize Rectangle, Image, and Text creation. Make compile following QDeclarativeMetaProperty renaming Fixed declarative demos not being installed. Make test compile optimize dynamic call-by-name away Add support for QtScript connect/disconnect syntax in QML ...
| | | * | | | clearFocus() before setParentItem(0) on an item with focus.Martin Jones2010-03-082-3/+9
| | | | | | |
| | | * | | | Remove expect fail from ListView currentIndex testMartin Jones2010-03-081-3/+7
| | | | | | |
| | | * | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QT-2831
* | | | | | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | Task-number: QT-716
* | | | | | | 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-0836-109/+171
|\ \ \ \ \ \
| * | | | | | Fix Qt.tint() algorithmAaron Kennedy2010-03-083-13/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | QT-2424
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0823-96/+125
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | Remove expected warningBea Lam2010-03-082-19/+2
| | | | | | |
| | * | | | | Use a better method for installing declarative demos.Rohan McGovern2010-03-087-76/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Simply copy the demo directories, instead of writing a stub .pro file.
| | * | | | | Fixed declarative examples not being installed.Rohan McGovern2010-03-0814-1/+107
| | | | | | |
| * | | | | | Disallow upper case property, signal and method names in QMLAaron Kennedy2010-03-0810-0/+37
| |/ / / / / | | | | | | | | | | | | | | | | | | QT-2976
* | | | | | Add Flipable example.Bea Lam2010-03-084-38/+50
|/ / / / / | | | | | | | | | | | | | | | Task-number: QT-2824
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0822-567/+593
|\ \ \ \ \
| * | | | | Remove code dupliation in fixupX/Y(), flickX/Y()Martin Jones2010-03-087-467/+326
| | | | | | | | | | | | | | | | | | | | | | | | Also some minor perf improvements by avoiding signal/slot connection
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0819-27/+128
| |\ \ \ \ \
| | * | | | | Stop benchmark from crashing.Michael Brasser2010-03-081-0/+2
| | | | | | |
| | * | | | | Optimize Rectangle, Image, and Text creation.Michael Brasser2010-03-089-24/+30
| | | | | | |
| * | | | | | Add PathView.isCurrentIndex and PathView.view attached propertiesMartin Jones2010-03-085-76/+235
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding PathView attached properties to be in line with other views. Task-number: QT-319
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-088-0/+93
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fixed declarative demos not being installed.Rohan McGovern2010-03-088-0/+93
| | | | | | |
* | | | | | | Make compile following QDeclarativeMetaProperty renamingBea Lam2010-03-084-8/+8
|/ / / / / /
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-08324-13604/+27435
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0792-2420/+3396
| |\ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (25 commits) optimize dynamic call-by-name away Add support for QtScript connect/disconnect syntax in QML Minor perf improvement when running QML script blocks Fix qdeclarative{audio,video} tests. Don't assume documents are in UTF-8. Add basic support for explicit newParent in ParentAnimation. Delete uninspiring example. Fix compiler warning on RVCT Use new enum syntax for value types. Expect fail in currentIndex test for now. Allow unquoted enum syntax for value types More declarative examples cleanup. Improve declarative tabs example. Fix test leaks Use _data() for some tests Add missing NOTIFYs to timer, xmllistmodel, xmlrole Document new ParentChange properties. declarative examples cleanup Fix test Update QmlChanges.txt ...
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0592-2420/+3396
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (25 commits) optimize dynamic call-by-name away Add support for QtScript connect/disconnect syntax in QML Minor perf improvement when running QML script blocks Fix qdeclarative{audio,video} tests. Don't assume documents are in UTF-8. Add basic support for explicit newParent in ParentAnimation. Delete uninspiring example. Fix compiler warning on RVCT Use new enum syntax for value types. Expect fail in currentIndex test for now. Allow unquoted enum syntax for value types More declarative examples cleanup. Improve declarative tabs example. Fix test leaks Use _data() for some tests Add missing NOTIFYs to timer, xmllistmodel, xmlrole Document new ParentChange properties. declarative examples cleanup Fix test Update QmlChanges.txt ...