summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* CMake: Make the Vulkan dependency of QtGui optionalJoerg Bornemann2020-09-121-1/+1
* CMake: Add facility to mark package dependencies as optionalJoerg Bornemann2020-09-125-17/+44
* CMake: Reduce the number of find_dependency callsJoerg Bornemann2020-09-123-14/+11
* CMake: Fix usage of find_dependency()Joerg Bornemann2020-09-125-53/+36
* cmake: Re-enable qcoreapplication and qtimer testsTor Arne Vestbø2020-09-124-2/+95
* QtSql: enhance documentationChristian Ehrlicher2020-09-121-0/+8
* Partially revert "Inline QTest::qSleep()"Lars Knoll2020-09-124-20/+32
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-123-0/+48
* Make QMetaSequence's d_ptr constUlf Hermann2020-09-121-1/+1
* Provide methods for adding values to a sequential iterableUlf Hermann2020-09-126-84/+343
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-123-5/+28
* Fix documentations string in QPagedPaintDeviceNicolas Fella2020-09-121-1/+1
* QStyle: return 'Fusion' instead of 'fusion'Richard Moe Gustavsen2020-09-125-6/+6
* QAbstractSpinBox: don't emit update signals twiceRichard Moe Gustavsen2020-09-121-1/+1
* Remove dead code and obsolete commentVolker Hilsheimer2020-09-121-8/+0
* QAbstractItemView: add virtual itemDelegateForIndexVolker Hilsheimer2020-09-127-41/+61
* QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)Timur Pocheptsov2020-09-127-1/+50
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-114-303/+303
* QAuthenticatorPrivate::parseHttpResponse: mark "host" as unusedMårten Nordheim2020-09-111-0/+3
* CMake: Provide way to register extra tool package dependenciesAlexandru Croitor2020-09-112-2/+50
* CMake: Fix rpaths set for Qt internal apps like DesignerAlexandru Croitor2020-09-112-4/+13
* Minimal ABI necessary for future optimized QPixmapAllan Sandfeld Jensen2020-09-112-1/+44
* [QtCore] Fix QDateTime unit test: time zone of system was usedAndreas Buhr2020-09-111-10/+9
* Fix Qt6 related comments in qdebugLars Knoll2020-09-112-45/+33
* Cleanup QGradientLars Knoll2020-09-113-51/+25
* Remove Qt6 related commentLars Knoll2020-09-111-1/+0
* Get rid of QEnableIfLars Knoll2020-09-112-9/+3
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Fix warnings coming from using the deprecated overload of qCheckSumLars Knoll2020-09-112-3/+3
* CMake: Fix build with Clang on WindowsKai Koehne2020-09-111-0/+6
* Clang 10: Fix missing-exception-spec error on WindowsKai Koehne2020-09-111-0/+1
* Doc: Improve WinTab license informationKai Koehne2020-09-111-2/+2
* CMake: Fix qt-configure-module for modules without qt_cmdline.cmakeJoerg Bornemann2020-09-111-2/+4
* CMake: Fix running qt-configure-module.bat without argumentsJoerg Bornemann2020-09-111-0/+1
* CMake: Take MODULE_INCLUDE_NAME into account when installingJoerg Bornemann2020-09-111-8/+9
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-114-16/+21
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-115-17/+68
* GitHub Actions: Fix workflow fileCristian Adam2020-09-111-6/+5
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-115-221/+221
* Prepare QSequentialIterable for non-const operationUlf Hermann2020-09-112-12/+66
* QAuthenticator: move debug printing to a logging categoryMårten Nordheim2020-09-111-1/+5
* QAuthenticator: Don't reset phase on every set* callMårten Nordheim2020-09-111-11/+30
* tst_QNetworkReply: Avoid race in ioGetFromHttpWithAuthMårten Nordheim2020-09-111-1/+5
* QAuthenticator: Don't assume we haven't tried the URL credentialsMårten Nordheim2020-09-111-3/+4
* QAuthenticator: Don't assume cached credentials are newMårten Nordheim2020-09-111-1/+2
* rhi: gl: Fix shader cache with unstable vertex input locationsLaszlo Agocs2020-09-112-38/+74
* CMake: Implement configure -ltcgJoerg Bornemann2020-09-114-5/+56
* Fix build with -trace lttngJoerg Bornemann2020-09-114-2/+17
* Interbase: Add support for the boolean typeAndy Shaw2020-09-114-6/+32
* Android: Pass the parsed URI if it fails to get permission on 23 or lessAndy Shaw2020-09-111-0/+4