summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-034-3/+15
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-031-1/+1
|\ | | | | | | into kinetic-declarativeui
| * A collection of small optimizations.Martin Jones2009-12-031-1/+1
| |
* | OptimizationAaron Kennedy2009-12-037-136/+155
|/
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-0286-275/+275
| | | | It seems we're going to have to so a syncqt/configure in Qt modules.
* Fix indentingAaron Kennedy2009-12-021-6/+6
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-0253-171/+171
|\ | | | | | | | | | | | | into kinetic-declarativeui Conflicts: src/declarative/qml/qmlvme.cpp
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-0220-190/+403
| |\ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlmetatype.cpp
| * | Remove include styles that rely on configure.Warwick Allison2009-12-0153-170/+170
| | | | | | | | | | | | May help modularization (syncqt and configure are Qt-specific).
* | | Minor performance tweaksAaron Kennedy2009-12-022-6/+36
| |/ |/|
* | Delay the creation of the signal parameter object until neededAaron Kennedy2009-12-022-12/+14
| |
* | Run QmlParserStatus::componentComplete() in opposite orderAaron Kennedy2009-12-021-1/+1
| | | | | | | | | | This improves perf when a parent depends on its childrens' size.
* | Cleanup cached binding closuresAaron Kennedy2009-12-024-14/+19
| |
* | Cache binding closuresAaron Kennedy2009-12-0211-16/+118
| |
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-021-1/+4
|\ \ | | | | | | | | | into kinetic-declarativeui
| * | Get qsTr and friends working again.Michael Brasser2009-12-011-1/+4
| |/
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-011-2/+2
|\ \ | |/ | | | | into kinetic-declarativeui
| * unwarnWarwick Allison2009-11-301-2/+2
| |
* | Two way WorkerScript communicationsAaron Kennedy2009-11-307-156/+257
|/
* Qt.quit() added to qml.Tapani Mikola2009-11-303-0/+20
|
* Basic WorkerScript functionalityAaron Kennedy2009-11-305-5/+563
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-11-302-0/+24
|\ | | | | | | into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-292-7/+9
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | atob and btoa functions (as per JS window functions)Warwick Allison2009-11-292-0/+24
| | |
* | | Support array-literal Script::source valuesAaron Kennedy2009-11-2910-42/+115
| |/ |/|
* | Handle more HTML non-errorsAaron Kennedy2009-11-271-6/+8
| |
* | Symbian fixes.Martin Jones2009-11-271-1/+1
|/
* Small doc fixes.Martin Jones2009-11-253-6/+6
|
* Doc improvmentsBea Lam2009-11-251-13/+18
|
* Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-11-234-119/+59
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Webkit console.log() compatibility.Warwick Allison2009-11-232-1/+27
| | | | | | | | This allows avoiding the more non-standard print().
| * Fixed the start location of an UiArrayBinding to include the qualifiedId.Erik Verbruggen2009-11-201-1/+1
| | | | | | | | Reviewed by: Roberto Raggi.
| * Check version for cached DB too.Warwick Allison2009-11-201-0/+2
| |
| * More SQL tests.Warwick Allison2009-11-201-114/+13
| | | | | | | | Less non-spec functionality in API.
| * Clean-up SQL tests to not be order-dependentWarwick Allison2009-11-191-4/+14
| | | | | | | | | | Add tests for new SQL APIs Remove some non-useful SQL API extensions.
| * Fix for empty query results.Warwick Allison2009-11-191-2/+5
| |
* | Remove extra semicolon.Martin Jones2009-11-191-1/+1
|/
* Rename QML Object to QtObjectAaron Kennedy2009-11-191-1/+1
|
* Doc.Michael Brasser2009-11-181-3/+6
|
* Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-187-64/+76
|\ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * testsAaron Kennedy2009-11-171-9/+3
| |
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-172-10/+12
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | QMetaObjectBuilder testsAaron Kennedy2009-11-171-2/+3
| | |
| * | QmlInstruction autotestAaron Kennedy2009-11-175-53/+70
| | |
* | | Don't make assumptions about when SQLITE creates database files.Warwick Allison2009-11-181-2/+2
| | |
* | | Update SQL database support to current HTML5 specification.Warwick Allison2009-11-181-58/+187
| |/ |/|
* | Fix binding (it should be resulted to arrays, since SQL and JS are not)Warwick Allison2009-11-171-2/+2
| |
* | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-11-173-36/+46
|\ \ | |/ | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * Merge branch 'kinetic-declarativeui' of ↵Aaron Kennedy2009-11-161-1/+1
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | TestsAaron Kennedy2009-11-163-36/+46
| | |