Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Alan Alpert | 2009-12-23 | 22 | -189/+530 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Missing file | Aaron Kennedy | 2009-12-23 | 1 | -0/+154 |
| | | |||||
| * | Stop using QGuard | Aaron Kennedy | 2009-12-23 | 15 | -43/+78 |
| | | | | | | | | | | | | This should allow QGuard to be removed from Qt and QObjectPrivate::ExtraData. Having QmlGuard inside QmlDeclarativeData reduces the number of new's, and creating QmlDeclarativeData is faster than QObjectPrivate::ExtraData anyway. | ||||
| * | Benchmarks | Aaron Kennedy | 2009-12-23 | 3 | -0/+102 |
| | | |||||
| * | Optimization: Reduce memory usage | Aaron Kennedy | 2009-12-23 | 1 | -145/+188 |
| | | |||||
| * | Revert some of 944a9b41e34e0a8c9b9994a040a6b83aa4e11291 | Aaron Kennedy | 2009-12-23 | 2 | -1/+8 |
| | | | | | | | | External projects require anchors to be creatable. | ||||
* | | Maybe fix QTBUG-5690 | Alan Alpert | 2009-12-22 | 1 | -1/+2 |
| | | | | | | | | Allievates symptoms, but may not be the proper fix. | ||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Alan Alpert | 2009-12-22 | 39 | -1302/+581 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-22 | 16 | -1098/+58 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Move the viewport by whole pixels to avoid painting artifacts. | Martin Jones | 2009-12-22 | 2 | -3/+18 |
| | | | |||||
| | * | Try to avoid creating multiple delegates per frame with cachebuffer. | Martin Jones | 2009-12-22 | 1 | -8/+39 |
| | | | |||||
| | * | Remove loader. Its functionality is now available in qmlviewer. | Martin Jones | 2009-12-22 | 12 | -1086/+0 |
| | | | |||||
| | * | export QmlStyledText | Martin Jones | 2009-12-22 | 1 | -1/+1 |
| | | | |||||
| * | | Remove unused optimization | Aaron Kennedy | 2009-12-22 | 8 | -158/+2 |
| | | | |||||
| * | | Minor optimizations | Aaron Kennedy | 2009-12-22 | 4 | -16/+7 |
| |/ | |||||
| * | Don't crash when a subscription is not required | Aaron Kennedy | 2009-12-22 | 1 | -2/+3 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-22 | 7 | -25/+465 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Implement a fast "styled" text format. | Martin Jones | 2009-12-22 | 7 | -25/+465 |
| | | | |||||
| * | | benchmark | Aaron Kennedy | 2009-12-22 | 1 | -2/+27 |
| |/ | |||||
| * | Export QmlAbstractBinding class | Kai Koehne | 2009-12-21 | 1 | -1/+1 |
| | | | | | | | | The class is referenced in QmlMetaProperty. | ||||
| * | Added isAlias to the QmlDomDynamicProperty. | Erik Verbruggen | 2009-12-21 | 2 | -1/+19 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Alan Alpert | 2009-12-21 | 10 | -124/+303 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Improve binding optimizer's subscription logic | Aaron Kennedy | 2009-12-21 | 1 | -3/+8 |
| | | |||||
| * | Empty URLs should not be resolved | Aaron Kennedy | 2009-12-21 | 2 | -5/+8 |
| | | |||||
| * | Optimization: signal connections | Aaron Kennedy | 2009-12-21 | 2 | -5/+35 |
| | | |||||
| * | More binding optimizations | Aaron Kennedy | 2009-12-21 | 1 | -14/+143 |
| | | |||||
| * | Simply type management | Aaron Kennedy | 2009-12-21 | 1 | -47/+35 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-21 | 1 | -2/+1 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Remove a couple of connects is ListView. | Martin Jones | 2009-12-21 | 1 | -2/+1 |
| | | | |||||
| * | | Optimization: don't use QTextControl in Text element | Aaron Kennedy | 2009-12-21 | 2 | -25/+15 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-21 | 4 | -77/+113 |
| |\ \ | | |/ | | | | | | | into kinetic-declarativeui | ||||
| | * | Remove unnecessary locking. | Martin Jones | 2009-12-21 | 1 | -14/+10 |
| | | | |||||
| | * | Fix Flickable within Flickable, with parent flickable !interactive. | Martin Jones | 2009-12-20 | 2 | -9/+14 |
| | | | |||||
| * | | Benchmark | Aaron Kennedy | 2009-12-18 | 1 | -0/+34 |
| | | | |||||
* | | | Doc fix | Alan Alpert | 2009-12-18 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Avoid excessive calls to QTime::currentTime() | Martin Jones | 2009-12-18 | 1 | -2/+1 |
| | | |||||
* | | Make sure header/footer are correctly positioned. | Martin Jones | 2009-12-18 | 1 | -3/+11 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-18 | 1 | -1/+79 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-18 | 1 | -19/+5 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Optimize Math.max and Math.min | Aaron Kennedy | 2009-12-18 | 1 | -1/+79 |
| | | | |||||
* | | | ListView housekeeping optimizations. | Martin Jones | 2009-12-18 | 1 | -52/+80 |
| |/ |/| | |||||
* | | Remove unnecessary attached prop. hash. | Martin Jones | 2009-12-18 | 1 | -19/+5 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-18 | 24 | -162/+266 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Remove QML_ENABLE_DEFERRED env variable | Aaron Kennedy | 2009-12-18 | 1 | -2/+1 |
| | | | | | | | | Use QML_EXPERIMENTAL instead | ||||
| * | Support binding optimizer and deferred properties | Aaron Kennedy | 2009-12-18 | 3 | -10/+10 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-18 | 7 | -58/+74 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| | * | Have qmlInfo report the QML element name rather than C++ class name. | Michael Brasser | 2009-12-18 | 7 | -58/+74 |
| | | | | | | | | | | | | Task-number: QTBUG-5476 | ||||
| * | | Use deferred properties in states and transitions | Aaron Kennedy | 2009-12-18 | 4 | -0/+6 |
| | | | |||||
| * | | Deferred properties are off by default | Aaron Kennedy | 2009-12-18 | 1 | -0/+4 |
| |/ | |||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-18 | 282 | -4827/+6854 |
| |\ | | | | | | | | | | into kinetic-declarativeui |