summaryrefslogtreecommitdiff
path: root/src/core/Registry.cpp
AgeCommit message (Collapse)Author
2015-02-16Added "autocomplete" function to ResourceLocator and RegistryAndreas Stöckel
2015-02-15Using osxml-extension in osxml parserAndreas Stöckel
2015-01-23Fixed typosAndreas Stöckel
2015-01-23Added mimetype by filename lookup to registryAndreas Stöckel
2015-01-22Added function which registers mimetypes for some default extensions (to be ↵Andreas Stöckel
extended)
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser ↵Andreas Stöckel
namespace, added new functionality to RegistryClass, wrote documentation, added function for extracting file extensions to Utils
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵Andreas Stöckel
search paths directly in ResoruceLocator instead of Registry
2015-01-20Fixed compilationAndreas Stöckel
2015-01-20Refactored stuff surrounding the ResourceLocator class, implemented ↵Andreas Stöckel
StaticResourceLocator which can be used for registering static resources (mainly for testing or if certain resources need to be available from the executable)
2014-12-11moved to CharReader everywhereAndreas Stöckel
2014-12-10integrated ResourceLocator into the Registry.Benjamin Paassen
2014-11-30backupAndreas Stöckel