summaryrefslogtreecommitdiffstats
path: root/src/declarative/qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix leaks.Michael Brasser2009-12-083-1/+4
|
* Fix docs.Michael Brasser2009-12-071-1/+1
|
* Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-076-83/+140
|\ | | | | | | | | | | | | 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-072-2/+2
| |
| * Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-076-82/+139
| |\ | | | | | | | | | 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-0620-191/+183
| | |\ \ | | | | | | | | | | | | | | | 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 scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-0720-191/+183
| |\ \ \ \ | | | |/ / | | |/| | | | | | | 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-04102-766/+994
| |\ \ \ \ | | | | | | | | | | | | | | | | | | into kinetic-declarativeui
| * | | | | 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
| |_|/ |/| | | | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static
* | | 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 ↵Warwick Allison2009-12-03108-834/+1031
|\ \ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | fix includesOswald Buddenhagen2009-12-03104-413/+558
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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-033-135/+136
| | |
| * | 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
| | |
| * | 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 ↵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
| |/ /
* | | More detailed error message.Warwick Allison2009-12-031-2/+3
|/ /
* | 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
| | |