summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Share QScriptValue's where possibleAaron Kennedy2009-10-062-1/+12
* Support all variant types as signal parametersAaron Kennedy2009-10-051-18/+188
* Use QMetaObject::indexOfProperty()Aaron Kennedy2009-10-051-8/+4
* Fix test failuresAaron Kennedy2009-10-058-25/+30
* Fix attached properties/enums from ecmascriptAaron Kennedy2009-10-055-25/+61
* CrashAaron Kennedy2009-10-051-1/+3
* Implement QmlValueTypeScriptClass::newObject()Aaron Kennedy2009-10-051-1/+2
* Update to new QScriptDeclarativeClass APIAaron Kennedy2009-10-058-75/+31
* Reenable types/enums and move scripts into an isolated scopeAaron Kennedy2009-10-0523-379/+907
* Prevent writes to the global objectAaron Kennedy2009-10-057-44/+246
* Read/write property directly from QmlObjectScriptClassAaron Kennedy2009-10-055-83/+83
* QmlMetaProperty cleanupAaron Kennedy2009-10-054-332/+348
* Minor QmlMetaProperty cleanupAaron Kennedy2009-10-052-20/+35
* Improve script lookup cachingAaron Kennedy2009-10-0518-355/+998
* Create a property cache for synthesized metaobjectsAaron Kennedy2009-10-0514-93/+303
* Use QScriptProgram to speed up binding creationAaron Kennedy2009-10-054-4/+28
* Added utility method to parse single/stand-alone bindings.Erik Verbruggen2009-09-307-1028/+1093
* Fix crash bug when inspecting QmlBoundSignalParameters objects inBea Lam2009-09-291-0/+3
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-291-0/+1
|\
| * Give file and line information for script errors.Michael Brasser2009-09-281-0/+1
* | Fix to not crash when viewing the value of a property that is aBea Lam2009-09-291-2/+2
|/
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2819-55/+425
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-251-6/+112
| |\
| | * More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-241-6/+112
| * | Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
| |/
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-243-7/+8
| |\
| | * Fixed compile (missing colon after public)Thorbjørn Lindeijer2009-09-231-5/+5
| | * Make QmlCompositeTypeData a class instead of a structKai Koehne2009-09-233-3/+4
| * | Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
| * | Make more qmlecmascript tests passAaron Kennedy2009-09-2314-37/+295
| |/
* | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-242-2/+4
|/
* Fix crashAaron Kennedy2009-09-231-1/+2
* Remove binding when writing to a propertyAaron Kennedy2009-09-232-5/+19
* Off by one bug in binding bit testAaron Kennedy2009-09-231-3/+3
* CompileAaron Kennedy2009-09-231-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Bea Lam2009-09-2353-1098/+2143
|\
| * vector -> Qt.vector3dAaron Kennedy2009-09-231-2/+0
| * Use a bitmask to track bound propertiesAaron Kennedy2009-09-238-26/+95
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Aaron Kennedy2009-09-232-3/+7
| |\
| | * Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | * Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| * | Add plumbing for more advanced signal property controlAaron Kennedy2009-09-226-68/+198
| |/
| * Slight simplification of parameterized signalsAaron Kennedy2009-09-224-23/+40
| * Preliminary support for object and list synthesized property typesAaron Kennedy2009-09-2215-917/+1185
| * Ensure absolute path for qmldir URL.Warwick Allison2009-09-221-2/+3
| * XMLHttpRequest status and statusText were not set in finished or error.Tapani Mikola2009-09-181-0/+10
| * Added \r\n between the headers in getAllResponseHeadersTapani Mikola2009-09-181-1/+1
| * Implementations of getAllResponseHeaders () and getResponseHeader ().Tapani Mikola2009-09-181-4/+69
| * Fix Windows compile.Warwick Allison2009-09-182-6/+6
| * Make SqlDatabase testable and add a basic test.Warwick Allison2009-09-184-40/+72