Bug 241938 - Config option "Disable confirmation dialogs" is just ignored
Summary: Config option "Disable confirmation dialogs" is just ignored
Status: RESOLVED NOT A BUG
Alias: None
Product: kget
Classification: Applications
Component: Core (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: KGet authors
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-17 01:16 UTC by Stefan Werner
Modified: 2010-06-28 11:11 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Patch for core/kget.cpp to consider ExpertMode (1.21 KB, patch)
2010-06-17 01:16 UTC, Stefan Werner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Werner 2010-06-17 01:16:16 UTC
Created attachment 48066 [details]
Patch for core/kget.cpp to consider ExpertMode

Version:           unspecified (using Devel) 
OS:                Linux

Config option "Disable confirmation dialogs (less verbosity)" in KGet (2.4.4) is just ignored.

Reproducible: Always



Expected Results:  
If I set this config option I want KGet to start downloading without showing any confirmation dialogs (if possible)

I wasn't able to find any reference in the sourcecode for this option. It looks like it was just forgotten, or is there any intention to not implement it?
Well, a did a few changes to the sourcecode (see attachment) so KGet does exactly what I expect it to do:
If ExpertMode is set and if there is a download group that fits, start downloading without confirmation dialog (of course only if filename is known and there is nothing to overwrite).
Comment 1 Lukas Appelhans 2010-06-28 11:11:44 UTC
There is the option "Use groups only as suggestion" in the groups-tab of the config dialog...

The expert mode setting is currently only used twice in KGet code, we might wanna remove it or merge it with the group as suggestion one...

Anyway, this is no bug, but expected behaviour...

Lukas