Bug 73355 - kget advanced settings button in individual file transfer window
Summary: kget advanced settings button in individual file transfer window
Status: RESOLVED FIXED
Alias: None
Product: kget
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-23 22:23 UTC by Mark Szentes-Wanner
Modified: 2005-01-18 11:06 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
advanced button not pressed (28.18 KB, image/jpeg)
2004-01-23 22:23 UTC, Mark Szentes-Wanner
Details
advanced button pressed and staying pressed (34.75 KB, image/jpeg)
2004-01-23 22:24 UTC, Mark Szentes-Wanner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Szentes-Wanner 2004-01-23 22:23:16 UTC
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
Comment 1 Mark Szentes-Wanner 2004-01-23 22:23:57 UTC
Created attachment 4321 [details]
advanced button not pressed
Comment 2 Mark Szentes-Wanner 2004-01-23 22:24:56 UTC
Created attachment 4322 [details]
advanced button pressed and staying pressed
Comment 3 Pino Toscano 2005-01-18 11:06:57 UTC
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