summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* macos: Rename macos style to macOSRichard Moe Gustavsen2020-09-115-5/+5
* QVariant: guard usage of fromType.metaObject()Richard Moe Gustavsen2020-09-111-1/+1
* [QtCore] QDateTime: switch from newRow to addRow in unit testsAndreas Buhr2020-09-111-4/+4
* [QtCore] Adapt QDateTime unit tests to use QByteArrayAndreas Buhr2020-09-111-8/+8
* CMake: Implement configure -qpaJoerg Bornemann2020-09-112-1/+2
* 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: Introduce qt-configure-moduleJoerg Bornemann2020-09-113-0/+93
* CMake: Re-generate src/gui/CMakeLists.txtJoerg Bornemann2020-09-112-24/+44
* Fix markdown syntax in cmake/README.mdJoerg Bornemann2020-09-111-1/+1
* Remove the -no-compile-examples configure switchJoerg Bornemann2020-09-118-29/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-11151-772/+808
* Document that this method got added in 6.0Lars Knoll2020-09-111-0/+1
* tst_QTimer::remainingTime(): get rid of QTest::currentTestFailed()Jarek Kobus2020-09-101-8/+11
* 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-105-15/+16
* Doc: Compile snippets only when running testsPaul Wicking2020-09-106-32/+42
* Doc: Clean up widget snippets projectPaul Wicking2020-09-1014-27/+27
* CMake: Fix generation of XXX_tracepoints.cppJoerg Bornemann2020-09-101-1/+1
* CMake: Fix race condition in -trace configured buildJoerg Bornemann2020-09-101-0/+5
* CMake: Fix call to tracegen when cross-compiling toolsJoerg Bornemann2020-09-101-2/+10
* Introduce QProcess::startCommand(QString, OpenMode)Joerg Bornemann2020-09-104-3/+60
* CMake: Re-generate configure.cmake filesJoerg Bornemann2020-09-103-2/+15
* configurejson2cmake: Handle expressions of the form "foo != 0"Joerg Bornemann2020-09-101-0/+2
* CMake: Document more configure argument mappingsJoerg Bornemann2020-09-101-57/+66
* Android: use bin for instead of QT6_HOST_INFO_BINDIRAssam Boudjelthia2020-09-101-3/+3
* Cleanup ProString::append/prependLars Knoll2020-09-102-55/+38
* [macOS] Add native virtual key code to modifier keysMichael Brüning2020-09-101-9/+18
* Doc: explain how to blacklist QML tests on certain platformsMitch Curtis2020-09-101-2/+20
* Fix a rather sloppy test case in tst_QSslKeyTimur Pocheptsov2020-09-101-6/+51
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-104-26/+26
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-103-33/+45
* Remove '\0' space reservation logic in QByteArrayAndrei Golubev2020-09-102-25/+39
* Cleanup PageSize enum for Qt6Allan Sandfeld Jensen2020-09-103-157/+8