Package: krdp / 6.3.5-1

Metadata

Package Version Patches format
krdp 6.3.5-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
upstream_mr_69_add support for freerdp3.patch | (download)

CMakeLists.txt | 12 9 + 3 - 0 !
src/Cursor.cpp | 11 8 + 3 - 0 !
src/InputHandler.cpp | 4 4 + 0 - 0 !
src/NetworkDetection.cpp | 43 43 + 0 - 0 !
src/NetworkDetection.h | 8 8 + 0 - 0 !
src/RdpConnection.cpp | 95 49 + 46 - 0 !
src/VideoStream.cpp | 4 2 + 2 - 0 !
7 files changed, 123 insertions(+), 54 deletions(-)

 [patch] add support for freerdp3


upstream_18539a15_Fix mouse wheel scrolling issue.patch | (download)

src/InputHandler.cpp | 12 6 + 6 - 0 !
src/PlasmaScreencastV1Session.cpp | 2 1 + 1 - 0 !
src/PortalSession.cpp | 2 1 + 1 - 0 !
3 files changed, 8 insertions(+), 8 deletions(-)

 [patch] fix mouse wheel scrolling issue

Currently, mouse wheel scrolling via KRDP triggers screen corners when using xfreerdp under Wayland environment.

upstream_f3b3199f_kcm Set new quality default to 75 minimum quality to 50.patch | (download)

src/kcm/krdpserversettings.kcfg | 2 1 + 1 - 0 !
src/kcm/ui/main.qml | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

 [patch] kcm: set new quality default to 75, minimum quality to 50

The qualities below 50 are rather poor and any gained responsiviness
does not really help when you can't see what you're doing.

Instead, set the minimum quality value to 50, where it's still legible.
Set default quality to 75, which is around middle of the slider, and
should work well for most cases.

upstream_2a193038_AbstractSession Fix deprecated setActive calls.patch | (download)

src/AbstractSession.cpp | 12 9 + 3 - 0 !
1 file changed, 9 insertions(+), 3 deletions(-)

 [patch] abstractsession: fix deprecated setactive calls

setActive is deprecated and seems to have caused issues with restoring
sessions. Use start and stop here instead.

Also move the Q_EMIT started() after the start method.

upstream_31faf21d_SessionController Start the initialization session.patch | (download)

server/SessionController.cpp | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 [patch] sessioncontroller: start the initialization session

The initialization session was never ran here

upstream_e2b88aaa_Support horizontal wheel event.patch | (download)

src/InputHandler.cpp | 15 11 + 4 - 0 !
src/PlasmaScreencastV1Session.cpp | 8 7 + 1 - 0 !
src/PortalSession.cpp | 8 7 + 1 - 0 !
3 files changed, 25 insertions(+), 6 deletions(-)

 [patch] support horizontal wheel event