summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add objectClass() and className() for QJniObjectAssam Boudjelthia2021-05-083-9/+37
* Simplify setAndroidSdkVersion in qjnihelpersAssam Boudjelthia2021-05-081-15/+3
* Move hideSplashScreen() from qjnihelpers_p to QNativeInterfaceAssam Boudjelthia2021-05-084-11/+18
* Remove unused functions in qjnihelpersAssam Boudjelthia2021-05-083-41/+0
* Allow background inheritance between non-body block elementsAllan Sandfeld Jensen2021-05-082-2/+31
* Style sheet example: Fix doc url for Qt 6Friedemann Kleint2021-05-081-2/+4
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-077-4/+76
* Allow to load -developer-build without configurations into an IDEKai Köhne2021-05-072-0/+14
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1