[k3b] [Bug 137436] Adding support for cdrskin as an alternative to cdrecord/wodim

Leslie Zhai bugzilla_noreply at kde.org
Mon Nov 28 09:18:34 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=137436

--- Comment #30 from Leslie Zhai <xiangzhai83 at gmail.com> ---
Git commit 88c0c90659b3dcde527788c3d79ce70fa9582b40 by Leslie Zhai.
Committed on 28/11/2016 at 09:10.
Pushed by lesliezhai into branch 'cdrskin'.

Very begining CdrskinProgram and CdrskinWriter

Summary:
It is skeleton of migrating to cdrskin, so it might be full of bugs, I
need to be faimilar with cdrskin command...

1. [UI] add cdrskin to the items of Writing app combo
2. [k3blib] add CdrskinProgram inherited from SimpleExternalProgram (not
including *.cue)
3. [k3blib] add CdrskinWriter (it might not suitable for cdrskin command)

Test plan:
burn , for example ArchLinux, iso

CCMAIL: scdbackup at gmx.net

M  +1    -0    libk3b/CMakeLists.txt
M  +53   -19   libk3b/core/k3bdefaultexternalprograms.cpp
M  +2    -13   libk3b/core/k3bdefaultexternalprograms.h
M  +1    -0    libk3b/jobs/k3biso9660imagewritingjob.cpp
M  +101  -0    libk3b/jobs/k3bmetawriter.cpp
M  +1    -0    libk3b/jobs/k3bmetawriter.h
M  +1    -0    libk3b/projects/CMakeLists.txt
A  +935  -0    libk3b/projects/k3bcdrskinwriter.cpp     [License: GPL (v2+)]
A  +105  -0    libk3b/projects/k3bcdrskinwriter.h     [License: GPL (v2+)]
M  +7    -0    src/k3bsystemproblemdialog.cpp
M  +2    -0    src/k3bwriterselectionwidget.cpp
M  +3    -0    tests/k3bexternalbinmanagertest.cpp

https://commits.kde.org/k3b/88c0c90659b3dcde527788c3d79ce70fa9582b40

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the k3b mailing list