summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in docs and commentsKai Köhne2022-06-1566-88/+88
* Don't exit(1) on unrecognised test function name, just report a failureEdward Welbourne2022-06-151-9/+23
* Android: Improve loading speed of individual assetsLouis du Verdier2022-06-151-18/+46
* Replace QT_NO_ACCESSIBILITY with QT_CONFIG(accessibility)Allan Sandfeld Jensen2022-06-1599-237/+237
* macdeployqt: macdeployqt process some libraries(e.g. ffmpeg) incorrectGuineng Ni2022-06-151-1/+7
* Add support for painting at integer DPR with downscaleMorten Sørvig2022-06-143-16/+52
* Make rhiFlush() support custom source DPRMorten Sørvig2022-06-1412-19/+31
* xcb: Replace qCWarning by qCDebug in QXcbConnection::printXcbError()Axel Spoerl2022-06-141-6/+6
* Use consistent ordering in QShaderLaszlo Agocs2022-06-143-4/+45
* CoreText: Fix fonts with synthetic stretchEskil Abrahamsen Blomfeldt2022-06-141-2/+7
* Fix font rendering when Qt is configured with -no-harfbuzzEskil Abrahamsen Blomfeldt2022-06-141-1/+5
* Trace QImage::Format as int in QImageData::create()Shawn Rutledge2022-06-142-2/+2
* Doc: Remove \target TransformationsKai Köhne2022-06-141-1/+0
* Revert "qxp::function_ref: drop use of q23::invoke_r"Marc Mutz2022-06-141-3/+5
* QLibrary: fix use of deprecated QByteArrayMatcher::indexIn(p, n)Marc Mutz2022-06-141-1/+1
* QByteArray: more GCC 12 -Werror=array-bound whack-a-moleMarc Mutz2022-06-141-4/+6
* QApplication: Remove QApplicationPrivateBase porting macroThiago Macieira2022-06-132-4/+2
* Q*ApplicationPrivate: remove unused "flags" argumentsThiago Macieira2022-06-146-15/+15
* QCoreApplication: Remove app_compile_versionThiago Macieira2022-06-132-10/+2
* Fix doc and example of QLoggingCategory::installCategory()Edward Welbourne2022-06-132-14/+35
* Print QScreen geometry debug state using the underlying typesTor Arne Vestbø2022-06-131-11/+2
* macOS: Resolve screen name via NSScreen on macOS 10.15+Tor Arne Vestbø2022-06-131-1/+6
* macOS: Ignore update requests for offline displaysTor Arne Vestbø2022-06-131-0/+5
* Add "We mean it" warning to new private headerVolker Hilsheimer2022-06-131-0/+11
* Fusion style: Fix menu item text being elided when mnemonic and && appear in ...Friedemann Kleint2022-06-131-1/+2
* Revert "qglobal.h: include <stdalign.h> in C mode"Thiago Macieira2022-06-131-1/+0
* CMake: Fix typosKai Köhne2022-06-131-2/+2
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-131-2/+2
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-131-4/+3
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-132-22/+40
* QMenu: Adjust the position of the submenuWang Fei2022-06-131-1/+1
* QSettings: fix a typo in the docLaszlo Papp2022-06-111-1/+1
* Use CSS classes on html list items for checkbox supportShawn Rutledge2022-06-112-1/+23
* Cocoa: fix build: add missing includeThiago Macieira2022-06-101-0/+1
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-1/+12
* androiddeployqt: use QFile::exists instead of QDir().existsAlexandru Croitor2022-06-101-3/+3
* androiddeployqt: Only pass qt_install_dir/qml directory if it existsAlexandru Croitor2022-06-101-1/+11
* moc: Improve formatting of outputUlf Hermann2022-06-101-1/+1
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-093-33/+53
* FatalSignalHandler: print the signal name on crashThiago Macieira2022-06-081-2/+34
* QLocale: use qsnprintf instead of deprecated sprintfMarc Mutz2022-06-081-1/+1
* Fix renameat2 configure checkVolker Krause2022-06-081-1/+1
* Add QXdgDesktopPortalFileDialog::useNativeFileDialog()Ilya Fedin2022-06-082-4/+15
* QTest: Remove pre-Qt6 codeMårten Nordheim2022-06-081-10/+0
* Fallback to PerMonitorDpiAware if V2DpiAware is not supported by systemVladimir Belyavsky2022-06-083-19/+21
* Doc: Document the CorePrivate moduleTopi Reinio2022-06-082-6/+16
* QDateTime::Data, QTimeZone: rule-of-five and noexceptEdward Welbourne2022-06-084-6/+17
* PosixZone::parse(): don't reset already-initialized variableEdward Welbourne2022-06-081-2/+1
* Drop const from a declaration to let a return moveEdward Welbourne2022-06-081-1/+1
* Don't std::move() trivally-copyable type; it makes no differenceEdward Welbourne2022-06-081-6/+7