summaryrefslogtreecommitdiffstats
path: root/src
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-178-63/+36
* 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: Re-implement configure/qmake's command line handling in CMakeJoerg Bornemann2020-08-179-0/+87
* 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
* Disentangle QIODevice dependenciesLars Knoll2020-08-1522-48/+127
* 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-152-14/+32
* Constrain the debug stream operators for containersLars Knoll2020-08-152-12/+35
* Make QVariant(Type) and QVariant(QDataStream) explicitLars Knoll2020-08-151-2/+2
* Deprecate QVariant::Type uses in QSqlFieldLars Knoll2020-08-159-82/+142
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-1542-74/+52
* 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
* CMake: Split out some Android functions into a public API fileAlexandru Croitor2020-08-143-1/+267
* CMake: Fix copying of gradle resources in non-prefix buildsAlexandru Croitor2020-08-141-8/+7
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-1495-1732/+1697
* 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-145-2/+96
* QAtomic*: purge deprecated load() and save() methodsEdward Welbourne2020-08-144-68/+6
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-144-106/+1
* 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
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-1311-118/+96
* Set default redirect policy to NoLessSafeRedirectPolicyFrederik Gladhorn2020-08-136-39/+22
* QNAM: Don't error out if the server doesn't support any ALPN we requestMårten Nordheim2020-08-131-2/+2
* QNAM: Don't close the connection due to not having a layer preferenceMårten Nordheim2020-08-131-2/+5
* QNAM: HTTP/2: Set user-agent for the HTTP proxy's headerMårten Nordheim2020-08-131-4/+13
* QNAM: Fix proxy auth handling when requesting but not yet changed to h2Mårten Nordheim2020-08-132-2/+4
* Windows QPA: Fix omitted Drop eventAndre de la Rocha2020-08-131-17/+6
* CMake: Allow specifying a sysconfdir that's outside the prefixAlexandru Croitor2020-08-131-1/+1
* De-inline QIODevice::write(const QByteArray &)Alex Trotsenko2020-08-132-4/+7
* Fix conversions to JSON from QVariantSona Kurazyan2020-08-137-20/+77
* Restrict QVariant::isNull() behaviorLars Knoll2020-08-135-180/+18
* Restrict comparison of variantsLars Knoll2020-08-131-38/+82