summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Fix data race in QCoreApplicationPrivate::sendThroughApplicationEventFilters()Marc Mutz2022-06-071-1/+1
* QByteArray: de-inline to/fromStdString()Marc Mutz2022-06-072-8/+10
* Fix a leak of fallback dialog helper in xdgdesktopportalIlya Fedin2022-06-071-3/+3
* qglobal.h: include <stdalign.h> in C modeThiago Macieira2022-06-061-0/+1
* Bump version to 6.5.0Jani Heikkinen2022-06-063-3/+5
* Windows: Don't terminate threads in QtVolker Hilsheimer2022-06-051-12/+10
* Support cosmetic brush patterns in the pdf and opengl paint enginesEirik Aavitsland2022-06-042-9/+31
* QEdidParser: fix number of data blocksJonathan Liu2022-06-041-1/+2
* Make Q_ASSUME() an expression (was: statement)Marc Mutz2022-06-041-3/+2
* Unify QSslServer from QtWebSockets and QtHttpServer into QtNetworkØystein Heskestad2022-06-044-0/+383
* The new signal pendingConnectionAvailable is added to QTcpServerØystein Heskestad2022-06-042-6/+24
* qtestcase.cpp: create a common function to print the test runtimeThiago Macieira2022-06-031-12/+28
* Move file-static const arrays out of qprint_p.h fileØystein Heskestad2022-06-044-151/+183
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResult::reportResultMarc Mutz2022-06-031-1/+2
* QTestLib: rework QTest::compare_helper()Ivan Solovev2022-06-036-28/+153
* Add QTRY_COMPARE_{EQ,NE,LT,LE,GT,GE}_WITH_TIMEOUT()Ivan Solovev2022-06-032-0/+186
* Add QCOMPARE_{EQ,NE,LT,LE,GT,GE}()Ivan Solovev2022-06-037-18/+307
* Testlib: teach TAP test logger to support new QCOMPARE_* operatorsIvan Solovev2022-06-031-10/+67
* qiostheme: Don't determine the appearance mode from the keyWindowDoris Verria2022-06-031-1/+1
* QCOMPARE/QVERIFY: fix huge pessimisation in QTestResultMarc Mutz2022-06-031-2/+4
* Windows: fix crash on closing an app when native file dialog is openedVladimir Belyavsky2022-06-032-37/+25
* QRhi(d3d): add missing qcryptographichash includeMårten Nordheim2022-06-031-0/+1