summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-0617-82/+220
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Inserted the semicolon at the end of the previous token.Roberto Raggi2009-05-052-2/+8
| |
| * qdoc: Corrected some qdoc warnings.Martin Smith2009-05-055-20/+30
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-058-34/+61
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Remove declaration of loadError from QmlDomDocumentKai Koehne2009-05-051-1/+0
| | | | | | | | | | | | Implementation was already removed in c7a0cae7deb6e31c
| | * Fixed qml's variant and color animations when started without transitionLeonardo Sobral Cunha2009-05-052-18/+35
| | | | | | | | | | | | | | | | | | | | | | | | When the 'from' field is not set, it was not updated after running an animation twice. Now the color and variant animations behave as the numeric one, updating the 'from' value at the start of each run. Reviewed-by: Michael Brasser
| | * Doc fix - Image::src has been renamed to QFxImage::sourceKai Koehne2009-05-051-2/+2
| | | | | | | | | | | | see commit 94a69804
| | * Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-054-13/+24
| | | | | | | | | | | | | | | | | | Store component url directly in context, instead of referencing the associated QmlCompiledComponent. In addition, allow to explicitly set the base url to a context. This is needed for Bauhaus.
| * | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-053-31/+79
| |/
| * Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-0556-1882/+1015
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-051-0/+47
| | |
* | | Use <propname>Changed() signal as the notify signal for dynamic propertiesAaron Kennedy2009-05-061-2/+2
| | |
* | | Support simple nested property groupsAaron Kennedy2009-05-051-47/+47
| | |
* | | Remove misleading commentAaron Kennedy2009-05-051-6/+0
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0522-647/+256
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-0512-568/+86
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-053-23/+64
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-057-27/+27
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Rename QFxImageItem to QFxPaintedItem.Ian Walters2009-05-059-80/+77
| | | | | | | | | | | | | | | | | | | | | | | | Done to avoid confusion with QFxImage and QFxAnimatedImage(Item)
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-0517-1007/+80
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Remove Painted, have WebView use ImageItemIan Walters2009-05-056-503/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reducing duplicated code and functionality. Removing QFxPainted as it isn't used and has less features than QFxImageItem, which fufills the same roles. Have QFxWebView use QFxImageItem as a base to reduce duplicated caching code. Minimal risk given that QFxImageItem is based of QFxWebView.
| * | | | | | Very basic slot declaration supportAaron Kennedy2009-05-057-56/+106
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently only parameterless slots are supported. They are declared inline with the object: Rect { function mySlot() { print("Hello world!"); } }
| * | | | | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-057-27/+27
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | Add parser support for object slot declarationsAaron Kennedy2009-05-053-23/+64
| | |_|/ / | |/| | |
* | | | | More doc cleanup.Michael Brasser2009-05-059-135/+214
| |/ / / |/| | |
* | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0526-1072/+507
|\ \ \ \ | |/ / / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | Add warning textAaron Kennedy2009-05-051-1/+5
| | | |
| * | | Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-054-249/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | New properties and signals should be defined using the QML syntax: [default] property <type> <name> [: <expr>] signal <name>
| * | | Remove XML custom parser supportAaron Kennedy2009-05-056-242/+10
| | | |
| * | | Remove QML XML supportAaron Kennedy2009-05-056-513/+0
| | | |
| * | | Fix QmlComponent::isError() after QmlComponent::create()Aaron Kennedy2009-05-051-2/+2
| | | |
| * | | Mark DOM API as internal for nowAaron Kennedy2009-05-051-0/+9
| | | |
| * | | QmlError docAaron Kennedy2009-05-052-0/+51
| |/ /
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-058-658/+624
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmldom.cpp
| * | | Improve error handling consistencyAaron Kennedy2009-05-0521-131/+493
| | | |
* | | | More doc conversion and cleanup.Michael Brasser2009-05-057-27/+27
| |/ / |/| |
* | | Store the location for the `default' token.Roberto Raggi2009-05-043-5/+15
| | |
* | | Fixed QmlDomValueValueSource::object() to actually return the newly created ↵Erik Verbruggen2009-05-041-1/+1
| |/ |/| | | | | object.
* | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-041-4/+6
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * \ Merge branch 'kinetic-declarativeui' of ↵Kai Koehne2009-05-042-12/+12
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fixed initialization for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+2
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-041-10/+8
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fixed initialization for QmlDomValueBinding.Erik Verbruggen2009-05-041-1/+2
| | | | |
| * | | | Fix example in documentationKai Koehne2009-05-041-2/+2
| |/ / / | | | | | | | | | | | | src has been replaced by source in QFxImage
* | | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-2/+10
| |/ / |/| |
* | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-041-8/+2
|\ \ \ | |/ / | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix QmlDom breakageKai Koehne2009-05-041-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Two actual copies of QmlScriptParser & the parse tree were instantiated in QmlDocument::load, with the result that the additions that the compiler stored in the one parse tree were not seen by the Dom classes, using the other one. Reviewed-by: erikv
* | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-10/+8
|/ /
* | Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-044-628/+582
|/
* Correctly set the JsIdentifier svalAaron Kennedy2009-05-012-4/+14
|