Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Small doc fixes. | Martin Jones | 2009-11-25 | 1 | -2/+2 |
| | |||||
* | Doc. | Michael Brasser | 2009-11-18 | 1 | -3/+6 |
| | |||||
* | doc | Warwick Allison | 2009-11-13 | 1 | -4/+12 |
| | |||||
* | Remove "to" limit on minor version. | Warwick Allison | 2009-11-05 | 1 | -1/+1 |
| | | | | | | QML_DEFINE_TYPE etc. now define just the initial support version, with support in all future versions being thus implied. QTBUG-5421 | ||||
* | 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 | -0/+48 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | 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 QmlComponentJS into QmlComponent | Alan Alpert | 2009-10-29 | 1 | -0/+48 |
|/ | | | | | | | 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 ↵ | Warwick Allison | 2009-10-28 | 1 | -1/+32 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-10-28 | 1 | -0/+17 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Do not display transient binding errors | Aaron Kennedy | 2009-10-28 | 1 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | Doc. | Michael Brasser | 2009-10-28 | 1 | -1/+15 |
| |/ | |||||
* | | Fix remote content loading for absolute URLs | Warwick Allison | 2009-10-27 | 1 | -3/+6 |
|/ | | | | (the test is pending...) | ||||
* | Silence warnings. | Michael Brasser | 2009-10-26 | 1 | -2/+0 |
| | |||||
* | Add accessor for QmlComponent's creation context | Aaron Kennedy | 2009-10-23 | 1 | -0/+15 |
| | |||||
* | change all ids in doc examples to start with lower case. | Martin Jones | 2009-10-22 | 1 | -3/+3 |
| | |||||
* | Add Component::onCompleted attached property | Aaron Kennedy | 2009-10-14 | 1 | -0/+65 |
| | |||||
* | Improve Behavior reliability. | Michael Brasser | 2009-10-11 | 1 | -1/+1 |
| | |||||
* | Reenable types/enums and move scripts into an isolated scope | Aaron Kennedy | 2009-10-05 | 1 | -1/+2 |
| | |||||
* | Make more qmlecmascript tests pass | Aaron Kennedy | 2009-09-23 | 1 | -25/+43 |
| | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass. | ||||
* | Move ComponentInstance functionality into Loader | Martin Jones | 2009-09-09 | 1 | -2/+3 |
| | |||||
* | Add status and progress properties to Loader. | Martin Jones | 2009-09-07 | 1 | -4/+19 |
| | |||||
* | Add QML enum support | Aaron Kennedy | 2009-09-03 | 1 | -0/+1 |
| | | | | | | 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 ↵ | Michael Brasser | 2009-08-26 | 1 | -1/+1 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Fix handling of empty strings for URLs | Warwick Allison | 2009-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | | | | QUrl resolves empty to base, which is not desirable. Preserve emptiness of QUrl. Handle use of empty QUrl with WebView (WebKit doesn't handle empty URLs well either). | ||||
* | | Fix compile after merge from 4.6. | Michael Brasser | 2009-08-25 | 1 | -1/+1 |
|/ | |||||
* | Renaming Rect -> Rectangle | Yann Bodson | 2009-08-19 | 1 | -1/+1 |
| | |||||
* | Abstract expression and binding APIs | Aaron Kennedy | 2009-08-10 | 1 | -2/+2 |
| | | | | | | | | | 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. | ||||
* | Remove unused QmlContextPrivate member variables | Aaron Kennedy | 2009-08-04 | 1 | -5/+0 |
| | |||||
* | Make private stuff private | Aaron Kennedy | 2009-07-27 | 1 | -5/+5 |
| | |||||
* | Move import access functions to QmlEnginePrivate. | Warwick Allison | 2009-07-23 | 1 | -0/+1 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-23 | 1 | -24/+0 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Move errorsString to QmlBindableComponent because it's for use in script | Alan Alpert | 2009-07-21 | 1 | -24/+0 |
| | | |||||
* | | 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 | -17/+0 |
| | |||||
* | Rename QmlBindableValue to QmlBinding | Aaron Kennedy | 2009-07-20 | 1 | -2/+2 |
| | |||||
* | Remove unnecessary global context management stuff | Aaron Kennedy | 2009-07-16 | 1 | -6/+4 |
| | |||||
* | Remove pointless QmlCompiledComponent class | Aaron Kennedy | 2009-07-15 | 1 | -3/+3 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-14 | 1 | -2/+5 |
|\ | | | | | | | | | | | | | 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 | -2/+5 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-12 | 1 | -3/+3 |
|\ \ | |/ | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlscriptparser.cpp src/declarative/qml/qmlscriptparser_p.h Compiles, but probably next needs a revert/change of module stuff, since that work seems to have been duplicated. | ||||
| * | Doc | Aaron Kennedy | 2009-07-07 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-07-09 | 1 | -6/+24 |
|\ \ | |/ | | | | | | | | | | | 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 | -5/+23 |
| | | | | | | | | 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 ↵ | Michael Brasser | 2009-07-02 | 1 | -0/+23 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | Make performance logging classes private. | Michael Brasser | 2009-07-02 | 1 | -1/+1 |
| | | |