summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* tst_ContainerApiSymmetry: make assign_impl() robust w.r.t. overallocationMarc Mutz2023-05-131-7/+11
* tst_ContainerApiSymmetry: make a comment more preciseMarc Mutz2023-05-131-1/+2
* tst_ContainerApiSymmetry: follow file's style for assign() testsMarc Mutz2023-05-131-4/+2
* tst_ContainerApiSymmetry: fix mutable lambda anti-patternMarc Mutz2023-05-131-1/+2
* tst_QAnyStringView: fix warning of unused variable by using itThiago Macieira2023-05-121-1/+3
* 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
* Remove the -sysroot option from configureAmir Masoud Abdol2023-05-123-4/+8
* QSlotObjectBase: move the `which` parameter to the 4th positionThiago Macieira2023-05-115-5/+43
* 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
* QDnsLookup: treat NOTIMP replies as server failuresThiago Macieira2023-05-112-0/+2
* tst_QDnsLookup: don't fail if the server refused to answerThiago Macieira2023-05-111-34/+34
* tst_QDnsLookup: create a dedicated test for IDNThiago Macieira2023-05-111-9/+18