Summary: | remote season bar status minimize size close | ||
---|---|---|---|
Product: | [Applications] krdc | Reporter: | Claus Rebler <c.rebler> |
Component: | general | Assignee: | Urs Wolfer <uwolfer> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Claus Rebler
2007-09-02 16:50:30 UTC
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 |