MrDraw/src/octoprint
Gina Häußge e899050517 Rudimentary multi pass dependency resolution for view models
Largely based on a patch by @mrbeam - big thanks for that!
2015-02-03 22:23:32 +01:00
..
filemanager More error resilient handling of .metadata.yaml writes in local storage 2014-12-20 01:06:40 +01:00
plugin Made call_plugin method more error resilient 2015-02-03 10:17:39 +01:00
plugins Adjusted discovery plugin to new blueprint and settings functionality for plugins 2015-01-30 22:22:39 +01:00
printer Fall back to unmodified default profile if the overridden version is invalid 2015-02-03 11:46:30 +01:00
server The plugin system now also injects self._settings into SettingsPlugins and create the blueprint for BlueprintPlugins 2015-01-30 13:22:35 +01:00
slicing The plugin system now also injects self._settings into SettingsPlugins and create the blueprint for BlueprintPlugins 2015-01-30 13:22:35 +01:00
static Rudimentary multi pass dependency resolution for view models 2015-02-03 22:23:32 +01:00
templates Fixed selecting the first dialog in the settings dialog upon first opening it 2015-01-30 09:28:41 +01:00
translations [i18n] Translation update 2014-12-18 15:15:23 +01:00
util Fixed a bug causing gcodeInterpreter to hiccup on GCODES containing invalid coordinates such as Xnan or Yinf, causing in turn the file API to fail until the offending file was deleted and its metadata removed 2015-02-01 17:27:12 +01:00
__init__.py Versioning by versioneer: https://github.com/warner/python-versioneer/ 2014-06-22 01:12:06 +02:00
_version.py Fixed a couple of more missing branch fields and added Changelog entry 2014-11-04 10:07:46 +01:00
daemon.py Renamed delpid to term to better match its modified behavior. Moved the registration of the SIGTERM handler to avoid an extremely unlikely race condition. 2015-01-10 01:34:47 -08:00
events.py Added exception logging for event bus worker loop 2015-01-19 12:13:04 +01:00
settings.py Removed left overs from former cura integration 2015-01-28 15:36:44 +01:00
timelapse.py Only decrement the image counter if it is set and larger than 0 2014-12-28 00:19:55 +01:00
users.py Properly recognize app session keys everywhere. Also fixed a bug where the ApiUser was not properly provisioned with his roles. 2014-11-14 17:58:42 +01:00