summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* rsslisting example: fix bug in construction of title stringEdward Welbourne2023-05-151-4/+3
* rsslisting example: shuffle parts of constructor for clarityEdward Welbourne2023-05-151-8/+4
* rsslisting example: move default URL to main()Edward Welbourne2023-05-153-4/+5
* rsslisting example: Tidy up #include usageEdward Welbourne2023-05-153-7/+4
* rsslisting example (coding style): split a long line, purge stray bracesEdward Welbourne2023-05-151-5/+4
* rsslisting example (coding style): fix horizontal spacingEdward Welbourne2023-05-152-3/+3
* rsslisting example: remove unused include and surplus blank linesEdward Welbourne2023-05-152-7/+0
* 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-152-6/+11
* savegame example: clarify that CBOR can be readEdward Welbourne2023-05-151-5/+6
* Add metadata to serialization examplesEdward Welbourne2023-05-153-0/+4
* 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
* Add test-cases for QDate::{start,end}OfDay() at QDateTime's boundsEdward Welbourne2023-05-151-0/+11
* Sanitize the handling of limitations of the MS time-zone backendEdward Welbourne2023-05-151-25/+39
* 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-145-38/+245
* tst_QProcess: move setChildProcessModifier test to a Q_OS_UNIX sectionThiago Macieira2023-05-151-39/+38
* 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