summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-126-30/+36
* QMultiMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-121-0/+4
* macOS: Map QSurfaceFormat color space to NSWindow via ICC dataTor Arne Vestbø2021-07-121-2/+5
* QSslSocketPrivate: optimize unixRootCertDirectories()Marc Mutz2021-07-121-9/+15
* CMake: Use QtBase_SOURCE_DIR instead of QT_SOURCE_TREEJoerg Bornemann2021-07-124-4/+4
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5
* Move IsSequentialContainer tagging to the appropriate macroArno Rehn2021-07-121-10/+13
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-122-0/+11
* QLocalServer/Unix: don't allocate QTemporaryDir just to make it optional<>Marc Mutz2021-07-121-2/+4
* QObject: make new-style-connects SFINAE-friendlyMarc Mutz2021-07-121-2/+8
* QGuiApplication: remove Windows-only variable from non-Windows buildsMarc Mutz2021-07-121-0/+2
* Fix some documentation warningsAndreas Buhr2021-07-122-2/+2
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-122-5/+4
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-121-2/+4
* QNonContiguousByteDevice: ++explicitMarc Mutz2021-07-101-5/+5
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Diffie-Hellman parameters: remove useless 'fix'Timur Pocheptsov2021-07-093-58/+0
* Dont's use DTLS_MAX_VERSION when setting SSL_CTXTimur Pocheptsov2021-07-091-2/+2
* QUuid: remove Windows-only pre-C++11 constructor implementationMarc Mutz2021-07-091-11/+0
* QColorTrcLut: don't inherit from QEnableSharedFromThisMarc Mutz2021-07-091-1/+1
* macOS: fix drawing of pushbuttons of non-standard sizeVolker Hilsheimer2021-07-091-25/+36
* add todo comment for Qt 7Andreas Buhr2021-07-091-0/+2
* Fix C++20 compilation of androiddeployqtMarc Mutz2021-07-091-3/+3
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-091-0/+1
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-091-0/+3
* Fix qt_error_string() and QSystemError::string's lack of i18nThiago Macieira2021-07-081-2/+7
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-1/+1
* corelib: update debug_script to python 3Cristian Maureira-Fredes2021-07-081-5/+5
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-086-65/+176
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-083-1/+26
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-1/+3
* QDBusMarshaller: fix -Wformat-overflowMarc Mutz2021-07-082-26/+16
* QCryptographicHash: share more code between switch casesMarc Mutz2021-07-081-32/+8
* Use QCryptographicHash::hash() more widelyMarc Mutz2021-07-073-13/+5
* QUuid: clean up pre C++11 constructorsMarc Mutz2021-07-081-26/+0
* QTest: remove unneeded cast in toPrettyUnicode()Marc Mutz2021-07-071-2/+2
* QLocalSocket/Win: fix typo in function nameAlex Trotsenko2021-07-071-3/+3
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* QTest: there's no toString(QImage)Marc Mutz2021-07-071-1/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-077-8/+7
* qSwap: make it constexprGiuseppe D'Angelo2021-07-071-1/+1
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* QCryptographicHash: don't allocate a Private in hash()Marc Mutz2021-07-061-2/+2
* QCryptographicHash: move salient API to Private classMarc Mutz2021-07-061-149/+168
* QJsonValue: add rvalue overloads for QJsonArray and QJsonObject ctorsMarc Mutz2021-07-065-0/+45
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1
* macOS 10.15: Fix focus frame for combo boxesVolker Hilsheimer2021-07-061-0/+2
* QCryptographicHash: extract a constexpr hashLengthInternalMarc Mutz2021-07-061-46/+51