Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Missing files from 645b9ee9dd6e0576542cc61872ecedb408ca8a89 | Aaron Kennedy | 2010-05-14 | 1 | -0/+2 |
| | | | | Grrr | ||||
* | Cleanup: Move import stuff out of the QDeclarativeEngine | Aaron Kennedy | 2010-04-29 | 1 | -0/+2 |
| | |||||
* | Improve error messages, especially on embedded. | Warwick Allison | 2010-04-20 | 1 | -0/+2 |
| | | | | | | With embedded, it is often the case that some QT_NO_* features are turned off (eg. QT_NO_XMLPATTERNS), which in turn leads to QML types not being available. | ||||
* | Rename the ridiculous QDeclarativeDeclarativeData -> QDeclarativeData | Aaron Kennedy | 2010-04-15 | 1 | -1/+1 |
| | |||||
* | Cleanup (remove QDeclarativeScriptClass) | Aaron Kennedy | 2010-04-07 | 1 | -1/+0 |
| | | | | | QDeclarativeScriptClass only existed to make compiling against 4.6 and 4.7 easier. | ||||
* | Remove some Script {} docs | Martin Jones | 2010-03-25 | 1 | -1/+0 |
| | |||||
* | Optimize QML "parent" property access | Aaron Kennedy | 2010-03-25 | 1 | -0/+2 |
| | | | | | For properties that are as important as "parent", QML cannot afford the overhead of a signal/slot connection. | ||||
* | Unify binding optimizer and QtScript binding signal management logic | Aaron Kennedy | 2010-03-10 | 1 | -0/+2 |
| | |||||
* | Rename QDeclarativeMetaProperty -> QDeclarativeProperty | Aaron Kennedy | 2010-02-25 | 1 | -3/+3 |
| | | | | There's nothing meta about our properties. | ||||
* | Make QDeclarativeMetaType and QDeclarativeType private | Aaron Kennedy | 2010-02-24 | 1 | -1/+1 |
| | |||||
* | Simplify QML element registration headers | Aaron Kennedy | 2010-02-24 | 1 | -1/+0 |
| | |||||
* | Change class prefix to from QmlXXX to QDeclarativeXXX, QmlGraphicsXXX to ↵ | Warwick Allison | 2010-02-24 | 1 | -120/+120 |
| | | | | QDeclarativeXXX. | ||||
* | Get rid of QmlModulePlugin. | Roberto Raggi | 2010-02-23 | 1 | -2/+0 |
| | |||||
* | Merge remote branch 'origin/master' into qtruntime | Roberto Raggi | 2010-02-23 | 1 | -1/+1 |
|\ | |||||
| * | Make QmlBinding (and friends) private | Aaron Kennedy | 2010-02-23 | 1 | -1/+1 |
| | | | | | | | | | | QmlBinding exposes way too many implementation details to be confident about making it public right now. | ||||
* | | Merge remote branch 'origin/master' into qtruntime | Roberto Raggi | 2010-02-22 | 1 | -1/+3 |
|\ \ | |/ | | | | | | | | | | | Conflicts: src/declarative/qml/qml.pri src/declarative/qml/qmlengine.cpp src/declarative/util/qmlview.h | ||||
| * | Replace QmlList* and QList* support with a single QmlListProperty type | Aaron Kennedy | 2010-02-22 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | As a value type QmlListProperty doesn't consume any memory in the object. It also has a companion QmlListReference class that is part of the public API for C++ developers to interact with that also manages memory issues that existed with previous solutions (if the containing QObject was destroyed it left a dangling pointer). | ||||
* | | Added QmlExtensionPlugin and QmlExtensionInterface. | Roberto Raggi | 2010-02-19 | 1 | -2/+7 |
| | | |||||
* | | Introduced a new parser for qmldir files. | Roberto Raggi | 2010-02-19 | 1 | -2/+4 |
|/ | |||||
* | Make QmlDom API internal | Kai Koehne | 2010-02-18 | 1 | -1/+1 |
| | | | | | | | It's still used by QmlDesigner, therefore the symbols have to be exported. Task-number: QTBUG-6845 | ||||
* | Add QmlImageProvider to allow asynchronous access to images. | Martin Jones | 2010-02-16 | 1 | -0/+2 |
| | | | | | | | | | Setting an image source to image://providerid/imageid will pass the request for imageid to the provider registered for providerid. QmlImageProvider::request() is run in a low priority thread, so the main thread is not blocked while the image is loaded/rendered. Reviewed-by: Aaron Kennedy | ||||
* | Move image network access into a separate thread, with decoding. | Martin Jones | 2010-01-29 | 1 | -7/+4 |
| | |||||
* | Cleanup | Aaron Kennedy | 2010-01-27 | 1 | -4/+2 |
| | |||||
* | Harden binding optimizer | Aaron Kennedy | 2010-01-27 | 1 | -2/+0 |
| | |||||
* | Compile with Qt 4.6.1 | Aaron Kennedy | 2010-01-20 | 1 | -1/+3 |
| | |||||
* | Load qmlmodules plugins. | Warwick Allison | 2010-01-07 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Introduce experimental binding optimizer | Aaron Kennedy | 2009-12-14 | 1 | -0/+2 |
| | | | | Enable with QML_EXPERIMENTAL=1 | ||||
* | clean up project files | Oswald Buddenhagen | 2009-12-03 | 1 | -114/+118 |
| | |||||
* | Basic WorkerScript functionality | Aaron Kennedy | 2009-11-30 | 1 | -3/+5 |
| | |||||
* | Remove dead code | Aaron Kennedy | 2009-11-16 | 1 | -3/+0 |
| | |||||
* | Cleanup | Aaron Kennedy | 2009-10-30 | 1 | -0/+1 |
| | |||||
* | Merge QmlComponentJS into QmlComponent | Alan Alpert | 2009-10-29 | 1 | -3/+0 |
| | | | | | | | 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 | ||||
* | Remove QML SQL classes | Aaron Kennedy | 2009-10-28 | 1 | -0/+2 |
| | | | | | Sadly, these are not being maintained. There's still SQL offline storage for all your SQL needs. | ||||
* | Ensure cleanup happens before the destruction of QScriptEngine | Aaron Kennedy | 2009-10-26 | 1 | -0/+2 |
| | | | | This was causing crashes on windows. | ||||
* | Support assigning scripts to QML properties | Aaron Kennedy | 2009-10-22 | 1 | -0/+2 |
| | |||||
* | Support read-only iteration of list properties | Aaron Kennedy | 2009-10-14 | 1 | -2/+4 |
| | | | | Eventually this should be extended to support modifying list properties. | ||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -0/+2 |
| | |||||
* | Make Script an instrinsic type | Aaron Kennedy | 2009-10-07 | 1 | -0/+1 |
| | | | | | This allows us to delay the QML load until external script files have been loaded from the network, and to correctly scope these scripts. | ||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -2/+8 |
| | |||||
* | Prevent writes to the global object | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | | | | Also add toString() method to qobjects | ||||
* | Improve script lookup caching | Aaron Kennedy | 2009-10-05 | 1 | -2/+8 |
| | |||||
* | Create a property cache for synthesized metaobjects | Aaron Kennedy | 2009-10-05 | 1 | -2/+4 |
| | |||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -0/+1 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Bea Lam | 2009-09-23 | 1 | -1/+3 |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri | ||||
| * | Basic first-working SQL database interface. | Warwick Allison | 2009-09-16 | 1 | -0/+2 |
| | | | | | | | | A simple Qt-based implementation of HTML5 SQL local storage databases. | ||||
* | | Add some of the functionality from the old debugger (e.g. dynamic updating ↵ | Bea Lam | 2009-09-23 | 1 | -2/+4 |
|/ | | | | of property values, watch table, colouring of tree widget items). | ||||
* | Move qmetaobjectbuilder into declarative/qml directory | Martin Jones | 2009-09-07 | 1 | -2/+4 |
| | |||||
* | Implement (parts of) XMLHttpRequest | Aaron Kennedy | 2009-08-27 | 1 | -2/+4 |
| | | | | | This is the first step to allowing QML to interact with REST style APIs in the same way as a webbrowser can. | ||||
* | Cleanup. | Michael Brasser | 2009-08-13 | 1 | -1/+0 |
| | |||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -2/+4 |
| | | | | | | | | | By splitting the interface through which the system interacts with bindings away from a specific implementation, we can introduce highly specialized implementations for specific optimizations. This commit also includes a sample optimization for object properties being assigned directly from a local id. |