summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QToolButton: properly reset the size hint when a menu is set on itGiuseppe D'Angelo2014-09-161-0/+28
* QSizeGrip: use a QPointer to the tracked TLWGiuseppe D'Angelo2014-09-151-0/+25
* Preventing caching of null authenticatorEric Lemanissier2014-09-091-0/+23
* Avoid adding widget to its own layoutThomas Fischer2014-09-056-0/+112
* Fix crash in QTextLayout::cursorToXKevin Funk2014-09-021-0/+23
* Recreate child windows when changing screensDyami Caliri2014-08-282-1/+38
* Fix several regressions in font selectionEskil Abrahamsen Blomfeldt2014-08-203-8/+34
* OS X - QCollator::compare() returns wrong results.Timur Pocheptsov2014-08-191-25/+37
* refactor disconnectFromFtp to remove cached entries when necessaryMatt Broadstone2014-08-151-0/+21
* Make sure we don't cache old file sizes prior to new writesThiago Macieira2014-08-131-0/+40
* Show the correct cursor for QLineEdit's side buttons.Marcel Krems2014-08-121-0/+4
* Fix disconnect()ing from signals declared in a base classOlivier Goffart2014-08-111-0/+12
* network tests: add manual test for auth / proxy authPeter Hartmann2014-08-071-0/+82
* Uncomment some tests which accidently got commentedAndy Shaw2014-08-071-6/+6
* Undo: Fix state entry bug for parallel state groupsPeter Kümmel2014-08-061-0/+3
* tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-052-0/+67
* tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* Merge remote-tracking branch 'origin/stable' into 5.3Oswald Buddenhagen2014-07-301-4/+10
|\
| * QNX: Fix QMdiWindow autotestsFabian Bumberger2014-06-251-4/+10
* | tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
* | tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* | tst_QMap: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* | tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* | tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* | QNAM: Fix CPU load for limited upload QIODeviceMarkus Goetz2014-07-251-0/+92
* | tst_qurl: add tests for mailto parsing and toString. No bug.David Faure2014-07-221-0/+7
* | Android: Fix tests in gui/text requiring test dataEskil Abrahamsen Blomfeldt2014-07-2111-10/+65
* | Ensure transient parents are top level widgets.Friedemann Kleint2014-07-181-0/+32
* | Added stream version into network cache file formatNikita Krupenko2014-07-171-0/+71
* | QSplitter: Exclude top level widgets from child event handling.Friedemann Kleint2014-07-151-1/+28
* | Android: Prefer "Droid Serif" as default serif fontEskil Abrahamsen Blomfeldt2014-07-101-5/+5
* | Fix fallbacks for adapted common scriptEskil Abrahamsen Blomfeldt2014-07-103-0/+34
* | QSslCertificate: blacklist NIC certificates from IndiaPeter Hartmann2014-07-093-0/+77
* | tst_qdir: Move QFINDTESTDATA() from init() to constructor.Friedemann Kleint2014-07-091-6/+16
* | REG: Fix nbsp in QTextLayoutEskil Abrahamsen Blomfeldt2014-07-081-0/+24
* | Make tst_QLocale::macDefaultLocale() more robustMorten Johan Sørvig2014-07-021-28/+44
* | Fix some tst_qwidget test casesBernd Weimer2014-07-021-62/+72
* | Skip unstable autotests in QtBase.Morten Johan Sørvig2014-07-024-0/+13
* | qDebug: fix data race in qt_message_printDavid Faure2014-07-011-4/+5
* | tst_qcollator: Exclude failing test cases for non-ICU/Windows.Friedemann Kleint2014-06-301-4/+7
* | Android: Fix compilation of qtcpsocket testEskil Abrahamsen Blomfeldt2014-06-301-2/+2
* | Android: Fix compilation of qhostaddress testEskil Abrahamsen Blomfeldt2014-06-301-0/+4
* | Android: Fix compilation of qpluginloader testEskil Abrahamsen Blomfeldt2014-06-301-1/+1
* | Fix QRingBuffer::readPointerAtPosition()Alex Trotsenko2014-06-241-0/+7
* | network internals: do not try to cache a deleted entryPeter Hartmann2014-06-241-0/+38
* | 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