Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-25 | Fix wrong documentation | Andreas Stöckel | |
2015-03-01 | Renamed domain to ontology. | Benjamin Paassen | |
2015-02-18 | Do 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-17 | Improved 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-16 | Implemented autocomplete in FileLocator | Andreas Stöckel | |
2015-01-29 | changed precedence in FileLocator. This has to be tested still. | Benjamin Paassen | |
2015-01-29 | further attempts on making the main program work. Had to add a method for ↵ | Benjamin Paassen | |
handling absolute paths in FileLocator for that. | |||
2015-01-23 | replaced nonexistant is_file with is_regular_file | Andreas Stöckel | |
2015-01-22 | Improved FileLocator | Andreas Stöckel | |
2015-01-21 | Do only perform relative file lookups if a relative path is given (to allow ↵ | Andreas Stöckel | |
users to include files without accidently including a global resource) | |||
2015-01-20 | some cosmetic changed to FileLocator.cpp | Andreas Stöckel | |
2015-01-20 | Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵ | Andreas Stöckel | |
search paths directly in ResoruceLocator instead of Registry | |||
2015-01-20 | Implemented automatic generation of default search paths | Andreas Stöckel | |
2015-01-20 | Moved some files around | Andreas Stöckel | |