summaryrefslogtreecommitdiff
path: root/src/core/resource/ResourceRequest.cpp
AgeCommit message (Collapse)Author
2015-03-01Renamed domain to ontology.Benjamin Paassen
2015-02-18Fix missing trailing space in error messageAndreas 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-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-16Using autocomplete in ResourceRequest to determine filename if no extension ↵Andreas Stöckel
is given
2015-02-03Fixed imports when ParserTypes are set to more general nodes.Andreas Stöckel
2015-02-03Got rid of warnings when including filesAndreas Stöckel
2015-02-02Importing files works nowAndreas Stöckel
2015-01-30Fixed setIntersection in ResourceRequestAndreas Stöckel
2015-01-25Replaced stupid static ResourceUtils class with shiny new ResourceRequest ↵Andreas Stöckel
class and corresponding (unfinished) test