summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
...
| * The depot (4.6.2) does not have the Value patch yet, adjust version checksWarwick Allison2010-02-023-6/+6
* | Disallow ids that start with uppercase letters and update docs andBea Lam2010-02-031-1/+4
|/
* Don't use statics for type definition, at least for plugin modules.Warwick Allison2010-02-013-3/+35
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-02-0151-3061/+3564
|\
| * Add new files.Martin Jones2010-01-292-0/+163
| * Move image network access into a separate thread, with decoding.Martin Jones2010-01-294-23/+61
| * Convert lists to variants on assignment.Aaron Kennedy2010-01-283-6/+32
| * Optimization: Skip attached property search where possibleAaron Kennedy2010-01-283-17/+22
| * Support builtin string converters in every contextAaron Kennedy2010-01-284-32/+83
| * Assigning undefined resets QObject propertiesAaron Kennedy2010-01-282-5/+15
| * Add reset methods to QmlMetaPropertyAaron Kennedy2010-01-282-0/+27
| * Cache reset'abilityAaron Kennedy2010-01-282-9/+12
| * CleanupAaron Kennedy2010-01-279-489/+415
| * Harden binding optimizerAaron Kennedy2010-01-2719-1166/+213
| * Support attached properties in QmlMetaPropertyAaron Kennedy2010-01-251-16/+40
| * Harden QML binding optimizerAaron Kennedy2010-01-229-279/+489
| * Fixed possible array index-out-of-bounds crash in error reporting.Erik Verbruggen2010-01-212-2/+12
| * Remove unused variable.Alexis Menard2010-01-211-1/+0
| * Allow composite value sourcesAaron Kennedy2010-01-211-3/+3
| * CompileAaron Kennedy2010-01-201-1/+1
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-2017-48/+170
| |\
| | * Compile with Qt 4.6.1Aaron Kennedy2010-01-2016-47/+169
| | * Remove unnecessary semicolonMartin Jones2010-01-191-1/+1
| * | Remove debuggingAaron Kennedy2010-01-191-2/+0
| |/
| * WorkerListModel fixesAaron Kennedy2010-01-192-4/+26
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-196-1042/+1059
| |\
| | * Added utility method to parse JavaScript programs.Erik Verbruggen2010-01-187-1110/+1060
| | * Added a utility method to get a casted AST root node.Erik Verbruggen2010-01-184-0/+29
| | * Fixed the parser to start with the correct rule when requested to parse JS So...Erik Verbruggen2010-01-183-634/+672
| * | Basic WorkerListModel implementationAaron Kennedy2010-01-192-1/+527
| |/
| * String->Int conversionAaron Kennedy2010-01-181-0/+4
| * Fixed missing export in generated parser.Erik Verbruggen2010-01-152-2/+2
| * Re-generated grammar and fixed license headers.Erik Verbruggen2010-01-154-1098/+1092
| * Fixed license headers.Erik Verbruggen2010-01-151-66/+44
| * Added utility method to parse single/stand-alone JS source elements.Erik Verbruggen2010-01-151-1/+12
| * Implement custom QML slot invokation logicAaron Kennedy2010-01-157-15/+305
| * Update QML following bd3caa48edf2cd53e561cec7ee7ccec6748a4843Aaron Kennedy2010-01-155-29/+31
* | docWarwick Allison2010-02-011-1/+1
|/
* docWarwick Allison2010-01-141-26/+12
* Update pointer benchmark to use QmlGuard rather than QGuard.Michael Brasser2010-01-141-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2010-01-137-21/+41
|\
| * Remove QByteArray constructor from QmlComponent.Michael Brasser2010-01-133-21/+5
| * Add basic support for property iteration.Michael Brasser2010-01-134-0/+36
* | Version "-1" means not-specified.Warwick Allison2010-01-131-4/+16
|/
* Fix and test version 0.0 installed imports.Warwick Allison2010-01-131-1/+1
* Give full error message (with line number) on XMLHttpRequest slot failures.Warwick Allison2010-01-131-14/+16
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2010-01-121-29/+42
|\
| * Pass exceptions where possible, else print.Warwick Allison2010-01-121-29/+42
* | Incorrect ASSERTAaron Kennedy2010-01-121-1/+1
* | Minor cleanupAaron Kennedy2010-01-121-2/+4