Git commit 47d393b31c819241e04f0c0879faa62e070d92f5 by Robby Stephenson. Committed on 02/08/2020 at 16:02. Pushed by rstephenson into branch 'master'.
Add capability to import for Collectorz software Book Collector, Movie Collector, and Music Collector are supported for importing from their XML export. Image locations assume the XML file location is the base for relative paths. Unit tests are included. FIXED-IN: 3.4 M +8 -1 doc/importing-exporting.docbook M +1 -0 icons/CMakeLists.txt A +- -- icons/collectorz.png M +1 -0 icons/icons.qrc M +1 -1 src/entry.cpp M +7 -0 src/importdialog.cpp M +4 -0 src/mainwindow.cpp M +3 -2 src/tellicoui.rc M +8 -0 src/tests/CMakeLists.txt A +155 -0 src/tests/collectorztest.cpp [License: GPL (v2/3)] C +12 -65 src/tests/collectorztest.h [from: src/translators/translators.h - 063% similarity] A +- -- src/tests/data/collectorz/image.png A +4438 -0 src/tests/data/collectorz_books.xml A +6204 -0 src/tests/data/collectorz_movies.xml A +14786 -0 src/tests/data/collectorz_music.xml M +1 -0 src/translators/CMakeLists.txt A +93 -0 src/translators/collectorzimporter.cpp [License: GPL (v2/3)] C +32 -65 src/translators/collectorzimporter.h [from: src/translators/translators.h - 064% similarity] M +2 -1 src/translators/translators.h M +1 -0 xslt/CMakeLists.txt A +567 -0 xslt/collectorz2tellico.xsl https://invent.kde.org/office/tellico/commit/47d393b31c819241e04f0c0879faa62e070d92f5
