summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* macOS: respect underline attribute in menu item fontsVolker Hilsheimer2021-05-281-2/+4
* macOS: don't show invisible separator itemsVolker Hilsheimer2021-05-282-3/+8
* QXcb: don't dereference pointer before checkingVolker Hilsheimer2021-05-281-1/+2
* iOS: Accessibility: Don't cut off the last character from the text valueAndy Shaw2021-05-281-2/+1
* iOS: Accessibility: Set the correct traits for EditableTextAndy Shaw2021-05-281-1/+9
* Allow for arguments that have an equals as part of itAndy Shaw2021-05-271-3/+3
* Write out the HTML correctly for nested listsAndy Shaw2021-05-272-3/+27
* QSqlTableModel::orderByClause(): Quote the table nameFriedemann Kleint2021-05-271-1/+2
* macOS: Fix synthesized boldEskil Abrahamsen Blomfeldt2021-05-271-1/+3
* SQLite: Update SQLite to v3.35.5Andy Shaw2021-05-273-94/+187
* Qt xcb: remove false detects of Qt::GroupSwitchModifierAleksei Nikiforov2021-05-261-3/+3
* Do not remove non-widget items when removeWidget() called with nullptrPiotr Srebrny2021-05-261-0/+5
* QFileSystemModel fails to locate a host from root's visible childrenDongmei Wang2021-05-261-2/+5
* Moc: parse trailing return typeMårten Nordheim2021-05-261-9/+21
* Fix antialiasing of rotated non-smooth scaled imagesAllan Sandfeld Jensen2021-05-251-1/+2
* Fix QUrl::fromLocalFile with long path prefixKarsten Heimrich2021-05-251-2/+20
* Fix QStringView::mid() to behave as documented when passed -1 for lengthAndy Shaw2021-05-241-1/+2
* QDockWidget, macOS: don't drag on native widgetsRichard Moe Gustavsen2021-05-241-4/+18
* Add note about the risk of setting min-width/height in a style sheetVolker Hilsheimer2021-05-241-2/+8
* cocoa: be more careful about rejecting frame strut eventsRichard Moe Gustavsen2021-05-241-7/+16
* iOS: Keep undo/redo widgets enabled on the undo shortcut bar after undoTamás Martinec2021-05-241-1/+14
* Fix memory leak when using small caps fontEskil Abrahamsen Blomfeldt2021-05-231-4/+8
* QTestlib: Fix formatting of pointers in QCOMPAREFriedemann Kleint2021-05-222-1/+7
* Cherry-pick upstream patch for non-gcc/clang/msvc compilersAllan Sandfeld Jensen2021-05-223-4/+15
* Windows: Add synthesized fonts also when there is a style nameEskil Abrahamsen Blomfeldt2021-05-223-12/+18
* Windows: Work-around misreporting of Script and RomanEskil Abrahamsen Blomfeldt2021-05-221-1/+3
* Android: fix wrong position of cursor hander in split screenBartlomiej Moskal2021-05-211-4/+8
* Android: handle ImEnterKeyType flagBartlomiej Moskal2021-05-212-1/+28
* Apply the Core compile definitions to the big resource targetsAlexey Edelev2021-05-211-0/+3
* Update bundled libjpeg-turbo to version 2.1.0Eirik Aavitsland2021-05-2139-667/+1079
* QSpdyProtocolHandler: don't rely on device being availableMårten Nordheim2021-05-201-1/+2
* Avoid processing-intensive painting of high number of tiny dashesEirik Aavitsland2021-05-201-9/+35
* QVnc: clip requested screen region to available screen imageEirik Aavitsland2021-05-201-2/+3
* Simplify bundled libjpeg buildEirik Aavitsland2021-05-203-2/+2
* Apply specialData font capitalization to non-rawFont textAllan Sandfeld Jensen2021-05-171-2/+12
* Avoid fast transform paint path on values it can't handleAllan Sandfeld Jensen2021-05-171-2/+6
* QMdiArea: Fix top level window title when using DontMaximizeSubWindowOnActiva...Friedemann Kleint2021-05-132-4/+28
* Don't draw focus frame if widget has style rules that affect borderDoris Verria2021-05-121-0/+9
* Fix rare integer overflow in text shapingPaul Olav Tvete2021-05-121-1/+2
* Android: Fix screen flicker issuesPekka Gehör2021-05-064-12/+41
* [Android]: Fix exception when using Qt to create a service on AndroidLars Schmertmann2021-05-051-0/+13
* Update CLDR-derived data to newly-released v39Edward Welbourne2021-05-046-959/+953
* QSsl: fix UB pointer useTimur Pocheptsov2021-05-042-7/+7
* uic/Python: Add comments for mypy to ignore star importsFriedemann Kleint2021-05-031-3/+3
* HTTP/2 authentication requiredMårten Nordheim2021-05-035-29/+101
* Windows: Update the hasFrame setting when changing window flagsAndy Shaw2021-04-301-0/+1
* Fix mix-guided use of const reference variableEdward Welbourne2021-04-291-1/+1
* Android: Fix Touch event position depending on SurfaceBartlomiej Moskal2021-04-291-0/+5
* Fix build with GCC 11: include <limits>Jarek Kobus2021-04-292-0/+3
* macOS: Don't override action set during drop handlingAndy Shaw2021-04-291-1/+3