summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid warning from QPrinter::setFromTo() in the documented 0,0 caseEirik Aavitsland2022-10-191-1/+2
* QMacStyle: Set NSControlStateValueOn for selected tabsDoris Verria2022-10-191-1/+6
* wasm: fix crash when network reply is closedLorn Potter2022-10-192-5/+22
* QLibrary: fix load() after a failed load()Thiago Macieira2022-10-181-2/+4
* Add the toDOMRect/fromDOMRect functions to QRectFMikolaj Boc2022-10-193-0/+59
* RHI: Align setViewport behavior on Metal/Vulkan with OpenGL/D3DBen Fletcher2022-10-182-2/+5
* QIOSMessageDialog::exec - work around 'windowsless' execTimur Pocheptsov2022-10-191-0/+20
* Add flicking behavior hints to platform integration and themeShawn Rutledge2022-10-184-2/+26
* QMacStyle: restore control size after re-initializationTimur Pocheptsov2022-10-181-0/+2
* QNetworkReply: Fix typos in the documentationIevgenii Meshcheriakov2022-10-181-2/+2
* QIosScreen: retain the right windowTimur Pocheptsov2022-10-181-1/+1
* Freetype: Fix transforming bitmap fontsEskil Abrahamsen Blomfeldt2022-10-181-6/+13
* Correct handling of month-lengths in QDateTimeParserEdward Welbourne2022-10-181-6/+11
* QDateTimeEdit: check setDigit()'s return valueEdward Welbourne2022-10-181-4/+4
* Simplify a list-removal operation in QTestLog's handleIgnoredMessage()Edward Welbourne2022-10-181-3/+1
* Android: Stop using getPrimaryClipDescriptionSamuel Mira2022-10-181-26/+18
* QLibrary::setFileNameAndVersion: reset the tag after findOrCreateThiago Macieira2022-10-171-2/+3
* windeployqt: Deploy Qt Designer plugins for QtUiToolsFriedemann Kleint2022-10-181-33/+63
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-33/+32
* QApplicationStatic: avoid use of std::aligned_unionMarc Mutz2022-10-171-1/+1
* Update bundled libpng to version 1.6.38Eirik Aavitsland2022-10-1721-252/+173
* QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-171-4/+4
* Revert "QObject: attempt to fix a deadlock introduced by an earlier fix"Mårten Nordheim2022-10-171-11/+1
* Fix QComboBox supressing a QDialogs default buttonRobert Griebl2022-10-171-0/+2
* Add missing repaintManager checkLaszlo Agocs2022-10-171-1/+1
* QIosMenu - do not check -undo: and -redo: selectorsTimur Pocheptsov2022-10-171-2/+2
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-50/+118
* QHash: simplify HashSeedStorage::initialize()Marc Mutz2022-10-161-3/+2
* testlib: make it possible to test double-clicks with discrete eventsShawn Rutledge2022-10-163-6/+43
* QMetaType: explicitly include qobject.hAlexey Rochev2022-10-161-0/+1
* QUrl: remove two unneeded Q_ASSERT()sMarc Mutz2022-10-151-4/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-1552-213/+150
* qcompilerdetection.h: detect CoverityMarc Mutz2022-10-151-0/+5
* wasm: change logic for copying batchedtestrunner files to build dirDavid Skoland2022-10-151-22/+21
* QOperatingSystemVersion: fix newly introduced Android versionsYuhang Zhao2022-10-152-12/+4
* QAnyStringView: fix MSVC warningYuhang Zhao2022-10-151-5/+9
* CMake: Add filter options to qt_generate_deploy_app_scriptJoerg Bornemann2022-10-152-1/+31
* CMake: Deploy runtime dependencies outside of the Qt prefix tooJoerg Bornemann2022-10-154-31/+128
* CMake: Set RPATH of deployed plugins on LinuxJoerg Bornemann2022-10-152-0/+87
* Don't set QT_PLUGIN_PATH in the deployment test's run environmentJoerg Bornemann2022-10-151-14/+26
* QLibrary: merge duplicated setFileName{,AndVersion} codeThiago Macieira2022-10-141-14/+2
* QDir: use QFileInfo::exists() directlyAhmad Samir2022-10-141-3/+3
* QTabBar: add note about hidding the close buttonAhmad Samir2022-10-141-2/+3
* SQL/OCI: fix compilationChristian Ehrlicher2022-10-142-2/+3
* Update QMutex-noexceptednessMårten Nordheim2022-10-141-1/+1
* Fix DBus cmake component nameMaxime Roussin-Bélanger2022-10-141-1/+1
* SQL/OCI: add missing overide()Christian Ehrlicher2022-10-141-1/+1
* wasm: remove QWasmClipboard::m_isListenerMorten Sørvig2022-10-142-12/+3
* wasm: remove QWasmClipboard::isPasteMorten Sørvig2022-10-142-12/+9
* QComboBox: remove dead codeVolker Hilsheimer2022-10-121-20/+1