Bug 151099

Summary: wishlist: allow upscaling of VNC content
Product: [Applications] krdc Reporter: olig9
Component: generalAssignee: Urs Wolfer <uwolfer>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:

Description olig9 2007-10-20 17:41:13 UTC
Version:           3.5.7 (using KDE KDE 3.5.7)
Installed from:    Debian testing/unstable Packages
OS:                Linux

Wishlist item: it would be nice if krdc would be able to scale small VNC windows _up_. I currently have a VNC session to a 640x480 screen, and the VNC contents (esp. fonts) are quite small on my monitor. So if I could resize the krdc window to be bigger than 640x480 (and the VNC content would be make larger as well), that would be really useful.
Comment 1 Urs Wolfer 2008-03-24 13:31:02 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