Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Use URI, not modified URL when resolving type names | Aaron Kennedy | 2010-01-11 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2010-01-11 | 8 | -14/+28 | |
| |\ | | | | | | | | | | into kinetic-declarativeui | |||||
| * | | Remove debugging | Aaron Kennedy | 2010-01-11 | 1 | -1/+0 | |
| | | | ||||||
* | | | qmlInfo now gives QML type, not C++ classname. | Warwick Allison | 2010-01-11 | 1 | -6/+6 | |
| |/ |/| | ||||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2010-01-11 | 17 | -31/+304 | |
|\ \ | |/ | | | | | 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 | 39 | -32/+107 | |
| |\ | | | | | | | | | | into kinetic-declarativeui | |||||
| | * | Remove extra semicolons. | Michael Brasser | 2010-01-11 | 2 | -2/+2 | |
| | | | ||||||
| | * | Compile with QT_NO_CURSOR. | Michael Brasser | 2010-01-11 | 1 | -0/+4 | |
| | | | ||||||
| | * | More text benchmarks. | Michael Brasser | 2010-01-11 | 1 | -2/+73 | |
| | | | ||||||
| * | | Update QML to adhere to latest QScriptDeclarativeClass | Aaron Kennedy | 2010-01-11 | 10 | -22/+26 | |
| | | | ||||||
| * | | Optimization: Add QScriptDeclarativeClass::Value | Aaron Kennedy | 2010-01-11 | 3 | -5/+199 | |
| | | | | | | | | | | | | | | | | | | | | | This class is essentially the same as QScriptValue, but it is faster as it doesn't reference objects. Thus, they might be collected if the gc runs. For return values from QScriptDeclarativeClass this isn't a problem, of course. | |||||
* | | | report error better | Warwick Allison | 2010-01-11 | 1 | -1/+1 | |
| | | | ||||||
* | | | document test weakness | Warwick Allison | 2010-01-11 | 1 | -0/+6 | |
| | | | ||||||
* | | | QTBUG-6507 appears fixed (don't know when) | Warwick Allison | 2010-01-11 | 3 | -10/+18 | |
| | | | ||||||
* | | | 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. |