summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Expand)AuthorAgeFilesLines
* Minor optimization of image lookup from cache.Michael Brasser2009-12-031-34/+36
* Cleanup.Michael Brasser2009-12-033-4/+1
* Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-034-3/+15
* Remove dead codeAaron Kennedy2009-12-031-11/+0
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-0310-48/+120
|\
| * A collection of small optimizations.Martin Jones2009-12-038-28/+79
| * Positioner optimizations.Michael Brasser2009-12-032-34/+46
| * Plug leak.Martin Jones2009-12-032-0/+9
* | OptimizationAaron Kennedy2009-12-038-137/+166
|/
* Fix test failure.Warwick Allison2009-12-021-2/+2
* Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-02197-523/+523
* Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-02124-338/+414
|\
| * Fix indentingAaron Kennedy2009-12-021-6/+6
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-02124-333/+379
| |\
| | * Fix initial scaling. QWebPage::setPreferredSize doesn't really work.Warwick Allison2009-12-021-6/+0
| | * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-0225-196/+465
| | |\
| | * | Change from scaling/zooming by zoomFactor to instead use painter scaling.Warwick Allison2009-12-025-32/+85
| | * | Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-013-6/+138
| | |\ \
| | * \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-12-012-2/+2
| | |\ \ \
| | * | | | Remove include styles that rely on configure.Warwick Allison2009-12-01122-298/+297
| * | | | | Minor performance tweaksAaron Kennedy2009-12-022-6/+36
| | |_|_|/ | |/| | |
* | | | | Update header & footer pos when items inserted.Martin Jones2009-12-021-0/+2
|/ / / /
* | | | 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-028-13/+204
|\ \ \ \
| * \ \ \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-12-021-1/+4
| |\ \ \ \
| | * | | | Get qsTr and friends working again.Michael Brasser2009-12-011-1/+4
| | | |_|/ | | |/| |
| * | | | Allow Flickable direction to be set explicitly.Martin Jones2009-12-025-6/+62
| |/ / /
| * | | Fix jumpy EaseFollow animationsMartin Jones2009-12-011-1/+1
| * | | Add header and footer to ListView.Martin Jones2009-12-012-5/+137
| | |/ | |/|
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-012-2/+2
|\ \ \ | |/ /
| * | Make focusOnPress the default behaviour for TextEdit (like TextInput).Michael Brasser2009-12-012-2/+2
| |/
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-12-012-7/+18
|\ \ | |/
| * unwarnWarwick Allison2009-11-301-2/+2
| * Fix PropertyAction crash.Martin Jones2009-11-301-5/+16
* | Two way WorkerScript communicationsAaron Kennedy2009-11-307-156/+257
|/
* Qt.quit() added to qml.Tapani Mikola2009-11-305-0/+22
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-11-308-98/+371
|\
| * Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Martin Jones2009-11-3016-52/+186
| |\
| | * Support disabling a Behavior.Michael Brasser2009-11-302-3/+38
| * | Add ListView snapMode to ensure flicking settles on an item boundary.Martin Jones2009-11-304-89/+297
| * | Add GridView.positionViewAtIndex().Martin Jones2009-11-272-6/+36
* | | Basic WorkerScript functionalityAaron Kennedy2009-11-305-5/+563
| |/ |/|
* | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic int...Aaron Kennedy2009-11-303-1/+25
|\ \
| * \ Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic...Warwick Allison2009-11-293-13/+15
| |\ \
| * | | atob and btoa functions (as per JS window functions)Warwick Allison2009-11-292-0/+24
| * | | Fix and test ListModel UTF8 reading.Warwick Allison2009-11-291-1/+1
* | | | Support array-literal Script::source valuesAaron Kennedy2009-11-2910-42/+115
| |/ / |/| |