summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-014-13/+15
* Update QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENTIikka Eklund2021-10-011-1/+1
* Disable the dnslookup feature for INTEGRITYJoerg Bornemann2021-10-012-1/+2
* Don't export Qt6::ATSPI2_nolink target in Qt6GuiTargets.cmakeJoerg Bornemann2021-10-012-12/+32
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-012-4/+4
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-012-2/+32
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-013-15/+74
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* CMake: Warn if cmake_minimum_required has an unsupported low versionAlexandru Croitor2021-10-017-2/+124
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-013-21/+169
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-307-8/+11
* CMake: Introduce QT_BUILD_ONLINE_DOCS flag for documentation buildsTopi Reinio2021-09-301-2/+10
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-302-3/+2
* Specify Android architecture in gradle filesAndreas Buhr2021-09-302-1/+8
* windows qpa: Handle invisible child windows gracefully on dpi changesOliver Wolff2021-09-301-0/+2
* Rename variable to not reference Qt5Andreas Buhr2021-09-302-4/+8
* Add error messages in case system library directory does not existAndreas Buhr2021-09-301-2/+10
* QMetaType: Expand and clean up converter/view function documentationFabian Kosmale2021-09-303-30/+118
* Remove hack fix from vulkan qnx buildingDan Ackers2021-09-301-1/+0
* Avoid generating large pdf files when using dashed cosmetic pensEirik Aavitsland2021-09-291-8/+8
* PDF generation: disentangle native pen from transformsEirik Aavitsland2021-09-292-7/+15
* Fix separate_debug_info configure test for cross-compilationJoerg Bornemann2021-09-292-1/+3
* CMake: Only write device prefix to target_qt.conf if necessaryJoerg Bornemann2021-09-291-1/+3
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-292-0/+57
* Fix memory leakJiDe Zhang2021-09-292-0/+2
* rhi: gl: Do not issue memory barriers when we do not have toLaszlo Agocs2021-09-281-8/+66
* Accessibility Linux: Fix caps lock stateSamuel Thibault2021-09-282-10/+8
* Don't clear focus if setParent doesn't change the parentVolker Hilsheimer2021-09-283-5/+97
* Add testing of QPdfWriter output to QPainter lancelot testEirik Aavitsland2021-09-282-1/+103
* Update the COPYRIGHT.txt fileEirik Aavitsland2021-09-281-2/+2
* Preserve QImage metadata when converting format with color tableEirik Aavitsland2021-09-282-1/+8
* QThread: Remove superfluous initialization of threadId on UnixIevgenii Meshcheriakov2021-09-281-1/+3
* Use Yu Gothic UI as the main fallback font for JapaneseEskil Abrahamsen Blomfeldt2021-09-281-0/+1
* pro2cmake: Generate public CMake API code for projects by defaultAlexandru Croitor2021-09-271-4/+43
* pro2cmake: Augment searching of .qmake.conf with .cmake.confAlexandru Croitor2021-09-271-42/+58
* CMake: Show error in user projects if wasm toolchain file not foundAlexandru Croitor2021-09-274-5/+31
* CMake: Get toolchain file path from EMSDK env for Wasm user projectsAlexandru Croitor2021-09-272-1/+18
* CMake: Split and clean up WebAssembly auto-detection codeAlexandru Croitor2021-09-273-35/+83
* QPlugin: don't use QFile::read() if map() fails on UnixThiago Macieira2021-09-241-2/+15
* tst_qplugin{,loader}: make it pass on MacsThiago Macieira2021-09-241-6/+6
* macOS: send enter/leave when a window opens/closesVolker Hilsheimer2021-09-243-3/+160
* macOS: Don't pretend like our backing store is a QRasterBackingStoreTor Arne Vestbø2021-09-242-2/+2
* Fix compile error on AndroidLars Knoll2021-09-241-2/+0
* Revert "QProcess: do not emit aboutToClose() twice"Alex Trotsenko2021-09-242-2/+1
* Add docs for qt_extract_metatypes()Craig Scott2021-09-242-20/+85
* Add docs for qt_set_finalizer_mode()Craig Scott2021-09-244-20/+116