summaryrefslogtreecommitdiffstats
path: root/src/declarative
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaks.Michael Brasser2009-12-085-1/+8
|
* Fix docs.Michael Brasser2009-12-071-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-078-87/+147
|\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/declarative/qml/qmlengine.cpp
| * little imporvements and 1 warning lessThierry Bastian2009-12-073-6/+6
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-0714-187/+302
| |\ | | | | | | | | | into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-077-105/+160
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Fix spurious logging problems.Warwick Allison2009-12-071-1/+1
| | | | | | | | | | | | | | | | (printf patterns would be expanded!)
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-071-1/+1
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * \ \ Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-0632-214/+206
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | Make QmlScriptEngine reusable in WorkScript, so extra fns are available.Warwick Allison2009-12-045-80/+137
| | | | | | | | | | | | | | | | | | | | | | | | Add Qt.resolvedUrl(url)
| | * | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-041-45/+102
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Stuff for package install.Warwick Allison2009-12-041-0/+3
| | | | | | |
| * | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-0732-214/+206
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | into kinetic-declarativeui
| * | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-45/+102
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | into kinetic-declarativeui
| * | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-0/+7
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | | | | | | | into kinetic-declarativeui
| * | | | | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-2/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| * \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-2/+0
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| * \ \ \ \ \ \ \ Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-04243-1427/+1980
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| * | | | | | | | | Make SQL work on SymbianMartin Jones2009-12-041-1/+1
| | | | | | | | | |
* | | | | | | | | | Fix leaks.Michael Brasser2009-12-072-0/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Move target/property functions to their appropriate classes.Michael Brasser2009-12-073-59/+112
| | | | | | | | |
* | | | | | | | | Minor cleanup/optimization.Michael Brasser2009-12-075-24/+28
| | | | | | | | |
* | | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-071-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | | valueChanged() needs to be virtual?Yann Bodson2009-12-071-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-0735-286/+336
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | | | | oops, fix the compilationThierry Bastian2009-12-041-1/+1
| | | | | | | |
| * | | | | | | small cleanupThierry Bastian2009-12-0431-210/+202
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
| * | | | | | | Use QVariant::toReal() instead of QVariant::toDouble()Thierry Bastian2009-12-043-5/+5
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | This avoids conversions from flat to double en embedded.
| * | | | | | Remove debugMartin Jones2009-12-041-2/+0
| | | | | | |
| * | | | | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-041-0/+7
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-043-26/+18
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | | undebugWarwick Allison2009-12-041-1/+0
| | | | | | |
| | * | | | | Prevent call to executeSql outside transaction (eg. if arg kept).Warwick Allison2009-12-041-0/+8
| | | | | | |
| * | | | | | Fix item insertion/deletion before first visible item.Martin Jones2009-12-041-45/+104
| | |/ / / / | |/| | | | | | | | | | | | | | | | Also avoid destroying items in the same frame as adding items.
| * | | | | Delete released items immediately.Martin Jones2009-12-041-2/+1
| | |_|_|/ | |/| | |
| * | | | Revert 1dd1886390f56810f3fffbc66e823dca9132a89c - wasn't a leak.Martin Jones2009-12-041-2/+0
| | |_|/ | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-04257-1315/+1680
| |\ \ \ | | |/ / | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-047-50/+51
| | |\ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Fix count change notification.Warwick Allison2009-12-041-0/+1
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-03257-1494/+1971
| | |\ \ \ | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | | More detailed error message.Warwick Allison2009-12-031-2/+3
| | | | | |
| * | | | | Fix overshoot correction in ListView with variable height items.Martin Jones2009-12-041-22/+17
| | | | | |
* | | | | | Cleanup.Michael Brasser2009-12-042-22/+20
| |_|_|/ / |/| | | |
* | | | | Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-03257-1306/+1681
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | | | fix includesOswald Buddenhagen2009-12-03247-842/+1176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
| * | | | clean up project filesOswald Buddenhagen2009-12-039-297/+305
| | | | |
| * | | | Added conditional macro which will make the copy in QtCreator able to export ↵Erik Verbruggen2009-12-038-110/+120
| | | | | | | | | | | | | | | | | | | | the classes across shared libraries/plug-ins.
| * | | | Optimization: Use linked-list for context objectsAaron Kennedy2009-12-034-15/+25
| |/ / /
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-0315-167/+197
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-038-21/+21
| | | | |