summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qwindowsdrag: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* windows: Fix typos in source code commentsJonas Kvinge2021-10-125-6/+6
* Fix handling of time-zone gap in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2021-10-122-2/+16
* 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-122-2/+135
* QList::iterator: use templates for advancing operatorsThiago Macieira2021-10-122-10/+156
* wasm: Fix source code comment typosJonas Kvinge2021-10-124-6/+6
* Don't send the default SETTINGS_INITIAL_WINDOW_SIZETimur Pocheptsov2021-10-123-13/+14
* Doc: Fix usage of \summary macroTopi Reinio2021-10-1222-43/+45
* macOS: fix window activation when popup is openVolker Hilsheimer2021-10-121-6/+10
* Activate tst_QWidget_window::tst_showWithoutActivating on cocoaVolker Hilsheimer2021-10-121-8/+8
* QPoint: Don't claim that QPoint[F]::dotProduct() produces length squaredIevgenii Meshcheriakov2021-10-121-2/+2
* freetype/no-fc: Disambiguate fonts with different widthsEskil Abrahamsen Blomfeldt2021-10-121-1/+31
* RHI: Don't retain texture operations after frame is doneEskil Abrahamsen Blomfeldt2021-10-121-0/+2
* RHI: introduce a way to disable framebuffer clears on GLGiuseppe D'Angelo2021-10-121-2/+5
* concurrent: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* concurrent: Fix namespace typoJonas Kvinge2021-10-121-1/+1
* gui: Fix typos in documentationJonas Kvinge2021-10-1229-50/+50
* widgets: Fix typos in documentationJonas Kvinge2021-10-1232-64/+66
* QEventDispatcherWasm: Fix typo in debug messageJonas Kvinge2021-10-121-1/+1
* gui: Fix typo in CMake featureJonas Kvinge2021-10-121-1/+1
* network: Fix typos in source code commentsJonas Kvinge2021-10-1210-16/+16
* network: Fix typos in messagesJonas Kvinge2021-10-122-2/+2
* QWindowsWindow: Fix typo in documentationJonas Kvinge2021-10-121-1/+1
* corelib: Fix typos in documentationJonas Kvinge2021-10-1238-55/+55
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-1250-67/+67
* gui: Fix typos in source code commentsJonas Kvinge2021-10-1233-41/+41
* xml: Fix typos in documentationJonas Kvinge2021-10-121-2/+2
* tools: Fix typos in source code commentsJonas Kvinge2021-10-123-4/+4
* cocoa: Fix typo in debug messagesJonas Kvinge2021-10-122-2/+2
* qcocoa: Fix typos in source code commentsJonas Kvinge2021-10-1211-15/+15
* qcocoa: Fix typos in documentationJonas Kvinge2021-10-122-2/+2
* qwindowsxpstyle: Fix typos in documentationJonas Kvinge2021-10-121-5/+5
* styles: Fix typos in source code commentsJonas Kvinge2021-10-122-8/+8
* network: Fix typos in documentationJonas Kvinge2021-10-1212-15/+15
* evdevtouch: Fix loading screen name for output mappingDavid Rosca2021-10-121-1/+1
* tls: Fix typos in source code commentsJonas Kvinge2021-10-124-4/+4
* QNI: Add missing transportMedium documentationMÃ¥rten Nordheim2021-10-121-0/+30
* Select a single range of cells in QTableView, away from merged cellsShawn Rutledge2021-10-122-7/+88
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-123-0/+36
* xml: Fix typos in source code commentsJonas Kvinge2021-10-123-7/+7
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-113-129/+105
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-111-2/+0
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-114-25/+32
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-113-18/+27
* Fix missing QT.<module>.run_depends entries in module .pri filesJoerg Bornemann2021-10-121-17/+118
* 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