summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QTest: replace the majority of the ugly QCOMPARE_xx macroThiago Macieira2024-04-261-19/+43
* QTest: rip out qxp::function_ref from compare_helper()Thiago Macieira2024-04-265-26/+95
* QTest: rip out qxp::function_ref from reportResult()Thiago Macieira2024-04-267-25/+85
* QTest: group all the toString() functionality in a single headerThiago Macieira2024-04-264-469/+489
* QTest: add removed_api.cpp and move deprecated functions to itThiago Macieira2024-04-264-8/+32
* QColorTransferTable: de-duplicate inverse lookup codeAllan Sandfeld Jensen2024-04-261-31/+23
* Android: Add QT_ANDROID_SURFACE_CONTAINER_TYPE env varTinja Paavoseppä2024-04-261-4/+13
* Correct license of qsignalspy.cppLucie Gérard2024-04-261-1/+1
* SQL/QSqlIndex: remove unused private function createField()Christian Ehrlicher2024-04-262-19/+0
* SQL/IBase: print warning in case of unsupported data typeChristian Ehrlicher2024-04-261-1/+6
* Move int QObject::startTimer() to the alphabetically ordered placeTatiana Borisova2024-04-261-13/+13
* QHttpNetworkConnection: make channels member constMårten Nordheim2024-04-261-1/+1
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev2024-04-262-1/+12
* Android: remove duplicated code for handling UI mode changesVolker Hilsheimer2024-04-261-27/+0
* windeployqt: Deploy target dlls for directx and vc runtimeOliver Wolff2024-04-262-6/+13
* Windows: Prevent potential "crash" in setApplicationBadgeOliver Wolff2024-04-261-6/+10
* Introduce optional smarter font merging with ContextFontMergingEskil Abrahamsen Blomfeldt2024-04-2615-64/+150
* QCocoaMenu: fix crash when app quits while menu is openMitch Curtis2024-04-261-1/+3
* QCalendarBackend: link to the relevant plugin documentationEdward Welbourne2024-04-261-2/+2
* Windows11Style:Save unpolished palette for QAbstractScrollArea::viewportWladimir Leuschner2024-04-262-4/+15
* QRestReply: make charset parsing more robustMarc Mutz2024-04-261-19/+207
* Add the missing include of termios.hAlexey Edelev2024-04-261-0/+1
* QSignalSpy: inline connectToSignal() into its only callerMarc Mutz2024-04-262-15/+6
* QSignalSpy: de-inline most of the private ctorMarc Mutz2024-04-262-9/+14
* Update Harfbuzz to 8.4.0Eskil Abrahamsen Blomfeldt2024-04-2678-647/+2497
* QDialog: Add Q_ENUM to DialogCodeFriedemann Kleint2024-04-251-0/+1
* Android: Propagate a11y ObjectShow events to screen readerJens Trillmann2024-04-257-0/+33
* ColorScheme: remove unused QWindowsApplication::isDarkModeVolker Hilsheimer2024-04-254-17/+1
* ColorScheme: consolidate dark mode handling on Windows into ThemeVolker Hilsheimer2024-04-257-31/+33
* Layouts: Compile fix #ifdeffed out debug codeJan Arve Sæther2024-04-251-2/+2
* print: Clamp margins entered by the user in the page setup dialogJarkko Koivikko2024-04-257-61/+153
* QSqlDatabase: add moveToThread()/currentThread()Christian Ehrlicher2024-04-252-0/+52
* QSignalSpy: make args member constMarc Mutz2024-04-242-10/+4
* QSignalSpy: make two private static helpers file-staticMarc Mutz2024-04-242-5/+2
* QSignalSpy: pull makeArgs() out of ctor critical sectionMarc Mutz2024-04-242-5/+9
* QSignalSpy: make initArgs() return the resultMarc Mutz2024-04-242-5/+7
* QXmlStreamEntityResolver: disable copyingMarc Mutz2024-04-241-0/+2
* QSignalSpy: de-inline chrono wait()Marc Mutz2024-04-242-15/+16
* QSignalSpy: de-inline verify() helper functionsMarc Mutz2024-04-242-40/+37
* QSignalSpy: de-inline private helpersMarc Mutz2024-04-242-78/+87
* QAbstractFileEngine member classes: sort out constructionEdward Welbourne2024-04-242-8/+11
* QHttp2Connection: Use QHash::constFind() to avoid unnecessary detachesVladimir Belyavsky2024-04-241-6/+6
* QMovie: fix regression in frame delaysEirik Aavitsland2024-04-241-3/+3
* Tighten CMYK ICC parsingAllan Sandfeld Jensen2024-04-231-0/+7
* Remove undefined method logicalIndexIngo Klöcker2024-04-231-2/+0
* Remove obsolete commentIngo Klöcker2024-04-231-1/+0
* Doc: QDataStream doc exampleJaishree Vyas2024-04-231-7/+20
* Merge integration refs/builds/qtci/dev/1713869210Qt CI Bot2024-04-231-5/+7
|\
| * uic: Write fully qualified enumerations for cursors/icon pixmapsFriedemann Kleint2024-04-231-5/+7
* | ColorScheme: clean up code to prepare adding a setterVolker Hilsheimer2024-04-237-9/+13