summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix moc stumbling over gcc __attribute__ extensionsSimon Hausmann2012-10-012-1/+59
* Make documentation of QVariant::isNull more explicit.Jędrzej Nowacki2012-09-291-2/+1
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-2/+16
* Include qexception.h instead of qtconcurrentexception.hMarc Mutz2012-09-282-2/+2
* Move QFutureSynchronizer back to QtCoreMarc Mutz2012-09-284-2/+2
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-285-1/+1
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-287-6/+6
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-285-36/+34
* Move QtConcurrent::Exception as QException back to QtCoreMarc Mutz2012-09-284-24/+24
* tst_QDateTimeEdit: cleanup whitespace & follow Qt coding styleJ-P Nurmi2012-09-281-76/+31
* Update the NaN tests to deal with non-conformance betterThiago Macieira2012-09-281-15/+16
* Run application main run loop in color/font dialog testTeemu Katajisto2012-09-272-24/+46
* Fix drag and drop with native widgetsjian liang2012-09-271-1/+26
* Test: Enable tst_QWMatrix::operator_star_qwmatrixCaroline Chao2012-09-271-7/+2
* Test: Split tst_QVarLengthArray::oldTestsCaroline Chao2012-09-271-46/+48
* tst_QLabel: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-3/+5
* tst_QMenu: remove QSKIP's -> wrap Q_OS_WINCEJ-P Nurmi2012-09-271-6/+10
* tst_QMainWindow: remove QSKIP, wrap Q_OS_MACJ-P Nurmi2012-09-271-4/+4
* tst_QAbstractButton::keyNavigation(): QSKIP -> XFAILJ-P Nurmi2012-09-271-3/+7
* remove no-op test from tst_qfileJoerg Bornemann2012-09-271-23/+0
* tst_QCommandLinkButton: cleanup whitespaceJ-P Nurmi2012-09-271-17/+11
* Remove CDE and Motif styles from qtbaseJens Bache-Wiig2012-09-276-53/+24
* tst_qcheckbox: remove duplicate codeJ-P Nurmi2012-09-271-8/+0
* QtWidgets auto tests: revise clipboard related testsJ-P Nurmi2012-09-273-85/+20
* Revise QClipboard auto testsJ-P Nurmi2012-09-273-24/+33
* Auto tests: add PlatformClipboard::isAvailable()J-P Nurmi2012-09-271-0/+69
* tst_QDialog: fix Q_OS_WINCE & QT_NO_SIZEGRIP usageJ-P Nurmi2012-09-271-9/+23
* tst_qsidebar: remove duplicate codeJ-P Nurmi2012-09-271-6/+3
* QMetaType build fix with Q_NO_CURSOR and friends.Jędrzej Nowacki2012-09-271-1/+1
* tst_QMessageBox: fix Q_OS_MAC usageJ-P Nurmi2012-09-271-3/+5
* Fix QScreen::orientation() not always being updated after changing the update...Simon Hausmann2012-09-261-0/+15
* Fix events being processed on application startSimon Hausmann2012-09-262-1/+74
* [QTBUG-27308][QTBUG-21534] Don't mouse-wheel-scroll QScrollBar when disabledMarc Mutz2012-09-261-0/+19
* QtPrintSupport: allow slight deviations from pre-defined paper sizes in testsTeemu Katajisto2012-09-261-4/+4
* Auto tests: remove PlatformQuirks::isAutoMaximizing()J-P Nurmi2012-09-268-68/+15
* Fix MinGW/gcc warning about NOMINMAX being redefinedKai Koehne2012-09-263-3/+3
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* If accept fails, stop accepting new connections and emit error signal.Jonas M. Gastal2012-09-261-0/+21
* Misc. updates to the lancelot autotest frameworkaavit2012-09-269-158/+900
* Fix qstringlist autotest build for WinCE.Janne Anttila2012-09-261-0/+13
* test:Remove QSKIP from tst_QPainterSergey Hambardzumyan2012-09-261-2/+0
* QFileSystemModel: fix permission manglingMarc Mutz2012-09-262-0/+148
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-266-7/+7
* QCharAttributes: add wordStart/wordEnd flagsKonstantin Ritt2012-09-261-1/+63
* test: Mark tst_QMdiSubWindow failures as XFAILSergio Ahumada2012-09-251-5/+37
* Test: Remove QSKIP from tst_QWidget::raiseCaroline Chao2012-09-251-3/+0
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-251-1/+1
* Test: Remove QSKIP from tst_QLineEdit::taskQTBUG_7395_readOnlyShortcutCaroline Chao2012-09-252-5/+1
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-0/+41
* Test case for moc handling definesLars Knoll2012-09-253-0/+161