Revision 672337
Go back to digest for 10th June 2007Features in Office
Cyrille Berger Skott committed changes in /trunk/koffice/krita:
- introduce a new class : schema to hold information about schema (unfortunately XMP does not define a standard way to have validating schema :( )
- in the store:
. don't inherit from QHash
. add various functions to access the entries
. add various functions to access the schemas of this store
- kis_legacy_importer is supposed to hold a function for converting from the previous serialization in krita1.x, just include some dead commented code that I didn't want to loose for now- Entry and metadataeditor are adapted to use the schema and new api
File Changes
Added 4 files
- /trunk/koffice/krita/image/metadata
- /kis_legacy_importer.cc
- /kis_legacy_importer.h
- /kis_meta_data_schema.cc
- /kis_meta_data_schema.h
Modified 8 files
- /trunk/koffice/krita
- /image/CMakeLists.txt
- /image/metadata/kis_meta_data_entry.cc
- /image/metadata/kis_meta_data_entry.h
- /image/metadata/kis_meta_data_store.cc
- /image/metadata/kis_meta_data_store.h
- /image/metadata/kis_meta_data_value.cc
- /image/metadata/kis_meta_data_value.h
- /plugins/viewplugins/metadataeditor/metadataeditor.cc
12 files changed in total