summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QTest: fix QCOMPARE with QT_TYPESAFE_FLAGSMarc Mutz2022-03-031-2/+4
* Close WASM popups on non-accepted clicksDavid Skoland2022-03-021-1/+5
* Fix Q_FLAG declaration over enumerationsGiuseppe D'Angelo2022-03-025-5/+5
* Qt namespace: fix Q_FLAG_NS declaration for Qt::MouseEventFlagsGiuseppe D'Angelo2022-03-021-1/+1
* Don't allocate in qt_asciiToDouble()Marc Mutz2022-03-021-17/+8
* Tidy up QTest::FatalSignalHandlerSamuel Mira2022-03-021-12/+12
* macOS: Remove code for handling logical DPI changesTor Arne Vestbø2022-03-022-8/+1
* png/ico decoder: Don't try reading beyond the fileRobert Löhning2022-03-021-2/+4
* Adapt QTest::FatalSignalHandler() to support sa_sigaction when availableEdward Welbourne2022-03-021-6/+23
* Gradle: Update to 7.4Mårten Nordheim2022-03-023-3/+3
* xcb: fix a typo for WindowTypesLiang Qi2022-03-021-1/+1
* Bootstrap: Make compiler warnings fatalKai Köhne2022-03-021-0/+3
* CMake: Clean up docs of deployment variables for 6.3Alexandru Croitor2022-03-025-15/+96
* CMake: Rename FindZSTD to FindWrapZSTDAlexandru Croitor2022-03-023-3/+3
* CMake: Clean up qt_deploy_runtime_dependencies for 6.3Alexandru Croitor2022-03-024-22/+66
* QMetaObjectBuilder: Always set Data::metatypesFabian Kosmale2022-03-021-27/+25
* Android: Fix issue in loading multimedia Android pluginSamuel Mira2022-03-024-49/+69
* Add the _qt_internal_android_executable_finalizer wrapper functionAlexey Edelev2022-03-023-8/+26
* xcb: free a randr monitors pointer after usageLiang Qi2022-03-011-0/+1
* Windows QPA: Use less magic numberYuhang Zhao2022-03-011-19/+21
* Fix assert showing default-constructed QPrintPreviewDialogFriedemann Kleint2022-02-281-1/+1
* Check for null driver() before trying to exec()Edward Welbourne2022-02-281-1/+5
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* QMacStyle: fix tool buttons (in checked mode)Timur Pocheptsov2022-02-281-3/+8
* QGuiApplication: use translation-based layout direction unless explicitly setVolker Hilsheimer2022-02-281-12/+25
* Document change to style sheet selectors for enum propertiesVolker Hilsheimer2022-02-281-0/+21
* Fix formatting in qbytearrayalgorithms.hSona Kurazyan2022-02-251-2/+2
* MimeDatabase::mimeTypeForFileNameAndData: Do not open file unnecessarilyEike Ziller2022-02-251-4/+4
* QLabel::setPixmap(): remove the no-op self-maskingGiuseppe D'Angelo2022-02-251-3/+0
* Fix compiler warnings about unused parametersPasi Petäjäjärvi2022-02-251-0/+2
* Windows QPA: Calculate window frame for frameless windows the same for all co...Viktor Arvidsson2022-02-252-17/+23
* Windows QPA: More debug enhancementsYuhang Zhao2022-02-251-12/+61
* Windows QPA: Highlight the first entry in the system menuYuhang Zhao2022-02-251-1/+9
* QRandomGenerator: find getentropy() on macOSThiago Macieira2022-02-242-1/+6
* MSVC: Raise minimum version of Visual Studio 2019 to 16.7Kai Köhne2022-02-241-0/+5
* QVariant: use std::swap for swapping known typeFabian Kosmale2022-02-241-1/+1
* QNX: Fix support for abstract Unix-domain socketPasi Petäjäjärvi2022-02-242-1/+5
* Fix getsockopt option_value initial initializationPasi Petäjäjärvi2022-02-241-2/+3
* Allow calling qt6_android_add_apk_target twiceAlexey Edelev2022-02-241-0/+6
* Convert Android paths to JSON compatibleAlexey Edelev2022-02-241-4/+12
* Make android function sequence mutableAlexey Edelev2022-02-241-14/+36
* Protect headers against min/max macrosMarc Mutz2022-02-2410-25/+25
* Add back accidentally removed check for QT_FEATURE_system_zlibMichal Klocek2022-02-231-5/+7
* QStringConverter: fix move special member functions of State classMarc Mutz2022-02-231-3/+5
* wasm: move user configurable settingsLorn Potter2022-02-232-0/+81
* Make QByteArrayView's numeric conversion methods inlineSona Kurazyan2022-02-223-80/+73
* Remove unused variable which causes compiler errorPiotr Srebrny2022-02-221-1/+0
* SQLite: Update SQLite to v3.37.2Andy Shaw2022-02-223-43/+87
* Install 3rdparty headers for static buildsMichal Klocek2022-02-228-110/+109
* Make QGuiApplicationPrivate::lastCursorPosition.toPoint() safe to useShawn Rutledge2022-02-223-4/+26