Bug 165314

Summary: Ark configuration dialog missing in Ark of KDE 4
Product: [Applications] ark Reporter: usrrgt
Component: generalAssignee: Raphael Kubo da Costa <rakuco>
Status: RESOLVED FIXED    
Severity: wishlist CC: giecrilj, rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 15.08
Bug Depends on:    
Bug Blocks: 185209, 139389, 148702, 298248    
Attachments: Configuration module in Ark of KDE 3

Description usrrgt 2008-06-29 13:58:14 UTC
Version:            (using KDE 4.0.5)
Installed from:    Ubuntu Packages
OS:                Linux

Ark of KDE 4 has not got a configuration module.

The configuration module is important for, in example, play the compressed files in a external player because Kaffeine doesn't play some of the files.

And I think that this is a usability bug, too.
Comment 1 usrrgt 2008-06-29 13:59:11 UTC
Created attachment 25699 [details]
Configuration module in Ark of KDE 3

Configuration module in Ark of KDE 3
Comment 2 usrrgt 2008-06-29 14:02:05 UTC
Sorry, I wanted to say:

The configuration module is important for, in example, play the compressed files in a external player because ARK doesn't play some of the files.
Comment 3 Harald Hvaal 2008-08-03 06:45:30 UTC
I don't really get what you mean by "play the compressed files in a external player because Kaffeine doesn't play some of the files." and why this is related to the configuration module. Could you elaborate?
Comment 4 usrrgt 2008-08-04 18:46:53 UTC
Sorry, I wanted to say:

The configuration module is important for, in example, play the compressed files in a external player because ARK doesn't play some of the files.
Comment 5 Harald Hvaal 2008-08-18 07:38:42 UTC
Ark will need a configuration dialog anyways. Confirming, although this is 
technically neither a bug or a wishlist, rather just a todo...
Comment 6 Christoph Feck 2010-10-06 15:26:21 UTC
*** Bug 253384 has been marked as a duplicate of this bug. ***
Comment 7 Raphael Kubo da Costa 2010-12-08 02:18:37 UTC
Changing the default assignee in the currently open Ark bug reports to me.
Comment 8 Elvis Angelaccio 2015-07-22 10:22:41 UTC
Git commit 7850a0aabf2149eab5d53d3e9fea57c6113cc563 by Elvis Angelaccio.
Committed on 22/07/2015 at 10:15.
Pushed by elvisangelaccio into branch 'Applications/15.08'.

Implement configuration dialog

This patch implements the standard configuration dialog (using
KConfigDialog) in Ark, as expected from a KDE application.

The widgets showed in the config dialog are provided by Kerfuffle, through the
Ark Part interface. This should help to show the Ark settings in, for
instance, Konqueror's config dialog.

REVIEW: 121997
FIXED-IN: 15.08
GUI:

M  +28   -0    app/mainwindow.cpp
M  +2    -0    app/mainwindow.h
M  +5    -0    kerfuffle/CMakeLists.txt
M  +4    -2    kerfuffle/ark.kcfg
A  +58   -0    kerfuffle/extractionsettings.ui
A  +38   -0    kerfuffle/extractionsettingspage.cpp     [License: BSD]
A  +45   -0    kerfuffle/extractionsettingspage.h     [License: BSD]
A  +72   -0    kerfuffle/previewsettings.ui
A  +44   -0    kerfuffle/previewsettingspage.cpp     [License: BSD]
A  +48   -0    kerfuffle/previewsettingspage.h     [License: BSD]
A  +48   -0    kerfuffle/settingspage.cpp     [License: BSD]
A  +53   -0    kerfuffle/settingspage.h     [License: BSD]
M  +10   -1    part/interface.h
M  +16   -0    part/part.cpp
M  +2    -0    part/part.h

http://commits.kde.org/ark/7850a0aabf2149eab5d53d3e9fea57c6113cc563