summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CMake: Handle single- and multi-config differences more robustlyCraig Scott2021-07-161-6/+7
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-162-74/+40
* CMake: Fix qt6_extract_metatypes json file generation ruleAlexandru Croitor2021-07-161-39/+23
* QListView: don't scroll if selected items are removedVolker Hilsheimer2021-07-161-0/+2
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-161-4/+8
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-169-25/+99
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-157-28/+52
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-151-3/+8
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-151-5/+5
* Android: Fix unnecessary clipboard data accessMike Achtelik2021-07-151-12/+7
* Change QNativeGestureEvent::deltas() to QPointFShawn Rutledge2021-07-155-6/+6
* Point out that QTreeView's expandAll/expandToDepth don't fetch dataVolker Hilsheimer2021-07-151-2/+11
* Respect style sheet rules for checked and selected menu itemsVolker Hilsheimer2021-07-151-1/+1
* QLocalSocket/Win: destroy the pipe before emitting final signalsAlex Trotsenko2021-07-151-4/+5
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-148-111/+119
* Make locale ordering transitiveEdward Welbourne2021-07-144-44/+44
* Use base style when drawing item view item with only indicator styledVolker Hilsheimer2021-07-141-5/+9
* Support styled menu icons in otherwise unstyled menu itemsVolker Hilsheimer2021-07-142-30/+48
* Fix qdoc warning: signal is not constVolker Hilsheimer2021-07-141-1/+1
* QDuplicateTracker: port reserve() from int to qsizetypeMarc Mutz2021-07-131-1/+1
* QDuplicateTracker: reserve() for at least Prealloc elementsMarc Mutz2021-07-131-2/+3
* QLineEdit: don't change layout direction on keyboard inputVolker Hilsheimer2021-07-131-4/+1
* 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
* QTableView: fix selection with rows and cells in ExtendedSelection modeChristian Ehrlicher2021-07-132-5/+4
* macOS: Don't mangle QByteArray settings with @ prefix by decoding as UTF-8Tor Arne Vestbø2021-07-131-1/+9
* Remove code paths no longer used after QML CMake API refactoringCraig Scott2021-07-131-33/+10
* 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
* QNetworkRequest: Rename (set)minimumArchiveBombSizeMårten Nordheim2021-07-127-19/+19
* CMake: Simplify resource setup in WASM platform pluginJoerg Bornemann2021-07-121-7/+5
* macOS: Don't make frameless tool windows miniaturizableVolker Hilsheimer2021-07-121-2/+4
* Fix QTextFormat::FullWidthSelection for right-to-left text layoutsOliver Eftevaag2021-07-101-4/+11
* Fix C++20 compilation of androiddeployqtMarc Mutz2021-07-091-3/+3
* Dont's use DTLS_MAX_VERSION when setting SSL_CTXTimur Pocheptsov2021-07-091-2/+2
* Diffie-Hellman parameters: remove useless 'fix'Timur Pocheptsov2021-07-093-58/+0
* QMap::erase - extend docs to specify iterator limitationsIvan Solovev2021-07-091-0/+4
* macOS: fix drawing of pushbuttons of non-standard sizeVolker Hilsheimer2021-07-091-25/+36
* CMake: Use correct MSVC runtime library for Qt object librariesAlexandru Croitor2021-07-091-0/+1
* CMake: Don't give plugins PUBLIC usage requirementsJoerg Bornemann2021-07-097-8/+7
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-091-1/+3
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-091-1/+1
* Let androiddeployqt write a dependency fileAndreas Buhr2021-07-096-65/+176
* 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
* QProperty: Downgrade assert in noSelfDependencies to warningFabian Kosmale2021-07-071-1/+4
* Doc: Fix documentation warnings for QRgbaFloatTopi Reinio2021-07-071-4/+10
* Fix placement of placeholder text in QLineEdits with action iconsVolker Hilsheimer2021-07-062-5/+9
* Fix QStringEncoder code exampleNicolas Fella2021-07-061-1/+1