summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2015-02-19Added a comment to the default field name constantAndreas Stöckel
2015-02-19Nice error messages in case the input file does not exist or is not a fileAndreas Stöckel
2015-02-18Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-18resvised XML output for structtype instances.Benjamin Paassen
2015-02-18ignored xmlns attributes in root tag in xml parsing.Benjamin Paassen
2015-02-18changed cardinality toString conversion to be reparseable as cardinality.Benjamin Paassen
2015-02-18added writeOusia methods to VariantWriter.Benjamin Paassen
2015-02-18Registering inline typesystems in documentAndreas Stöckel
2015-02-18fixed a bug with empty fields.Benjamin Paassen
2015-02-18fixed a bug with doubled root nodes.Benjamin Paassen
2015-02-18added support for primitive subtree fields in XMLOutput.Benjamin Paassen
2015-02-18Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-18detected and counteracted cycles in gatherFieldDescriptors and ↵Benjamin Paassen
gatherSubclasses. Also added unit tests for those cyclic cases.
2015-02-18Fix for issue #85 -- only allowing explicit fields if no structure elements ↵Andreas Stöckel
or data have been given beforehand. Added unit tests.
2015-02-18Implemented automatic validation of RootNode instances in ParserScopeAndreas Stöckel
2015-02-18Limit context widthAndreas Stöckel
2015-02-18Fix missing trailing space in error messageAndreas Stöckel
2015-02-18Do not add working directory. This creates strange behavior. Files should be ↵Andreas Stöckel
searched relative to the documents, not to the working directory.
2015-02-18Fixed bug #80 and added unit testAndreas Stöckel
2015-02-17Implement possiblility of Graphviz export when in debug mode (for demo purposes)Andreas Stöckel
2015-02-17Remove debug informationAndreas Stöckel
2015-02-17Fix for issue #79 -- do not create implicit default fields for invalid commandsAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17added some debug information to document handler.Benjamin Paassen
2015-02-17Improved error messages in case no primitive field is present, but data is givenAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Do not bother with to many type checks if we indicate that "all types are ↵Andreas Stöckel
allowed". Fixes part of the issues with bug #77
2015-02-17Fixed creating a document where no document should be created (I actually ↵Andreas Stöckel
thought of this bug before it occurred!)
2015-02-17Fixed issue #78 and added unit testAndreas Stöckel
2015-02-17Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-17added annotation support in XmlOutput.Benjamin Paassen
2015-02-17Usinge COLLAPSE whitespace mode in OSXML parser to match default behaviour ↵Andreas Stöckel
of the OSML parser
2015-02-17Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-17Improved handling of and error messages in tha case of too many fields for a ↵Andreas Stöckel
command. Adapted StackTest to the new behaviour and added new unit test. Fixed bug #76
2015-02-17added domain as XML namespace and corrected toString handling.Benjamin Paassen
2015-02-17added typesystems getter.Benjamin Paassen
2015-02-17added namespace handling to XMLBenjamin Paassen
2015-02-17Improved error messagesAndreas Stöckel
2015-02-17Improved semantics of the return value of the autocomplete function: Empty ↵Andreas Stöckel
return value explicitly means that the file does not exist at all.
2015-02-17Improved auto-completion handling and error messages in ResourceRequest -- ↵Andreas Stöckel
perform autocompletion if the mimetype is not known and not if no extension is given. People might have files that contain dots without having an actual extension.
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
* really complete path, do not return completely new path * return file directly if it already exists * only complete the extension, nothing else * also ignore .backup files created by KDE programs
2015-02-16Merge branch 'master' of ssh://somweyr.de/var/local/git/ousiaAndreas Stöckel
2015-02-16Implemented autocomplete in FileLocatorAndreas Stöckel
2015-02-16Using autocomplete in ResourceRequest to determine filename if no extension ↵Andreas Stöckel
is given
2015-02-16Added "autocomplete" function to ResourceLocator and RegistryAndreas Stöckel
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16completely reworked document handler to be consistent with OSML and provide ↵Benjamin Paassen
more coherent behaviour in general.
2015-02-16added creation methods that reference fields by index instead of name.Benjamin Paassen
2015-02-16Allow typesystem references in DocumentAndreas Stöckel
2015-02-16Included explicit encoding and standalone flag in xml outputAndreas Stöckel