Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | More explicit QUrl <-> QString conversion. | Warwick Allison | 2009-06-11 | 1 | -1/+1 | |
| | | | ||||||
| | * | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | minor doc fixes | Alan Alpert | 2009-06-14 | 1 | -1/+2 | |
| | | | ||||||
* | | | Skeleton for property deferring | Aaron Kennedy | 2009-06-11 | 1 | -23/+18 | |
| |/ |/| | ||||||
* | | Improve bindings startup performance | Aaron Kennedy | 2009-06-10 | 1 | -23/+5 | |
|/ | ||||||
* | Can now dynamically delete objects as well. | Alan Alpert | 2009-06-09 | 1 | -17/+57 | |
| | | | | | | The QtScript object wrapper now has a destroy function. This should work for all QML objects. This commit also has some clean up in the dynamic creation code, which still has a bug regarding path resolution. | |||||
* | Add dynamic object creation from Script. | Alan Alpert | 2009-06-09 | 1 | -0/+122 | |
| | | | | | | Can now create, inside script, objects from qml snippets and files. These objects can then be manipulated from script. Deleting these items is still being looked into. | |||||
* | Remove some pointless perf metrics | Aaron Kennedy | 2009-06-01 | 1 | -18/+0 | |
| | ||||||
* | QmlBasicScript should work on the actual JS AST tree | Aaron Kennedy | 2009-05-28 | 1 | -32/+4 | |
| | ||||||
* | Remove more unneeded semicolons. | Martin Jones | 2009-05-26 | 1 | -3/+3 | |
| | ||||||
* | Fix docs. | Michael Brasser | 2009-05-19 | 1 | -2/+2 | |
| | ||||||
* | Added QmlEngine::componentSearchPath() | Kai Koehne | 2009-05-19 | 1 | -0/+29 | |
| | | | | | | | componentSearchPath() returns the list of urls (folders) inspected by qml to locate sub components. This is used in Bauhaus. Autotests have been stored in new "declarative/qmlengine" directory. | |||||
* | Start work on translation support in Qml. | Michael Brasser | 2009-05-18 | 1 | -4/+15 | |
| | | | | Added basic support for qsTr in Qml, both in the engine and in lupdate. | |||||
* | Array expressions test | Aaron Kennedy | 2009-05-14 | 1 | -3/+1 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Smith | 2009-05-11 | 1 | -34/+55 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Reevaluate expressions when context properties change | Aaron Kennedy | 2009-05-11 | 1 | -34/+55 | |
| | | ||||||
* | | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-11 | 1 | -3/+1 | |
|/ | ||||||
* | Clean up QmlContext's and QmlExpression's when a context gets deleted | Aaron Kennedy | 2009-05-11 | 1 | -2/+10 | |
| | ||||||
* | When a QmlContext is destroyed, associated objects must be disassociated | Aaron Kennedy | 2009-05-11 | 1 | -4/+10 | |
| | ||||||
* | Handle QmlParserStatus's and QmlBindableValeus being deleted during ↵ | Aaron Kennedy | 2009-05-11 | 1 | -0/+29 | |
| | | | | component creation | |||||
* | Tweak debugger watches | Aaron Kennedy | 2009-05-08 | 1 | -0/+11 | |
| | ||||||
* | Add "watchers" to debugger | Aaron Kennedy | 2009-05-07 | 1 | -8/+28 | |
| | ||||||
* | Track expression evaluation when debugging is enabled | Aaron Kennedy | 2009-05-06 | 1 | -32/+106 | |
| | ||||||
* | doc | Warwick Allison | 2009-05-06 | 1 | -20/+9 | |
| | ||||||
* | Doc | Aaron Kennedy | 2009-05-06 | 1 | -1/+10 | |
| | ||||||
* | qdoc: Corrected some qdoc warnings. | Martin Smith | 2009-05-05 | 1 | -2/+13 | |
| | ||||||
* | More doc cleanup. | Michael Brasser | 2009-05-05 | 1 | -1/+1 | |
| | ||||||
* | Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for (' | Leonardo Sobral Cunha | 2009-04-28 | 1 | -69/+69 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ../kinetic into ↵ | Aaron Kennedy | 2009-04-28 | 1 | -10/+62 | |
|\ | | | | | | | | | | | | | kinetic-declarativeui-qfx Conflicts: examples/declarative/mouseregion/mouse.qml | |||||
| * | Use QObject declarative data to store attached properties. | Aaron Kennedy | 2009-04-28 | 1 | -10/+62 | |
| | | | | | | | | | | An element's qmlAttachedProperties() function will now only ever get called once per object. | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Roberto Raggi | 2009-04-27 | 1 | -0/+33 | |
|\ \ | |/ | | | | | git://scm.dev.nokia.troll.no/qt/kinetic into kinetic-declarativeui-qfx | |||||
| * | Add a declarative data ptr to QObjectPrivate | Aaron Kennedy | 2009-04-27 | 1 | -0/+33 | |
| | | | | | | | | This data ptr does not increase the size of the QObject, as we take advantage of space only used during destruction. Currently this data is only used to store an object's QmlContext, but it will be used for more later. | |||||
* | | error output for scripts | mae | 2009-04-24 | 1 | -0/+14 | |
|/ | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-04-24 | 1 | -5/+1 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Don't access internal QMetaProperty members | Aaron Kennedy | 2009-04-24 | 1 | -5/+1 | |
| | | | | | | | | We can use the new QMetaProperty::propertyIndex() method instead. | |||||
* | | Documentation fixes. | Michael Brasser | 2009-04-24 | 1 | -5/+5 | |
|/ | | | | | Reduce the number of warnings from qdoc. \todo's have been made into tasks instead. | |||||
* | Initial import of kinetic-dui branch from the old kinetic | Michael Brasser | 2009-04-22 | 1 | -0/+1295 | |