summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | |/ | | |/|
| * | | Fix example in documentationKai Koehne2009-05-041-2/+2
| |/ /
| * | Fix QmlDom breakageKai Koehne2009-05-041-8/+2
| |/
| * Fixed 5 shift/reduce conflicts introduced by T_SIGNAL and T_PROPERTY.Roberto Raggi2009-05-044-628/+582
* | Improve error handling consistencyAaron Kennedy2009-05-0519-127/+415
|/
* Correctly set the JsIdentifier svalAaron Kennedy2009-05-012-4/+14
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-012-98/+140
|\
| * docWarwick Allison2009-05-012-98/+140
* | Add QML signal declaration syntaxAaron Kennedy2009-05-018-824/+851
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-05-011-0/+1
|\
| * Doc work.Michael Brasser2009-05-011-0/+1
* | Tweak QML property syntaxAaron Kennedy2009-05-018-940/+1099
|/
* Support multiline string literals when assigned directly to a QML propertyAaron Kennedy2009-05-016-788/+845
* Report the syntax errors.Roberto Raggi2009-04-301-1/+38
* Removed a fiew compilation warnings on MSVCThierry Bastian2009-04-302-1/+3
* Accept "return" and reserved words as property namesAaron Kennedy2009-04-305-749/+879
* Fix crash in QmlDomDocument::load()Aaron Kennedy2009-04-302-3/+19
* Make custom parsers internal.Aaron Kennedy2009-04-309-153/+154
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-307-698/+686
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Smith2009-04-296-620/+703
| |\
| | * Added first/lastSourceLocations to AST::UiObjectMember and improved the gener...Roberto Raggi2009-04-296-620/+703
| * | qdoc: Corrected some qdoc warnings.Martin Smith2009-04-291-11/+13
| |/
* | Prototype custom parsers for non-xml qml languageAaron Kennedy2009-04-3010-61/+378
* | Re-enable property syntax and add a "default" specifierAaron Kennedy2009-04-299-703/+768
|/
* Coding style refactor, changing 'if(' and 'for(' to 'if (' and 'for ('Leonardo Sobral Cunha2009-04-2827-763/+763
* qdoc: Corrected some qdoc warnings.Martin Smith2009-04-281-1/+1
* Merge branch 'kinetic-declarativeui' of ../kinetic into kinetic-declarativeui...Aaron Kennedy2009-04-2812-28/+174
|\
| * Use QObject declarative data to store attached properties.Aaron Kennedy2009-04-2812-28/+174
* | Introduced Node::firstSourceLocation(), Node::lastSourceLocation().Roberto Raggi2009-04-2710-108/+572
* | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-272-2/+37
|\ \ | |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-04-2710-9/+74
| |\
| * | Add some constructors without QmlContext parameter.Martin Jones2009-04-272-2/+37
* | | Handle Connection objects.Roberto Raggi2009-04-271-149/+10
* | | Merge branch 'kinetic-declarativeui' of git://scm.dev.nokia.troll.no/qt/kinet...Roberto Raggi2009-04-2710-9/+74
|\ \ \ | | |/ | |/|
| * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-04-271-2/+0
| |\ \
| | * | Replace the use of the obsolete GfxEasing with QEasingCurve.Michael Brasser2009-04-271-2/+0