summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove some more register keywordsMarc Mutz2017-05-091-1/+1
* QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-091-2/+67
* QUrl: fix IDN conversion when the ACE form is invalidThiago Macieira2017-05-041-0/+25
* QUrl: fix IDN whitelist checking when the TLD is in UnicodeThiago Macieira2017-05-041-0/+8
* Windows: Fix tst_QFileDialog2::completionOnLevelAfterRoot()Friedemann Kleint2017-05-021-1/+1
* QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-0/+4
* QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-64/+102
* tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-221-1/+6
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-03-201-1/+1
* Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2017-03-171-2/+21
* Fix parsing of day-of-week names that start with another nameThiago Macieira2017-03-161-0/+50
* Blacklist tst_QPauseAnimation::multipleSequentialGroups()Marc Mutz2017-03-021-0/+2
* Blacklist tst_QTimer::remainingTime() on Windows and macOSFriedemann Kleint2017-03-021-0/+3
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-211-2/+15
* QInputDialog: prevent crash in static get*() functions when parent gets deletedMarc Mutz2017-02-202-1/+72
* tst_QThreadPool: don't deadlock when a cancel() test failsMarc Mutz2017-02-151-0/+20
* Wait for runnables to start up in tst_QThreadPool::cancel()Marc Mutz2017-02-151-3/+10
* tst_QThreadPool: simplify cancel()Marc Mutz2017-02-151-5/+8
* Fix UB (data race) in tst_QThreadPool::cancel()Marc Mutz2017-02-151-10/+17
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-081-2/+11
* Plug memleaks in tst_QStackedLayoutMarc Mutz2017-02-071-1/+1
* Accept all formatting characters as valid inputEskil Abrahamsen Blomfeldt2017-02-061-0/+22
* Stabilize tst_QPropertyAnimation::noStartValue()Friedemann Kleint2017-02-061-4/+2
* QHostAddress: add missing docsMarc Mutz2017-01-201-0/+1
* QCocoaMenu: Avoid exception when inserting item already in this menuGabriel de Dietrich2017-01-201-0/+27
* Accept ZWNJ, ZWJ and PUA characters in input widgetsEskil Abrahamsen Blomfeldt2017-01-043-0/+113
* Fix qdrawhelper function toRGB64Allan Sandfeld Jensen2017-01-031-0/+17
* Disable core dumps for selftests that are meant to be crashingTor Arne Vestbø2017-01-031-1/+3
* Improve reliability of network bearer testsSimon Hausmann2017-01-033-10/+10
* Fix the JPEG EXIF reader to deal with some broken/corrupt filesThiago Macieira2016-11-305-3/+14
* Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+50
* tst_QFormLayout: Fix UB (invalid enum value) in several functionsMarc Mutz2016-11-221-18/+24
* tst_qstandardpaths: Disable WOW64 redirection on WindowsFriedemann Kleint2016-11-221-0/+14
* tst_QDateTimeEdit: Use base method, not direct member accessEdward Welbourne2016-11-181-1/+1
* Speculative fix for tst_QThread::wait2() flakinessAllan Sandfeld Jensen2016-11-171-2/+2
* Use QPersistentModelIndex for storing a model indexAndy Shaw2016-11-171-1/+4
* Fix warnings in tst_q{table,list}widgetMarc Mutz2016-11-162-8/+8
* Stabilize tst_QFileDialog2::task143519_deleteAndRenameActionBehavior()Friedemann Kleint2016-11-151-4/+6
* tst_QFileSystemModel::specialFiles(): Remove Windows partsFriedemann Kleint2016-11-141-15/+4
* fix $$section()'s bad argument count error messageOswald Buddenhagen2016-11-141-2/+2
* Fix writing into application directoryMaurice Kalinowski2016-11-111-7/+8
* Improve the validation algorithm for binary JSONLars Knoll2016-11-1129-0/+16
* Don't count no-break spaces as trailing spacesEskil Abrahamsen Blomfeldt2016-11-091-0/+37
* QLabel: take DPR of QMovie in account when calculating sizeHintDaniel Vrátil2016-11-092-0/+24
* Cocoa: Make child window cursors work correctlyMorten Johan Sørvig2016-11-087-1/+339
* Fixed crash taking null central widgetAndré Somers2016-10-281-0/+4
* Autotest: fix silly mistake in assigning where a comparison was intendedThiago Macieira2016-10-251-1/+1
* QCocoaMenuBar: Update even if no window is attachedGabriel de Dietrich2016-10-243-0/+73
* Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-0/+21
* Plug leaks in tst_QWizardMarc Mutz2016-10-221-46/+60