summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QResource: use qint64 for lastModifiedHEADdevThiago Macieira8 hours1-4/+4
* QResource: remove unnecessary mutable markersThiago Macieira8 hours1-4/+4
* QBitArray: use new comparison helper macrosTatiana Borisova12 hours3-6/+18
* Widgets focus abstraction: Skip isFocusChainConsistent w/o logging catAxel Spoerl13 hours1-1/+6
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl13 hours1-4/+5
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø13 hours1-0/+10
* Avoid including qversiontagging.h in QtCore module headerAlexey Edelev13 hours1-0/+4
* QSaveFile: don't reset fileEngine after commit()David Faure14 hours1-4/+4
* QThread: Introduce static isMainThread() helperJarek Kobus14 hours6-4/+30
* QThread: Introduce isCurrentThreadFabian Kosmale14 hours3-0/+38
* QTest: replace the majority of the ugly QCOMPARE_xx macroThiago Macieira14 hours1-19/+43
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira14 hours5-26/+95
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira14 hours7-25/+85
* QTest: group all the toString() functionality in a single headerThiago Macieira14 hours4-469/+489
* QTest: add removed_api.cpp and move deprecated functions to itThiago Macieira14 hours4-8/+32
* QColorTransferTable: de-duplicate inverse lookup codeAllan Sandfeld Jensen14 hours1-31/+23
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä15 hours1-4/+13
* Correct license of qsignalspy.cppLucie Gérard15 hours1-1/+1
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher15 hours2-19/+0
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher15 hours1-1/+6
* Move int QObject::startTimer() to the alphabetically ordered placeTatiana Borisova15 hours1-13/+13
* QHttpNetworkConnection: make channels member constMårten Nordheim15 hours1-1/+1
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev15 hours2-1/+12
* Android: remove duplicated code for handling UI mode changesVolker Hilsheimer15 hours1-27/+0
* windeployqt: Deploy target dlls for directx and vc runtimeOliver Wolff20 hours2-6/+13
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff20 hours1-6/+10
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt20 hours15-64/+150
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis22 hours1-1/+3
* QCalendarBackend: link to the relevant plugin documentationEdward Welbourne25 hours1-2/+2
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner30 hours2-4/+15
* QRestReply: make charset parsing more robustMarc Mutz30 hours1-19/+207
* Add the missing include of termios.hAlexey Edelev31 hours1-0/+1
* QSignalSpy: inline connectToSignal() into its only callerMarc Mutz31 hours2-15/+6
* QSignalSpy: de-inline most of the private ctorMarc Mutz31 hours2-9/+14
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt31 hours78-647/+2497
* QDialog: Add Q_ENUM to DialogCodeFriedemann Kleint33 hours1-0/+1
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann39 hours7-0/+33
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer39 hours4-17/+1
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer39 hours7-31/+33
* Layouts: Compile fix #ifdeffed out debug codeJan Arve Sæther43 hours1-2/+2
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko43 hours7-61/+153
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher48 hours2-0/+52
* QSignalSpy: make args member constMarc Mutz2 days2-10/+4
* QSignalSpy: make two private static helpers file-staticMarc Mutz2 days2-5/+2
* QSignalSpy: pull makeArgs() out of ctor critical sectionMarc Mutz2 days2-5/+9
* QSignalSpy: make initArgs() return the resultMarc Mutz2 days2-5/+7
* QXmlStreamEntityResolver: disable copyingMarc Mutz2 days1-0/+2
* QSignalSpy: de-inline chrono wait()Marc Mutz2 days2-15/+16
* QSignalSpy: de-inline verify() helper functionsMarc Mutz2 days2-40/+37
* QSignalSpy: de-inline private helpersMarc Mutz2 days2-78/+87