summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Remove a bunch of unneeded semicolons.Martin Jones2009-10-083-24/+24
* Use QDesktopServices::storageLocation() in place of placeform-specific code.Warwick Allison2009-10-061-38/+4
* 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
| * 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
| * Fixed the QML parser files to play nice when included in Creator, whenErik Verbruggen2009-09-1716-521/+550
| * 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
| * Added a virtual destructor to suppress warnings.Erik Verbruggen2009-09-162-0/+5
| * Fix compilation on LinuxKai Koehne2009-09-161-1/+0
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-09-165-6/+49
| |\
| | * Do not crash in QmlInfo if debugging information is missingKai Koehne2009-09-152-2/+7
| | * Ensure that relative urls are made absolute in all casesKai Koehne2009-09-151-2/+6
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-09-1518-37/+136
| | |\
| | * | Build on S60.Martin Jones2009-09-152-2/+36
| * | | Better SQL database performance / memory usage.Warwick Allison2009-09-163-13/+93
| * | | Remove unnecessary use of QObjectsWarwick Allison2009-09-161-106/+75