summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Optimization: Reduce memory usageAaron Kennedy2009-12-231-145/+188
* Remove unused optimizationAaron Kennedy2009-12-228-158/+2
* Don't crash when a subscription is not requiredAaron Kennedy2009-12-221-2/+3
* Implement a fast "styled" text format.Martin Jones2009-12-221-3/+1
* Export QmlAbstractBinding classKai Koehne2009-12-211-1/+1
* Added isAlias to the QmlDomDynamicProperty.Erik Verbruggen2009-12-212-1/+19
* Improve binding optimizer's subscription logicAaron Kennedy2009-12-211-3/+8
* Empty URLs should not be resolvedAaron Kennedy2009-12-212-5/+8
* More binding optimizationsAaron Kennedy2009-12-211-14/+143
* Simply type managementAaron Kennedy2009-12-211-47/+35
* Optimize Math.max and Math.minAaron Kennedy2009-12-181-1/+79
* Remove QML_ENABLE_DEFERRED env variableAaron Kennedy2009-12-181-2/+1
* Support binding optimizer and deferred propertiesAaron Kennedy2009-12-183-10/+10
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-181-3/+19
|\
| * Have qmlInfo report the QML element name rather than C++ class name.Michael Brasser2009-12-181-3/+19
* | Deferred properties are off by defaultAaron Kennedy2009-12-181-0/+4
|/
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-184-16/+47
|\
| * Use destroy() to destroy binding.Michael Brasser2009-12-171-1/+3
| * Add context argument to QmlMetaProperty::createPropertyMarco Bubke2009-12-172-5/+6
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-175-4/+31
| |\
| * | Make positioners fast.Martin Jones2009-12-171-10/+38
* | | Fix deferred property bugsAaron Kennedy2009-12-188-90/+154
| |/ |/|
* | Set correct property flags for custom property types.Michael Brasser2009-12-174-4/+16
* | Support aliasing of composite types.Michael Brasser2009-12-171-0/+15
|/
* Use destroy() to destroy bindings.Michael Brasser2009-12-171-1/+2
* Fix regression introduced in 6fe6e803f08750534a6c14b4a2847a6ec1b29350.Michael Brasser2009-12-171-1/+2
* Correctly determine QScriptValue::isQObject() for QObjects using theMichael Brasser2009-12-172-0/+6
* Share common stringsAaron Kennedy2009-12-171-21/+22
* CrashAaron Kennedy2009-12-161-3/+4
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-162-0/+11
|\
| * Use the component name as the base class name for dynamic meta objectsMichael Brasser2009-12-162-0/+11
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-166-3/+100
|\ \ | |/
| * Make QListModelInterface API more sensible for our use case.Martin Jones2009-12-161-3/+11
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-163-2/+61
| |\
| | * Optimize <Type>.<EnumValue> type enum assignments.Michael Brasser2009-12-162-0/+56
| | * Improve property alias exceptions.Michael Brasser2009-12-152-2/+5
| * | Faster sections.Martin Jones2009-12-162-0/+26
| |/
| * Print exceptions generated in SQL callback functions.Michael Brasser2009-12-151-1/+5
* | Binding optimizer extensionsAaron Kennedy2009-12-1611-172/+408
* | Binding optimizer extensionsAaron Kennedy2009-12-151-4/+51
|/
* Binding optimizer extensionsAaron Kennedy2009-12-151-40/+173
* Remove left over debugging outputAaron Kennedy2009-12-141-1/+0
* Binding optimizer extensionsAaron Kennedy2009-12-145-26/+161
* Introduce experimental binding optimizerAaron Kennedy2009-12-1412-7/+1817
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-114-11/+41
|\
| * Throw error when attempting to write to a non-existant property via script.Michael Brasser2009-12-113-5/+29
| * Throw error when attempting to write to a read-only property via script.Michael Brasser2009-12-111-6/+9
| * Generate error when attempting to write to a read-only object property.Michael Brasser2009-12-101-0/+3
* | Dynamic metaobject sharing and caching.Martin Jones2009-12-112-11/+20
|/
* Create xhr url with fromEncoded.Tapani Mikola2009-12-091-1/+1