summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* Make some lists const and use ranged-for to iterate themEdward Welbourne2021-07-151-8/+9
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-152-0/+31
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-151-4/+8
* Tidy up qtestcase.cpp's WatchDogEdward Welbourne2021-07-151-6/+11
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-158-111/+119
* QGradient: optimize empty stopsMarc Mutz2021-07-141-3/+4
* Make locale ordering transitiveEdward Welbourne2021-07-144-44/+44
* Hold QRingBuffer and QNonContiguousByteDevice in shared_ptrMarc Mutz2021-07-149-39/+45
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-141-4/+5
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-141-2/+11
* QPainter: replace manual memory management [3/5]: engineMarc Mutz2021-07-142-8/+14
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-141-12/+7
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-141-1/+1
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-147-28/+52
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-145-6/+6
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* Fix qdoc warning: signal is not constVolker Hilsheimer2021-07-141-1/+1
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-141-5/+5
* QDuplicateTracker: accept the number of elements to reserve as a ctor argumentMarc Mutz2021-07-147-11/+14
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-141-1/+1
* QDuplicateTracker: simplify the implementationMarc Mutz2021-07-131-21/+21
* QSslContext: remove unused fromConfiguration()Marc Mutz2021-07-133-10/+1
* QMenu/QToolBar: remove addAction() functionsMarc Mutz2021-07-1311-348/+192
* 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
* QObject: optimize the common case of findChildren(QString())Marc Mutz2021-07-135-34/+74
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-131-2/+3
* 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-131-1/+9
* Use RAII object to skip pending sorts in QTreeWidgetAndreas Buhr2021-07-122-19/+9
* 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