summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Compile on QNX after QFlags constructor deprecationThiago Macieira2020-09-131-2/+2
* Silence warnings from using deprecated CUPS APIsLars Knoll2020-09-131-0/+6
* Fix compiler warnings about missing overridesLars Knoll2020-09-1323-140/+154
* Use universal C++20 bit operations when availableAllan Sandfeld Jensen2020-09-133-19/+67
* Interbase: Handle EXECUTE BLOCK statements correctlyAndy Shaw2020-09-132-0/+29
* Restore qWait() implementationLars Knoll2020-09-132-4/+21
* Revert "CMake: Fix usage of find_dependency()"Lars Knoll2020-09-135-36/+53
* Revert "CMake: Reduce the number of find_dependency calls"Lars Knoll2020-09-133-11/+14
* Revert "CMake: Add facility to mark package dependencies as optional"Lars Knoll2020-09-135-44/+17
* Revert "CMake: Make the Vulkan dependency of QtGui optional"Lars Knoll2020-09-131-1/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-1227-267/+114
* Remove some dead codeLars Knoll2020-09-122-160/+0
* Remove two comments that don't make any senseLars Knoll2020-09-121-2/+0
* Fix generated forward declarations in qdbusxml.cppLars Knoll2020-09-122-7/+5
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-1226-41/+54
* Inline one method as per ###Qt6Lars Knoll2020-09-122-8/+6
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-123-55/+91
* Small doc fixLars Knoll2020-09-121-1/+1
* Fix uninitialized variableLars Knoll2020-09-121-0/+3
* 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