https://bugs.kde.org/show_bug.cgi?id=357594
Ragnar Thomsen <rthoms...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/ark/ | |04d56afacf191feaaebf93bc9c4 | |c53c068ba8a9a Version Fixed In| |16.08.0 --- Comment #1 from Ragnar Thomsen <rthoms...@gmail.com> --- Git commit 04d56afacf191feaaebf93bc9c4c53c068ba8a9a by Ragnar Thomsen. Committed on 30/04/2016 at 17:24. Pushed by rthomsen into branch 'master'. Add support for editing/adding archive comments Support was added for editing comments in supported archive types (currently only RAR). A new bool was added to plugin json files ("SupportsWriteComment") to indicate support. A new action was added and is found in Archive menu. The editing of comment is done in the same QPlainTextEdit used to display comments before. When user modifies comment, a KMessageWidget pops up with a "Save" button. Actual saving of comment to archive is achieved by a new job type: CommentJob. FIXED-IN: 16.08.0 GUI: Differential Revision: D1493 M +5 -1 autotests/kerfuffle/jsonarchiveinterface.cpp M +1 -0 autotests/kerfuffle/jsonarchiveinterface.h M +12 -0 kerfuffle/archive_kerfuffle.cpp M +2 -0 kerfuffle/archive_kerfuffle.h M +12 -3 kerfuffle/archiveformat.cpp M +4 -1 kerfuffle/archiveformat.h M +1 -0 kerfuffle/archiveinterface.h M +62 -2 kerfuffle/cliinterface.cpp M +21 -1 kerfuffle/cliinterface.h M +23 -0 kerfuffle/jobs.cpp M +16 -0 kerfuffle/jobs.h M +3 -2 part/ark_part.rc M +71 -2 part/part.cpp M +5 -0 part/part.h M +4 -0 plugins/clirarplugin/cliplugin.cpp M +3 -2 plugins/clirarplugin/kerfuffle_clirar.json M +6 -0 plugins/libarchive/libarchiveplugin.cpp M +1 -0 plugins/libarchive/libarchiveplugin.h http://commits.kde.org/ark/04d56afacf191feaaebf93bc9c4c53c068ba8a9a -- You are receiving this mail because: You are watching all bug changes.