summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Move the binding's "mePtr" into QmlAbstractBindingAaron Kennedy2009-08-115-13/+20
* Object property binding optimizationAaron Kennedy2009-08-1110-24/+202
* Abstract expression and binding APIsAaron Kennedy2009-08-1024-135/+499
* Simplify QmlDeclarativeData to a single classAaron Kennedy2009-08-106-125/+46
* Fix crash in property aliasesAaron Kennedy2009-08-101-2/+1
* Mark synthesized properties as SCRIPTABLEAaron Kennedy2009-08-101-1/+1
* Avoid pointless QMetaProperty lookupAaron Kennedy2009-08-101-2/+1
* Pass the "me" context directly to QmlBasicScriptAaron Kennedy2009-08-073-14/+7
* Remove unused parametersAaron Kennedy2009-08-074-65/+9
* Avoid locking when the QVariant type is well knownAaron Kennedy2009-08-061-0/+6
* Add a QmlMetaType::typeCategory() methodAaron Kennedy2009-08-063-8/+36
* Use meta property cache for property restoresAaron Kennedy2009-08-063-36/+84
* Fix expression linked list.Michael Brasser2009-08-061-0/+2
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-0517-183/+327
|\
| * Use a linked list instead of a QSet<> to track expressionsAaron Kennedy2009-08-054-14/+35
| * Rewrite bindings inside the compilerAaron Kennedy2009-08-056-47/+54
| * Remove unnecessary friendAaron Kennedy2009-08-051-1/+0
| * Fixup QPoint and QRect value typesAaron Kennedy2009-08-052-18/+161
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-052-2/+8
| |\
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-044-12/+16
| |\ \
| * | | Remove unused QmlContextPrivate member variablesAaron Kennedy2009-08-044-17/+2
| * | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-042-0/+4
| |\ \ \
| * | | | Improve performance by separating id and context propertiesAaron Kennedy2009-08-048-91/+78
| * | | | Shortcut testing for internal QVariant typesAaron Kennedy2009-08-031-0/+2
* | | | | QmlMetaProperty::binding() should only return a binding if it is enabled.Michael Brasser2009-08-051-1/+1
| |_|_|/ |/| | |
* | | | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-0413-293/+315
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix to use "." not "/" in QML_DEFINE_TYPE URIsWarwick Allison2009-08-044-12/+16
| | |/ | |/|
| * | Fixed import parsing, where the importId wasn't set.Erik Verbruggen2009-08-032-0/+4
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-08-034-197/+201
| |\
| | * Remove some warningsYann Bodson2009-08-034-197/+201
| * | Make QmlMetaProperty reentrantAaron Kennedy2009-08-035-84/+94
| |/
* | Get qmldebugger running, and add basic object/property view.Michael Brasser2009-08-042-2/+8
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-3111-1854/+144
|\
| * Fixed AST visiting, so UiProgram *members* are visited again.Erik Verbruggen2009-07-301-0/+1
| * Removed the (outdated) pretty printer for the JS expressions.Roberto Raggi2009-07-303-1666/+1
| * Improved the support for post-visits of the AST.Roberto Raggi2009-07-302-155/+142
| * Get rid of classComplete.Michael Brasser2009-07-296-33/+0
* | Revert "qdoc: Corrected some qdoc warnings."Aaron Kennedy2009-07-301-5/+3
|/
* add support for points and fix rectLars Knoll2009-07-292-21/+82
* Rewrite expressions as qualified ids.Roberto Raggi2009-07-285-1309/+1109
* Revert "Make private stuff public"Alan Alpert2009-07-286-22/+16
* Make private stuff publicAlan Alpert2009-07-286-16/+22
* Compile after merge.Michael Brasser2009-07-271-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-2713-112/+106
|\
| * Added utility methods firstSourceLocation/lastSourceLocation methods toErik Verbruggen2009-07-271-0/+21
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-07-273-3/+4
| |\
| * | Make private stuff privateAaron Kennedy2009-07-2712-112/+85
* | | Fix crashes on exit.Michael Brasser2009-07-272-10/+20
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-07-2715-56/+281
|\ \ | |/
| * Make privateAaron Kennedy2009-07-275-54/+61