summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qutf8stringview.h: don't rely on transitive include of qbytearrayview.hv6.3.0-beta3Marc Mutz2022-03-101-0/+1
* QStyle: Fix overflows and crash when converting slider positionsRobert Löhning2022-03-101-7/+7
* Consistently treat times before first rule as in its standard timeEdward Welbourne2022-03-101-38/+38
* Fix handling of out-of-range years in QTZP_winEdward Welbourne2022-03-101-9/+8
* Correct fake-DST detection and handling in QTZP_winEdward Welbourne2022-03-101-27/+56
* Correct handling of start-of-rule situations in QTZP_winEdward Welbourne2022-03-101-5/+7
* Fix deprecated uses of QScopedPointerMårten Nordheim2022-03-1026-109/+144
* QAbstractSocket: update setSocketOption documentationMårten Nordheim2022-03-101-0/+4
* wasm: fix issue with passing username/password to network requestLorn Potter2022-03-101-3/+7
* QNX: Fix compiler warning by adding default return valuePasi Petäjäjärvi2022-03-101-0/+2
* QNX: Fix compiler warnings by using correct format specifiersPasi Petäjäjärvi2022-03-101-4/+4
* eglfs: QNX uses own QPA plugin and not eglfsPasi Petäjäjärvi2022-03-103-15/+1
* QGlobalStatic: fix Clang warning about expression in unevaluated contextThiago Macieira2022-03-101-0/+3
* Install also config headers for 3rdparty libjpegMichal Klocek2022-03-101-0/+2
* QText*Format: future-proof by adding own QDataStream stream operatorsThiago Macieira2022-03-082-2/+62
* QCocoaFileDialogHelper: Always enable symlinks and aliases to directoriesWilliam Jones2022-03-081-1/+6
* Extract functions: move some code to TransitionTimePairEdward Welbourne2022-03-082-14/+22
* Clip dataForLocalTime()'s bracketing window's start to minMSecs() + 1Edward Welbourne2022-03-081-5/+9
* qtestmouse.h: compile with QT_TYPESAFE_FLAGSMarc Mutz2022-03-081-4/+4
* Workaround QCC not handling error suppression macro correctlyPasi Petäjäjärvi2022-03-071-0/+6
* Convert string tables in QShaderDescription to use string literals [2/2]Marc Mutz2022-03-071-71/+73
* Use QDateTimePrivate's methods in preference to std::numeric_limitsEdward Welbourne2022-03-073-16/+18
* QPrintDialog/win: Fix use of deprecated QMessageBox::warningMårten Nordheim2022-03-071-3/+3
* QSqlTableModel: suppress deprecation warningMårten Nordheim2022-03-071-1/+1
* QAbstractSocket: remove note about WinRTMårten Nordheim2022-03-071-3/+0
* Correct some typos and flat-out falsehoods in QTimeZone docsEdward Welbourne2022-03-071-9/+11
* Prepare for QByteArrayView number parsing modernizationMarc Mutz2022-03-073-35/+75
* Distinguish macOS aliases from normal symbolic linksTor Arne Vestbø2022-03-061-2/+7
* Update QFileInfo docs to mention macOS aliasesTor Arne Vestbø2022-03-061-5/+7
* Document use of android:allowNativeHeapPointerTagging in the manifestAssam Boudjelthia2022-03-051-0/+7
* wasm: fix network reply error finished() signalingLorn Potter2022-03-051-0/+1
* QIOSFileDialog/QIOSDocumentPickerController - handle dismissed view controllerTimur Pocheptsov2022-03-052-1/+18
* Revert "Workaround MinGW not handling error suppression macro correctly"Pasi Petäjäjärvi2022-03-051-6/+0
* Android: terminate argv passed to main() with nullptrAssam Boudjelthia2022-03-051-4/+6
* QWeakPointer: befriend other QWeakPointersThiago Macieira2022-03-051-1/+2
* Nail down handling of nextTransition() when before the first ruleEdward Welbourne2022-03-041-3/+12
* Android: set all QScreen's geometry-related parameters togetherIvan Solovev2022-03-045-11/+48
* Android: make sure that orientationChange is reported after resizeIvan Solovev2022-03-045-7/+77
* xdgdesktopportal theme: Implement appearance()Magnus Groß2022-03-042-0/+55
* QNX: Fix QLockFile supportPasi Petäjäjärvi2022-03-041-1/+21
* QStringConverter: make name matching locale-independentMarc Mutz2022-03-041-1/+2
* Backport QtMiscUtils::toAsciiLower() from devMarc Mutz2022-03-041-0/+5
* Fix QTest::toString() over QT_TYPESAFE_FLAGS QFlagsMarc Mutz2022-03-041-2/+2
* Fix off-by-one for "typically" lowest value INT_MINClemens Werther2022-03-031-2/+2
* Fix painting clipping glitches with fractional scalingEirik Aavitsland2022-03-035-11/+25
* Update bundled libjpeg-turbo to version 2.1.3Eirik Aavitsland2022-03-0333-222/+279
* Windows QPA: fix window style correction for context help buttonYuhang Zhao2022-03-031-3/+8
* Windows QPA: Add some offset to the system menu when appropriateYuhang Zhao2022-03-031-1/+23
* Windows QPA: Add convenient overload to query window frameYuhang Zhao2022-03-032-0/+11
* QFlags: fix missing bitwise xor operators in QT_TYPESAFE_FLAGS buildsMarc Mutz2022-03-031-0/+4