summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tst_QFile: replicate the unixPipe test using FIFOsThiago Macieira2023-06-091-0/+54
* tst_QFile: fix unixPipe() and socketPair() closing already-closed fdThiago Macieira2023-06-091-2/+5
* QProcess/Unix: capture the child process modifier exception's what()Thiago Macieira2023-06-092-17/+19
* QProcess/Unix: add failChildProcessModifier()Thiago Macieira2023-06-095-68/+217
* QProcess/Unix: update the close-file-descriptors feature with a minimumThiago Macieira2023-06-095-12/+77
* QProcess/Unix: call the internal version of sigaction()Thiago Macieira2023-06-091-4/+51
* QProcess/Unix: reset the signal block if ResetSignalHandlers requestedThiago Macieira2023-06-093-6/+33
* QPixmapCache: deprecate replace()Marc Mutz2023-06-104-29/+40
* QStyleSheetStyle: Default to foreground for unset brushes onlyAxel Spoerl2023-06-092-5/+42
* Doc: Fix documentation for QProcess::UnixProcessFlagTopi Reinio2023-06-091-1/+1
* Doc: Fix documentation issuesTopi Reinio2023-06-098-11/+14
* Q{Semaphore,ReadWriteLock}Private: reorganize the membersThiago Macieira2023-06-093-8/+34
* QSemaphore: emit waking on the same word size as we wait onThiago Macieira2023-06-091-5/+2
* Avoid using Darwin date formatting before 1583Edward Welbourne2023-06-091-9/+5
* macOS: Remove old friend declaration for qt_mac_is_metalTor Arne Vestbø2023-06-091-3/+0
* QtLinuxFutex, QBasicMutex, QSemaphore: use chrono for time arithmeticAhmad Samir2023-06-093-20/+26
* Re-fix QtLibraryInfo compilation issuesYuhang Zhao2023-06-092-12/+6
* Fix sending deferred delete events when posted before outermost loopMikolaj Boc2023-06-0910-30/+89
* Stabilize QFile::unixPipe/socketPair testsVolker Hilsheimer2023-06-091-4/+5
* Fix external header support in qtsyncAlexey Edelev2023-06-093-0/+28
* tst_containerapisymmetry: check that std::size() worksMarc Mutz2023-06-091-1/+1
* Remove links from the Text Object exampleVolker Hilsheimer2023-06-093-3/+3
* tst_QPixmapCache: QVERIFY a failed replace()Marc Mutz2023-06-091-2/+2
* QPixmapCache: add a comment on how failed insert() invalidates cacheKeyMarc Mutz2023-06-091-1/+1
* tst_QPixmapCache: check insert() reports failureMarc Mutz2023-06-091-0/+28
* tst_QPixmapCache: rewrite QVERIFY(x != 0) to QVERIFY(x)Marc Mutz2023-06-091-16/+16
* There is no frank.xbel so don't tell qmake to find itEdward Welbourne2023-06-092-2/+2
* XBEL example - modernize strings: use "..."_L1 for literalsEdward Welbourne2023-06-093-35/+30
* XBEL example: minor simplificationsEdward Welbourne2023-06-092-13/+3
* XBEL example: Fix null dereference bugEdward Welbourne2023-06-091-1/+1
* XBEL example: use nullptr rather than 0 for null pointersEdward Welbourne2023-06-091-3/+3
* Correctly focus WASM windows on showMikolaj Boc2023-06-094-2/+86
* Fix the issue with setting the QT_BUILDING_QTAmir Masoud Abdol2023-06-091-2/+2
* QString: add STL-style assign() [3/4]: (it,it) overload for char32_tMarc Mutz2023-06-093-4/+64
* rcc: Fix bad data signature recognitionhjk2023-06-091-3/+7
* Doc: Allow qdoc to link to functions mentionedKai Köhne2023-06-091-6/+6
* Doc: Fix links to QLayout[Item]::expandingDirections()Kai Köhne2023-06-092-2/+2
* QStringBuilder: remove QString/QByteArray specializationsVladimir Belyavsky2023-06-092-44/+23
* a11y atspi: Report correct char code point when it's > 65535Michael Weghorn2023-06-091-2/+8
* rhi: Enable HDRExtendedSrgbLinear for iOSTor Arne Vestbø2023-06-091-8/+11
* QMenu: don't crash when nested tear-off menus are closedVolker Hilsheimer2023-06-092-1/+82
* Add missing line continuations for memory_resource opt-out on Apple systemsTor Arne Vestbø2023-06-081-3/+3
* Doc: Global configuration: Remove obsolete contentTopi Reinio2023-06-081-4/+0
* Doc: Require Qt module documentation to define qhp configurationTopi Reinio2023-06-081-0/+3
* Move QT_ALLOW_SYMLINK_IN_PATHS warning to config.summaryAmir Masoud Abdol2023-06-082-6/+8
* Don't double draw ItemViewItems' icons in QStyleSheetStyle::drawControlAxel Spoerl2023-06-081-0/+5
* Remove debug symbols from Android's release buildAmir Masoud Abdol2023-06-081-0/+20
* Align QKeySequence behavior between macOS and iOSTor Arne Vestbø2023-06-082-46/+46
* iOS: Ignore next touch event if keyboard has lost focus during touchAxel Spoerl2023-06-081-1/+5
* tst_QSslSocket: ignore order of sslErrors listMårten Nordheim2023-06-081-1/+8