summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Update documentation regarding font.pointSizeYann Bodson2009-08-201-1/+1
* Renaming Rect -> RectangleYann Bodson2009-08-193-52/+52
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-194-17/+6
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-08-191-3/+7
| |\
| * | Various doc fixes.Michael Brasser2009-08-194-17/+6
* | | Use range semantics for versions.Warwick Allison2009-08-191-14/+19
* | | tighten installed importingWarwick Allison2009-08-191-30/+28
| |/ |/|
* | Fix setting the id propertyAlan Alpert2009-08-191-3/+7
|/
* Fix documentation for QmlDomObject::classNameKai Koehne2009-08-182-3/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-184-10/+34
|\
| * Make qml metatype db fully discoverable againKai Koehne2009-08-182-0/+28
| * Slightly change implementation of scope chain.Michael Brasser2009-08-182-10/+6
* | Resolve attached property typenames in correct context.Warwick Allison2009-08-184-8/+38
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-08-171-2/+2
|\
| * Slightly change expression rewrite to JSC-supported syntax.Michael Brasser2009-08-171-2/+2
* | More namespace improvementsWarwick Allison2009-08-179-161/+82
|/
* Improve error message.Michael Brasser2009-08-141-2/+2
* Improve error message.Michael Brasser2009-08-141-1/+1
* compile on 64bit machines (quintptr can hold void* onmae2009-08-131-1/+1
* Wait for connections to remote debugging interfaceKai Koehne2009-08-131-0/+2
* Cleanup.Michael Brasser2009-08-131-1/+0
* Add delay parameter to the destroy function on QML objectsAlan Alpert2009-08-131-3/+31
* Add a basic QFont value type.Michael Brasser2009-08-122-0/+124
* Add QSize/QSizeF value types.Michael Brasser2009-08-122-0/+118
* 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
|\ \ \ \ | | |_|/ | |/| |