summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add Axivion analysis commandsHEADdevMatti Paaso2023-05-174-1/+197
* QPartialOrdering: update docs and change parameter namesDennis Oberst2023-05-172-59/+87
* CTF: Use UTC date-time in metadataAntti Määttä2023-05-171-7/+6
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-175-22/+35
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-172-14/+138
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-162-1/+4
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-166-148/+64
* shortcuteditor example: Don't reference null-actionTor Arne Vestbø2023-05-171-5/+5
* Fix unused variable 'FakeErrnoForThrow' [-Wunused-const-variable]Tor Arne Vestbø2023-05-161-10/+10
* QModelIndex: improve qHashThiago Macieira2023-05-161-1/+7
* QDnsLookup: make the query() function non-staticThiago Macieira2023-05-165-17/+16
* QDnsLookup/Windows: don't append domain search suffixesThiago Macieira2023-05-161-1/+1
* QDnsLookup/Unix: rework the buffer-size check codeThiago Macieira2023-05-161-34/+31
* QArrayDataPointer: add a C++20 ranges-style optional projection to assign()Marc Mutz2023-05-161-4/+6
* QList: add STL-style assign()Dennis Oberst2023-05-165-2/+187
* tst_ContainerApiSymmetry: fix spacing of template <typenameMarc Mutz2023-05-161-1/+1
* RSS listing example: prefer setDevice() over addData(readAll())Edward Welbourne2023-05-161-13/+9
* Clarify documentation about QGuiApplication::setDesktopFileName formatDavid Edmundson2023-05-161-3/+3
* macOS: Detect menu bar roles for untranslated menu titles as wellTor Arne Vestbø2023-05-162-36/+71
* Make sure that -utf-8 flag only apply to MSVCAlexey Edelev2023-05-161-1/+1
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-1624-199/+26
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-1613-129/+37
* Make QGenericRunnable a private nested class of QRunnableMarc Mutz2023-05-161-1/+2
* Don't grab QWhatsThis background on WindowsOliver Wolff2023-05-161-17/+0
* q20chrono: Fix feature test macro checkFabian Kosmale2023-05-161-2/+2
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-164-70/+34
* Accessibility: call update handler even if not activeVolker Hilsheimer2023-05-161-4/+4
* qoffscreensurface.h: Add module to Q_MOC_INCLUDEFabian Kosmale2023-05-161-1/+1
* QHash: suppress GCC 12 & 13 warning that QHash could overflowThiago Macieira2023-05-151-0/+8
* QHash: centralize the span allocationThiago Macieira2023-05-151-9/+17
* Doc cleanup: remove old gettingStarted tutorial, move doc fileVolker Hilsheimer2023-05-1522-517/+1
* QDnsLookup/Unix: modernize with qFromBigEndianThiago Macieira2023-05-151-10/+10
* QDnsLookup/Unix: do skip DNS records that aren't of class INThiago Macieira2023-05-151-0/+3
* QTabBar: Add testcase for tabs not scrollingVolker Hilsheimer2023-05-151-0/+26
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-152-46/+50
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-152-4/+8
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-153-4/+87
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-154-19/+36
* Update screenshot exampleVolker Hilsheimer2023-05-152-1/+1
* Don't grab QWhatsThis background on non-Windows platformsTor Arne Vestbø2023-05-151-0/+9
* QEventDispatcher/WASM: fix a lambda nameAhmad Samir2023-05-151-3/+3
* Shrink the CBOR dumper example's imageEdward Welbourne2023-05-151-0/+0
* Darwin: Use direct runtime interface to manage autorelease poolsTor Arne Vestbø2023-05-151-5/+12
* Darwin: Disable QMacAutoReleasePool tracker unless explicitly enabledTor Arne Vestbø2023-05-151-0/+4
* Darwin: Disable QMacAutoReleasePool tracker in release buildsTor Arne Vestbø2023-05-151-2/+5
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-152-68/+3
* Move the addressbook tutorial into manual testsVolker Hilsheimer2023-05-1569-2/+1
* QDBusMetaObjectGenerator: Use uniform loops to iterate over methodsIevgenii Meshcheriakov2023-05-151-15/+19
* QtDBus: Convert some loops to ranged for loopsIevgenii Meshcheriakov2023-05-159-154/+86
* Fix case-sensitivity of exponent separator check in Cyrillic fall-backEdward Welbourne2023-05-152-1/+6