summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 re...Andreas Stöckel
2015-02-17Improved auto-completion handling and error messages in ResourceRequest -- pe...Andreas Stöckel
2015-02-17Improved behaviour of FileLocator:Andreas Stöckel
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 i...Andreas Stöckel
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 m...Benjamin Paassen
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
2015-02-16Merge branch 'master' of somweyr.de:ousiaBenjamin Paassen
2015-02-16added return value in addFieldDescriptor related methods to indicate whether ...Benjamin Paassen
2015-02-16Allowing numeric argument keys for static handlersAndreas Stöckel
2015-02-16Implemented support for numeric arguments in ArgumentAndreas Stöckel
2015-02-16Using Variant location in VariantConverter error messagesAndreas Stöckel
2015-02-16Fixed bug #61 and added unit testAndreas Stöckel
2015-02-16Cosmetic change: Colorful error messages even if STDOUT is not a ttyAndreas Stöckel
2015-02-16Updating logger default position for better error messages if an exception is...Andreas Stöckel
2015-02-16Fixed problem with fieldEnd closing implicit fields and added unit testAndreas Stöckel
2015-02-16Fixed writing to file not working properlyAndreas Stöckel
2015-02-16AutoformatAndreas Stöckel
2015-02-16Using logger for printing output pathAndreas Stöckel
2015-02-15Merge branch 'master' of somweyr.de:ousiaAndreas Stöckel
2015-02-15Determine mimetype automaticallyAndreas Stöckel
2015-02-15Added OsmlParserTestAndreas Stöckel
2015-02-15got rid of some unnecessary warnings.Benjamin Paassen
2015-02-15changed order of fields in StructuredClass::getFieldDescriptorsBenjamin Paassen
2015-02-15Added (completely untested) osxml parserAndreas Stöckel
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-02-15Fixed compilation of main applicationAndreas Stöckel
2015-02-15Removed createPath declaration in DocumentHandlerAndreas Stöckel
2015-02-15Removed no longer available getVariantTypesAndreas Stöckel
2015-02-15Merge branch 'astoecke_parser_stack_new'Andreas Stöckel
2015-02-15Fixed StaticFieldHandler using empty stringsAndreas Stöckel
2015-02-15Domains an Typesystems can also be declared inlineAndreas Stöckel
2015-02-15Implemented OsxmlParserAndreas Stöckel
2015-02-15Made OsxmlEvents interface consistent with Stack commandsAndreas Stöckel
2015-02-15Declaring States in the Handler classesAndreas Stöckel
2015-02-15Displaying error messages at the location of the argumentAndreas Stöckel
2015-02-15added cardinality type.Benjamin Paassen
2015-02-15fixed a bug in instance counting in DocumentEntity::doValidate and made the v...Benjamin Paassen
2015-02-15added getChildrenWithSubclasses and thus made pathTo and collect more compact.Benjamin Paassen
2015-02-15fixed a bug in pathTo functions.Benjamin Paassen
2015-02-15added support for transparency between explicit fields and child structure el...Benjamin Paassen
2015-02-15removed enquoting from primitive string content in XML output.Benjamin Paassen
2015-02-15added support for transparent elements between explicit fields and primitive ...Benjamin Paassen