summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
* Fix painting to pixmap.Warwick Allison2010-01-081-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-085-12/+48
|\
| * Optimization: Improve property read speedAaron Kennedy2010-01-084-10/+46
| * Basic QML JS benchmarkAaron Kennedy2010-01-082-2/+2
* | Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-082-46/+54
|/
* Add notifier for QmlGraphicsInputMarco Bubke2010-01-072-14/+68
* Add notifier for QmlGraphicsTextEditMarco Bubke2010-01-072-15/+47
* Load qmlmodules plugins.Warwick Allison2010-01-074-0/+181
* opt: move expr out of loopWarwick Allison2010-01-071-2/+2
* Add notifier for QmlGraphicsTextMarco Bubke2010-01-062-9/+37
* Allow Bauhaus to reset hasPixelSizeMarco Bubke2010-01-061-3/+9
* Check if the property is cached in QmlGraphicsVisualDataModel::stringValueMarco Bubke2010-01-061-8/+12
* Improve documentationAlan Alpert2010-01-051-3/+32
* Mark function contexts as temporaryAaron Kennedy2010-01-056-5/+18
* Revert "Maybe fix QTBUG-5690"Alan Alpert2010-01-041-2/+1
* Add documentation for integrating with existing Qt UI codeAlan Alpert2009-12-301-0/+10
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Alan Alpert2009-12-2319-189/+428
|\
| * Missing fileAaron Kennedy2009-12-231-0/+154
| * Stop using QGuardAaron Kennedy2009-12-2315-43/+78
| * Optimization: Reduce memory usageAaron Kennedy2009-12-231-145/+188
| * Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291Aaron Kennedy2009-12-232-1/+8
* | Maybe fix QTBUG-5690Alan Alpert2009-12-221-1/+2
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-224-12/+58
|\
| * Move the viewport by whole pixels to avoid painting artifacts.Martin Jones2009-12-222-3/+18
| * Try to avoid creating multiple delegates per frame with cachebuffer.Martin Jones2009-12-221-8/+39
| * export QmlStyledTextMartin Jones2009-12-221-1/+1
* | Remove unused optimizationAaron Kennedy2009-12-228-158/+2
* | Minor optimizationsAaron Kennedy2009-12-224-16/+7
|/
* Don't crash when a subscription is not requiredAaron Kennedy2009-12-221-2/+3
* Implement a fast "styled" text format.Martin Jones2009-12-227-25/+465
* Export QmlAbstractBinding classKai Koehne2009-12-211-1/+1
* Added isAlias to the QmlDomDynamicProperty.Erik Verbruggen2009-12-212-1/+19
* Improve binding optimizer's subscription logicAaron Kennedy2009-12-211-3/+8
* Empty URLs should not be resolvedAaron Kennedy2009-12-212-5/+8
* Optimization: signal connectionsAaron Kennedy2009-12-212-5/+35
* More binding optimizationsAaron Kennedy2009-12-211-14/+143
* Simply type managementAaron Kennedy2009-12-211-47/+35
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-211-2/+1
|\
| * Remove a couple of connects is ListView.Martin Jones2009-12-211-2/+1
* | Optimization: don't use QTextControl in Text elementAaron Kennedy2009-12-212-25/+15
|/
* Remove unnecessary locking.Martin Jones2009-12-211-14/+10
* Fix Flickable within Flickable, with parent flickable !interactive.Martin Jones2009-12-202-9/+14
* Avoid excessive calls to QTime::currentTime()Martin Jones2009-12-181-2/+1
* Make sure header/footer are correctly positioned.Martin Jones2009-12-181-3/+11
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-181-1/+79
|\
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-181-19/+5
| |\
| * | Optimize Math.max and Math.minAaron Kennedy2009-12-181-1/+79
* | | ListView housekeeping optimizations.Martin Jones2009-12-181-52/+80
| |/ |/|
* | Remove unnecessary attached prop. hash.Martin Jones2009-12-181-19/+5
|/