summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | Avoid crash in menu that was previously shown as submenuAlexander Volkov2019-12-101-0/+2
* | Fix depth in renderText()Laszlo Agocs2019-12-091-1/+1
* | Remove dead code to fix a lint warningLars Schmertmann2019-12-061-17/+0
* | Fix sizeHint of QProgressDialog to have enough space for window marginsVolker Hilsheimer2019-12-031-7/+10
* | iOS: Guard against request for textInputView without focus windowTor Arne Vestbø2019-12-031-2/+6
* | Revert "Fix build with -no-feature-printer"Liang Qi2019-12-021-7/+3
* | CoreText: Modernize style hint fallback lookupTor Arne Vestbø2019-11-272-129/+73
* | Replace get_filename_component usage with REGEX_REPLACEAlexey Edelev2019-11-271-1/+1
* | eglfs: kms: Read page flip events on a dedicated threadLaszlo Agocs2019-11-2614-43/+354
* | eglfs: kms: Make threaded atomic drm workLaszlo Agocs2019-11-264-41/+50
* | Remove the unregistered recognizer from the main listAndy Shaw2019-11-151-0/+1
* | Windows QPA: Fix close button not working on Windows 7Andre de la Rocha2019-11-131-3/+9
* | Do not load plugin from the $PWDOlivier Goffart2019-11-131-1/+0
|/
* Ensure that child windows are visible again when showing their parentAndy Shaw2019-10-312-3/+13
* Update bundled libjpeg-turbo to version 2.0.3Eirik Aavitsland2019-10-3015-78/+185
* Only call ShowCaret if Windows 10 1709 or later is usedAndy Shaw2019-10-301-5/+7
* Fix a -Wclass-memaccess problem in qjsonVille Voutilainen2019-10-281-1/+3
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-253-19/+0
* Windows/MinGW: Fix posted events timer not stoppingFriedemann Kleint2019-10-242-3/+7
* Remove DirectWrite warning when loading bitmap fontsEskil Abrahamsen Blomfeldt2019-10-211-8/+10
* macOS: Optionally flush sub-layers via sub-image copies of the backingstoreTor Arne Vestbø2019-10-181-10/+19
* iOS: Account for when the older SDK is used when buildingAndy Shaw2019-10-182-2/+5
* Fix for compilers that don't allow casting nullptr_t to an integerVolker Hilsheimer2019-10-141-1/+2
* Include likely-adjusted uiLanguages for the system localeEdward Welbourne2019-10-103-17/+69
* Filesystem: avoid crashes on exit in case the locale codec is nullThiago Macieira2019-10-091-1/+3
* evdevtouch: Report stationary touchpoints that include pressure changesShawn Rutledge2019-10-091-1/+5
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-10-084-46/+88
* Ensure all children of a widget get updated when a stylesheet changesAndy Shaw2019-10-081-0/+5
* iOS: Prevent UIKit from adding UITextInteraction to our viewTor Arne Vestbø2019-10-071-0/+12
* Fix CVE-2019-16168 in SQLiteAndy Shaw2019-10-072-1/+46
* sqlite: Update to v3.29.0Andy Shaw2019-10-073-3112/+4062
* Add QQuickMultiPointTouchArea as a friend of QTouchEventShawn Rutledge2019-09-251-0/+1
* Mark stationary touch points as updated if pressure or velocity changesShawn Rutledge2019-09-253-1/+6
* Move DialogButtonBoxLayout case to be before MouseDoubleClickDistanceAndy Shaw2019-09-241-3/+2
* evdevtouch: Add fallback definition of ABS_MT_PRESSURE; fix alignmentShawn Rutledge2019-09-201-2/+5
* widgets: Mark widgets as needing flush during paintingTor Arne Vestbø2019-09-202-12/+4
* macOS dark mode: set the link colorShawn Rutledge2019-09-191-1/+5
* Doc-fix: correct some misinformation about QDateTime's handling of DSTEdward Welbourne2019-09-191-23/+30
* MS TZ data: avoid calculating a date in year 0Edward Welbourne2019-09-191-13/+29
* Update hints on how to link to OpenSSLKai Koehne2019-09-193-7/+7
* macOS: Keep default NSWindow background unless window is framelessTor Arne Vestbø2019-09-161-2/+2
* Handle robustness with OpenGL < 4.0Allan Sandfeld Jensen2019-09-131-1/+23
* QMenu::popup(): don't change the menu's screen if called from exec()Shawn Rutledge2019-09-101-7/+10
* Merge remote-tracking branch 'origin/5.12.5' into 5.12Qt Forward Merge Bot2019-09-071-8/+7
|\
| * Fix crash when text contains too many directional charsRainer Keller2019-08-301-8/+7
* | A follow-up to a recent fix in QHttpNetworkConnectionChannelTimur Pocheptsov2019-09-063-1/+39
* | QShortcut: call base class implementation in event()Christian Ehrlicher2019-09-051-4/+2
* | qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | Deliver stationary touchpoints that have changed pressureShawn Rutledge2019-09-022-4/+8
* | Avoid invalid memory access in QIconCacheGtkReader::lookup()Alexander Volkov2019-09-021-1/+1