summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Wrap benchmarks with cmake scriptAlexey Edelev2020-12-111-42/+57
* CMake: Use test wrapper to run android testsAlexey Edelev2020-12-112-78/+168
* CMake: Improve tests wrapper arguments handlingAlexey Edelev2020-12-111-2/+15
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-111-8/+2
* secureudpclient - a speculative fix for non-reproducible crashTimur Pocheptsov2020-12-111-0/+5
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+1
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-1035-60/+193
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-101-0/+1
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-102-3/+3
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-102-0/+8
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-093-5/+25
* Android: Qml accessibility fixesPiotr Mikolajczyk2020-12-0911-20/+210
* CMake: Document some missing configure cmake mappingsLi Xinwei2020-12-091-5/+5
* QList: update docsIvan Solovev2020-12-091-40/+48
* Fix tst_qlineedit for offscreen rendering and tiling window managersAndreas Buhr2020-12-091-3/+8
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* QCborValue & QCborStreamReader tests: fix warning about %llx on 32-bitThiago Macieira2020-12-081-6/+6
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1
* CMake: Do not write Effective[Source]Paths to target_qt.confJoerg Bornemann2020-12-081-17/+0
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Shortcut QImage::convertTo when no conversion is necessaryAllan Sandfeld Jensen2020-12-081-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-084-2/+39
* Offer to build manual tests through QT_BUILD_MANUAL_TESTSAleix Pol2020-12-082-2/+4
* Fix highdpi conversion of QTabletEvent coordinates on xcbShawn Rutledge2020-12-081-4/+2
* macOS: Always allow interacting with popup windows during modal sessionTor Arne Vestbø2020-12-081-0/+8
* tst_QCborValue: adjust the size of the minimum string that won't fitThiago Macieira2020-12-081-1/+3
* QCborStreamReader::next: don't allocate too much memory in a QBAThiago Macieira2020-12-083-25/+31
* QCborStreamReader: move the UTF-8 decoding into readStringChunkThiago Macieira2020-12-071-37/+109
* QCborStreamReader: remove the lambdas from decodeStringFromCbor()Thiago Macieira2020-12-071-43/+32
* QCborValue: avoid allocating result if data is insufficientThiago Macieira2020-12-085-59/+82
* QCborStreamReader: avoid allocating result if data is insufficientThiago Macieira2020-12-084-29/+70
* CMake: Force crosscompiling_emulator to empty string if not foundAlexey Edelev2020-12-071-3/+6
* PCRE: update to 10.36Giuseppe D'Angelo2020-12-0734-13242/+4166
* Fix QPropertyAlias example, which did not compileAndreas Buhr2020-12-071-3/+3
* macOS: Don't hard-code x86_64 as the architecture when using qmakeTor Arne Vestbø2020-12-075-10/+30
* Fix typo in external-resources.qdocAndreas Buhr2020-12-071-1/+1
* Doc: Add -qt-host-path to configure's help screenJoerg Bornemann2020-12-072-1/+2
* CMake: Add extra targets to run single benchmark using CMake generatorAlexey Edelev2020-12-075-32/+54
* QStyleAnimation: make sure the last frame of animation is renderedWang Chuan2020-12-071-2/+2
* Fix QProperty example so that comments match implementationAndreas Buhr2020-12-071-1/+1