summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Android: set allowNativeHeapPointerTagging to false in the manifestv6.2.1Assam Boudjelthia2021-10-201-1/+2
* MySQL: fix the check for the return value of mysql_set_character_set()Thiago Macieira2021-10-201-2/+2
* Allow negative delta for designer animation driverAntti Määttä2021-10-192-2/+6
* Mention a change to QDateTimeEdit::setDateTime()Edward Welbourne2021-10-181-1/+13
* QOpenSSLBackend: Properly load 3.0 when compiled with 3.0Mårten Nordheim2021-10-181-3/+10
* Initialize m_dpiAdjustmentPolicy from correct envMorten Johan Sørvig2021-10-151-1/+1
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-151-2/+5
* Convert Latin1 to UTF-16 before passing to ICU APIEdward Welbourne2021-10-151-5/+5
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-142-37/+8
* Add suffixes to loop variables for Q_FOREACHIevgenii Meshcheriakov2021-10-131-4/+9
* Doc: Fix \notes in QObjectIvan Tkachenko2021-10-131-3/+3
* Guard WinRT API code for clang-clPeter Varga2021-10-122-5/+6
* openglblacklists: Fix typo in descriptionJonas Kvinge2021-10-121-1/+1
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-121-2/+4
* Android: remove unused imports and fix warning on network java codeAssam Boudjelthia2021-10-122-4/+2
* CMake: Fix adding generated resources on iOS with CMake and XcodeMike Achtelik2021-10-121-0/+8
* Fix caching of parsed border color values in CSS parserVolker Hilsheimer2021-10-121-2/+11
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-121-10/+22
* Add message debug entry for DPI change eventsMorten Johan Sørvig2021-10-121-0/+6
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-126-2/+32
* Fix programatic geometry change to different DPIMorten Johan Sørvig2021-10-122-8/+27
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-123-29/+30
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* Doc: Fix usage of \summary macroTopi Reinio2021-10-1221-42/+42
* Don't send the default SETTINGS_INITIAL_WINDOW_SIZETimur Pocheptsov2021-10-123-13/+14
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-1211-15/+15
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* xml: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-122-2/+2
* widgets: Fix typos in documentationJonas Kvinge2021-10-1232-64/+66
* qwindowsxpstyle: Fix typos in documentationJonas Kvinge2021-10-121-5/+5
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* concurrent: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* network: Fix typos in documentationJonas Kvinge2021-10-1212-15/+15
* gui: Fix typo in CMake featureJonas Kvinge2021-10-121-1/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-1229-50/+50
* gui: Fix typos in source code commentsJonas Kvinge2021-10-1233-41/+41
* network: Fix typos in messagesJonas Kvinge2021-10-122-2/+2
* corelib: Fix typos in documentationJonas Kvinge2021-10-1238-55/+55
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-121-2/+0
* Fix compilation error with MSVC 2019 and C++20Sona Kurazyan2021-10-121-1/+1
* QUtf32: fix bad assertion in convertFromUnicodeThiago Macieira2021-10-111-2/+1
* QGtk3Theme: implement appearance function to detect dark themesMitch Curtis2021-10-112-0/+44
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-32/+37
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-111-1/+14
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-111-2/+3