summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-121-0/+71
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-121-0/+14
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-112-13/+18
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-112-12/+3
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-111-12/+10
* Activate tst_QDialog::showAsTool test on macOSVolker Hilsheimer2021-10-111-3/+2
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-0/+29
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-0/+58
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-091-0/+84
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-0/+2
* Optimize QPromise destructorSona Kurazyan2021-10-082-0/+72
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-081-0/+63
* QNI: Update the manual test 'transportMedium' namingMårten Nordheim2021-10-072-13/+13
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-071-0/+42
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-0/+21
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-0/+46
* Clean up tst_qwidgetVolker Hilsheimer2021-10-072-186/+186
* Don't build tests/auto/tools when cross-compilingJoerg Bornemann2021-10-071-1/+1
* Silence compiler warning from int/size_t mismatchVolker Hilsheimer2021-10-071-1/+1
* QElfParser: rewrite using elf.hThiago Macieira2021-10-069-55/+317
* Silence compiler warningVolker Hilsheimer2021-10-061-1/+1
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-061-1/+2
* Compile private Qt APIs autotests for INTEGRITYTatiana Borisova2021-10-052-2/+3
* Remove qshadergraph filesJuan Casafranca2021-10-0511-3815/+0
* Q{Elf,Mach}Parser: harmonize the arguments passedThiago Macieira2021-10-041-3/+4
* QPlugin: update the arch requirements to match the x86-64 ISA levelsThiago Macieira2021-10-041-9/+10
* QPlugin: move some of the logic from moc's output to qplugin.hThiago Macieira2021-10-041-7/+4
* Respect font stretch if set together with font styleAlbert Astals Cid2021-10-041-0/+24
* Add lancelot test for smallcaps text pathAlbert Astals Cid2021-10-043-2/+26
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-028-46/+0
* Rename command-option to generate_expected_output.pyEdward Welbourne2021-10-011-4/+4
* Untangle qsortfilterproxymodel unittestsDavid Faure2021-10-016-18/+20
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-011-0/+47
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* Assume that <variant> header is always presentIevgenii Meshcheriakov2021-10-011-4/+0
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-013-5/+3
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-011-0/+75
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-304-3/+6
* Add testcase for QWidgetRepaintManagerVolker Hilsheimer2021-09-303-0/+261
* Add manual test for window activationPaul Olav Tvete2021-09-302-0/+156
* Add transport info to the QNetworkInformation manual testMårten Nordheim2021-09-292-3/+21
* Refactor QNetworkInformation manual testMårten Nordheim2021-09-293-59/+101
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-282-0/+90
* Add testing of QPdfWriter output to QPainter lancelot testEirik Aavitsland2021-09-282-1/+103
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-281-0/+7