summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QColorTrcLut: hold in shared_ptrMarc Mutz2021-07-127-32/+37
* 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
* Warn on any PUBLIC usage requirements specified for Qt pluginsJoerg Bornemann2021-07-121-1/+1
* QSslSocketPrivate: optimize unixRootCertDirectories()Marc Mutz2021-07-121-9/+15
* CMake: Remove the usage of QT_SOURCE_TREE from testsJoerg Bornemann2021-07-126-10/+3
* 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-123-0/+22
* 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
* tst_QtConcurrentThreadEngine: fix the threadCount() testSona Kurazyan2021-07-121-8/+4
* Fix some documentation warningsAndreas Buhr2021-07-122-2/+2
* configure: Note that -linker works also with clangFabian Kosmale2021-07-121-1/+1
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-123-5/+76
* 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
* tst_QSharedPointer: fix -Wsuggest-override warningsMarc Mutz2021-07-091-7/+7
* QString benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-091-3/+3
* tst_QFile: fix GCC -Wignored-qualifiersMarc Mutz2021-07-091-2/+5
* 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
* Fix global header exclusion regexAlexey Edelev2021-07-091-1/+1
* cldr.py: Avoid raising StopIteration from generatorsIevgenii Meshcheriakov2021-07-091-5/+10
* CMake: Fix reconfiguration error when features have EMIT_IF conditionsAlexandru Croitor2021-07-091-4/+13
* CMake: Rename and document the feature evaluation functionsAlexandru Croitor2021-07-091-25/+60
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-094-8/+14
* CMake: Place internal apps in the correct output directoryAlexandru Croitor2021-07-094-23/+31
* Fix auto completion in QFileDialog on WindowsVolker Hilsheimer2021-07-092-1/+22
* Hide QT_USE_BUNDLED_ CACHE variables from GUIAlexey Edelev2021-07-081-2/+2
* Make QT_HAVE_LINK_ORDER_MATTERS INTERNAL to hide from GUIAlexey Edelev2021-07-081-2/+2
* Fix qt_error_string() and QSystemError::string's lack of i18nThiago Macieira2021-07-081-2/+7
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-082-9/+58
* corelib: update debug_script to python 3Cristian Maureira-Fredes2021-07-081-5/+5
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-086-65/+176
* CMake: Set IMPORTED_{SONAME|IMPLIB} for shared libs onlyJoerg Bornemann2021-07-081-9/+32
* Fix build of Debug projects against debug-and-release non-prefix QtJoerg Bornemann2021-07-081-2/+21
* QLocalSocket/Win: reimplement skipData() functionAlex Trotsenko2021-07-084-1/+81
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-082-1/+18
* Test Q_CLASSINFO("foobar", #__VA_ARGS__) in tst_mocAndrei Golubev2021-07-081-0/+18
* QDBusMarshaller: fix -Wformat-overflowMarc Mutz2021-07-082-26/+16