summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Create Mediaservices lib, separate from Multimedia.Justin McPherson2010-04-1618-31/+37
* Don't crash when columns == 0Martin Jones2010-04-152-0/+73
* Ensure view position is correct for highlight range modes that have a static ...Martin Jones2010-04-152-0/+68
* Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-132-5/+6
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-s60-public into 4.7-integr...Qt Continuous Integration System2010-04-132-5/+6
| |\
| | * Fix compile errorShane Kearns2010-04-122-5/+6
* | | Skip test for cocoa: setToolTipMorten Johan Sørvig2010-04-131-0/+3
* | | Replaced qWarning with QCOMPARE/QVERIFY statements in tst_QFileInfoZeno Albisser2010-04-131-28/+14
* | | Don't test DBus BIC if QT_NO_DBUS is defined.Morten Johan Sørvig2010-04-131-0/+2
* | | Removed broken tests from tst_QFileInfo::isSymlink_data()Zeno Albisser2010-04-131-11/+7
* | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1317-107/+600
|\ \ \
| * | | Revert Merge Request 551. This introduces regressions to Qt.Thiago Macieira2010-04-121-56/+0
| * | | Fix a race where QThread::exit() is "lost" when called after start()Bradley T. Hughes2010-04-121-11/+36
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-1 into 4.7-integ...Qt Continuous Integration System2010-04-1017-96/+620
| |\ \ \ | | |_|/ | |/| |
| | * | Autotest: add some debugging, just in case there's something wrongThiago Macieira2010-04-101-0/+13
| | * | Autotest: fix the fix for the rounding error.Thiago Macieira2010-04-101-1/+1
| | * | Autotest: fix paths on the test server after update.Thiago Macieira2010-04-094-13/+14
| | * | QtHelp: Fix auto tests.ck2010-04-084-5/+5
| | * | Remove expected failures after JavaScriptCore bug fixKent Hansen2010-04-071-5/+0
| | * | Fix QTextDocument::undo() cursor positioningmae2010-04-071-0/+34
| | * | Autotest: added more tests to macnativeevents (2)Richard Moe Gustavsen2010-04-075-14/+136
| | * | Autotest: added more tests to macnativeeventsRichard Moe Gustavsen2010-04-079-87/+391
| | * | Test case for QMenu::popup()miniak2010-04-071-0/+56
* | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-13211-920/+6702
|\ \ \ \ | |_|_|/ |/| | |
| * | | Don't test XmlListModel examples on platforms without QtXmlPatternsAlan Alpert2010-04-121-0/+6
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-121-2/+2
| |\ \ \
| | * | | Fix declarative examples autotest, avoid using native separatorsLeonardo Sobral Cunha2010-04-121-2/+2
| * | | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Alan Alpert2010-04-12202-831/+2244
| |\ \ \ \ | | |/ / /
| | * | | Test fix.Michael Brasser2010-04-121-2/+2
| | * | | Fix testBea Lam2010-04-121-1/+3
| | * | | Fix test on QWS.Michael Brasser2010-04-121-0/+4
| | * | | Exclude gestures from examples autotestAaron Kennedy2010-04-121-0/+1
| | * | | Exclude proxywidgets from examples autotestAaron Kennedy2010-04-121-0/+1
| | * | | Adds missing qml file to qdeclarativeflipable autotestLeonardo Sobral Cunha2010-04-122-0/+14
| | * | | Fix graphicswidget auto-test.Alexis Menard2010-04-122-52/+40
| | * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7-integrationQt Continuous Integration System2010-04-10186-674/+1978
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Disallow writes to read-only value type propertiesAaron Kennedy2010-04-093-1/+34
| | | * | Allow undefined to be assigned to QVariant propertiesAaron Kennedy2010-04-092-0/+29
| | | * | Add a Qt.isQtObject() methodAaron Kennedy2010-04-092-0/+30
| | | * | Fix crash in QML library importsAaron Kennedy2010-04-093-0/+25
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-091-3/+0
| | | |\ \
| | | | * | Make sure WorkerScript thread is stopped on deletion. This also fixesBea Lam2010-04-091-3/+0
| | | * | | Enable other wrapping modes.Martin Jones2010-04-093-3/+28
| | | |/ /
| | | * | TextEdit::wrap changed to TextEdit::wrapMode enumerationMartin Jones2010-04-093-7/+7
| | | * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7Martin Jones2010-04-0966-145/+201
| | | |\ \
| | | | * | Replace "var" with "variant" in testsAaron Kennedy2010-04-092-11/+11
| | | | * | Fix test after deletion of GraphicsObjectContainer.Alexis Menard2010-04-091-23/+20
| | | | * | Fix url resolution in PropertyChanges.Michael Brasser2010-04-094-0/+67
| | | | * | Replace "property var " with "property variant " in QML codeAaron Kennedy2010-04-0958-102/+102
| | | | * | Use variant instead of var in QMLAaron Kennedy2010-04-092-9/+1