summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-187-43/+44
|\
| * Doc: Update text that refers to deprecated member function width()Paul Wicking2020-01-171-33/+37
| * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2020-01-175-6/+3
| * QColor: add casts to ushortGiuseppe D'Angelo2020-01-171-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-152-11/+31
|\|
| * doc: explain QWheelEvent::angleDelta() more thoroughlyShawn Rutledge2020-01-131-9/+19
| * Remove empty block at beginning of imported markdownRainer Keller2020-01-131-2/+12
* | Unify application palette handling between QGuiApplication and QApplicationTor Arne Vestbø2020-01-132-52/+76
* | Move away from CBOR in QShaderDescription serializationLaszlo Agocs2020-01-135-5/+251
* | rhi: gl: vulkan: Generate barriers between dispatches in a compute passLaszlo Agocs2020-01-134-18/+291
* | rhi: gl: Do not issue glMemoryBarrier when compute is not supportedLaszlo Agocs2020-01-131-2/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-3/+21
|\|
| * Windows QPA: Update documentation on command line optionsFriedemann Kleint2020-01-101-3/+21
* | Remove QShaderDescription::toBinaryJson(), deprecated fromBinaryJson()Ulf Hermann2020-01-103-32/+22
* | Remove use of QImage::alphaChannel()Allan Sandfeld Jensen2020-01-101-2/+3
* | rhi: Add R16F and R32FLaszlo Agocs2020-01-096-0/+44
* | rhi: metal: Fix incorrect native res. binding map checkLaszlo Agocs2020-01-091-3/+3
* | rhi: Remove ugly fallthroughsLaszlo Agocs2020-01-094-72/+0
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-01-094-6/+18
|\|
| * QInputDeviceManager: initialize device countsSamuli Piippo2020-01-091-1/+1
| * Share updates to QGuiApplicationPrivate::app_pal via helper functionTor Arne Vestbø2020-01-092-5/+16
| * Disable support for RasterOpModes in GL paint engineJean-Michaël Celerier2020-01-091-0/+1
* | Deprecate QJsonDocument methods for converting to/from JSON binarySona Kurazyan2020-01-091-2/+8
* | Silence deprecation warning about QImage::alphaChannel() in qpixmap.hFriedemann Kleint2020-01-091-0/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-091-3/+3
|\|
| * Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-071-4/+2
|\|
| * QTextDocument: Set the font family to be after the families setAndy Shaw2020-01-061-4/+2
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-01-063-27/+19
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-063-27/+19
| |\|
| | * Fix semi-transparent text on Linux with subpixel anti-aliasingAllan Sandfeld Jensen2020-01-051-1/+5
| | * QTextDocument: Give fontFamily() precedence over fontFamilies()Ulf Hermann2020-01-022-26/+14
* | | RHI: Remove old native texture APIPaul Olav Tvete2020-01-0617-280/+7
* | | Add environment variables for customizing VulkanPaul Olav Tvete2020-01-062-0/+20
* | | Modernize setAlphaChannel(), and deprecated alphaChannel()Allan Sandfeld Jensen2020-01-052-67/+32
|/ /
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-276-13/+25
|\|
| * Don’t reset highDpicaleFactorRoundingPolicyMorten Johan Sørvig2019-12-191-2/+0
| * High-DPI: restore rounding behavior on AndroidMorten Johan Sørvig2019-12-191-0/+8
| * macOS: Deliver theme changes synchronouslyTor Arne Vestbø2019-12-192-2/+3
| * Doc: Add since versionPaul Wicking2019-12-191-0/+2
| * Sync implementation of QGuiApplication and QApplication setPaletteTor Arne Vestbø2019-12-171-3/+4
| * Let sendApplicationPaletteChange() decide when it needs to exit earlyTor Arne Vestbø2019-12-171-2/+4
| * Remove ApplicationResourceFlags::ApplicationPaletteExplicitlySetTor Arne Vestbø2019-12-171-4/+1
| * Fix QPainter::drawLines() with cosmetic penEirik Aavitsland2019-12-171-0/+1
| * QTextDocument: compile with QT_NO_PRINTERChristian Ehrlicher2019-12-161-0/+2
* | New features for QPdfWriterJordi Pujol Foyo2019-12-194-33/+196
* | QWindowSystemInterface: use QBasicMutex and qt_scoped_lockMarc Mutz2019-12-182-5/+6
* | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Liang Qi2019-12-164-3/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-164-3/+4
| |\|
| | * Use pkg-config to find libjpegMarius Kittler2019-12-151-0/+1