Summary: | Ark configuration dialog missing in Ark of KDE 4 | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | usrrgt |
Component: | general | Assignee: | 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: | http://commits.kde.org/ark/7850a0aabf2149eab5d53d3e9fea57c6113cc563 | Version Fixed In: | 15.08 |
Sentry Crash Report: | |||
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
Created attachment 25699 [details]
Configuration module in Ark of KDE 3
Configuration module in Ark of KDE 3
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. 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? 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. Ark will need a configuration dialog anyways. Confirming, although this is technically neither a bug or a wishlist, rather just a todo... *** Bug 253384 has been marked as a duplicate of this bug. *** Changing the default assignee in the currently open Ark bug reports to me. 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 |