summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
...
| | * Restore High DPI scale factorsFriedemann Kleint2020-01-071-3/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-091-4/+2
|\| |
| * | 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 remote-tracking branch 'origin/5.15' into devFriedemann Kleint2020-01-0724-376/+81
|\| |
| * | 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.15' into devLiang Qi2020-01-0436-1116/+1011
|\| |
| * | 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
| | | * OpenGL: Fix signature of GLDEBUGPROC in qopenglextrafunctions.hAlexandru Croitor2019-12-131-1/+1
| | | * Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-122-2/+2
| * | | Avoid crashing when constructing color-space from invalid enumAllan Sandfeld Jensen2019-12-161-0/+4
| |/ /
| * | Replace usages of QVariant::value by qvariant_castOlivier Goffart2019-12-155-13/+13
| * | WebGradients: redo implementationGiuseppe D'Angelo2019-12-148-1006/+600
| * | QStandardItemModel: do not reset persisten index in setItem()Christian Ehrlicher2019-12-141-1/+10
| * | QTextDocument: Change use of QMap::unite to QMap::insertMårten Nordheim2019-12-121-1/+1
| * | rhi: gl: Add support for arrays of float, vec2, vec3 and vec4Laszlo Agocs2019-12-122-10/+70
| * | rhi: metal: Skip inactive resourcesLaszlo Agocs2019-12-122-30/+81
| * | Avoid initializing QFlags with 0 or nullptr in macOS-specific codeFriedemann Kleint2019-12-111-1/+1
* | | Remove QOpenGLTexture dependency from QTextureFileDataJohan Klokkhammer Helsing2020-01-031-11/+1
* | | QPalette: fix debug stream operatorVitaly Fanaskov2020-01-031-26/+50
* | | Fix QPalette::isBrushSetVitaly Fanaskov2020-01-022-39/+82
* | | QPalette::setBrush: remove a workaround for PlaceholderTextVitaly Fanaskov2019-12-181-26/+7
* | | Basic QImage cleanupAllan Sandfeld Jensen2019-12-183-302/+1
* | | Move QOpenGLTimerQuery to from QtGui to QtOpenGLJohan Klokkhammer Helsing2019-12-124-1187/+2
* | | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2019-12-118-20/+105
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-118-20/+105
| |\| |
| | * | rhi: gl: Handle struct and array of struct uniformsLaszlo Agocs2019-12-102-13/+63
| | * | rhi: gl: Destructure mat3 correctlyLaszlo Agocs2019-12-101-1/+9
| | * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-106-6/+33
| | |\|
| | | * Move the tooltip out of the way of very large mouse cursorsVolker Hilsheimer2019-12-092-0/+9