summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc: Remove mentioning of CMake 3.9 minimum versionKai Köhne2021-10-071-2/+0
* Fix closing and showing a window with a native childVolker Hilsheimer2021-10-071-2/+5
* Return a plain QMetaObject* from toDynamicMetaObject()Ulf Hermann2021-10-072-2/+5
* Silence static analyzer warningVolker Hilsheimer2021-10-071-1/+1
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* QPlatformFontDatabase: Don't copy metaobjectsUlf Hermann2021-10-071-2/+2
* Always fallback opening URLs to the regular way if portal failsIlya Fedin2021-10-071-14/+6
* QElfParser: rewrite using elf.hThiago Macieira2021-10-063-167/+499
* QTlsBackend (OpenSSL) : detect incompatible versionsTimur Pocheptsov2021-10-061-1/+13
* Android: Update and add missing gradle files for jar foldersAssam Boudjelthia2021-10-067-7/+126
* Android: use gradle repo mavenCentral() instead of jcenter()Assam Boudjelthia2021-10-061-2/+2
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-062-0/+54
* Add support for EGL_EXT_platform_xcbIlya Fedin2021-10-062-1/+10
* QLocalSocket/Win: stop reading in close()Alex Trotsenko2021-10-063-4/+22
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3