summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Only print error on an actual errorAaron Kennedy2009-05-081-1/+3
* Tweak debugger watchesAaron Kennedy2009-05-082-0/+12
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-082-4/+3
|\
| * Fix loading of components containing sub components through QmlDomKai Koehne2009-05-072-4/+3
* | Warn when dereferencing a non-existant nameAaron Kennedy2009-05-082-0/+2
|/
* Add "watchers" to debuggerAaron Kennedy2009-05-074-8/+52
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-077-880/+891
|\
| * Use source locations in the diagnostic messages.Roberto Raggi2009-05-064-54/+34
| * Add some support for QWidget (again)Thomas Hartmann2009-05-061-1/+6
| * Reject multiple top-level object members.Roberto Raggi2009-05-065-825/+851
* | Shift QmlBindableValue data into d-ptrAaron Kennedy2009-05-064-25/+106
* | Add an (unused) locations field to compiled dataAaron Kennedy2009-05-063-9/+22
* | Improve parser line/column trackingAaron Kennedy2009-05-068-166/+210
* | Track expression evaluation when debugging is enabledAaron Kennedy2009-05-063-32/+134
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-062-22/+11
|\
| * docWarwick Allison2009-05-062-22/+11
* | Beginings of an experimental QML debugger viewAaron Kennedy2009-05-069-3/+28
|/
* DocAaron Kennedy2009-05-063-15/+24
* Improve error handlingAaron Kennedy2009-05-063-22/+24
* Fix crashAaron Kennedy2009-05-063-6/+8
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-0611-51/+131
|\
| * Inserted the semicolon at the end of the previous token.Roberto Raggi2009-05-052-2/+8
| * qdoc: Corrected some qdoc warnings.Martin Smith2009-05-053-9/+25
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-055-14/+24
| |\
| | * Remove declaration of loadError from QmlDomDocumentKai Koehne2009-05-051-1/+0
| | * Removed dependency of QmlContext to QmlCompiledComponentKai Koehne2009-05-054-13/+24
| * | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-053-31/+79
| |/
* | 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 git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-05-0510-79/+170
|\
| * Very basic slot declaration supportAaron Kennedy2009-05-057-56/+106
| * Add parser support for object slot declarationsAaron Kennedy2009-05-053-23/+64
* | More doc cleanup.Michael Brasser2009-05-055-5/+15
|/
* Add warning textAaron Kennedy2009-05-051-1/+5
* Remove magic "properties" and "signals" property supportAaron Kennedy2009-05-054-249/+3
* Remove XML custom parser supportAaron Kennedy2009-05-055-65/+7
* 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 git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-057-656/+614
|\
| * Store the location for the `default' token.Roberto Raggi2009-05-043-5/+15
| * Fixed QmlDomValueValueSource::object() to actually return the newly created o...Erik Verbruggen2009-05-041-1/+1
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Kai Koehne2009-05-042-12/+12
| |\
| | * Fixed initialization for QmlDomValueValueSource.Erik Verbruggen2009-05-041-1/+2
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Erik Verbruggen2009-05-041-10/+8
| | |\
| | | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-05-041-8/+2
| | | |\
| | | * | qdoc: Corrected some qdoc warnings.Martin Smith2009-05-041-10/+8
| | * | | Fixed initialization for QmlDomValueBinding.Erik Verbruggen2009-05-041-1/+2
| | | |/ | | |/|