Version: v0.8.3 (using KDE 3.1.4) Installed from: (testing/unstable) Compiler: gcc version 3.3.2 (Debian) OS: Linux (i686) release 2.6.0-test7-1-386 The individual file transfer window has a button for advanced settings (see screenshots). Pressing it displays more options, pressing again displays less. Unfortunately, this is accomplished by a non-KDE-ish way: Either use a button "advanced", pressing it displays more information and changes the button to "reduced", "basic" or whatever; OR use an icon just like there are a lot of icons in the toolbar (continue, delete, ...) The current way in which the button acts like an icon (sticky switch) is against consistency across KDE applications. I ignore if this has been repaired in CVS. Thanks Mark
Created attachment 4321 [details] advanced button not pressed
Created attachment 4322 [details] advanced button pressed and staying pressed
CVS commit by pino: Small bugfixes on KGet: * Implemented wishlist #51511. * kget.desktop is 100% freedesktop.org compatible. * improved a bit the Folders tab of the settings, including fixes for items #4 and #8 of wishlist #58127. * Fixed bug #73355. BUG: 51511 BUG: 73355 CCBUG: 58127 CCMAIL: coolo@kde.org M +10 -15 dlgDirectories.cpp 1.18 M +1 -2 dlgDirectories.h 1.10 M +7 -6 dlgIndividual.cpp 1.30 M +3 -2 dlgIndividual.h 1.15 M +5 -28 dlgdirectoriesbase.ui 1.5 M +1 -0 kget.desktop 1.60 M +1 -1 kmainwidget.cpp 1.107 M +2 -2 main.cpp 1.35 M +1 -1 kget_plug_in/kget_plug_in.cpp 1.15