summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use QLatin1String::arg() directlyEdward Welbourne2021-12-091-18/+12
* Tidy up in QTapTestLogger::addIncident()Edward Welbourne2021-12-091-9/+7
* TAP test logger: avoid dangling space on TODO and SKIP linesEdward Welbourne2021-12-092-7/+21
* Remove spurious class prefixes from subclass codeEdward Welbourne2021-12-093-9/+9
* Avoid duplicated code by reworking #if-ery around an if/elseEdward Welbourne2021-12-091-9/+4
* TAP test logger: skip XFail results as well as pass after an XFailEdward Welbourne2021-12-093-25/+2
* Ignore blackisted Pass and XFail when ignoring their plain formsEdward Welbourne2021-12-092-4/+4
* Make Skip an incident in test loggingEdward Welbourne2021-12-0952-299/+390
* Match up testlib selftest's lists of generated filesEdward Welbourne2021-12-0952-1229/+421
* Implement QTest::qWait() in terms of QTest::qWaitFor()Edward Welbourne2021-12-091-18/+2
* Replace out-of-date comment on QTRY_IMPL(), about qWaitFor()Edward Welbourne2021-12-091-3/+9
* Refactor QTEST*_MAIN() implementationsEdward Welbourne2021-12-0910-113/+65
* Tidy up testlib's parsing of -callgrind parameterEdward Welbourne2021-12-091-9/+12
* Fix x86 preprocessor check in testlib selftestsEdward Welbourne2021-12-094-10/+20
* Fix argv hacking in tst_benchlibcallgrind.cppEdward Welbourne2021-12-099-85/+23
* Replace a random define with a __has_include() checkEdward Welbourne2021-12-091-7/+8
* CMake: Mark the new deployment API as being in Technical PreviewAlexandru Croitor2021-12-098-0/+30
* CMake: Fix some of the CMake commands not using the right doc groupAlexandru Croitor2021-12-092-2/+2
* QVarLengthArray: make reallocation strongly exception safeMarc Mutz2021-12-093-29/+52
* QVarLengthArray: implement append() via emplace_back()Marc Mutz2021-12-091-12/+5
* QVarLengthArray: inline some trivial reallocate() wrappersMarc Mutz2021-12-091-15/+3
* QVarLengthArray: use C++14 4-arg std::equal()Marc Mutz2021-12-091-6/+1
* qmake/Xcode: Mark "Qt Preprocess" build phase as always out of dateJoerg Bornemann2021-12-091-0/+1
* CMake: Simplify pingpong/complexpingpong examplesKai Köhne2021-12-092-81/+21
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-099-362/+724
* Fix the benchmark for QList::removeAll()Sona Kurazyan2021-12-091-92/+25
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-082-37/+174
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-085-5/+24
* tests: add a capability check for QWindow::requestActivate() callLiang Qi2021-12-081-0/+3
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-083-0/+25
* Code tidies: improve variable naming and add const where possibleVolker Hilsheimer2021-12-081-19/+17
* Fall back to include() method for finalizers with CMake 3.17 or earlierCraig Scott2021-12-081-5/+9
* Add documentation for CMake deployment supportCraig Scott2021-12-0810-5/+717
* Add CMake deployment supportCraig Scott2021-12-084-0/+561
* Recognize system apps also when apk has parent directoryTinja Paavoseppä2021-12-081-2/+7
* wasm: update recommended emscripten to 3.0.0Lorn Potter2021-12-092-2/+2
* Fix typo in QAbstractItemModelTesterAndreas Buhr2021-12-081-1/+1
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-082-6/+50
* QCoffParser: Replace windows.h with qt_windows.hYuhang Zhao2021-12-091-4/+1
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-083-0/+75
* evdevkeyboard: Try opening as read-write firstLaszlo Agocs2021-12-082-1/+6
* Revert "Compile: Work around false positive on gcc >= 900"Joerg Bornemann2021-12-081-1/+1
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* Implement fetching physical QStorageInfo::blockSize() under WindowsKarsten Heimrich2021-12-084-1/+240
* wasm: improve clipboard supportLorn Potter2021-12-0813-77/+1081
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Add unit test for QWidgetPrivate::overlappedRegionVolker Hilsheimer2021-12-082-31/+229
* Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-082-2/+2
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-082-7/+8