Summary: | wishlist: allow upscaling of VNC content | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | olig9 |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
olig9
2007-10-20 17:41:13 UTC
SVN commit 789489 by uwolfer: Implement scaling of remote desktop for VNC protocol. Allows up- and downscaling with free ascpect ratio. There are sometimes small roundig errors, what results small artefacts (KDE 3 version had this issue too). Need to find a solution for this issue later, but this implementation is already usable without problems. This is still work in progress,; fixes for small problems will follow. BUG:151519 FEATURE:148214 FEATURE:151099 M +2 -0 krdcui.rc M +28 -9 mainwindow.cpp M +21 -0 mainwindow.h M +4 -2 remoteview.cpp M +2 -1 remoteview.h M +52 -9 vnc/vncview.cpp M +8 -0 vnc/vncview.h WebSVN link: http://websvn.kde.org/?view=rev&revision=789489 |