Package: qmltermwidget / 0.2+git20220109.6322802-2
Metadata
Package | Version | Patches format |
---|---|---|
qmltermwidget | 0.2+git20220109.6322802-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001_Expose ColorSchemeManager and ColorScheme to QML.patch | (download) |
lib/ColorScheme.cpp |
72 45 + 27 - 0 ! |
[patch 1/5] expose colorschememanager and colorscheme to qml Expose a subset of the ColorSchemeManager to QML in order to allow editing of ColorSchemes from within QML. Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0002_Expose QMLTermWidget foreground and background color.patch | (download) |
lib/TerminalDisplay.cpp |
12 11 + 1 - 0 ! |
[patch 2/5] expose qmltermwidget foreground and background colors to QML Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0003_Make QmlTermWidget scrollbarCurrentValue property wr.patch | (download) |
lib/TerminalDisplay.cpp |
7 7 + 0 - 0 ! |
[patch 3/5] make qmltermwidget scrollbarcurrentvalue property writable Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0004_Add QMLTermWidget methods to query whether clipboard.patch | (download) |
lib/TerminalDisplay.cpp |
9 9 + 0 - 0 ! |
[patch 4/5] add qmltermwidget methods to query whether clipboard/selection are set Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |
0005_Apply color scheme if changed.patch | (download) |
lib/TerminalDisplay.cpp |
30 21 + 9 - 0 ! |
[patch 5/5] apply color scheme if changed Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> |