summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SQL/QSqlDatabase: use categorized loggerChristian Ehrlicher2024-04-181-13/+15
* SQL/QSqlQuery: use categorized loggerChristian Ehrlicher2024-04-181-19/+23
* QStyleSheetStyle: Don't try to load a pixmap with an empty filenameChristian Ehrlicher2024-04-181-0/+3
* Convert Group Box Example to snippets and screenshotsMohammadHossein Qanbari2024-04-183-3/+20
* Copy image offset in copyMetadataAllan Sandfeld Jensen2024-04-181-4/+2
* Replace expensive inherits with cheaper qobject_cast (1)Volker Hilsheimer2024-04-181-2/+2
* Gui: Add Q_GADGET to QPointerEventUlf Hermann2024-04-181-0/+1
* qrestreply_p.h: include what you needMarc Mutz2024-04-181-1/+3
* iOS: Don't report UIDevice.currentDevice.orientation through QScreenTor Arne Vestbø2024-04-182-76/+7
* iOS: Remove plumbing for QWindow::reportContentOrientationChangeTor Arne Vestbø2024-04-185-105/+0
* Convert "(added in)" enum warnings to [since] syntaxAllan Sandfeld Jensen2024-04-182-31/+52
* QLogging: enable %{backtrace} support via <stacktrace>Giuseppe D'Angelo2024-04-183-8/+114
* Add API to provide user-defined fallback fontsEskil Abrahamsen Blomfeldt2024-04-183-1/+129
* QColorVector: make the (QPointF) ctor a named oneMarc Mutz2024-04-182-22/+20
* iOS: Move QUIWindow implementation out of qiosscreen.mmTor Arne Vestbø2024-04-187-49/+73
* iOS: Handle geometry of maximized windows outside of QIOSScreenTor Arne Vestbø2024-04-184-37/+40
* iOS: Support message box at startup without relying on screen's windowTor Arne Vestbø2024-04-182-20/+17
* iOS: Reduce dependency on screen's UIWindow in QIOSScreen::grabWindowTor Arne Vestbø2024-04-181-6/+6
* iOS: Track virtual keyboard gestures via focus window instead of screenTor Arne Vestbø2024-04-181-9/+6
* Use QComObject with QWindowsUiaMainProviderPavel Dubsky2024-04-182-29/+16
* QItemSelectionRange: use new comparison helper macrosTatiana Borisova2024-04-183-8/+18
* Android: Fix crash when selecting text on a TextFieldAhmed El Khazari2024-04-182-5/+16
* wasm: fix linux touchscreen keyboard inputLorn Potter2024-04-181-11/+11
* androiddeplyqt: fix more missing pclose() on early returnsMarc Mutz2024-04-181-0/+4
* androiddeplyqt: fix missing pclose() on early returnMarc Mutz2024-04-181-0/+1
* QEglFSKmsGbmScreen::framebufferForBufferObject: release() at the correct timeMarc Mutz2024-04-181-2/+3
* QSignalSpy: make verify() methods staticMarc Mutz2024-04-181-2/+2
* Port QVersionNumber to QSpanMarc Mutz2024-04-182-8/+13
* QRestReply: micro-optimize optional<QStringDecoder> handlingMarc Mutz2024-04-181-1/+1
* Support rendering CSS 'border' property for html tableSanthosh Kumar2024-04-183-12/+42
* Avoid overflows in gradient calculationsEirik Aavitsland2024-04-181-25/+44
* QInotifyFileSystemWatcherEngine: change to QObject::connect PMF syntaxJuha Vuolle2024-04-181-1/+2
* QNonContiguousByteDevice private classes: add Q_OBJECT macroJuha Vuolle2024-04-181-0/+3
* QSignalMapper: change to use QObject::connect PMF syntaxJuha Vuolle2024-04-182-9/+3
* QByteDeviceWrappingIoDevice: change to use QObject::connect PMF syntaxJuha Vuolle2024-04-181-1/+1
* QEmptyItemModel: add Q_OBJECT macroJuha Vuolle2024-04-181-0/+2
* QDefaultAnimationDriver: change to use QObject::connect PMF syntaxJuha Vuolle2024-04-181-3/+6
* Add preliminary support for Qt for visionOSTor Arne Vestbø2024-04-1840-107/+239
* CMake: Add _qt_internal_get_i18n_catalogs_for_modulesJoerg Bornemann2024-04-172-29/+37
* CBOR: Remove dead code: len[12] are not used with UTF-16Thiago Macieira2024-04-171-5/+0
* CBOR: implement UTF16-to-UTF8 comparison without memory allocThiago Macieira2024-04-172-18/+62
* CBOR: fix the UTF8-and-UTF16 detectionThiago Macieira2024-04-171-41/+17
* QWidget: Remove un-needed nullptr check for oldtlwTor Arne Vestbø2024-04-171-2/+3
* qicc: avoid double lookupAnton Kudryavtsev2024-04-171-8/+8
* Make possible code-paths assertedAllan Sandfeld Jensen2024-04-171-21/+21
* Revise CLDR-generated data header files to use Unicode-3.0 for SPDXEdward Welbourne2024-04-175-6/+5
* QNativeIpcKey: use new comparison helper macrosTatiana Borisova2024-04-172-15/+13
* QKeyCombination: use new comparison helper macrosTatiana Borisova2024-04-172-11/+10
* QHttpNetworkConnectionPrivate: mark NO_COPY_MOVEMårten Nordheim2024-04-171-0/+1
* QHttpNetworkConnectionPrivate: reflow ctorMårten Nordheim2024-04-171-8/+11