Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Remove some warnings | Yann Bodson | 2009-08-03 | 1 | -52/+55 | |
| | | ||||||
* | | Make QmlMetaProperty reentrant | Aaron Kennedy | 2009-08-03 | 1 | -1/+1 | |
|/ | ||||||
* | Revert "Make private stuff public" | Alan Alpert | 2009-07-28 | 1 | -17/+10 | |
| | | | | | | | This reverts commit 0cdd8518090be320fa89efaa11ced32215cc2ccc. We've made a decision on apps interacting with the engine - not in the initial version. | |||||
* | Make private stuff public | Alan Alpert | 2009-07-28 | 1 | -10/+17 | |
| | | | | | | commit 752a15ca makes some stuff private that is needed to be public. Moving some stuff back to public until we make a real decision (on how apps can interact with the engine). | |||||
* | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -57/+55 | |
| | ||||||
* | Make private | Aaron Kennedy | 2009-07-27 | 1 | -1/+1 | |
| | ||||||
* | Rename QmlBindableComponent to QmlComponentJS, as per Aaron's request. | Alan Alpert | 2009-07-24 | 1 | -4/+4 | |
| | ||||||
* | Move import access functions to QmlEnginePrivate. | Warwick Allison | 2009-07-23 | 1 | -22/+27 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 1 | -18/+125 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-23 | 1 | -5/+7 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | Add prototype value type support | Aaron Kennedy | 2009-07-23 | 1 | -18/+125 | |
| | | | ||||||
* | | | Allow span of versions to be defined, not just one. | Warwick Allison | 2009-07-23 | 1 | -1/+1 | |
| | | | | | | | | | | | | Span is from version where introduced (all 4.6) to current QT_VERSION. | |||||
* | | | Move all QML types to Qt/4.6 namespace. | Warwick Allison | 2009-07-23 | 1 | -1/+1 | |
| |/ |/| | | | | | | | Adjust examples and demos accordingly. As per QT-558 | |||||
* | | Move the Script interface of QmlComponent to QmlBindableComponent | Alan Alpert | 2009-07-21 | 1 | -5/+7 | |
|/ | ||||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -5/+5 | |
| | ||||||
* | Simplify binding optimization | Aaron Kennedy | 2009-07-20 | 1 | -68/+0 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-16 | 1 | -125/+5 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Remove unnecessary global context management stuff | Aaron Kennedy | 2009-07-16 | 1 | -125/+5 | |
| | | ||||||
| * | Indenting fix | Aaron Kennedy | 2009-07-16 | 1 | -1/+1 | |
| | | ||||||
* | | Qualifiers and versioning for C++-defined types. | Warwick Allison | 2009-07-16 | 1 | -77/+173 | |
|/ | | | | | (and a *TEST* hack for Qt/4.6/ - this is exactly NOT the way to do it) Two-step type resolution for Javascript (Aaron). | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -1/+1 | |
| | ||||||
* | Remove bogus use of QT3_SUPPORT. | Warwick Allison | 2009-07-14 | 1 | -5/+4 | |
| | ||||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-14 | 1 | -3/+17 | |
|\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/parser/qmljsparser.cpp | |||||
| * | Start moving debugger out of process | Aaron Kennedy | 2009-07-13 | 1 | -3/+17 | |
| | | ||||||
* | | Libraries and library versioning. | Warwick Allison | 2009-07-14 | 1 | -31/+107 | |
| | | ||||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-09 | 1 | -551/+74 | |
|\ \ | |/ | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp | |||||
| * | Improve QmlComponent API | Aaron Kennedy | 2009-07-07 | 1 | -0/+30 | |
| | | | | | | | | Having to use QUrl::fromLocalFile() is crummy. Add appropriate overloads the QmlComponent, and resolve relative paths against a "base url" set on the QmlEngine. | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-06 | 1 | -22/+38 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * | Fix bug in createQmlObject | Alan Alpert | 2009-07-06 | 1 | -9/+4 | |
| | | | | | | | | | | | | | | | Wasn't actually loading the object's context properly, with regard to url resolution. | |||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-03 | 1 | -526/+3 | |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * \ | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-02 | 1 | -1/+1 | |
| | |\ \ | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| | * | | | Improve JS dynamic creation | Alan Alpert | 2009-07-02 | 1 | -19/+40 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renamed evalQml to be consistent with us, not javascript. Fixed bug where createComponent never had the right path. createQmlObject (evalQml) now has a parent as a argument. It also still has a bug where that parent doesnt get set properly, although it is used as the creation context also. | |||||
| * | | | | Doc | Aaron Kennedy | 2009-07-06 | 1 | -2/+2 | |
| | |_|/ | |/| | | ||||||
| * | | | Warn annoyingly on non-notifyable properties | Aaron Kennedy | 2009-07-03 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Move QmlExpression into its own file | Aaron Kennedy | 2009-07-03 | 1 | -523/+0 | |
| | |/ | |/| | ||||||
| * | | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-07-02 | 1 | -36/+25 | |
| |\ \ | | |/ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 | |
| | | | ||||||
* | | | New module handling: allow "import" of built-in types. | Warwick Allison | 2009-07-02 | 1 | -6/+45 | |
| | | | | | | | | | | | | | | | This will allow, for example, a different set of types to be imported for "import Qt 4.6" than for "import Qt 4.7". | |||||
* | | | First conversion to new module handling. | Warwick Allison | 2009-07-02 | 1 | -126/+76 | |
| |/ |/| | | | | | | | | | | | | | | | | | | | Works same as before for now, but now the variables and methods are all in the right place. In particular, type resolving is per-component, not per-engine, even though it is the engine that ultimately has the ability to find types, because each component will have a different set of available types. Designed to be optimizable - QmlEngine could share data between QmlEngine::Import objects, and the import objects could read types in bulk rather than always searching. | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-07-02 | 1 | -35/+11 | |
|\ \ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * \ | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-07-02 | 1 | -1/+11 | |
| |\ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | | Add parameterized synthesized signals | Aaron Kennedy | 2009-07-02 | 1 | -35/+11 | |
| | |/ | |/| | | | | | | | Also changed syntax for emitting a signal to be consistent with normal QtScript. | |||||
* | | | Beautification of dynamic object example. | Alan Alpert | 2009-07-02 | 1 | -2/+5 | |
| |/ |/| | | | | | | | Adds some error handling, and cleans up documentation and the example a little. | |||||
* | | Augment docs for JS dynamic creation functions | Alan Alpert | 2009-07-02 | 1 | -1/+11 | |
|/ | | | | | | Note that I'm still not entirely certain the docs are in the right place for people to find them - but if they do they should now have a better understanding of which function to use. | |||||
* | Fix warnings. | Michael Brasser | 2009-07-01 | 1 | -1/+1 | |
| | ||||||
* | Support compile-in-namespace for the declarative module. | Michael Brasser | 2009-06-30 | 1 | -4/+3 | |
| | ||||||
* | Check that the QScriptValue is actually a QObject during conversion | Aaron Kennedy | 2009-06-24 | 1 | -5/+17 | |
| | ||||||
* | Deferred properties mostly work. | Aaron Kennedy | 2009-06-16 | 1 | -2/+7 | |
| | | | | However, they still don't honour the presence of an id property. | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Aaron Kennedy | 2009-06-16 | 1 | -3/+4 | |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Alan Alpert | 2009-06-14 | 1 | -25/+7 | |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |