Bug 151519 - provide scale button like under kde3
Summary: provide scale button like under kde3
Status: RESOLVED FIXED
Alias: None
Product: krdc
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Urs Wolfer
URL:
Keywords:
: 157916 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-10-29 18:11 UTC by Elmar Stellnberger (AT/K)
Modified: 2008-03-24 13:31 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elmar Stellnberger (AT/K) 2007-10-29 18:11:44 UTC
Version:           Unbekannt (using KDE 3.5.7 "release 72" , openSUSE 10.3)
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.22.9-0.4-default

provide a button to
scale the window content to window size (no scrollbars, no unused surrounding)

supported by: kdenetwork3-vnc-3.5.7-51.3
not present any more: kde4-krdc-3.93.0.svn712057-16
Comment 1 Urs Wolfer 2007-10-29 19:36:58 UTC
This feature is already on my TODO list.
Comment 2 Urs Wolfer 2008-03-05 23:02:19 UTC
*** Bug 157916 has been marked as a duplicate of this bug. ***
Comment 3 Urs Wolfer 2008-03-24 13:31:07 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