summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QAtomicScopedValueRollback: remove impossible constexprMarc Mutz2024-04-231-4/+1
* | QNAM: Add Q*Socket abstractions in new namespaceMårten Nordheim2024-04-232-0/+92
* | QNAM: Trivial AbstractSocket*=>IODevice* transformsMårten Nordheim2024-04-234-24/+24
|/
* QDnsLookup/Unix: handle more error conditions from res_nsend()Thiago Macieira2024-04-221-8/+16
* Gui: fix memory leak in QGuiGLThreadContextTim Blechmann2024-04-231-0/+3
* Android: Detect mouse buttonsAxel Spoerl2024-04-222-15/+79
* QMimeData: fix setData on URI list without ending CRLFThiago Macieira2024-04-221-0/+5
* QCommonStyle: don't use a QImage when drawing arrowsChristian Ehrlicher2024-04-221-11/+8
* QStyleHelper: pass devicePixelRatio to uniqueName()Christian Ehrlicher2024-04-225-11/+14
* QStyle: let styleCachePixmap() use the correct devicePixelRatioChristian Ehrlicher2024-04-222-29/+17
* QStylePrivate: remove unused member layoutSpacingIndexChristian Ehrlicher2024-04-221-4/+0
* QCommonStyle: paint arrows with anti-aliasingChristian Ehrlicher2024-04-221-5/+6
* QGestureManager: use gesture owner target if topLevelAt returns nullptrLiang Qi2024-04-221-1/+2
* Revise UCD-generated data files' SPDX headersEdward Welbourne2024-04-224-50/+6
* wasm: back out of calling onLoaded at first frameMorten Sørvig2024-04-222-7/+14
* uic/Python: Recognize more C++ suffixes when determining the custom widget mo...Friedemann Kleint2024-04-221-2/+6
* Update the cached DPR on QWindow update requestMorten Sørvig2024-04-221-0/+9
* Avoid crash with Windows 11 style when no widget passedMarius Kittler2024-04-221-2/+2
* Assert consistency between locale and calendar dataEdward Welbourne2024-04-221-4/+14