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 file
Patch File delta Description
0001_Expose ColorSchemeManager and ColorScheme to QML.patch | (download)

lib/ColorScheme.cpp | 72 45 + 27 - 0 !
lib/ColorScheme.h | 26 18 + 8 - 0 !
src/qmltermwidget_plugin.cpp | 11 11 + 0 - 0 !
3 files changed, 74 insertions(+), 35 deletions(-)

 [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 !
lib/TerminalDisplay.h | 7 7 + 0 - 0 !
2 files changed, 18 insertions(+), 1 deletion(-)

 [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 !
lib/TerminalDisplay.h | 4 3 + 1 - 0 !
2 files changed, 10 insertions(+), 1 deletion(-)

 [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 !
lib/TerminalDisplay.h | 8 7 + 1 - 0 !
2 files changed, 16 insertions(+), 1 deletion(-)

 [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 !
lib/TerminalDisplay.h | 2 2 + 0 - 0 !
2 files changed, 23 insertions(+), 9 deletions(-)

 [patch 5/5] apply color scheme if changed

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>