summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Simplify mirroring code and add tests for non-aliged 1 bit imagesLaszlo Agocs2014-06-231-31/+55
* Correct grammar of missing Q_OBJECT macro warning.Mitch Curtis2014-06-231-0/+6
* tst_qicon: Resolve all files using QFINDTESTDATA().Friedemann Kleint2014-06-221-24/+35
* Fix data race on QLoggingCategory when using qDebug from multiple threadsDavid Faure2014-06-202-1/+41
* Correct QImage::fill(uint) on RGBA8888 formatsAllan Sandfeld Jensen2014-06-201-0/+39
* Remove the widget from the stylesheet cache before polishingAndy Shaw2014-06-201-7/+30
* Use QModelIndex to get the data from underlying modelFriedemann Kleint2014-06-191-1/+42
* Merge remote-tracking branch 'origin/stable' into 5.3Sergio Ahumada2014-06-141-0/+90
|\
| * Fix case insensitive comparisons using QCollatorLars Knoll2014-06-121-0/+90
* | Revert "Suppress move/resize events if they are the result of call to move()/...Friedemann Kleint2014-06-131-45/+12
* | QProcess: Handle spurious socket notifications for stdout and stderrThiago Macieira2014-06-128-2/+164
* | Merge "Merge remote-tracking branch 'origin/stable' into 5.3" into refs/stagi...Sergio Ahumada2014-06-113-13/+47
|\|
| * tst_qtcpsocket: fix comment, the slot goes to 512David Faure2014-06-091-1/+1
| * Cocoa: Re-implement QCocoaScreen::topLevelAt()Morten Johan Sørvig2014-06-061-0/+1
| * Suppress move/resize events if they are the result of call to move()/resize().Friedemann Kleint2014-06-061-12/+45
* | QWidget: fix documentation for isEnabledTo(0)David Faure2014-06-111-0/+6
* | Add missing detach() in QPixmap::convertFromImage()David Faure2014-06-111-0/+15
|/
* Properly escape bytearray data outside the ascii range when using a codecLars Knoll2014-06-041-0/+23
* Do not clear default button in QMessageBox::setDetailedText().Friedemann Kleint2014-06-041-0/+5
* QNX: Fix tst_qfilesystemwatcherBernd Weimer2014-06-031-1/+3
* QAbstractProxyModel::sibling: treat row/column as offsets within the proxyJan Kundrát2014-05-291-0/+98
* Windows: Fix another crash when creating QRawFont from invalid dataEskil Abrahamsen Blomfeldt2014-05-281-0/+5
* Move native subwidgets in QWidget::scroll().Friedemann Kleint2014-05-281-1/+25
* Replace hard-coded qWait() by QTRY_COMPARE/VERIFY in widget tests.Friedemann Kleint2014-05-262-15/+7
* Cocoa: Make sure modal windows get correct geometry on showAndy Shaw2014-05-261-0/+13
* QPrinter/Windows: Fix handling of native paper source ids.Friedemann Kleint2014-05-232-5/+24
* Mark tst_qfiledialog2 as insignificant due to failing testsTony Sarajärvi2014-05-231-0/+2
* Stabilize and speed up tst_QGraphicsItem::cursor().Friedemann Kleint2014-05-221-12/+22
* Fix broken QPlainTextDocumentLayout after removing charsAxel Rasmussen2014-05-211-0/+45
* Cocoa: Do not process ampersands in menus twice.Christoph Schleifenbaum2014-05-213-1/+86
* Socks5 socket engine test: Disable UDP over Socks testPeter Hartmann2014-05-211-10/+4
* Skip tst_QLockFile::noPermissionsBernd Weimer2014-05-191-1/+7
* Skip some qsavefile auto testsBernd Weimer2014-05-191-3/+14
* Fix crash in QNetworkAccessManager.Jędrzej Nowacki2014-05-193-0/+80
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2014-05-161-0/+96
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-05-141-0/+96
| |\
| | * Fix stateful handling of invalid UTF-8 straddling buffer bordersThiago Macieira2014-05-131-0/+96
* | | QNX: Fix tst_selftestBernd Weimer2014-05-161-2/+4
* | | Fix accessibility auto testBernd Weimer2014-05-141-0/+2
* | | Fix crash when loading invalid font data in QRawFontEskil Abrahamsen Blomfeldt2014-05-141-0/+11
* | | QNX: Make QDateTime "daylightTransitions" auto test passBernd Weimer2014-05-141-7/+7
* | | QNX: Fix tst_qfileinfoBernd Weimer2014-05-141-6/+3
|/ /
* | Don't assume QLocale::codecForLocale always returns non-nullThiago Macieira2014-05-111-0/+7
* | tst_QWidget::windowMoveResize(): Fix QEXPECT_FAIL / QTRY_COMPARE .Friedemann Kleint2014-05-091-20/+16
* | Fix dangling pointer dereferencingThiago Macieira2014-05-091-10/+10
* | Autotest: make sure the helper programs in QtDBus aren't bundlesThiago Macieira2014-05-092-0/+4
* | QDateTime: Add more tests for parsing/writing timezone offsetsDaniel Seither2014-05-081-0/+8
* | Speed up tst_QXmlSimpleReader.Friedemann Kleint2014-05-081-20/+14
* | Fix tst_QStyleSheetStyle::toolTip().Friedemann Kleint2014-05-081-1/+17
* | Revive tst_qstylesheetstyle on Desktop platforms.Friedemann Kleint2014-05-082-32/+91