summaryrefslogtreecommitdiff
path: root/python/scriptingprovider.py
AgeCommit message (Expand)Author
2017-05-02add method to query log output statePeter LaFosse
2017-05-02Make plugin loading errors show up in error consolePeter LaFosse
2017-01-05Modifying how enumerations are exposed and used, and a bunch of cleanup of ex...Peter LaFosse
2017-01-03Reverting last commit, we can't use this method in the core, since it will br...Peter LaFosse
2017-01-03Dont override stdin/stdout/stderr if launching from terminalPeter LaFosse
2017-01-02Making platform and architecture optional parameters where possiblePeter LaFosse
2016-10-28Refactor python api into separate files and add Enumeration support. Also fix...plafosse