summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Update the LGPL license headerv5.15.12-lts-lgplTarja Sundqvist2023-12-152-40/+40
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.12' into tqtc/lts-5.15-ope...Tarja Sundqvist2023-10-1194-935/+1253
|\
| * SQL/MySQL: fix handling of json columnChristian Ehrlicher2022-12-051-1/+3
| * fix Alt+` shortcut on non-US layoutsAndrey Butirsky2022-12-022-8/+8
| * macOS: Fix less common writing systems on Catalina and laterEskil Abrahamsen Blomfeldt2022-11-302-8/+137
| * Update bundled libpng to version 1.6.39Eirik Aavitsland2022-11-2815-117/+136
| * Android: Fix signing of APKs that are generated when an AAB is also builtVille Voutilainen2022-11-231-60/+8
| * Update bundled zlib to version 1.2.13Dennis Oberst2022-11-1822-310/+284
| * doc: update the limitation of QSystemTrayIcon on X11Liang Qi2022-11-171-1/+3
| * Android: Fix incorrect fullscreen dimensionsSamuel Mira2022-11-101-7/+16
| * Gtk3Theme: set XCURSOR_SIZE and XCURSOR_THEME for wayland sessionsJan Grulich2022-11-091-0/+14
| * Handle allocation failure in QImage rotate 90/180/270 functionsEirik Aavitsland2022-11-041-0/+6
| * xcb: Flush Display when processing xcb eventsLiang Qi2022-11-041-0/+8
| * xcb: Add xlib wrapper for XFlush()Liang Qi2022-11-043-0/+100
| * QHostAddress: Fix incorrect comparison against 'Any'Mårten Nordheim2022-11-041-1/+1
| * QSsl[OpenSSL/Android]: Fix hardcoded 1_1 suffixMårten Nordheim2022-11-021-8/+8
| * QMacStyle: do not set white color for grayed out buttonTimur Pocheptsov2022-11-011-2/+7
| * Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-11-011-0/+25
| * QJsonValue: fix incorrect to{Array,Object} when the value is emptyThiago Macieira2022-10-313-8/+12
| * QGtk3Dialog: remove the #include for empty mocThiago Macieira2022-10-311-2/+0
| * Remove unneeded QWindow from QGtk3DialogIlya Fedin2022-10-312-71/+20
| * Android: fix Gradle warning about using enableUncompressedNativeLibsAssam Boudjelthia2022-10-281-2/+24
| * Mention limitation of QDir::drives() on WindowsTimothée Keller2022-10-251-1/+2
| * QFileSystemEngine/Win: fix incorrect buffer size in currentPath()Thiago Macieira2022-10-241-1/+1
| * Android: properly retrieve mime type of uri to for openUrl()Assam Boudjelthia2022-10-211-5/+6
| * Android: Fix clipboard issue with urlsChristian Strømme2022-10-211-11/+9
| * Android: Add a way to disable accessibility via an environment varVille Voutilainen2022-10-201-0/+3
| * Update bundled libpng to version 1.6.38Eirik Aavitsland2022-10-1921-259/+176
| * QIOSMessageDialog::exec - work around 'windowsless' execTimur Pocheptsov2022-10-191-0/+20
| * QIosScreen: retain the right windowTimur Pocheptsov2022-10-181-1/+1
| * QNetworkReply: Fix typos in the documentationIevgenii Meshcheriakov2022-10-181-2/+2
| * QIosTextResponder: stop using deprecated constants and typeTimur Pocheptsov2022-10-171-4/+4
| * qcompilerdetection.h: detect CoverityMarc Mutz2022-10-161-0/+5
| * Android: Fix Display.getRealMetrics deprecationSamuel Mira2022-10-143-22/+104
| * Fix broken Text rendering when noantialiased NativeRendering is usedDominik Holland2022-10-122-2/+8
| * forkfd: fix Clang 15 ATOMIC_VAR_INIT deprecation warningMarc Mutz2022-10-121-0/+4
| * eglfs: Add env.var. to disable the dedicated drmHandleEvent threadLaszlo Agocs2022-10-105-15/+60
| * doc: Don't put strings into QVector<double>Shawn Rutledge2022-10-101-2/+2
| * Add nullptr guard in QStyleSheetStyle::drawPrimitive(PE_PanelLineEdit)Axel Spoerl2022-10-061-6/+9
| * Update documentation of qWaitForWindowActive / qWaitForWindowExposedAxel Spoerl2022-10-012-22/+31
| * QtHttp: Lower the severity of some log outputMårten Nordheim2022-09-271-5/+4
| * StyleSheetStyle: Fix color of placeholder texts in text editsEirik Aavitsland2022-09-271-1/+5
| * Android: Fix flickering on split screen modeSamuel Mira2022-09-271-1/+8
| * Update url to IAccessible2 SpecificationJan Arve Sæther2022-09-261-1/+1
* | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgplTarja Sundqvist2023-06-09663-26696/+61512
|\|
| * macOS: Handle asynchronous deminiaturizing of windowsTor Arne Vestbø2022-09-241-3/+12
| * QTranslator: generalize a UNIX-only pathGiuseppe D'Angelo2022-09-241-2/+7
| * iOS, input panel: be more careful before enabling QIOSKeyboardListenerRichard Moe Gustavsen2022-09-231-2/+2
| * Android: Fix flickering on window resize and show keyboardSamuel Mira2022-09-232-26/+39
| * Android A11Y: Check for active surface before calling into native codeJens Trillmann2022-09-211-5/+11