summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Use URI, not modified URL when resolving type namesAaron Kennedy2010-01-111-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2010-01-118-14/+28
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Remove debuggingAaron Kennedy2010-01-111-1/+0
| | |
* | | qmlInfo now gives QML type, not C++ classname.Warwick Allison2010-01-111-6/+6
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-1117-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 Kennedy2010-01-1139-32/+107
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Remove extra semicolons.Michael Brasser2010-01-112-2/+2
| | |
| | * Compile with QT_NO_CURSOR.Michael Brasser2010-01-111-0/+4
| | |
| | * More text benchmarks.Michael Brasser2010-01-111-2/+73
| | |
| * | Update QML to adhere to latest QScriptDeclarativeClassAaron Kennedy2010-01-1110-22/+26
| | |
| * | Optimization: Add QScriptDeclarativeClass::ValueAaron Kennedy2010-01-113-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 betterWarwick Allison2010-01-111-1/+1
| | |
* | | document test weaknessWarwick Allison2010-01-111-0/+6
| | |
* | | QTBUG-6507 appears fixed (don't know when)Warwick Allison2010-01-113-10/+18
| | |
* | | avoid false passWarwick Allison2010-01-111-1/+0
| | |
* | | Don't put necessary code in Q_ASSERTWarwick Allison2010-01-111-2/+2
| | | | | | | | | | | | (test failed in release mode)
* | | Qt has more stuff in rich text now.Warwick Allison2010-01-111-0/+1
| |/ |/|
* | Compile (will still fail)Warwick Allison2010-01-111-1/+1
| |
* | Remove unused signal.Warwick Allison2010-01-111-1/+0
| |
* | Compile outside src/declarative (tests)Warwick Allison2010-01-111-1/+1
| |
* | Compile.Warwick Allison2010-01-112-3/+9
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-1117-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 Kennedy2010-01-119-9/+221
| |\ | | | | | | | | | into kinetic-declarativeui
| * | Optimization: Passing QScriptEngine to QScriptValue is much fasterAaron Kennedy2010-01-092-9/+9
| | |
| * | Optimization: Bypass qt_metacall for synthesized methodsAaron Kennedy2010-01-098-29/+163
| | |
| * | Another dynamic method autotestAaron Kennedy2010-01-093-0/+26
| | |
| * | Optimization: Cache compiled dynamic functionsAaron Kennedy2010-01-088-47/+81
| | |
* | | Move choice of pipelining to the point request.Warwick Allison2010-01-116-17/+3
| | | | | | | | | | | | (based on advice from Thiago)
* | | Follow naming conventions (pass examples test)Warwick Allison2010-01-1123-5/+6
| | |
* | | Compile after change b9d7f819b7bf9f7c39735377ae2e3e4d4afa1cf7Warwick Allison2010-01-111-0/+8
| |/ |/|
* | Compile fix for QMLViewerThomas Hartmann2010-01-081-2/+2
| | | | | | | | QmlViewer only compiled with -nokia-developer on Windows
* | Make it easier to understand if test fails.Warwick Allison2010-01-082-2/+5
| |
* | Test QmlModulePluginWarwick Allison2010-01-086-0/+211
| |
* | Must always ask factory loader, or else plugins will only load the second time.Warwick Allison2010-01-081-6/+5
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-085-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 Kennedy2010-01-0814-96/+252
| |\ | | | | | | | | | into kinetic-declarativeui
| * | QML dynamic function benchmarkAaron Kennedy2010-01-085-0/+117
| | |
* | | PreferNetwork (the default) is fixed, no need to force PreferCache.Warwick Allison2010-01-081-1/+0
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-085-0/+97
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * QML signal handler benchmarkAaron Kennedy2010-01-085-0/+97
| |
* | Fix painting to pixmap.Warwick Allison2010-01-081-1/+1
| | | | | | | | | | If we render the graphics view in a pixmap effectiveClip is empty. From Marco
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2010-01-087-12/+510
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Optimization: Improve property read speedAaron Kennedy2010-01-084-10/+46
| |
| * Basic QML JS benchmarkAaron Kennedy2010-01-084-2/+464
| |
* | Allow QML types defined in both C++ and QML files to be in the same module.Warwick Allison2010-01-0812-78/+193
| |
* | docWarwick Allison2010-01-082-18/+59
|/ | | | Task-number: QTBUG-7125
* Add notifier for QmlGraphicsInputMarco Bubke2010-01-072-14/+68
| | | | | | | Bauhaus needs the notifier to track changes in the items. Task-number: BAUHAUS-243 Reviewed-by: Thomas Hartmann
* Add notifier for QmlGraphicsTextEditMarco Bubke2010-01-072-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 Alpert2010-01-07200-1717/+9067
|\ | | | | | | into kinetic-declarativeui
| * Load qmlmodules plugins.Warwick Allison2010-01-078-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.