Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mark function contexts as temporary | Aaron Kennedy | 2010-01-05 | 1 | -1/+4 | |
| | | | | QTBUG-5690 | |||||
* | Stop using QGuard | Aaron Kennedy | 2009-12-23 | 1 | -9/+11 | |
| | | | | | | 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. | |||||
* | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 1 | -3/+13 | |
| | | | | | Previously deferred properties would fail if any of the sub objects used bindings or QmlParserStatus. Whoops. | |||||
* | Set correct property flags for custom property types. | Michael Brasser | 2009-12-17 | 1 | -0/+10 | |
| | | | | | | | | | If a property type was a composite object pointer (e.g. property MyObject obj), it was not being correctly identified as an object type. Task-number: QTBUG-6335 Reviewed-by: Aaron Kennedy | |||||
* | Binding optimizer extensions | Aaron Kennedy | 2009-12-16 | 1 | -1/+1 | |
| | ||||||
* | Inline QML still needs a URL so that subtypes are relative to that URL. | Warwick Allison | 2009-12-09 | 1 | -0/+2 | |
| | | | | Fixes tst_qmlecmascript::dynamicCreation | |||||
* | document script extension problem | Warwick Allison | 2009-12-08 | 1 | -0/+7 | |
| | ||||||
* | Fix docs. | Michael Brasser | 2009-12-07 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-12-07 | 1 | -44/+77 | |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp | |||||
| * | little imporvements and 1 warning less | Thierry Bastian | 2009-12-07 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-12-07 | 1 | -43/+76 | |
| |\ | | | | | | | | | | into kinetic-declarativeui | |||||
| | * | Fix spurious logging problems. | Warwick Allison | 2009-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | (printf patterns would be expanded!) | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-06 | 1 | -20/+20 | |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * | | Make QmlScriptEngine reusable in WorkScript, so extra fns are available. | Warwick Allison | 2009-12-04 | 1 | -42/+75 | |
| | | | | | | | | | | | | | | | | Add Qt.resolvedUrl(url) | |||||
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-12-07 | 1 | -20/+20 | |
| |\ \ \ | | | |/ | | |/| | | | | | into kinetic-declarativeui | |||||
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Martin Jones | 2009-12-04 | 1 | -36/+46 | |
| |\ \ \ | | | |/ | | |/| | | | | | into kinetic-declarativeui | |||||
| * | | | Make SQL work on Symbian | Martin Jones | 2009-12-04 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix leaks. | Michael Brasser | 2009-12-07 | 1 | -0/+2 | |
| |_|/ |/| | | ||||||
* | | | small cleanup | Thierry Bastian | 2009-12-04 | 1 | -20/+20 | |
| |/ |/| | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | |||||
* | | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -30/+35 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes. | |||||
* | | Optimization: Use linked-list for context objects | Aaron Kennedy | 2009-12-03 | 1 | -6/+11 | |
| | | ||||||
* | | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -18/+18 | |
| | | | | | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-02 | 1 | -2/+6 | |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp | |||||
| * | Cache binding closures | Aaron Kennedy | 2009-12-02 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-02 | 1 | -1/+4 | |
| |\ | | | | | | | | | | into kinetic-declarativeui | |||||
| | * | Get qsTr and friends working again. | Michael Brasser | 2009-12-01 | 1 | -1/+4 | |
| | | | ||||||
| * | | Two way WorkerScript communications | Aaron Kennedy | 2009-11-30 | 1 | -0/+1 | |
| |/ | ||||||
* | | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -18/+18 | |
|/ | | | | May help modularization (syncqt and configure are Qt-specific). | |||||
* | Qt.quit() added to qml. | Tapani Mikola | 2009-11-30 | 1 | -0/+14 | |
| | ||||||
* | Basic WorkerScript functionality | Aaron Kennedy | 2009-11-30 | 1 | -2/+11 | |
| | ||||||
* | atob and btoa functions (as per JS window functions) | Warwick Allison | 2009-11-29 | 1 | -0/+22 | |
| | ||||||
* | Webkit console.log() compatibility. | Warwick Allison | 2009-11-23 | 1 | -1/+26 | |
| | | | | This allows avoiding the more non-standard print(). | |||||
* | Rename QML Object to QtObject | Aaron Kennedy | 2009-11-19 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-17 | 1 | -34/+41 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Tests | Aaron Kennedy | 2009-11-16 | 1 | -34/+41 | |
| | | ||||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-11-16 | 1 | -16/+0 | |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Remove dead code | Aaron Kennedy | 2009-11-16 | 1 | -16/+0 | |
| | | ||||||
* | | Use QDir::separator() and follow no-trailing-slash convention. | Warwick Allison | 2009-11-16 | 1 | -7/+8 | |
|/ | | | | Fixes QTBUG-5841 | |||||
* | QmlEngine tests | Aaron Kennedy | 2009-11-16 | 1 | -11/+5 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -2/+2 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Do not use "QtDeclarative/XXX" style includes in declarative module code, | Warwick Allison | 2009-11-12 | 1 | -2/+2 | |
| | | | | | | | | as it breaks reinstalling the module against existing Qt. | |||||
* | | Qt.md5() method | Aaron Kennedy | 2009-11-12 | 1 | -0/+14 | |
|/ | ||||||
* | Update valuetype tests | Aaron Kennedy | 2009-11-06 | 1 | -15/+2 | |
| | | | | Add a new test, and make the old variantCopy pass | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-11-05 | 1 | -10/+5 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -10/+5 | |
| | | | | | | | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-11-05 | 1 | -0/+20 | |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Add closestAngle function to Qt object to help with rotation animations. | Alan Alpert | 2009-11-04 | 1 | -0/+20 | |
| | | | | | | | | Includes test and doc. | |||||
* | | Avoid crashing on faulty call to createQmlObject | Alan Alpert | 2009-11-03 | 1 | -0/+5 | |
|/ | ||||||
* | Define and document deletion of QmlEngine QNetworkAccessManager | Warwick Allison | 2009-11-03 | 1 | -7/+7 | |
| | ||||||
* | Qt object test | Aaron Kennedy | 2009-11-02 | 1 | -10/+23 | |
| |