summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QResource: use qint64 for lastModifiedHEADdevThiago Macieira10 hours1-4/+4
* QResource: remove unnecessary mutable markersThiago Macieira10 hours1-4/+4
* QBitArray: use new comparison helper macrosTatiana Borisova14 hours3-6/+18
* Widgets focus abstraction: Skip isFocusChainConsistent w/o logging catAxel Spoerl15 hours1-1/+6
* Revert "QCommonStyle: paint arrows with anti-aliasing"Axel Spoerl15 hours1-4/+5
* metal: Tie drawable's MTLTexture lifetime to MTLCommandBufferTor Arne Vestbø15 hours1-0/+10
* Avoid including qversiontagging.h in QtCore module headerAlexey Edelev15 hours1-0/+4
* QSaveFile: don't reset fileEngine after commit()David Faure16 hours1-4/+4
* QThread: Introduce static isMainThread() helperJarek Kobus16 hours6-4/+30
* QThread: Introduce isCurrentThreadFabian Kosmale16 hours3-0/+38
* QTest: replace the majority of the ugly QCOMPARE_xx macroThiago Macieira16 hours1-19/+43
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira16 hours5-26/+95
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira16 hours7-25/+85
* QTest: group all the toString() functionality in a single headerThiago Macieira16 hours4-469/+489
* QTest: add removed_api.cpp and move deprecated functions to itThiago Macieira16 hours4-8/+32
* QColorTransferTable: de-duplicate inverse lookup codeAllan Sandfeld Jensen16 hours1-31/+23
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä17 hours1-4/+13
* Correct license of qsignalspy.cppLucie Gérard17 hours1-1/+1
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher17 hours2-19/+0
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher17 hours1-1/+6
* Move int QObject::startTimer() to the alphabetically ordered placeTatiana Borisova18 hours1-13/+13
* QHttpNetworkConnection: make channels member constMårten Nordheim18 hours1-1/+1
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev18 hours2-1/+12
* Android: remove duplicated code for handling UI mode changesVolker Hilsheimer18 hours1-27/+0
* windeployqt: Deploy target dlls for directx and vc runtimeOliver Wolff22 hours2-6/+13
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff22 hours1-6/+10
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt22 hours15-64/+150
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis25 hours1-1/+3
* QCalendarBackend: link to the relevant plugin documentationEdward Welbourne27 hours1-2/+2
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner32 hours2-4/+15
* QRestReply: make charset parsing more robustMarc Mutz32 hours1-19/+207
* Add the missing include of termios.hAlexey Edelev33 hours1-0/+1
* QSignalSpy: inline connectToSignal() into its only callerMarc Mutz33 hours2-15/+6
* QSignalSpy: de-inline most of the private ctorMarc Mutz33 hours2-9/+14
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt33 hours78-647/+2497
* QDialog: Add Q_ENUM to DialogCodeFriedemann Kleint36 hours1-0/+1
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann41 hours7-0/+33
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer41 hours4-17/+1
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer41 hours7-31/+33
* Layouts: Compile fix #ifdeffed out debug codeJan Arve Sæther45 hours1-2/+2
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko45 hours7-61/+153
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher2 days2-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 Mutz3 days2-15/+16
* QSignalSpy: de-inline verify() helper functionsMarc Mutz3 days2-40/+37
* QSignalSpy: de-inline private helpersMarc Mutz3 days2-78/+87