summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-1320-26/+27
* Android 13: Fix warnings on starting an applicationSamuel Mira2022-06-131-2/+2
* Don't crash when removing the last visible tabVolker Hilsheimer2022-06-132-4/+37
* Update window geometry when QWindow::m{in|ax}imumSize is updatedJan Arve Sæther2022-06-133-22/+51
* 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-114-15/+53
* CMake: up the minimum C version to C11Thiago Macieira2022-06-111-5/+2
* Remove deprecated qgl.h from sync.profileAlexey Edelev2022-06-111-1/+0
* Cocoa: fix build: add missing includeThiago Macieira2022-06-101-0/+1
* QNetworkReply: Fix the test compilationLaszlo Papp2022-06-101-0/+1
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-102-1/+90
* 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
* CMake: Ensure top-level builds are affected by our chosen log levelAlexandru Croitor2022-06-102-11/+33
* CMake: Show configuration summary on first configurationAlexandru Croitor2022-06-101-5/+38
* moc: Improve formatting of outputUlf Hermann2022-06-101-1/+1
* CMake: Move all CMake Coin builds to be out-of-sourceAlexandru Croitor2022-06-102-2/+10
* CMake: Find system harfbuzz even if pkg-config is disabledJoerg Bornemann2022-06-101-9/+26
* CMake: Fix check for system harfbuzz if pkg-config is unavailableJoerg Bornemann2022-06-101-12/+13
* Make configure -no-pkg-config actually workJoerg Bornemann2022-06-101-3/+8
* Fallback to another file dialog implementation when XDP is inaccessibleIlya Fedin2022-06-093-33/+53
* FatalSignalHandler: print the signal name on crashThiago Macieira2022-06-083-4/+36
* 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
* Update Catch2 to v2.13.9Marc Mutz2022-06-081-5/+9
* C++23/c++2b supportAllan Sandfeld Jensen2022-06-085-4/+41
* 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
* Android: Fix QSettings when using content URLSamuel Mira2022-06-081-3/+18
* Define out unused functions on WASM buildMikolaj Boc2022-06-081-5/+7
* QTestLib: improve documentationIvan Solovev2022-06-082-0/+14
* CMake: Fix Android multi-abi builds in Qt CreatorAlexandru Croitor2022-06-071-2/+7