summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QDnsLookup/Unix: modernize the setting of IPv6 server addressesThiago Macieira2023-05-142-38/+70
* QProcess/Unix: use open() + fchdir() to change directoriesThiago Macieira2023-05-152-19/+46
* QProcess/Unix: use pid_t for the pidThiago Macieira2023-05-152-6/+4
* Revert commit "don't ever force fork() instead of forkfd()"Thiago Macieira2023-05-152-9/+2
* QProcessPrivate: repack and reorganize the membersThiago Macieira2023-05-153-36/+34
* QDnsLookup/Unix: make sure we don't overflow the bufferThiago Macieira2023-05-141-6/+25
* QDnsLookup: remove the #if QT_CONFIG(thread) checkThiago Macieira2023-05-143-10/+3
* QDnsLookup: remove the explicit metatype registration for the Reply typeThiago Macieira2023-05-131-5/+3
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-134-10/+0
* QProcessPrivate: remove the member variable "crashed"Thiago Macieira2023-05-134-9/+11
* QNativeSocketEngine: move some code from the _p_p.h to _p.h fileThiago Macieira2023-05-132-25/+68
* Avoid littering CMake logs with QTP0002 warningsAlexey Edelev2023-05-121-8/+11
* Add QIconLoader debug logging to aid fallback logic investigationTor Arne Vestbø2023-05-121-7/+43
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-121-0/+3
* Enable [[noreturn]] attribute for non-MSVC compilers on WindowsPeter Varga2023-05-123-6/+6
* wasm: fix qtloader.js container element regressionMorten Sørvig2023-05-121-24/+10
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-114-5/+39
* IPC: QNativeIpcKey: fix big-endian buildsThiago Macieira2023-05-111-7/+17
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-113-9/+15
* QReadWriteLock: inline the constructor and destructorThiago Macieira2023-05-112-5/+22