Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 |
| | | |||||
| * | 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 | ||||
| * | | ListView housekeeping optimizations. | Martin Jones | 2009-12-18 | 1 | -52/+80 |
| | | | |||||
* | | | Benchmark | Aaron Kennedy | 2009-12-18 | 1 | -0/+34 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-18 | 1 | -19/+5 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Remove unnecessary attached prop. hash. | Martin Jones | 2009-12-18 | 1 | -19/+5 |
| | | |||||
* | | Optimize Math.max and Math.min | Aaron Kennedy | 2009-12-18 | 1 | -1/+79 |
|/ | |||||
* | 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 | ||||
| * | | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 11 | -94/+173 |
| | | | | | | | | | | | | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops. | ||||
* | | | Section property access perf. | Martin Jones | 2009-12-18 | 3 | -19/+41 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Michael Brasser | 2009-12-18 | 16 | -1642/+2 |
|\ \ | | | | | | | | | | into kinetic-declarativeui | ||||
| * \ | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Bea Lam | 2009-12-18 | 37 | -222/+659 |
| |\ \ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| | * \ | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-17 | 4 | -1/+25 |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | | Section properties can only be model data. | Martin Jones | 2009-12-17 | 1 | -7/+2 |
| | | | | | |||||
| * | | | | Remove creatorplugin (it's moved to the creator repository) | Bea Lam | 2009-12-17 | 15 | -1635/+0 |
| | | | | | |||||
* | | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui | Michael Brasser | 2009-12-17 | 251 | -3122/+6690 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore tests/benchmarks/benchmarks.pro | ||||
| * | | | | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2009-12-17 | 2 | -12/+62 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: doc: Added discussion on connecting signals that have default arg values. Stack overflow when closing a Color panel in Cocoa. | ||||
| | * \ \ \ | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.6 | Martin Smith | 2009-12-17 | 31 | -346/+253 |
| | |\ \ \ \ |