Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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. | |||||
* | | Add Component::onCompleted attached property | Aaron Kennedy | 2009-10-14 | 1 | -2/+2 | |
|/ | ||||||
* | Fix UTF8 vs. Latin1 conversion | Warwick Allison | 2009-10-12 | 1 | -1/+1 | |
| | | | | I18n tests | |||||
* | Composite types should assign to object properties | Aaron Kennedy | 2009-10-12 | 1 | -3/+3 | |
| | | | | Fixes QT-956 | |||||
* | Use utf8 instead of latin1 where appropriate | Aaron Kennedy | 2009-10-12 | 1 | -4/+4 | |
| | ||||||
* | Zero bindingBits correctly | Aaron Kennedy | 2009-10-08 | 1 | -2/+3 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-10-07 | 1 | -38/+4 | |
|\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into test Conflicts: demos/declarative/samegame/content/samegame.js tests/auto/declarative/qmlecmascript/tst_qmlecmascript.cpp | |||||
| * | Use QDesktopServices::storageLocation() in place of placeform-specific code. | Warwick Allison | 2009-10-06 | 1 | -38/+4 | |
| | | ||||||
* | | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -271/+106 | |
| | | ||||||
* | | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -6/+10 | |
| | | | | | | | | Also add toString() method to qobjects | |||||
* | | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -253/+11 | |
| | | ||||||
* | | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -2/+12 | |
|/ | ||||||
* | Fix crash | Aaron Kennedy | 2009-09-23 | 1 | -1/+2 | |
| | ||||||
* | Off by one bug in binding bit test | Aaron Kennedy | 2009-09-23 | 1 | -3/+3 | |
| | ||||||
* | vector -> Qt.vector3d | Aaron Kennedy | 2009-09-23 | 1 | -2/+0 | |
| | ||||||
* | Use a bitmask to track bound properties | Aaron Kennedy | 2009-09-23 | 1 | -1/+40 | |
| | ||||||
* | Replace begin()/end() with constBegin()/constEnd() to avoid detach in | Marco Bubke | 2009-09-22 | 1 | -1/+1 | |
| | | | | | | ~QmlEngine Reviewed-by: Kai Koehne | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -0/+73 | |
| | ||||||
* | Ensure absolute path for qmldir URL. | Warwick Allison | 2009-09-22 | 1 | -2/+3 | |
| | ||||||
* | Fix Windows compile. | Warwick Allison | 2009-09-18 | 1 | -0/+6 | |
| |