summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* QPartialOrdering: update docs and change parameter names6.5Dennis Oberst2023-05-172-59/+87
* Check if next property in the list is not empty before adding a commaAlexey Edelev2023-05-171-0/+3
* shortcuteditor example: Don't reference null-actionTor Arne Vestbø2023-05-171-5/+5
* QDnsLookup/Unix: do skip DNS records that aren't of class INThiago Macieira2023-05-161-0/+3
* tst_QDnsLookup: don't fail if the server refused to answerThiago Macieira2023-05-161-34/+35
* Clarify documentation about QGuiApplication::setDesktopFileName formatDavid Edmundson2023-05-161-3/+3
* RSS listing example: prefer setDevice() over addData(readAll())Edward Welbourne2023-05-161-13/+9
* 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
* Unblacklist tst_QDnsQuery::lookupMårten Nordheim2023-05-161-2/+0
* Revamp the shapedclock exampleVolker Hilsheimer2023-05-164-70/+34
* qoffscreensurface.h: Add module to Q_MOC_INCLUDEFabian Kosmale2023-05-161-1/+1
* Darwin: Disable QMacAutoReleasePool tracker unless explicitly enabledTor Arne Vestbø2023-05-161-0/+4
* Darwin: Disable QMacAutoReleasePool tracker in release buildsTor Arne Vestbø2023-05-161-2/+5
* Darwin: Remove QMacAutoReleasePool heap allocation detectionTor Arne Vestbø2023-05-162-68/+3
* QHash: suppress GCC 12 & 13 warning that QHash could overflowThiago Macieira2023-05-161-0/+8
* QHash: centralize the span allocationThiago Macieira2023-05-161-9/+17
* QDnsLookup/Unix: make sure we don't overflow the bufferThiago Macieira2023-05-151-6/+25
* Doc cleanup: remove old gettingStarted tutorial, move doc fileVolker Hilsheimer2023-05-1522-517/+1
* QTabBar: Add testcase for tabs not scrollingVolker Hilsheimer2023-05-151-0/+26
* QReadWriteLock: force the loop to exist in a separate functionThiago Macieira2023-05-151-2/+15
* QReadWriteLock: remove the private function from the symbol tableThiago Macieira2023-05-155-41/+56
* Update screenshot exampleVolker Hilsheimer2023-05-152-1/+1
* Don't grab QWhatsThis background on non-Windows platformsTor Arne Vestbø2023-05-151-0/+9
* MOC: pass the erroneous Symbol as an arg to Parser::error() overloadAhmad Samir2023-05-154-19/+36
* Revert commit "don't ever force fork() instead of forkfd()"Thiago Macieira2023-05-151-0/+2
* QProcessPrivate: repack and reorganize the membersThiago Macieira2023-05-153-36/+34
* Move the addressbook tutorial into manual testsVolker Hilsheimer2023-05-1569-2/+1
* 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
* Add QIconLoader debug logging to aid fallback logic investigationTor Arne Vestbø2023-05-151-7/+43
* Tracepointgen: Fix debug print warningsAntti Määttä2023-05-151-5/+5
* Network: Remove Q_DECL_METATYPE_EXTERN for single-.cpp metatypesThiago Macieira2023-05-144-10/+0
* QProcessPrivate: remove the member variable "crashed"Thiago Macieira2023-05-134-9/+11
* tst_ContainerApiSymmetry: fix mutable lambda anti-patternMarc Mutz2023-05-131-1/+2
* QString: add a tst_QString variant with QT_NO_CAST_FROM_ASCIIAhmad Samir2023-05-132-99/+163
* tst_QAnyStringView: fix warning of unused variable by using itThiago Macieira2023-05-121-1/+3
* Doc: Don't advertise qt_add_big_resources on qt_add_resources pageJoerg Bornemann2023-05-121-2/+2
* QDnsLookup: treat NOTIMP replies as server failuresThiago Macieira2023-05-122-0/+2
* tst_QDnsLookup: create a dedicated test for IDNThiago Macieira2023-05-121-9/+18
* Make sure that -Zc:__cplusplus, and -permissive- only apply to MSVCAmir Masoud Abdol2023-05-111-1/+2
* QDBusConnectionPrivate: Fix handling of queued messagesIevgenii Meshcheriakov2023-05-114-1/+118
* animation: use Q_EMIT in private headerTim Blechmann2023-05-111-2/+2
* QString: change test data to compile with QT_NO_CAST_FROM_ASCII [10/13]Ahmad Samir2023-05-112-147/+172
* Android: fix problem with release package for cmake based buildsBartlomiej Moskal2023-05-112-0/+22
* QStyleSheetStyle: avoid #define ceil()Marc Mutz2023-05-111-4/+1
* macOS: Replace [QNSView drawRect:] assert with warningTor Arne Vestbø2023-05-111-2/+4
* iOS: Don't add Qt libraries to PRE_TARGETDEPS of xcodebuild MakefileTor Arne Vestbø2023-05-111-2/+3
* Android: fix QDir::entryInfoList() with content URIsAssam Boudjelthia2023-05-111-4/+4