summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-174-18/+18
* QList: re-use the prepend buffer, if any, on assign()Marc Mutz2023-05-171-4/+43
* QDnsLookup: reject looking up domain names that are too longThiago Macieira2023-05-162-1/+4
* QSemaphore: add QDeadlineTimer APIThiago Macieira2023-05-165-48/+64
* 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-163-2/+118
* 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
* Remove the "classwizard" exampleVolker Hilsheimer2023-05-161-21/+13
* Convert "extension" dialog example into snippetsVolker Hilsheimer2023-05-163-6/+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-161-4/+12
* 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
* 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
* QProcess/Unix: enable setChildProcessModifier for startDetachedThiago Macieira2023-05-151-38/+29
* QProcess/Unix: improve the error message if the child modifier throwsThiago Macieira2023-05-151-2/+6
* QProcess/Unix: protect against stack unwinding in the child process stubThiago Macieira2023-05-152-4/+58
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-153-19/+27
* 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
* 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-151-47/+3
* Move the addressbook tutorial into manual testsVolker Hilsheimer2023-05-1522-0/+0
* 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-151-1/+2
* Convert remaining QT_NO_XMLSTREAM* to use feature systemEdward Welbourne2023-05-158-46/+48
* Clean up phrasing of --help-all and other help optionsEdward Welbourne2023-05-151-5/+10
* Don't create a QTimeZonePrivate object for an unsupported time zone IDAndreas Buhr2023-05-151-2/+7
* Include all available IANA DB zones for the TZ backendEdward Welbourne2023-05-151-2/+34
* Doc: Replace mentions of deprecated macroTopi Reinio2023-05-152-3/+3
* Doc: Make QByteArray(qsizetype size, Qt::Initialization) doc publicTopi Reinio2023-05-151-2/+0
* Fix the QT_REQUIRE_VERSION macroYuhang Zhao2023-05-151-15/+23
* QDnsLookup/Windows: use DnsQueryEx so IPv6 servers are supportedThiago Macieira2023-05-141-19/+60
* QDnsLookup/Unix: add support for res_setservers()Thiago Macieira2023-05-142-0/+37