summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Expand)AuthorAgeFilesLines
* Fix leaks.Michael Brasser2009-12-083-1/+4
* Fix docs.Michael Brasser2009-12-071-1/+1
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Michael Brasser2009-12-076-83/+140
|\
| * little imporvements and 1 warning lessThierry Bastian2009-12-072-2/+2
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-076-82/+139
| |\
| | * Fix spurious logging problems.Warwick Allison2009-12-071-1/+1
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-071-1/+1
| | |\
| | * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-0620-191/+183
| | |\ \
| | * | | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-045-80/+137
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-0720-191/+183
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-041-0/+7
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Martin Jones2009-12-04102-766/+994
| |\ \ \ \
| * | | | | Make SQL work on SymbianMartin Jones2009-12-041-1/+1
* | | | | | Fix leaks.Michael Brasser2009-12-071-0/+2
| |_|_|_|/ |/| | | |
* | | | | valueChanged() needs to be virtual?Yann Bodson2009-12-071-1/+1
| |_|_|/ |/| | |
* | | | oops, fix the compilationThierry Bastian2009-12-041-1/+1
* | | | small cleanupThierry Bastian2009-12-0421-192/+184
| |_|/ |/| |
* | | undebugWarwick Allison2009-12-041-1/+0
* | | Prevent call to executeSql outside transaction (eg. if arg kept).Warwick Allison2009-12-041-0/+8
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-03108-834/+1031
|\ \
| * | fix includesOswald Buddenhagen2009-12-03104-413/+558
| * | clean up project filesOswald Buddenhagen2009-12-033-135/+136
| * | Added conditional macro which will make the copy in QtCreator able to export ...Erik Verbruggen2009-12-038-110/+120
| * | Optimization: Use linked-list for context objectsAaron Kennedy2009-12-034-15/+25
| * | Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-038-21/+21
| * | Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-034-3/+15
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-031-1/+1
| |\ \
| | * | A collection of small optimizations.Martin Jones2009-12-031-1/+1
| * | | OptimizationAaron Kennedy2009-12-037-136/+155
| |/ /
* | | More detailed error message.Warwick Allison2009-12-031-2/+3
|/ /
* | Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-0286-275/+275
* | Fix indentingAaron Kennedy2009-12-021-6/+6
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-0253-171/+171
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-0220-190/+403
| |\ \ | | |/
| * | Remove include styles that rely on configure.Warwick Allison2009-12-0153-170/+170
* | | 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
* | 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 int...Aaron Kennedy2009-12-021-1/+4
|\ \
| * | Get qsTr and friends working again.Michael Brasser2009-12-011-1/+4
| |/
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-011-2/+2
|\ \ | |/
| * 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 int...Aaron Kennedy2009-11-302-0/+24
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-292-7/+9
| |\
| * | atob and btoa functions (as per JS window functions)Warwick Allison2009-11-292-0/+24