summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-128-17/+30
* Inline one method as per ###Qt6Lars Knoll2020-09-122-8/+6
* Remap QMetaType ids to create more space for builtin typesLars Knoll2020-09-122-54/+90
* 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
* 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-124-75/+321
* QMetaContainer: Add an "input" iterator capabilityUlf Hermann2020-09-122-3/+24
* 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-123-0/+18
* Replace qreal with float in QColorAllan Sandfeld Jensen2020-09-112-224/+224
* QAuthenticatorPrivate::parseHttpResponse: mark "host" as unusedMårten Nordheim2020-09-111-0/+3
* Minimal ABI necessary for future optimized QPixmapAllan Sandfeld Jensen2020-09-112-1/+44
* 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
* Clang 10: Fix missing-exception-spec error on WindowsKai Koehne2020-09-111-0/+1
* Doc: Improve WinTab license informationKai Koehne2020-09-111-2/+2
* Revert "Remove timeStep parameter from QAnimationDrive::advanceAnimation"Lars Knoll2020-09-113-14/+19
* QAuthenticator: condition using GSSAPI on credentials availabilityMårten Nordheim2020-09-114-14/+65
* Rename QMetaSequence's "elements" to "values"Ulf Hermann2020-09-113-176/+176
* 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
* 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
* Fix build with -trace lttngJoerg Bornemann2020-09-114-2/+17
* Interbase: Add support for the boolean typeAndy Shaw2020-09-112-2/+23
* Android: Pass the parsed URI if it fails to get permission on 23 or lessAndy Shaw2020-09-111-0/+4
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-114-4/+4
* QVariant: guard usage of fromType.metaObject()Richard Moe Gustavsen2020-09-111-1/+1
* Do not expose xlib as public dependency of QtGuiJoerg Bornemann2020-09-116-3/+8
* Do not expose ATSPI as public dependency of QtGuiJoerg Bornemann2020-09-113-3/+3
* CMake: Re-generate src/gui/CMakeLists.txtJoerg Bornemann2020-09-112-24/+44
* Document that this method got added in 6.0Lars Knoll2020-09-111-0/+1
* QAuthenticator(Negotiate): Try provided credentialMårten Nordheim2020-09-101-4/+17
* QAuthenticator: Don't use Negotiate if unsupportedMårten Nordheim2020-09-101-0/+2
* Get rid of qtconcurrentexception.hLars Knoll2020-09-103-67/+0
* QNAM: Enable HTTP/2 by defaultMårten Nordheim2020-09-104-14/+16