summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-149-15/+16
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-141-1/+1
* Port all in-tree addAction() users from postfix to infix QKeySequenceMarc Mutz2021-07-143-13/+13
* QDuplicateTracker: simplify the implementationMarc Mutz2021-07-131-21/+21
* QSslContext: remove unused fromConfiguration()Marc Mutz2021-07-133-10/+1
* Use module interface name as OUTPUT_NAMEAlexey Edelev2021-07-131-1/+4
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-1312-348/+205
* QWidget: copy Q{Menu,ToolBar}::addActions() functionsMarc Mutz2021-07-132-1/+176
* QPainter: replace manual memory management [2/5]: state/statesMarc Mutz2021-07-132-25/+29
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* QNetworkRequest: Fix decompression safety-check threshold docsMårten Nordheim2021-07-131-2/+2
* QStringList benchmark: fix the [[nodiscard]] warningsMarc Mutz2021-07-131-3/+3
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-137-35/+77
* QNetworkInformation: Give the manual test a GUIMårten Nordheim2021-07-132-2/+76
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-131-2/+3
* Don't repeat conditions of use_*_linker features in QtFeature.cmakeJoerg Bornemann2021-07-132-55/+62
* Move the logic associated with platform definition directoryAlexey Edelev2021-07-132-28/+30
* QDuplicateTracker: fix the static buffer size calculationMarc Mutz2021-07-131-1/+7
* Don't use a deprecated function if built/linked with OpenSSL v3Timur Pocheptsov2021-07-132-1/+20
* Remove code paths no longer used after QML CMake API refactoringCraig Scott2021-07-131-33/+10
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-132-1/+13
* Use RAII object to skip pending sorts in QTreeWidgetAndreas Buhr2021-07-122-19/+9
* 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