summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-7/+45
* QLockFile/Linux: skip QFileInfo if we're just doing string manipulationThiago Macieira2021-12-111-1/+2
* Enable other integer sizes in the bootstrap library's QAtomicIntegerThiago Macieira2021-12-111-0/+8
* QVarLengthArray: assert that the range passed to erase() is validMarc Mutz2021-12-111-0/+2
* QVLA: separate control from inline storage [11/11]: qHash()Marc Mutz2021-12-111-2/+6
* QVLA: separate control from inline storage [10/N]: range-insert()Marc Mutz2021-12-111-5/+10
* QVLA: separate control from inline storage [9/N]: range-append()Marc Mutz2021-12-111-4/+6
* QVLA: separate control from inline storage [8/N]: emplace()Marc Mutz2021-12-111-4/+7
* QVLA: separate control from inline storage [7/N]: erase{,_if}()Marc Mutz2021-12-111-2/+2
* QVLA: separate control from inline storage [6/N]: emplace_back()Marc Mutz2021-12-111-1/+12
* QVLA: separate control from inline storage [5/N]: Move reallocate()Marc Mutz2021-12-111-12/+15
* QVLA: separate control from inline storage [4/N]: cleanup castsMarc Mutz2021-12-111-9/+10
* QVLA: separate control from inline storage [3/N]: Extract Further Base ClassMarc Mutz2021-12-111-10/+17
* QVLA: separate control from inline storage [2/N]: Move Up Methods [3/3]Marc Mutz2021-12-111-3/+22
* QVLA: separate control from inline storage [2/N]: Move Up Methods [2/3]Marc Mutz2021-12-111-22/+62
* QVLA: separate control from inline storage [2/N]: Move Up Methods [1/3]Marc Mutz2021-12-111-41/+151
* QVarLengthArray: deprecate prepend()Marc Mutz2021-12-112-0/+8
* Fix item view auto-scrolling during drag'n'dropVolker Hilsheimer2021-12-101-8/+24
* Fix widget gesture grabbingVolker Hilsheimer2021-12-112-6/+11
* Remove redundant QDir::fromNativeSeparators() callIgor Kushnir2021-12-111-1/+1
* Trust CoreText-provided vertical metrics on macOSEskil Abrahamsen Blomfeldt2021-12-101-1/+1
* QVarLengthArray: widen append(p, n)'s contractMarc Mutz2021-12-101-1/+1
* rhi: Auto-rebuild rt by tracking attachment id and generationLaszlo Agocs2021-12-1011-2/+162
* QList: fix typo in QList(It, It)Marc Mutz2021-12-101-1/+1
* QVarLengthArray: fix UB (precondition violation) in range-erase()Marc Mutz2021-12-101-0/+3
* QVLA: separate control from inline storage [1/N]: Extract Base ClassesMarc Mutz2021-12-091-35/+54
* Doc: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiomKai Köhne2021-12-0918-18/+18
* 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-091-6/+20
* 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-091-1/+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-099-87/+75
* 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-091-59/+32
* Tidy up testlib's parsing of -callgrind parameterEdward Welbourne2021-12-091-9/+12
* 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-092-27/+30
* 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
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* QLocale: Extend support for language codesIevgenii Meshcheriakov2021-12-096-357/+533
* Add unit test for moving of opaque widgetsVolker Hilsheimer2021-12-081-2/+3
* Windows QPA: Fix cursors getting out of sync after restoring override cursors...Friedemann Kleint2021-12-085-5/+24
* Callbacks for begin/end of a frame on OpenGLEskil Abrahamsen Blomfeldt2021-12-083-0/+25