summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * | | | | | | Autotest to go with 9f8a181a619649c8a227e92f3d16677f4b7cb30aAlan Alpert2011-02-081-0/+4
| | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-081-0/+76
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | | * | | | | | | Scroll TextInput to ensure preedit text is visible.Andrew den Exter2011-02-081-0/+76
| | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-0711-3/+256
| | | |\ \ \ \ \ \ \ \ | | | | |/ / / / / / /
| | | | * | | | | | | Ensure section delegates are updated when the section property changes.Martin Jones2011-02-072-0/+116
| | | | | |/ / / / / | | | | |/| | | | |
| | | | * | | | | | Make test compileBea Lam2011-02-071-2/+2
| | | | * | | | | | Disable lineHeight test while implementing the feature in master properly.Yann Bodson2011-02-071-3/+3
| | | | * | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Aaron Kennedy2011-02-046-0/+120
| | | | |\ \ \ \ \ \
| | | | | * | | | | | modelChanged() should not be emitted until view is repopulatedBea Lam2011-02-042-0/+59
| | | | | * | | | | | AnimatedImage does not notify on status change.Yann Bodson2011-02-042-0/+41
| | | | * | | | | | | Allow unknown types to be passed opaquely through signalsAaron Kennedy2011-02-034-0/+37
| | | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2011-02-048-47/+388
| | | |\ \ \ \ \ \ \ \ | | | | | |_|_|_|_|/ / | | | | |/| | | | | |
| | | | * | | | | | | Move the QtHelp tests in its own profileOlivier Goffart2011-02-043-10/+9
| | | | * | | | | | | Fix some removeRows issues with QSqlTableModel.Michael Goddard2011-02-041-22/+153
| | | | * | | | | | | Make sure that setRecord emits dataChanged() with OnManualSubmit.Michael Goddard2011-02-041-2/+7
| | | | * | | | | | | QSqlTableModel/QSqlQueryModel and insertColumns problem.Michael Goddard2011-02-043-11/+210
| | | | * | | | | | | tst_qsvgrenderer: works on shadowbuildOlivier Goffart2011-02-032-2/+9
| * | | | | | | | | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-air-staging into master...Qt Continuous Integration System2011-02-101-7/+50
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| | * | | | | | | | Update tests for QScriptEngineAgent.Jedrzej Nowacki2011-02-101-7/+50
* | | | | | | | | | Workaround for QTBUG-17468João Abecasis2011-02-161-0/+3
* | | | | | | | | | Add QDir/tree benchmark to "trusted" listJoão Abecasis2011-02-101-1/+2
* | | | | | | | | | Added file headermread2011-02-101-0/+41
* | | | | | | | | | Removing unnecessary settings from test app .pro filemread2011-02-101-2/+0
* | | | | | | | | | Fixed qfilesystemmodel autotestmread2011-02-101-1/+5
* | | | | | | | | | tst_qfileopenevent changed to run on all platformsmread2011-02-102-35/+86
* | | | | | | | | | Started move of QFileOpenEvent autotest to genericmread2011-02-107-2/+3
* | | | | | | | | | added qfileopenevent test to the symbian testsmread2011-02-101-1/+1
* | | | | | | | | | removed dodgy file headermread2011-02-101-9/+0
* | | | | | | | | | renamed .pro file to make qmake happymread2011-02-101-0/+0
* | | | | | | | | | Development of QFileOpenEvent testing for Symbianmread2011-02-105-16/+191
* | | | | | | | | | Started a QFileOpenEvent test for Symbianmread2011-02-102-0/+194
|/ / / / / / / / /
* | | | | | | | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2011-02-10157-204/+7590
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixes XPASSOlivier Goffart2011-02-091-1/+0
| * | | | | | | | | Revert part of commit 7c1ab9b6a8Olivier Goffart2011-02-091-0/+3
| * | | | | | | | | Merge remote-tracking branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-02-04157-204/+7588
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | * | | | | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-03157-204/+7591
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | / / / / | | | | |_|/ / / / | | | |/| | | | |
| | | * | | | | | Don't accept input methods when a TextEdit or TextInput is read only.Andrew den Exter2011-02-032-0/+20
| | | | |/ / / / | | | |/| | | |
| | | * | | | | On windows xp using a higher port makes the declarativedebug* tests workMartin Jones2011-02-032-6/+6
| | | * | | | | Make Flickable's wheel handling more like QAbstractScrollArea.Michael Brasser2011-02-022-0/+60
| | | * | | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-02-02155-198/+7505
| | | |\ \ \ \ \ | | | | |_|/ / / | | | |/| | | |
| | | | * | | | Changing header or footer failed to delete the previous.Martin Jones2011-02-026-1/+92
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2011-02-022-0/+31
| | | | |\ \ \ \
| | | | | * | | | Make sure we update Loader size if item size changes after creation.Martin Jones2011-02-022-0/+31
| | | | * | | | | Avoid index-out-of bounds related crash in GridAlan Alpert2011-02-021-1/+19
| | | | |/ / / /
| | | | * | | | PinchArea sometimes failed.Martin Jones2011-02-011-24/+0
| | | | * | | | Add a mouseSelectionMode property to TextEdit and TextInput.Andrew den Exter2011-02-018-117/+630
| | | | * | | | Add missing versioning tests for new QtQuick 1.1 properties/methods.Martin Jones2011-01-315-4/+171
| | | | * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-30143-195/+6706
| | | | |\ \ \ \
| | | | | * \ \ \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2011-01-29143-195/+6706
| | | | | |\ \ \ \
| | | | | | * | | | expect fail for some PinchArea tests on macBea Lam2011-01-281-0/+15