summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set tm_isdst = -1 before calling mktime()Edward Welbourne2021-10-111-0/+3
* Broaden condition on use of MS's localtime_s()Edward Welbourne2021-10-111-2/+2
* avoid max macro expansion on windows if NOMINMAX is missingAlexander Neumann2021-10-111-1/+1
* Activate tst_QDialog::showAsTool test on macOSVolker Hilsheimer2021-10-111-3/+2
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-112-32/+66
* Remove union in QFileSystemEngineDavid Skoland2021-10-111-4/+3
* Reduce the width of a hfw-widget if scrollbar would be flippingVolker Hilsheimer2021-10-112-1/+72
* Http/2 - handle PADDED flag correctlyTimur Pocheptsov2021-10-092-2/+87
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-092-2/+5
* QString: Use QStringIterator in QtPrivate::isRightToLeft()Ievgenii Meshcheriakov2021-10-091-15/+21
* Don't use libs in /usr/local for configure tests by default on macOSJoerg Bornemann2021-10-082-0/+22
* androiddeployqt: Use QElapsedTimer to get elapsed timeFabian Kosmale2021-10-081-33/+18
* Optimize QPromise destructorSona Kurazyan2021-10-085-8/+105
* QNI: Windows: Remove unneeded friendMårten Nordheim2021-10-081-2/+0
* CMake: Generate relative #line directives in qlalr outputJoerg Bornemann2021-10-081-1/+10
* Doc: Prettify -G cmake arguments in SQL drivers documentationJoerg Bornemann2021-10-081-17/+17
* Doc: Fix cmake build/install commands in SQL driver documentationJoerg Bornemann2021-10-081-33/+32
* gl: Try the local CacheLocation when the shared one failsLaszlo Agocs2021-10-082-20/+45