Cura/cura
Arjen Hiemstra 386aec32a8 Merge branch 'settings_rework'
Contributes to CURA-1278

* settings_rework: (224 commits)
  Improve slice trigger documentation
  Import Cura in materials preferences page so we can use the active definition id
  Add layer height to high quality profile so we have something that changes
  Update example XML material to use the right product names
  Filter available materials by the machine definition
  Show the add machine dialog when we do not have an active machine
  Create machine-specific material containers for machine specific overrides in XML material files
  When creating a new container stack, add empty containers for things where we cannot find containers
  Add preferred variant, material and quality to UM2+ definition
  Account for global container stack being None in the backend plugin
  Use the global stack instance variable and account for it potentially being None
  Store the global container stack as an instance property
  Added wildcard to filtering
  Per object settings filter now uses correct bool types (instead of strings)
  Removed stray = sign.
  Fix creating print job name
  Disable asynchronous loading of SettingItem when Qt Version < 5.5
  Document QTbug
  Properly serialise all settings to g-code file
  Document GCodeWriter class
  ...
2016-05-25 15:12:25 +02:00
..
__init__.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
BuildVolume.py Fix uses of getValue after its removal from Uranium API 2016-05-18 16:45:44 +02:00
CameraAnimation.py Move src to cura so we can use the same package for installed and source 2015-05-18 15:03:42 +02:00
ConvexHullDecorator.py Merge branch 'settings_rework' 2016-05-25 15:12:25 +02:00
ConvexHullJob.py Merge branch 'settings_rework' 2016-05-25 15:12:25 +02:00
ConvexHullNode.py Removed unused code 2016-04-28 15:28:50 +02:00
CrashHandler.py Fix crash handler to not complain about debug_mode not being set 2015-10-08 15:28:38 +02:00
CuraActions.py Update documentation & code cleanup 2016-04-08 14:26:28 +02:00
CuraApplication.py Merge branch 'settings_rework' 2016-05-25 15:12:25 +02:00
CuraSplashScreen.py Fix splashscreen size on HiDPI (windows) screens 2015-12-30 09:53:26 +01:00
CuraVersion.py.in Re-add CuraVersion.py.in which got deleted in 97d16ae3 2016-04-11 12:06:27 +02:00
Layer.py Moved layerData & polygon to own file 2016-04-08 15:07:07 +02:00
LayerData.py Moved layerData & polygon to own file 2016-04-08 15:07:07 +02:00
LayerDataDecorator.py Moved LayerData & Decorator outside of backend plugin 2015-09-23 15:01:48 +02:00
LayerPolygon.py Moved layerData & polygon to own file 2016-04-08 15:07:07 +02:00
MachineManagerModel.py When creating a new container stack, add empty containers for things where we cannot find containers 2016-05-25 11:31:19 +02:00
MultiMaterialDecorator.py Added merging for multi material 2015-07-27 14:25:27 +02:00
OneAtATimeIterator.py One at a time iterator no longer ignores objects higher than gantry height 2016-04-04 11:25:41 +02:00
PlatformPhysics.py Merge branch '2.1' 2016-04-04 18:49:09 +02:00
PlatformPhysicsOperation.py Removing unused imports 2016-03-15 12:17:59 +01:00
PrinterOutputDevice.py Added way to update the head position 2016-04-19 15:30:34 +02:00
PrintInformation.py Fix computation of material length from volume 2016-05-23 17:19:18 +02:00
ProfileReader.py Add profile reader plug-in type 2016-05-20 16:22:10 +02:00
SetParentOperation.py Refactor grouping/ungrouping into an operation that is undoable 2016-05-11 15:21:01 +02:00
SettingOverrideDecorator.py Fleshing out of SettingOverrideDecorator 2016-05-19 11:41:10 +02:00
ZOffsetDecorator.py Removed stray debug print 2016-02-17 17:02:41 +01:00