Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimization: Improve property read speed | Aaron Kennedy | 2010-01-08 | 1 | -0/+1 |
| | |||||
* | Basic QML JS benchmark | Aaron Kennedy | 2010-01-08 | 1 | -1/+1 |
| | |||||
* | Fix deferred property bugs | Aaron Kennedy | 2009-12-18 | 1 | -1/+1 |
| | | | | | 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/+1 |
| | | | | | | | | | 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-14 | 1 | -2/+0 |
| | |||||
* | Make QmlScriptEngine reusable in WorkScript, so extra fns are available. | Warwick Allison | 2009-12-04 | 1 | -11/+25 |
| | | | | Add Qt.resolvedUrl(url) | ||||
* | fix includes | Oswald Buddenhagen | 2009-12-03 | 1 | -15/+18 |
| | | | | | | | | | | | | - 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. | ||||
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 1 | -10/+10 |
| | | | | 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 | -0/+2 |
|\ | | | | | | | | | | | | | 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 | -0/+2 |
| | | |||||
* | | Remove include styles that rely on configure. | Warwick Allison | 2009-12-01 | 1 | -10/+10 |
|/ | | | | May help modularization (syncqt and configure are Qt-specific). | ||||
* | Qt.quit() added to qml. | Tapani Mikola | 2009-11-30 | 1 | -0/+3 |
| | |||||
* | Basic WorkerScript functionality | Aaron Kennedy | 2009-11-30 | 1 | -0/+4 |
| | |||||
* | atob and btoa functions (as per JS window functions) | Warwick Allison | 2009-11-29 | 1 | -0/+2 |
| | |||||
* | Webkit console.log() compatibility. | Warwick Allison | 2009-11-23 | 1 | -0/+1 |
| | | | | This allows avoiding the more non-standard print(). | ||||
* | Remove dead code | Aaron Kennedy | 2009-11-16 | 1 | -4/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-11-13 | 1 | -4/+4 |
|\ | | | | | | | 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 | -4/+4 |
| | | | | | | | | as it breaks reinstalling the module against existing Qt. | ||||
* | | Qt.md5() method | Aaron Kennedy | 2009-11-12 | 1 | -0/+1 |
|/ | |||||
* | Add closestAngle function to Qt object to help with rotation animations. | Alan Alpert | 2009-11-04 | 1 | -0/+1 |
| | | | | Includes test and doc. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-30 | 1 | -0/+2 |
|\ | | | | | | | | | | | | | | | | | 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 | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-10-28 | 1 | -0/+5 |
| |\ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/declarative/globalobject.qdoc | ||||
| * | | Fill out QML global object documentation | Alan Alpert | 2009-10-28 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | -0/+1 |
| | | | | | | | | | | | | | | | removed desktopServices member, changed openUrl to openUrlExternally and placed it on the Qt object. | ||||
* | | | fix headers | Warwick Allison | 2009-10-29 | 1 | -16/+16 |
| |/ |/| | |||||
* | | Do not display transient binding errors | Aaron Kennedy | 2009-10-28 | 1 | -0/+5 |
|/ | | | | | | | | | | 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 | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-10-26 | 1 | -0/+4 |
|\ | | | | | | | 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 | -0/+4 |
| | | | | | | | | This was causing crashes on windows. | ||||
* | | Wait for qmldir remote content so that imports work remotely. | Warwick Allison | 2009-10-26 | 1 | -1/+1 |
|/ | |||||
* | Tweak scoping | Aaron Kennedy | 2009-10-21 | 1 | -0/+1 |
| | | | | | 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/+2 |
| | |||||
* | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 1 | -0/+2 |
| | | | | Eventually this should be extended to support modifying list properties. | ||||
* | Add Component::onCompleted attached property | Aaron Kennedy | 2009-10-14 | 1 | -0/+2 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -66/+9 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -0/+2 |
| | | | | Also add toString() method to qobjects | ||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -58/+4 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -4/+14 |
| | |||||
* | Preliminary support for object and list synthesized property types | Aaron Kennedy | 2009-09-22 | 1 | -0/+9 |
| | |||||
* | Make SqlDatabase testable and add a basic test. | Warwick Allison | 2009-09-18 | 1 | -0/+1 |
| | |||||
* | Better SQL database performance / memory usage. | Warwick Allison | 2009-09-16 | 1 | -0/+2 |
| | | | | | Rows accessible incrementally. Rows.forwardOnly for optimization. | ||||
* | Fix warnings. | Michael Brasser | 2009-09-07 | 1 | -2/+1 |
| | |||||
* | Add QML enum support | Aaron Kennedy | 2009-09-03 | 1 | -2/+31 |
| | | | | | | Enums are accessed as <Type Name>.<Enum value name> Currently this is highly unoptimal - enum assignments are not detected in the compiler, nor are they cached in the script engine. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-09-02 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui-scriptopt Conflicts: demos/declarative/samegame/content/samegame.js | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-09-02 | 1 | -4/+0 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Provide some color manipulation functions. | Michael Brasser | 2009-09-02 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | These may not be the final location for these, but it allows us to start testing. | ||||
* | | | Rework script binding method | Aaron Kennedy | 2009-09-02 | 1 | -0/+21 |
| |/ |/| | |||||
* | | Remove unused member variables from QmlEnginePrivate | Aaron Kennedy | 2009-09-01 | 1 | -4/+0 |
|/ | |||||
* | Implement more of XMLHttpRequest | Aaron Kennedy | 2009-09-01 | 1 | -2/+5 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-08-27 | 1 | -0/+5 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp | ||||
| * | Start adding convenience functions for value types. | Michael Brasser | 2009-08-27 | 1 | -0/+5 |
| | | | | | | | | | | Allows you to write things like "geometry: Qt.rect(0,0,100,100)" and "color: Qt.hsla(.7,.5,.2)" |