summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Prevent writes to the global objectAaron Kennedy2009-10-057-44/+246
| | | | Also add toString() method to qobjects
* 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
| | | | debugger.
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-291-0/+1
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * 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
|/ | | | QObject* (in this case, a QmlXmlListModel_QML_1*).
* Merge branch 'kinetic-declarativeui' of ↵Bea Lam2009-09-2819-55/+425
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-251-6/+112
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * More tests for QmlSql, more WebKit-tested-validity.Warwick Allison2009-09-241-6/+112
| | |
| * | Disallow inline var definitionsAaron Kennedy2009-09-251-0/+7
| |/ | | | | | | This was previously just silently ignored.
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-09-243-7/+8
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * 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
| | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning of msvc that apparently doesn't like a struct (QmlCompositeTypeData) extending a class (QmlRefCount): "warning C4099: 'QmlCompositeTypeData' : type name first seen using 'class' now seen using 'struct'"
| * | Only compile time register synthesized objectsAaron Kennedy2009-09-231-5/+3
| | |
| * | Make more qmlecmascript tests passAaron Kennedy2009-09-2314-37/+295
| |/ | | | | | | | | Test cases constantsOverrideBindings, outerBindingOverridesInnerBinding and aliasPropertyAndBinding now pass.
* | Indicate which properties are watchable and use bold text instead ofBea Lam2009-09-242-2/+4
|/ | | | coloured text for watched properties.
* 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 ↵Bea Lam2009-09-2353-1098/+2143
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qml.pri
| * 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 ↵Aaron Kennedy2009-09-232-3/+7
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Fix crash in ~QmlEngine when using QmlDomKai Koehne2009-09-221-2/+6
| | | | | | | | | | | | | | | | | | QmlEngine keeps a pointer to QmlCompositeTypeData passed into QmlCompiler::compile. Therefore we have to also create QmlCompositeTypeData on the heap, and use reference counting.
| | * Replace begin()/end() with constBegin()/constEnd() to avoid detach inMarco Bubke2009-09-221-1/+1
| | | | | | | | | | | | | | | | | | ~QmlEngine Reviewed-by: Kai Koehne
| * | 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
| |
| * Fixed an include.Erik Verbruggen2009-09-171-1/+1
| |
| * Fixed the QML parser files to play nice when included in Creator,Erik Verbruggen2009-09-176-14/+16
| | | | | | | | when Creator is compiled against Qt with namespaces.
| * Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-1716-521/+550
| | | | | | | | Creator is compiled against Qt with namespaces.
| * Compile on windowsYann Bodson2009-09-171-0/+1
| |
| * Changed the use of QString::utf8() to QString::toUtf8() to make itErik Verbruggen2009-09-161-2/+2
| | | | | | | | compile without QT3_SUPPORT.
| * Added a virtual destructor to suppress warnings.Erik Verbruggen2009-09-162-0/+5
| |
| * Fix compilation on LinuxKai Koehne2009-09-161-1/+0
| | | | | | | | qmlsqldatabase.moc is not created any more
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-09-165-6/+49
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-152-2/+7
| | | | | | | | | | | | | | | Properly initialize the members of QmlDeclarativeData, and check whether outerContext has been set in QmlInfo.