summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-111-0/+5
* Make resizeMaximizedWindows() preserve native geometryMorten Sørvig2021-05-111-6/+13
* 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-111-3/+6
* Handle checkPermission() below api 23Assam Boudjelthia2021-05-111-7/+2
* Check scrollbar visibility when computing QListView marginsChen Bin2021-05-111-1/+1
* 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-113-24/+17
* 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-103-0/+663
* 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: Allow passing arguments to tests/auto/cmake test commandAlexandru Croitor2021-05-101-2/+6
* PRIx macros: add missing \relates to the docsGiuseppe D'Angelo2021-05-101-0/+4
* CMake: Don't build cmake build tests as macOS universalAlexandru Croitor2021-05-101-0/+11
* 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
* 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-081-1/+4
* QMetaMethod: Store method constness in metaobject systemFabian Kosmale2021-05-076-2/+53
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-071-2/+1
* Support CSS text-decoration-color in underlines, overlines, strikethroughShawn Rutledge2021-05-076-4/+19
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-071-0/+9
* Fix compiler warning, explicitly use 64bit shiftVolker Hilsheimer2021-05-071-1/+1
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-071-2/+8
* xcb: Update _NET_SUPPORTED when the window manager changes itTang Haixiang2021-05-071-0/+2
* Remove Qt6 ifdef switches from pluginsAllan Sandfeld Jensen2021-05-077-38/+0
* QScopedPointer: remove doc mention of take()Giuseppe D'Angelo2021-05-061-3/+0
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-061-2/+12
* macOS: in password lineedits, pass dead keys to the input methodVolker Hilsheimer2021-05-062-1/+7