summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Fix possible crash in QImage::pixel()Eskil Abrahamsen Blomfeldt2016-03-311-0/+29
* Enable cmake auto tests for -no-guiKai Pastor2016-03-303-3/+10
* QTextEdit::inputMethodQuery(): Preserve types when applying offset.Friedemann Kleint2016-03-301-0/+13
* QtWidgets: Add autotests for Qt::WA_OutsideWSRange flagBłażej Szczygieł2016-03-291-0/+66
* QPlainTextEdit: Take vertical offset into account when answering input method...Friedemann Kleint2016-03-291-0/+13
* Purge sRGB chunks from PNGs in tests.Edward Welbourne2016-03-2910-0/+0
* Allow to style arrows drawn with drawPrimitive in QCommonStyle.Hannah von Reth2016-03-251-0/+48
* Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-0/+11
* Update comment in tst_QLocalSocket::readBufferOverflowJoerg Bornemann2016-03-241-1/+1
* tst_QAtomicInteger: fix UBs (signed overflow)Marc Mutz2016-03-241-93/+0
* Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-3/+17
* QAbstractItemView test: check that the selection model is in sync with the viewGiuseppe D'Angelo2016-03-231-0/+55
* QAbstractItemView: trigger handlers (and redraw) when changing selection modelGiuseppe D'Angelo2016-03-231-0/+54
* Initialize input method for read-only QTextBrowserMarko Kangas2016-03-231-0/+11
* Fix tests for build with -no-guiKai Pastor2016-03-232-1/+5
* Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-221-28/+10
* Add auto-test for crash in QCocoaBackingStoreGabriel de Dietrich2016-03-211-0/+45
* Fix QFINDTESTDATA when using cmake ninja generatorStephen Kelly2016-03-195-0/+89
* Manual High DPI test: Create Dnd pixmap with device pixel ratio.Friedemann Kleint2016-03-161-1/+5
* WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
* Manual High DPI test: Add test for window masks.Friedemann Kleint2016-03-161-1/+22
* tst_QXmlStream::writerHangs(): Create file in temporary directoryMaurice Kalinowski2016-03-161-1/+2
* QTextStream test: Change current directoryMaurice Kalinowski2016-03-162-0/+20
* tst_qtabbar sizeHints fixMilla Pohjanheimo2016-03-161-16/+10
* QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
* tst_QRect: drop a test that depends on int overflowMarc Mutz2016-03-151-2/+1
* tst_QSqlQuery: fix UBs (invalid downcasts, member calls)Marc Mutz2016-03-151-50/+32
* Remove restoreDockWidget from BLACKLISTMilla Pohjanheimo2016-03-151-2/+0
* Add a manual test for foreign windows.Friedemann Kleint2016-03-113-1/+338
* tst_QTextStream::textModeOnEmptyRead(): Create file in temporary directory.Friedemann Kleint2016-03-111-4/+2
* Disable tests requiring shared build when compiling staticallyMaurice Kalinowski2016-03-111-0/+6
* QLocalServer/Win: Fix race condition in listen().Joerg Bornemann2016-03-101-2/+0
* Enable most of tst_qstatictext on non-developer buildsAllan Sandfeld Jensen2016-03-103-2/+9
* Fix glitch in tst_QLocalSocket::sendDataJoerg Bornemann2016-03-101-3/+6
* tst_QStaticText: Output verbose message for test failures.Friedemann Kleint2016-03-101-23/+32
* Fix signed integer overflows in tst_QAtomicIntegerMarc Mutz2016-03-101-8/+80
* QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-0/+50
* Accept LFCRLF to mark end of HTTP HeadersDyami Caliri2016-03-091-0/+67
* Manual touch test: Remove QDebug operator for QTouchDevice.Friedemann Kleint2016-03-091-18/+0
* Generate QVariant::fromValue(enum_value) for enum valuesJarek Kobus2016-03-092-0/+94
* tst_QMetaType: fix misleading indentionMarc Mutz2016-03-091-1/+1
* tst_QKeyEvent: Fix MSVC warning about 64bit shift.Friedemann Kleint2016-03-081-1/+1
* Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-0/+17
* Make an implicit grab on TouchBegin for a widget subscribed to a gestureAlexander Volkov2016-03-051-0/+48
* Blacklist tst_qnetworkreply tests that fail in RHEL 7.1Tony Sarajärvi2016-03-031-0/+4
* Speed up tst_QLocalSocket::sendDataJoerg Bornemann2016-03-031-1/+5
* tst_qimagewriter: Fix leaking temporary files.Friedemann Kleint2016-03-021-1/+1
* Fix tests for platforms without process supportMaurice Kalinowski2016-03-013-1/+7
* Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-0/+33
* tst_QDialog: Instantiate test dialog on the stack.Friedemann Kleint2016-02-291-48/+41