summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update Browser.qml to run againAlan Alpert2010-03-091-5/+5
* Update AutotestsAlan Alpert2010-03-093-4/+4
* Probably fix compile on windowsAlan Alpert2010-03-091-1/+1
* Fix typo in docsAlan Alpert2010-03-091-1/+1
* Probably fix compileAlan Alpert2010-03-091-1/+1
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0943-169/+594
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-093-9/+56
| |\
| | * Initialize member variable in QDeclarativeGridViewAttachedMartin Jones2010-03-091-1/+1
| | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-0938-144/+508
| | |\
| | * | Handle itemsInserted/Removed/Moved() correctly for repeater.Martin Jones2010-03-092-8/+55
| * | | Fix qdeclarativevaluetype::font() autotestAaron Kennedy2010-03-091-2/+11
| | |/ | |/|
| * | Add QML support for methods returning QList<QObject *>Aaron Kennedy2010-03-094-35/+104
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0919-74/+158
| |\ \
| | * | Update configure.exe to include declarative module by defaultJoona Petrell2010-03-091-0/+0
| | * | Make QDeclarativeItem NOTIFY signals canonicalJoona Petrell2010-03-0918-74/+158
| * | | CompileAaron Kennedy2010-03-091-1/+1
| |/ /
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2010-03-0915-74/+539
| |\ \
| | * | Remove unused data member.Michael Brasser2010-03-092-2/+0
| | * | Fix warning.Michael Brasser2010-03-091-0/+2
| | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-096-22/+26
| | |\ \ | | | |/
| | | * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-03-096-34/+22
| | | |\
| | | * | When flicking with snap, bias towards moving at least one item.Martin Jones2010-03-092-14/+19
| | * | | Fix warnings and change geometry-related functions to use reals.Michael Brasser2010-03-092-10/+10
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-09418-14807/+29138
| | |\ \ \
| | * | | | Doc fix.Michael Brasser2010-03-051-1/+5
| * | | | | Integrate QML's object ownership with the JS collectorAaron Kennedy2010-03-0914-23/+230
* | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0918-251/+1326
|\ \ \ \ \ \
| * | | | | | Add license headerOlivier Goffart2010-03-091-0/+41
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0918-251/+1285
| |\ \ \ \ \ \ |/ / / / / / /
| * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0818-251/+1285
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-0818-251/+1285
| | |\ \ \ \ \ \
| | | * | | | | | Fixed bounds calculation in QtSvg.Kim Motoyoshi Kalland2010-03-0811-226/+204
| | | * | | | | | Fixed vector-effect property output from QSvgGenerator.Kim Motoyoshi Kalland2010-03-083-24/+19
| | | * | | | | | Added text benchmarks from qtbench to tests/benchmarksSamuel Rødal2010-03-084-1/+1062
* | | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-0913-71/+561
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Yann Bodson2010-03-098-48/+535
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| | * | | | | | Minor cleanup.Michael Brasser2010-03-092-26/+15
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Add highlightRangeMode and snapMode to GridView.Martin Jones2010-03-094-20/+488
| | | |_|/ / | | |/| | |
| | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Michael Brasser2010-03-0925-507/+257
| | |\ \ \ \
| | * | | | | Minor anchors.fill optimization.Michael Brasser2010-03-094-2/+32
| * | | | | | Move pixmapChanged signal to QDeclarativeImageYann Bodson2010-03-094-8/+7
| | |/ / / / | |/| | | |
| * | | | | Merge branch '4.7' of git@scm.dev.nokia.troll.no:qt/qt-qml into 4.7Bea Lam2010-03-0844-546/+341
| |\ \ \ \ \
| * | | | | | Use one thread for all instances.Bea Lam2010-03-081-15/+19
* | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-084-7/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | Always copy the qmldir files into the build directoryTobias Hunger2010-03-084-7/+7
|/ / / / /
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-03-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix failing autotest.Alan Alpert2010-03-081-1/+1
* | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-03-085-8/+11
|\ \ \ \ \
| * | | | | fix to mainwindow demoThierry Bastian2010-03-081-1/+1
| * | | | | Fix build on Maemo X11Tom Cooksey2010-03-081-1/+1