summaryrefslogtreecommitdiff
path: root/src/plugins/filesystem
AgeCommit message (Collapse)Author
2016-04-25Fix wrong documentationAndreas Stöckel
2015-03-01Renamed domain to ontology.Benjamin Paassen
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-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-16Implemented autocomplete in FileLocatorAndreas Stöckel
2015-01-29changed precedence in FileLocator. This has to be tested still.Benjamin Paassen
2015-01-29further attempts on making the main program work. Had to add a method for ↵Benjamin Paassen
handling absolute paths in FileLocator for that.
2015-01-23replaced nonexistant is_file with is_regular_fileAndreas Stöckel
2015-01-22Improved FileLocatorAndreas Stöckel
2015-01-21Do 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-20some cosmetic changed to FileLocator.cppAndreas Stöckel
2015-01-20Adapted FileLocator unit tests, searching in the "UNKNOWN" ResourceType ↵Andreas Stöckel
search paths directly in ResoruceLocator instead of Registry
2015-01-20Implemented automatic generation of default search pathsAndreas Stöckel
2015-01-20Moved some files aroundAndreas Stöckel