summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QDataStream: handle incomplete reads from QIODeviceAlex Trotsenko2016-01-131-0/+164
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-1316-46/+123
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-1216-46/+123
| |\
| | * Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-1/+0
| | * CMake: Ensure that -fPIC is passed in tests.Kevin Funk2016-01-112-0/+4
| | * Diaglib: Fix and extend dumping of native windows (Windows).Friedemann Kleint2016-01-111-8/+40
| | * Make DST-transition test more general.Edward Welbourne2016-01-111-17/+29
| | * QVariant: make sure two floating points compare equal if they are equalThiago Macieira2016-01-111-0/+7
| | * Revert "dbus: Add method serial() and replySerial() to class DBusMessage."Thiago Macieira2016-01-111-7/+0
| | * CMake: Make all tests link to Qt librariesKevin Funk2016-01-093-3/+4
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-10/+31
| | * don't rely on transitive dependenciesOswald Buddenhagen2016-01-085-0/+8
* | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-131-0/+6
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-0/+12
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-122-65/+126
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-0827-137/+388
|\|
| * Prospective fix for running cmake tests with -no-widgetsSimon Hausmann2016-01-071-1/+1
| * dbus: Add method serial() and replySerial() to class DBusMessage.Ralf Habacker2016-01-071-0/+7
| * Diaglib: Output more information about QWindow.Friedemann Kleint2016-01-061-0/+13
| * Blacklist failing tst_QFile tests (OS X)Timur Pocheptsov2016-01-061-0/+4
| * winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-051-0/+2
| * tst_Gesture - fix failing tests on OS X 10.11Timur Pocheptsov2016-01-051-19/+37
| * Make use of preprocessor easier to understand.Edward Welbourne2016-01-041-17/+17
| * Autotest: Make sure that we can place calls with disabled deliveryThiago Macieira2016-01-031-2/+4
| * Autotest: test both libdbus-1 load failure and connection failureThiago Macieira2016-01-023-1/+9
| * Autotest: Mark D-Bus tests that don't connect to the bus as parallelThiago Macieira2016-01-025-5/+5
| * Suspend processing of some messages in the default busses by defaultThiago Macieira2016-01-023-0/+121
| * QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-292-0/+28
| * Enable a test for QFilePrivate::fileName offset on 32 bit LinuxAlex Trotsenko2015-12-231-1/+1
| * tst_collections: "explicit instantiation of 'NS::QList' must occur in namespa...Marc Mutz2015-12-231-0/+2
| * tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection.Friedemann Kleint2015-12-221-6/+13
| * Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+6
| * QUrl: revert path-normalization in setPath().David Faure2015-12-221-11/+43
| * QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-0/+23
| * add enablers for printing project errors in cumulative modeOswald Buddenhagen2015-12-211-2/+2
| * make write_file() capable of making files (not) executableOswald Buddenhagen2015-12-211-2/+9
| * Stabilize tst_qtimeline::resumeJędrzej Nowacki2015-12-211-5/+4
| * Speedup tst_qtimeline::finishedJędrzej Nowacki2015-12-211-2/+1
| * Get rid of qWait in tst_qtimeline::restart to make it less flakyJędrzej Nowacki2015-12-211-6/+3
| * Improve tst_qtimeline::valueJędrzej Nowacki2015-12-211-11/+7
| * Improve tst_qtimeline::currentFrameJędrzej Nowacki2015-12-211-7/+4
| * Improve tst_qtimeline::currentTimeJędrzej Nowacki2015-12-211-17/+13
| * Make tst_qtimeline::range less prune to timing errorsJędrzej Nowacki2015-12-211-18/+9
| * Make tst_qtimeline::duration less fragile to timingsJędrzej Nowacki2015-12-211-6/+4
* | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-051-0/+60
* | Make ephemeral server key availableSebastian Lösch2016-01-041-0/+36
* | QFileDialog: optimize string handling in qt_tildeExpansionMarc Mutz2016-01-011-9/+12
* | QHeaderView - fix broken stretchLastSectionThorbjørn Martsum2016-01-011-1/+122
* | Add qHash(std::pair)Marc Mutz2015-12-301-0/+16
* | QString: add resize(int, QChar)Marc Mutz2015-12-281-0/+17