summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Don't create ${target}_qml_files target any moreCraig Scott2021-07-191-8/+3
* locale_database: Use argparse module to parse command line argumentsIevgenii Meshcheriakov2021-07-173-72/+71
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-176-140/+131
* Add note about precision of QNativeGestureEvent::delta; fix in Qt 7Shawn Rutledge2021-07-172-5/+19
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-1710-66/+53
* Fix generated pri and prl filesLi Xinwei2021-07-165-6/+17
* 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-163-75/+41
* 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-162-0/+71
* CMake: Apply bitcode flags to internal plugin object lib initializersAlexandru Croitor2021-07-163-4/+12
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-165-2/+28
* CMake: Fix bitcode linker flags not to be added on iOSAlexandru Croitor2021-07-161-1/+0
* Change QCollator's default locale to QLocale().collation()Edward Welbourne2021-07-161-4/+8
* Fix qdbusperformance and qprocess benchmarksEdward Welbourne2021-07-163-6/+12
* QMultiMap: extend unit testsIvan Solovev2021-07-161-143/+581
* QMap: extend unit testsIvan Solovev2021-07-161-4/+301
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-1610-26/+113
* Add test for native interface machineryTor Arne Vestbø2021-07-163-0/+129
* CMake: Don't give plugins PUBLIC usage requirements part 2Alexandru Croitor2021-07-1513-19/+16
* CMake: Force Integrity to be a static Qt buildAlexandru Croitor2021-07-151-16/+24
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-157-28/+52
* QCryptographicHash test: remove the moreThan4GiBOfData(SHA512) check from the CIMarc Mutz2021-07-151-2/+5
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-154-188/+188
* locale_database: Use super() to call base class methodsIevgenii Meshcheriakov2021-07-152-10/+5
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-158-30/+23
* QTranslator: Fix loading of meta catalogs from absolute .qm pathKai Köhne2021-07-152-3/+22
* tst_qtranslator: Simplify extraction of test dataKai Köhne2021-07-154-45/+5
* Improve support for saving QImage to QSaveFileEirik Aavitsland2021-07-152-5/+60
* 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-152-4/+27
* CMake: Fix IMPORTED_IMPLIB to be set for shared libraries on WindowsAlexandru Croitor2021-07-151-1/+1
* fix wrong argumentLi Xinwei2021-07-151-1/+1
* Rename QPermission namespace to QApplicationPermissionAssam Boudjelthia2021-07-149-113/+122
* Report multi-arch targets in the configure summaryAllan Sandfeld Jensen2021-07-141-2/+7
* Convert python comparison function to key functionEdward Welbourne2021-07-141-40/+17
* Make locale ordering transitiveEdward Welbourne2021-07-145-71/+80
* 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
* Use module interface name as OUTPUT_NAMEAlexey Edelev2021-07-131-1/+4
* 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-133-5/+76