summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-115-50/+270
* Fix QStandardItemModel signals on takeChildLuca Beldi2021-05-112-3/+75
* Initialize FirstPtBlock.next to make static analysis happyAllan Sandfeld Jensen2021-05-111-0/+1
* Avoid potential read of uninitialized clip dataAllan Sandfeld Jensen2021-05-111-2/+1
* CMake: Walk link dependencies recursively to work out finalizersCraig Scott2021-05-111-7/+9
* CMake: Add 'collect_targets' mode to __qt_internal_walk_libsAlexandru Croitor2021-05-111-13/+69
* CMake: Make qt_internal_walk_libs available in public projectsAlexandru Croitor2021-05-1110-260/+267
* CMake: Hide qt plugin static import source files in a dot folderAlexandru Croitor2021-05-111-1/+1
* CMake: Refactor handling of static pluginsAlexandru Croitor2021-05-116-116/+203
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-112-0/+29
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* Move qtwaylandscanner to libexecKai Köhne2021-05-111-1/+1
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Windows QPA/Vista style: Fix placeholder colorFriedemann Kleint2021-05-111-1/+10
* QFlags: add operator== and !=Giuseppe D'Angelo2021-05-112-0/+37
* CMake: Resurrect test_import_plugins cmake build testsAlexandru Croitor2021-05-1118-62/+200
* CMake: Skip building CMake build tests in a prefix in-tree configAlexandru Croitor2021-05-111-0/+16
* Handle checkPermission() below api 23Assam Boudjelthia2021-05-111-7/+2
* Move qmlimportscanner to libexecKai Köhne2021-05-111-1/+1
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-112-1/+55
* Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&Giuseppe D'Angelo2021-05-111-0/+4
* QFlags: add operator& / &= overloads taking a QFlags objectGiuseppe D'Angelo2021-05-112-0/+16
* QFlags: plaster Q_IMPLICITGiuseppe D'Angelo2021-05-111-11/+11
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-112-0/+13
* QFlags: add (named) explicit conversion from/to intGiuseppe D'Angelo2021-05-112-0/+21
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-113-12/+18
* macOS: Remove MIME plumbing from QCocoaNativeInterfaceTor Arne Vestbø2021-05-112-19/+0
* Purge QFILESYSTEMENTRY_NATIVE_PATH_IS_UTF16Karsten Heimrich2021-05-112-8/+2
* Fix QSaveFile and QTemporaryFile issues with windows network sharesKarsten Heimrich2021-05-117-25/+45
* Prefer previously used channels in QHttpNetworkConnectionLars Schmertmann2021-05-111-19/+38
* rhi: Fix memory leakRobert Löhning2021-05-101-3/+4
* Move QtX11Extras into QtGui as private APITor Arne Vestbø2021-05-107-0/+1064
* Android: Remove NoSuchMethodException errorPekka Gehör2021-05-101-0/+5
* Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-101-1/+2
* Remove the broken qToVoidFuture() functionSona Kurazyan2021-05-101-6/+0
* Add hideSplashScreen() back temporarily to qjnihelpers_pAssam Boudjelthia2021-05-102-0/+10
* CMake: use additional search paths also for tool packageSamuli Piippo2021-05-101-1/+5
* CMake: Allow passing arguments to tests/auto/cmake test commandAlexandru Croitor2021-05-101-2/+6
* CMake: Split qt_repo_build() into reusable macrosAlexandru Croitor2021-05-101-2/+21
* PRIx macros: add missing \relates to the docsGiuseppe D'Angelo2021-05-101-0/+4
* CMake: Don't use list(PREPEND) in qt.toolchain.cmakeAlexandru Croitor2021-05-101-2/+3
* CMake: Don't build cmake build tests as macOS universalAlexandru Croitor2021-05-102-4/+17
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-1015-24/+91
* Fix passing QJniEnvironment to ANativeWindow_fromSurfaceMarius Kittler2021-05-101-1/+1
* Improve handling of minimumHeightForWidth()Jan Arve Sæther2021-05-105-1/+55
* Avoid coverage overflowAllan Sandfeld Jensen2021-05-101-0/+4
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-101-2/+6
* Fix developer buildJoerg Bornemann2021-05-101-0/+2
* Move Android Extras as private APIs under qtbaseAssam Boudjelthia2021-05-106-0/+1495
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-093-94/+187