Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid false pass | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | Don't put necessary code in Q_ASSERT | Warwick Allison | 2010-01-11 | 1 | -2/+2 |
| | | | | (test failed in release mode) | ||||
* | Qt has more stuff in rich text now. | Warwick Allison | 2010-01-11 | 1 | -0/+1 |
| | |||||
* | Compile (will still fail) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Remove unused signal. | Warwick Allison | 2010-01-11 | 1 | -1/+0 |
| | |||||
* | Compile outside src/declarative (tests) | Warwick Allison | 2010-01-11 | 1 | -1/+1 |
| | |||||
* | Compile. | Warwick Allison | 2010-01-11 | 2 | -3/+9 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 17 | -72/+266 |
|\ | | | | | | | 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 | 2010-01-11 | 9 | -9/+221 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | Optimization: Passing QScriptEngine to QScriptValue is much faster | Aaron Kennedy | 2010-01-09 | 2 | -9/+9 |
| | | | |||||
| * | | Optimization: Bypass qt_metacall for synthesized methods | Aaron Kennedy | 2010-01-09 | 8 | -29/+163 |
| | | | |||||
| * | | Another dynamic method autotest | Aaron Kennedy | 2010-01-09 | 3 | -0/+26 |
| | | | |||||
| * | | Optimization: Cache compiled dynamic functions | Aaron Kennedy | 2010-01-08 | 8 | -47/+81 |
| | | | |||||
* | | | Move choice of pipelining to the point request. | Warwick Allison | 2010-01-11 | 6 | -17/+3 |
| | | | | | | | | | | | | (based on advice from Thiago) | ||||
* | | | Follow naming conventions (pass examples test) | Warwick Allison | 2010-01-11 | 23 | -5/+6 |
| | | | |||||
* | | | Compile after change b9d7f819b7bf9f7c39735377ae2e3e4d4afa1cf7 | Warwick Allison | 2010-01-11 | 1 | -0/+8 |
| |/ |/| | |||||
* | | Compile fix for QMLViewer | Thomas Hartmann | 2010-01-08 | 1 | -2/+2 |
| | | | | | | | | QmlViewer only compiled with -nokia-developer on Windows | ||||
* | | Make it easier to understand if test fails. | Warwick Allison | 2010-01-08 | 2 | -2/+5 |
| | | |||||
* | | Test QmlModulePlugin | Warwick Allison | 2010-01-08 | 6 | -0/+211 |
| | | |||||
* | | Must always ask factory loader, or else plugins will only load the second time. | Warwick Allison | 2010-01-08 | 1 | -6/+5 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-08 | 5 | -0/+117 |
|\ \ | |/ | | | | | 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 | 2010-01-08 | 14 | -96/+252 |
| |\ | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | QML dynamic function benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+117 |
| | | | |||||
* | | | PreferNetwork (the default) is fixed, no need to force PreferCache. | Warwick Allison | 2010-01-08 | 1 | -1/+0 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-08 | 5 | -0/+97 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | QML signal handler benchmark | Aaron Kennedy | 2010-01-08 | 5 | -0/+97 |
| | | |||||
* | | Fix painting to pixmap. | Warwick Allison | 2010-01-08 | 1 | -1/+1 |
| | | | | | | | | | | If we render the graphics view in a pixmap effectiveClip is empty. From Marco | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-08 | 7 | -12/+510 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Optimization: Improve property read speed | Aaron Kennedy | 2010-01-08 | 4 | -10/+46 |
| | | |||||
| * | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 4 | -2/+464 |
| | | |||||
* | | Allow QML types defined in both C++ and QML files to be in the same module. | Warwick Allison | 2010-01-08 | 12 | -78/+193 |
| | | |||||
* | | doc | Warwick Allison | 2010-01-08 | 2 | -18/+59 |
|/ | | | | Task-number: QTBUG-7125 | ||||
* | Add notifier for QmlGraphicsInput | Marco Bubke | 2010-01-07 | 2 | -14/+68 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Add notifier for QmlGraphicsTextEdit | Marco Bubke | 2010-01-07 | 2 | -15/+47 |
| | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann | ||||
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Alan Alpert | 2010-01-07 | 200 | -1717/+9067 |
|\ | | | | | | | into kinetic-declarativeui | ||||
| * | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 8 | -0/+317 |
| | | | | | | | | | | | | This allows projects which use the declarative module to add QML types through C++ modules, such that qmlviewer (or any QML) can import those types. | ||||
| * | opt: move expr out of loop | Warwick Allison | 2010-01-07 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-07 | 11 | -41/+310 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Add notifier for QmlGraphicsText | Marco Bubke | 2010-01-06 | 2 | -9/+37 |
| | | | | | | | | | | | | | | | | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Kai Koehne | ||||
| | * | Allow Bauhaus to reset hasPixelSize | Marco Bubke | 2010-01-06 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | We want to reset the pixelSize to a pointSize value. Task-number: BAUHAUS-244 Reviewed-by: Kai Koehne | ||||
| | * | Check if the property is cached in QmlGraphicsVisualDataModel::stringValue | Marco Bubke | 2010-01-06 | 1 | -8/+12 |
| | | | | | | | | | | | | | | | | | | | | | This fixes a Bauhaus crash. Task-number: BAUHAUS-227 Reviewed-by: Kai Koehne | ||||
| | * | Improve documentation | Alan Alpert | 2010-01-05 | 7 | -21/+252 |
| | | | | | | | | | | | | | | | Extend documentation on dynamically created objects and on integrating with existing applications. And make those pages more discoverable. | ||||
| * | | Avoid spurious error messages | Warwick Allison | 2010-01-06 | 1 | -2/+4 |
| |/ | | | | | | | Delegate is reused in Grid and PathView, so PathView attributes might not be defined | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-05 | 177 | -1666/+8324 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Mark function contexts as temporary | Aaron Kennedy | 2010-01-05 | 6 | -5/+18 |
| | | | | | | | | | | | | QTBUG-5690 | ||||
| | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/qt into kinetic-declarativeui | Aaron Kennedy | 2010-01-05 | 171 | -1661/+8306 |
| | |\ | |||||
| | | * | Merge branch '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into ↵ | Qt Continuous Integration System | 2010-01-04 | 4 | -63/+87 |
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4.6-integration * '4.6' of scm.dev.nokia.troll.no:qt/oslo-staging-1: Remove the need to know the service owner when adding/removing signal rules. Use the watched service name list in matching incoming signals too. Change the QtDBus watched service list to a map to its owner. Update debug output to show the connection's ptr and thread | ||||
| | | | * | Remove the need to know the service owner when adding/removing signal rules. | Thiago Macieira | 2010-01-02 | 4 | -34/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
| | | | * | Use the watched service name list in matching incoming signals too. | Thiago Macieira | 2010-01-02 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: QTBUG-5979 Reviewed-By: TrustMe | ||||
| | | | * | Change the QtDBus watched service list to a map to its owner. | Thiago Macieira | 2010-01-02 | 2 | -17/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of simply counting how many times we're watching a service, also map a service to its owner. This allows us to provide a faster, cached GetNameOwner too. Technically, this could mean that a service that is started in-between event loops could remain invalid for a longer period of time. I'm not sure this is an issue -- will need some testing in KDE. Task-number: QTBUG-5979 Reviewed-By: TrustMe |