Version: (using KDE Devel) Installed from: Compiled sources integrate the Season Bar with the IP minimize button windows size button and season close button pictures: http://www.solo-technology.com/blog/wp-content/uploads/2007/06/image1.png http://www2002.org/CDROM/refereed/577/refresh_rdp2.png
Do you talk about the KDE4 version of KRDC? If you do, you have probably missed the window-size and close (a.k.a logout) buttons. The others things: * Address in title * minimize button are on my TODO list.
SVN commit 718652 by uwolfer: Implement possibility to minimize the fullscreen window: #1: button in fullscreen toolbar #2: magic invisible pixel in the right top: rightclick minimizes the window. This is available even when the fullscreen toolbar is hidden. I have seen this idea in the nomachine NX client and liked it from the first second :) CCBUG: 149481 M +10 -1 mainwindow.cpp M +26 -0 mainwindow.h WebSVN link: http://websvn.kde.org/?view=rev&revision=718652
SVN commit 783644 by uwolfer: FloatingToolBar inherits now from QToolBar instead of QWidget: * possibility to add widgets to the toolbar * all size calculation is done by QToolBar now (-> less code) Show URL of current session in toolbar. FEATURE:149481 M +37 -84 floatingtoolbar.cpp M +11 -11 floatingtoolbar.h M +20 -0 mainwindow.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=783644