summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make QCursor constructor explicit to prevent comparison of QPixmapVolker Hilsheimer2020-08-173-4/+6
* Move QDesktopWidget API used by QApplication into QDesktopWidgetVolker Hilsheimer2020-08-173-10/+15
* Introduce QWidget::setScreenVolker Hilsheimer2020-08-1714-64/+239
* Remove call to static QGuiApplication::keyboardModifiers methodVolker Hilsheimer2020-08-171-2/+2
* QDecompressHelper: Fix warnings in zstd codeMårten Nordheim2020-08-171-4/+1
* Add missing 'We mean it' header to qwindowsmime_p.hKai Koehne2020-08-171-0/+11
* Remove 'less than' comparison methodJonas Karlsson2020-08-171-7/+0
* Fix a valgrind warning about accessing uninitialized memoryLars Knoll2020-08-171-1/+1
* Remove dead code in qrandomVolker Hilsheimer2020-08-171-25/+0
* macOS: Check if the base of the style as well if it is a QProxyStyleAndy Shaw2020-08-171-1/+4
* rhi: QRhiGles2 use proper texture target for multisampled texturesPaul Lemire2020-08-172-3/+18
* CMake: De-duplicate list input handling code in QtProcessConfigureArgsJoerg Bornemann2020-08-171-13/+10
* CMake: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-1713-100/+997
* Reset version of QStyleOption types to 1 for Qt 6Volker Hilsheimer2020-08-161-10/+10
* Purge versioned style options from UICVolker Hilsheimer2020-08-161-12/+0
* Fix compiler warning about implict cast to doubleLars Knoll2020-08-161-1/+1
* Fix test with cmake buildLars Knoll2020-08-161-1/+1
* Disentangle QIODevice dependenciesLars Knoll2020-08-1524-50/+130
* Add overload for char to QDataStreamLars Knoll2020-08-151-0/+8
* Some work to handle enums that are larger than 32bitLars Knoll2020-08-152-3/+3
* Remove friend declarations that aren't requiredLars Knoll2020-08-152-4/+7
* Small cleanupLars Knoll2020-08-151-2/+2
* Constrain the data stream operators for containersLars Knoll2020-08-154-18/+46
* Constrain the debug stream operators for containersLars Knoll2020-08-153-12/+41
* Make QVariant(Type) and QVariant(QDataStream) explicitLars Knoll2020-08-151-2/+2
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-1516-217/+277
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-1549-123/+101
* Android: Be more verbose about which binary is not foundAlexandru Croitor2020-08-151-2/+3
* Allow constructing a null variant from a meta typeLars Knoll2020-08-141-1/+1
* GitHub Actions: Fix actions buildCristian Adam2020-08-141-6/+5
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-145-241/+270
* CMake: Fix various issues with building CMake Android projectsAlexandru Croitor2020-08-141-10/+37
* CMake: Move QtPostProcess functions into QtPostProcessHelpers.cmakeAlexandru Croitor2020-08-143-641/+647
* CMake: Fix copying of gradle resources in non-prefix buildsAlexandru Croitor2020-08-141-8/+7
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-14117-1781/+1746
* CMake: Split QtBuild.cmake into smaller filesAlexandru Croitor2020-08-1432-5819/+5829
* Doc: Change QPixmap::grabWindow with QScreen::grabWindowAndy Shaw2020-08-141-1/+1
* Drop qunicodecharGiuseppe D'Angelo2020-08-141-6/+1
* QDecompressHelper: Introduce zstd supportMårten Nordheim2020-08-1413-2/+252
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-144-68/+6
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-1411-200/+2
* QVariant: remove docs for non-existent deprecated methodsEdward Welbourne2020-08-141-40/+0
* QObject/Q_OBJECT: remove deprecated old APIEdward Welbourne2020-08-142-21/+2
* QCoreApplication: purge deprecated APIEdward Welbourne2020-08-142-84/+2
* QQueue: purge deprecated API, swap(i, j)Edward Welbourne2020-08-141-5/+0
* CMake: Allow opting out of global target promotionAlexandru Croitor2020-08-131-2/+19
* CMake: Extend configure-cmake-mapping.mdJoerg Bornemann2020-08-131-44/+36
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-1312-137/+115
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-138-51/+34
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2