KRA/ORA: merged in a single plugin and added metadata support

- ORA/KRA: merged in a single plugin (KRA)
- ORA: removed standalone plugin
- KRA: use of logging category
- KRA: add metadata support by processing the embedded `documentinfo.xml`
- Improved signature lookup (see MR !17) and added test case
This commit is contained in:
Mirco Miranda
2026-07-29 07:42:42 +02:00
parent 516750e6fc
commit 2e199eea80
13 changed files with 122 additions and 168 deletions
+19
View File
@@ -0,0 +1,19 @@
[
{
"fileName" : "src.png",
"metadata" : [
{
"key" : "CreationDate",
"value" : "2016-01-27T10:40:16"
},
{
"key" : "ModificationDate",
"value" : "2016-01-27T10:41:28"
},
{
"key" : "Author" ,
"value" : "Boudewijn Rempt"
}
]
}
]
+15
View File
@@ -0,0 +1,15 @@
[
{
"fileName" : "src.png",
"metadata" : [
{
"key" : "CreationDate",
"value" : "2016-01-27T10:40:16"
},
{
"key" : "ModificationDate",
"value" : "2026-07-16T07:00:36"
}
]
}
]
Binary file not shown.