summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Optimize drawPixmapFragments for the GL2 paint engine.Michael Brasser2010-03-152-12/+17
| | | | | | | In this case, we don't need QGL2PEXVertexArray to keep track of min and max information. Reviewed-by: Samuel
* Optimize QRegion::intersects(QRect).Michael Brasser2010-03-152-16/+70
| | | | | | | Further optimize for the common case where numRects == 1. Benchmarks included. Reviewed-by: Samuel
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15217-1679/+4055
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (89 commits) Compile with user defined Qt namespace Fix regression from previous commit Import "content" with as qualifier to support network without qmldir Small fixes to photoviewer demo Fix benchmark. Add basic QUrl benchmarks. Add busy indicator to photoviewer demo Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRange fix installation of imports libraries QDeclarative::isWritable optimization. Make easing docs more consistent with other grouped property docs. Make the loader a focusscope. Fix typo. Use reliable local server for HTTP testing. Fix installation of imports libraries Change PathView offset property to use range 0 - 1.0 Tweak benchmark Optimization: Use linked list for context children Add new declarative photoviewer demo Remove dead code ...
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15217-1679/+4055
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (89 commits) Compile with user defined Qt namespace Fix regression from previous commit Import "content" with as qualifier to support network without qmldir Small fixes to photoviewer demo Fix benchmark. Add basic QUrl benchmarks. Add busy indicator to photoviewer demo Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRange fix installation of imports libraries QDeclarative::isWritable optimization. Make easing docs more consistent with other grouped property docs. Make the loader a focusscope. Fix typo. Use reliable local server for HTTP testing. Fix installation of imports libraries Change PathView offset property to use range 0 - 1.0 Tweak benchmark Optimization: Use linked list for context children Add new declarative photoviewer demo Remove dead code ...
| | * Compile with user defined Qt namespaceRoberto Raggi2010-03-151-2/+4
| | | | | | | | | | | | Protect the forward declaration of qstrtod with a QT_BEGIN/END namespace
| | * Fix regression from previous commitmae2010-03-153-7/+20
| | | | | | | | | | | | | | | Support quoted imports without qualitifier id but with qmldir. This makes it possible again to launch the flickr demo from a remote site.
| | * Import "content" with as qualifier to support network without qmldirmae2010-03-151-5/+5
| | |
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15215-1681/+4042
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (86 commits) Small fixes to photoviewer demo Fix benchmark. Add basic QUrl benchmarks. Add busy indicator to photoviewer demo Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRange fix installation of imports libraries QDeclarative::isWritable optimization. Make easing docs more consistent with other grouped property docs. Make the loader a focusscope. Fix typo. Use reliable local server for HTTP testing. Fix installation of imports libraries Change PathView offset property to use range 0 - 1.0 Tweak benchmark Optimization: Use linked list for context children Add new declarative photoviewer demo Remove dead code Make QML the object allocator more flexible Fix crash on 32-bit platforms Enable GL samplebuffers by default on Mac OS X ...
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-153-0/+252
| | | |\
| | | | * Fix benchmark.Michael Brasser2010-03-151-0/+1
| | | | |
| | | | * Add basic QUrl benchmarks.Michael Brasser2010-03-152-0/+251
| | | | |
| | | * | Small fixes to photoviewer demoYann Bodson2010-03-152-12/+14
| | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-151-2/+2
| | | |\
| | | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-1527-165/+228
| | | | |\
| | | | * | Set maximumExtents correctly for highlightRangeMode: StrictlyEnforceRangeMartin Jones2010-03-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-9000
| | | * | | Add busy indicator to photoviewer demoYann Bodson2010-03-155-2/+18
| | | | |/ | | | |/|
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-153-9/+20
| | | |\ \
| | | | * | QDeclarative::isWritable optimization.Michael Brasser2010-03-151-5/+3
| | | | | |
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-15211-1674/+3768
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (79 commits) Make easing docs more consistent with other grouped property docs. Make the loader a focusscope. Fix typo. Use reliable local server for HTTP testing. Fix installation of imports libraries Change PathView offset property to use range 0 - 1.0 Tweak benchmark Optimization: Use linked list for context children Add new declarative photoviewer demo Remove dead code Make QML the object allocator more flexible Fix crash on 32-bit platforms Enable GL samplebuffers by default on Mac OS X Fix test Update QmlChanges.txt Update particles autotests Reenable the QML binding optimizer for "safe" optimizations Crash Revert "Use one thread for all instances." Update QmlChanges.txt ...
| | | | | * | Make easing docs more consistent with other grouped property docs.Michael Brasser2010-03-141-4/+8
| | | | | | |
| | | * | | | fix installation of imports librariesYann Bodson2010-03-151-4/+3
| | | | |/ / | | | |/| |
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-143-8/+34
| | | |\ \ \
| | | | * | | Fix typo.Michael Brasser2010-03-141-1/+1
| | | | | | |
| | | | * | | Use reliable local server for HTTP testing.Warwick Allison2010-03-142-7/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Test font redirection.
| | | * | | | Make the loader a focusscope.Yann Bodson2010-03-141-1/+3
| | | |/ / /
| | | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-12210-1665/+3727
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (75 commits) Fix installation of imports libraries Change PathView offset property to use range 0 - 1.0 Tweak benchmark Optimization: Use linked list for context children Add new declarative photoviewer demo Remove dead code Make QML the object allocator more flexible Fix crash on 32-bit platforms Enable GL samplebuffers by default on Mac OS X Fix test Update QmlChanges.txt Update particles autotests Reenable the QML binding optimizer for "safe" optimizations Crash Revert "Use one thread for all instances." Update QmlChanges.txt Remove Qt.closestAngle(). Fix importing qml modules from rcc resources Crash Cosmetic tweaks ...
| | | | * | | Fix installation of imports librariesTobias Hunger2010-03-123-8/+7
| | | | | |/ | | | | |/|
| | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-12108-552/+1297
| | | | |\ \
| | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-1212-0/+354
| | | | | |\ \
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-126-57/+21
| | | | | | |\ \
| | | | | | * | | Add new declarative photoviewer demoYann Bodson2010-03-1212-0/+354
| | | | | | | | |
| | | | | * | | | Tweak benchmarkAaron Kennedy2010-03-121-1/+2
| | | | | | | | |
| | | | | * | | | Optimization: Use linked list for context childrenAaron Kennedy2010-03-124-33/+67
| | | | | | |/ / | | | | | |/| |
| | | | | * | | Remove dead codeAaron Kennedy2010-03-121-31/+0
| | | | | | | |
| | | | | * | | Make QML the object allocator more flexibleAaron Kennedy2010-03-124-25/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | By allocating memory internally we improve the opportunity for optimization.
| | | | | * | | Fix crash on 32-bit platformsAaron Kennedy2010-03-121-1/+1
| | | | | |/ /
| | | | | * | Enable GL samplebuffers by default on Mac OS XAaron Kennedy2010-03-121-0/+5
| | | | | | |
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-124-65/+75
| | | | | |\ \
| | | | | | * | Update QmlChanges.txtYann Bodson2010-03-121-2/+3
| | | | | | | |
| | | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-127-82/+17
| | | | | | |\ \
| | | | | | * | | Update particles autotestsYann Bodson2010-03-123-63/+72
| | | | | | | | |
| | | | | * | | | Fix testAaron Kennedy2010-03-121-9/+9
| | | | | | | | |
| | | | | * | | | Reenable the QML binding optimizer for "safe" optimizationsAaron Kennedy2010-03-125-30/+81
| | | | | | | | |
| | | | | * | | | CrashAaron Kennedy2010-03-121-1/+1
| | | | | | |/ / | | | | | |/| |
| | | | | * | | Revert "Use one thread for all instances."Michael Brasser2010-03-121-19/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit d4abbfdd1959a65ecfb997c962aa8ea132c77eaf.
| | | | | * | | Update QmlChanges.txtMichael Brasser2010-03-121-0/+2
| | | | | | | |
| | | | | * | | Remove Qt.closestAngle().Michael Brasser2010-03-125-63/+0
| | | | | |/ / | | | | | | | | | | | | | | | | | | | | | This functionality is now built in to RotationAnimation.
| | | | | * | Fix importing qml modules from rcc resourcesmae2010-03-114-54/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Done with Roberto. Reviewed-by: Roberto Raggi
| | | | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-11177-1281/+2987
| | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (57 commits) Crash Cosmetic tweaks no need to include this private header fix particles plugin Update QmlChanges.txt Replace QDeclarativeContext::addDefaultObject() -> setContextObject() Fix test, fix warning consistency. Improve value type binding behavior Truncate title at right if too long (cannot currently ElideRight and center). Minor construction optimizations. Don't export symbols in webkit plugin. Move particles in their own plugin (Qt.labs.particles) Add a positioning 'mode' to positionViewAtIndex() Compile fix after e5922ab126f3532483b18720ce893d6be826d50e Add AnchorAnimation for animating AnchorChanges. Remove more accidentally submitted code Comment out unused method. Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri ...
| | | | | | * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-11177-1281/+2987
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * '4.7' of scm.dev.nokia.troll.no:qt/qt-qml: (57 commits) Crash Cosmetic tweaks no need to include this private header fix particles plugin Update QmlChanges.txt Replace QDeclarativeContext::addDefaultObject() -> setContextObject() Fix test, fix warning consistency. Improve value type binding behavior Truncate title at right if too long (cannot currently ElideRight and center). Minor construction optimizations. Don't export symbols in webkit plugin. Move particles in their own plugin (Qt.labs.particles) Add a positioning 'mode' to positionViewAtIndex() Compile fix after e5922ab126f3532483b18720ce893d6be826d50e Add AnchorAnimation for animating AnchorChanges. Remove more accidentally submitted code Comment out unused method. Document - and use - the qmlRegisterXXX template functions when loading debug import plugins on Mac, try with _debug.dylib suffix fix inclusion of qt_targets.pri in qimportbase.pri ...