summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-121-7/+17
* QTableWidgetSelectionRange: Make it possible to compare for equalityVolker Hilsheimer2021-10-122-0/+22
* xml: Fix typos in source code commentsJonas Kvinge2021-10-123-7/+7
* QOffsetStringArray: rewrite in modern C++17Thiago Macieira2021-10-111-116/+87
* qconfig.cpp: Remove the install dateThiago Macieira2021-10-111-2/+0
* QPlugin: add qt_plugin_query_metadata_v2() to dynamic pluginsThiago Macieira2021-10-112-13/+29
* QPlugin: suppress the "QTMETADATA !" magic in static pluginsThiago Macieira2021-10-112-6/+17
* 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
* QDialog: respect WA_ShowWithoutActivatingVolker Hilsheimer2021-10-111-32/+37
* Remove union in QFileSystemEngineDavid Skoland2021-10-111-4/+3
* 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-091-2/+3
* Fix QTabBar's SelectPreviousTab behaviorQiang Li2021-10-091-2/+3
* QString: Use QStringIterator in QtPrivate::isRightToLeft()Ievgenii Meshcheriakov2021-10-091-15/+21
* androiddeployqt: Use QElapsedTimer to get elapsed timeFabian Kosmale2021-10-081-33/+18
* Optimize QPromise destructorSona Kurazyan2021-10-083-8/+33
* QNI: Windows: Remove unneeded friendMårten Nordheim2021-10-081-2/+0
* 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
* rhi: metal: Query supported sample counts from the deviceLaszlo Agocs2021-10-082-1/+8
* Doc: clarify case sensitivity in QCompleterMitch Curtis2021-10-081-6/+9
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Add style hint for preventing spin box selection on up/downVolker Hilsheimer2021-10-085-1/+13
* QNI: NetworkListManager: Extract the Events classMårten Nordheim2021-10-074-186/+285
* QNI:NetworkManager: Update dbus interface usageMårten Nordheim2021-10-072-6/+12
* QNetworkInformation: support transportMedium with NetworkManagerMårten Nordheim2021-10-073-6/+135
* QNI:Android: unify behavior of callbacksMårten Nordheim2021-10-074-46/+35
* QNetworkInformation: add support for transportMedium on AndroidMårten Nordheim2021-10-074-3/+124
* QNetworkInfo: Add transport medium detection APIMårten Nordheim2021-10-073-4/+55
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-071-1/+3
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-071-12/+16
* Add message debug entry for DPI change eventsMorten Johan Sørvig2021-10-071-0/+6
* Fix programatic geometry change to different DPIMorten Johan Sørvig2021-10-072-8/+27
* Handle WM_GETDPISCALEDSIZEMorten Johan Sørvig2021-10-076-2/+32
* Move VM_DPICHANGE handling to QWindowsWindowMorten Johan Sørvig2021-10-073-29/+30