Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-30 | 1 | -16/+16 |
|\ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/debugger/qmldebug.cpp src/declarative/fx/qmlgraphicsimagebase_p.h src/declarative/util/qmlanimation.h src/declarative/util/qmlstate.h src/declarative/util/qmltimer.cpp | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -135/+20 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlcomponentjs.cpp src/declarative/qml/qmlcomponentjs_p.h src/declarative/qml/qmlcomponentjs_p_p.h | ||||
| * | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| | | | |||||
* | | | Make private headers _p | Aaron Kennedy | 2009-10-30 | 1 | -1/+1 |
| | | | |||||
* | | | Rename QFx classes to QmlGraphics | Aaron Kennedy | 2009-10-30 | 1 | -2/+2 |
| |/ |/| | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-29 | 1 | -8/+10 |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Remove duplicated doc | Alan Alpert | 2009-10-29 | 1 | -78/+0 |
| | | | | | | | | | | | | global object functions are now in globalobject.qdoc | ||||
| * | | Merge QmlComponentJS into QmlComponent | Alan Alpert | 2009-10-29 | 1 | -8/+10 |
| |/ | | | | | | | | | | | | | createComponent() and Component{} are now the same, and so Component{}s can now be passed around for use in script. Also this commit fixes the minor bug QT-2386 | ||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-28 | 1 | -2/+3 |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc | ||||
| * | Do not display transient binding errors | Aaron Kennedy | 2009-10-28 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | During QML startup, it is common to have "errors" in bindings as the apps state stabilizes. These are not real errors, but just a consequence of implementing a declarative UI in an imperative world. Now during startup, the display of errors is delayed until the startup completes, and then only bindings that are still in an error state are displayed. QT-2373 | ||||
* | | Fill out QML global object documentation | Alan Alpert | 2009-10-28 | 1 | -116/+2 |
| | | | | | | | | | | | | | | | | Moves the documentation for functions on the global object from qmlengine.cpp to globalobject.qdoc (so that qdoc actually generates them). The XmlHttpRequest documentation is still just a stub. | ||||
* | | Minor cleanup of global object | Alan Alpert | 2009-10-28 | 1 | -11/+8 |
|/ | | | | | removed desktopServices member, changed openUrl to openUrlExternally and placed it on the Qt object. | ||||
* | Don't crash when requesting an attached object for non-QML object | Aaron Kennedy | 2009-10-27 | 1 | -0/+2 |
| | |||||
* | Compile with -no-qt3support | Aaron Kennedy | 2009-10-26 | 1 | -2/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-26 | 1 | -1/+10 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 1 | -1/+10 |
| | | | | | | | | This was causing crashes on windows. | ||||
* | | Wait for qmldir remote content so that imports work remotely. | Warwick Allison | 2009-10-26 | 1 | -30/+35 |
|/ | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 1 | -2/+2 |
| | |||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -4/+6 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-21 | 1 | -1/+3 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix breakout type resolution | Alan Alpert | 2009-10-21 | 1 | -0/+2 |
| | | | | | | | | | | | | Didn't seem to resolve an empty URL correctly. Task-number:QT-2339 | ||||
| * | Doc | Alan Alpert | 2009-10-21 | 1 | -1/+1 |
| | | |||||
* | | Tweak scoping | Aaron Kennedy | 2009-10-21 | 1 | -8/+25 |
|/ | | | | | qmlContext() now returns the outer, not the inner context. The VME MetaObject now saves the context used to run function bodies | ||||
* | Add simple sound support | Aaron Kennedy | 2009-10-21 | 1 | -0/+32 |
| | |||||
* | Remove dead code | Aaron Kennedy | 2009-10-21 | 1 | -1/+0 |
| | |||||
* | Unicode namespace fix. | Warwick Allison | 2009-10-15 | 1 | -1/+1 |
| | | | | (no bug reported) | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-14 | 1 | -2/+11 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-14 | 1 | -2/+2 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Workaround QUrl::toLocalFile not knowing about qrc: | Warwick Allison | 2009-10-14 | 1 | -2/+11 |
| | | | | | | | | | | | | QNetworkAccess does similar things. | ||||
* | | | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 1 | -0/+4 |
| |/ |/| | | | | | Eventually this should be extended to support modifying list properties. |