Bug 451138 - Supporting importing Data Crow XML
Summary: Supporting importing Data Crow XML
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Other
: NOR wishlist
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-03-04 19:33 UTC by Robby Stephenson
Modified: 2022-03-12 02:14 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 3.5


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robby Stephenson 2022-03-04 19:33:46 UTC
Data Crow is able to export into an XML format. GCstar currently supports importing that format. 
http://forums.gcstar.org/viewtopic.php?id=18359
https://gitlab.com/Kerenoc/GCstar/-/blob/Test/gcstar/lib/gcstar/GCImport/GCImportDataCrow.pm
Comment 1 Robby Stephenson 2022-03-12 02:14:29 UTC
Git commit 5cc6efe6d316456d2293eae6695d4611bb0df006 by Robby Stephenson.
Committed on 12/03/2022 at 02:13.
Pushed by rstephenson into branch 'master'.

Add importer for Data Crow exported reports
FIXED-IN: 3.5

M  +4    -0    ChangeLog
M  +1    -0    icons/CMakeLists.txt
A  +-    --    icons/datacrow.png
M  +7    -0    src/importdialog.cpp
M  +4    -0    src/mainwindow.cpp
M  +2    -1    src/tellicoui.rc
M  +7    -0    src/tests/CMakeLists.txt
A  +82   -0    src/tests/data/datacrow_books.xml
A  +-    --    src/tests/data/datacrow_books_images/8817fb77-db09-4b70-96b1-12d4adbac294_PictureFront.jpg
A  +352  -0    src/tests/data/datacrow_movies.xml
A  +-    --    src/tests/data/datacrow_movies_images/b64fe351-373a-4069-a695-d59e2243a020_PictureFront.jpg
A  +159  -0    src/tests/data/datacrow_music.xml
A  +-    --    src/tests/data/datacrow_music_images/628b272a-3c0c-4eff-8c99-67d4bd3c4b95_PictureFront.jpg
A  +147  -0    src/tests/datacrowtest.cpp     [License: GPL (v2/3)]
C  +12   -66   src/tests/datacrowtest.h [from: src/translators/translators.h - 062% similarity]
M  +1    -0    src/translators/CMakeLists.txt
A  +94   -0    src/translators/datacrowimporter.cpp     [License: GPL (v2/3)]
C  +33   -66   src/translators/datacrowimporter.h [from: src/translators/translators.h - 064% similarity]
M  +2    -1    src/translators/translators.h
M  +1    -0    xslt/CMakeLists.txt
A  +411  -0    xslt/datacrow2tellico.xsl

https://invent.kde.org/office/tellico/commit/5cc6efe6d316456d2293eae6695d4611bb0df006