summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Http2: Handle failed read from QDecompressHelperMårten Nordheim2021-10-081-0/+5
* 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
* QNI:NetworkManager: Update dbus interface usageMårten Nordheim2021-10-082-6/+12
* QCocoaWindow: Make window key if the app's modal window is hiddenDoris Verria2021-10-081-1/+3
* 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
* Fix handling of grouping characters when validating doublesEdward Welbourne2021-10-081-12/+16
* QtTest: fix build with MinGW/GCC 9: no std::mutex supportThiago Macieira2021-10-081-9/+17
* Fix compilation with -traceFabian Kosmale2021-10-071-1/+1
* macOS: Use new QPlatformTheme::appearance() functionMitch Curtis2021-10-071-20/+21
* Add QPlatformTheme::Appearance for detecting light/dark modesMitch Curtis2021-10-076-0/+27
* Revert "Support family names that end/start with space"Eskil Abrahamsen Blomfeldt2021-10-071-3/+1
* 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
* Fix QPainterPath with QFont::SmallCapsAlbert Astals Cid2021-10-061-1/+1
* macOS: Ensure cancelOperation is sent as regular key eventWang Chuan2021-10-051-1/+3
* macOS: Disable PCRE JIT when running under RosettaTor Arne Vestbø2021-10-051-0/+6
* Support transformations in pattern/texture brushes in pdfEirik Aavitsland2021-10-051-0/+2
* xcb: Flush scrolled region of backingstore to client when requesting imageTor Arne Vestbø2021-10-051-1/+6
* Remove qshadergraph filesJuan Casafranca2021-10-0517-2852/+0
* Doc: remove unnecessary newline in snippetKai Köhne2021-10-051-1/+0
* Doc: Do not highlight DTLS client/serverKai Köhne2021-10-051-3/+1
* Doc: Make it explicit when CMake API is definedKai Köhne2021-10-0520-0/+55
* CMake: Allow providing custom QT_ANDROID_SDK_BUILD_TOOLS_REVISIONAssam Boudjelthia2021-10-051-2/+5
* wasm: add simd supportLorn Potter2021-10-052-1/+8
* QEventLoop: remove unnecessary bits of Qt 5 suggestionThiago Macieira2021-10-041-3/+1
* Bump version to 6.2.1Jani Heikkinen2021-10-041-1/+1
* Doc: Add overview pages to CMake APIKai Köhne2021-10-0421-15/+100
* Fix reference to quitOnLastWindowClosed in WA_QuitOnClose docsTor Arne Vestbø2021-10-041-1/+1
* Doc: Add summary to CMake commandsKai Köhne2021-10-0421-41/+41
* Doc: Update Microsoft's Documentation LinksLuca Di Sera2021-10-043-5/+3
* Android: fix Gradle version in qt_attribution fileAssam Boudjelthia2021-10-021-1/+1
* Android: remove comments from the manifest fileAssam Boudjelthia2021-10-021-44/+6
* Update PCRE2 to 10.38Giuseppe D'Angelo2021-10-0226-991/+1366
* Fix scrolling of QRasterBackingStore when operating on QRasterGLSurfaceTor Arne Vestbø2021-10-014-13/+15
* Disable the dnslookup feature for INTEGRITYJoerg Bornemann2021-10-012-1/+2
* Don't export Qt6::ATSPI2_nolink target in Qt6GuiTargets.cmakeJoerg Bornemann2021-10-011-3/+11
* Doc: Replace broken link to Roman Czyborra's personal pageLuca Di Sera2021-10-012-4/+4
* Let QLocale::uiLanguages() use WinRT API when possibleIvan Solovev2021-10-012-2/+32
* Include <QHash> explicitlyTimur Pocheptsov2021-10-011-0/+2
* QWinRtFunctions::await() - introduce early exit conditionIvan Solovev2021-10-011-8/+19
* Doc: Use correct \relates targetPaul Wicking2021-10-011-2/+2
* QFontCache: don't start cleanup timer if we are not in the main threadVolker Hilsheimer2021-10-012-15/+27
* QAbstractItemView: fix crash if setData() does a model resetDavid Faure2021-10-011-3/+10
* QAbstractItemView: Fix IM input starting edit sessionVolker Hilsheimer2021-10-012-21/+94
* Fix QDir::entryList to work for directories that end with '.lnk'Karsten Heimrich2021-09-303-5/+5
* QDateTime: fix build with MinGW: need unistd.h very earlyThiago Macieira2021-09-301-3/+0