summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-0533-1509/+90
|\ | | | | | | 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-0513-249/+17
| |
| * Remove QML XML supportAaron Kennedy2009-05-058-1005/+0
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-057-3/+3
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Alan Alpert2009-05-0547-980/+1317
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Minehunt switched to KDE smiley facesAlan Alpert2009-05-057-3/+3
| | | | | | | | | | | | | | | | Minehunt example now meets minimum aesthetic requirements.
| * | | 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
| | |
* | | 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.
* | | Merge branch 'kinetic-declarativeui' of ↵Ian Walters2009-05-05242-4939/+7570
|\ \ \ | |/ / | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: doc/src/tutorials/declarative.qdoc
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-0526-850/+757
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmldom.cpp
| | * | Add not-yet-working Content example.Martin Jones2009-05-052-0/+17
| | | |
| | * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-05-05109-2088/+2681
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Store the location for the `default' token.Roberto Raggi2009-05-043-5/+15
| | | | |
| | | * | Extended the test for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+15
| | | | |
| | | * | Fixed QmlDomValueValueSource::object() to actually return the newly created ↵Erik Verbruggen2009-05-041-1/+1
| | | | | | | | | | | | | | | | | | | | object.
| | | * | Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-041-2/+10
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * \ Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-041-4/+6
| | | | |\ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-2/+10
| | | | | | |
| | | * | | | Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-041-2/+2
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | | Merge branch 'kinetic-declarativeui' of ↵Kai Koehne2009-05-0412-22/+22
| | | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | | | Fix example in documentationKai Koehne2009-05-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | src has been replaced by source in QFxImage
| | | * | | | | Added (failing) testcase for QmlDomValueValueSource.Erik Verbruggen2009-05-041-0/+19
| | | | |/ / / | | | |/| | |
| | | * | | | Fixed initialization for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+2
| | | | | | |
| | | * | | | Merge branch 'kinetic-declarativeui' of ↵Erik Verbruggen2009-05-0412-21/+19
| | | |\ \ \ \ | | | | | |/ / | | | | |/| | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-042-9/+3
| | | | |\ \ \ | | | | | |/ / | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | | * | Fix script snippet in test exampleKai Koehne2009-05-041-1/+1
| | | | | | |
| | | | * | | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-0411-20/+18
| | | | | | |
| | | * | | | Fixed initialization for QmlDomValueBinding.Erik Verbruggen2009-05-041-1/+2
| | | | |/ / | | | |/| |
| | | * | | 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
| | | * | Merge branch 'kinetic-declarativeui' of ↵Martin Smith2009-05-044-628/+582
| | | |\ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | | * | Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-044-628/+582
| | | | |/
| | | * | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-042-4/+6
| | | |/
| | * | Join some lines in examples.Martin Jones2009-05-053-177/+66
| | | |
| * | | Improve error handling consistencyAaron Kennedy2009-05-0522-131/+501
| | |/ | |/|
| * | Use QML signal syntaxAaron Kennedy2009-05-014-11/+4
| | |
| * | Use QML properties syntaxAaron Kennedy2009-05-0123-130/+68
| | |
| * | Correctly set the JsIdentifier svalAaron Kennedy2009-05-012-4/+14
| | |
| * | Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-05-013-120/+174
| |\ \ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-05-0110-70/+79
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | docWarwick Allison2009-05-013-120/+174
| | | | |
| * | | | Add QML signal declaration syntaxAaron Kennedy2009-05-018-824/+851
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Syntax is signal <signalName> Currently signal parameters aren't supported
| * | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-05-0112-360/+517
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | docWarwick Allison2009-05-016-109/+136
| | | |
| | * | docWarwick Allison2009-05-016-251/+381
| | | |
| * | | Rename QFxView::setXml to QFxView::setQml.Michael Brasser2009-05-016-42/+37
| | | |