Arjen Hiemstra
ee0160075e
Override InstanceContainer::duplicate in XmlMAterialProfile
...
So that we can set a new GUID for the material on duplicate
Contributes to CURA-342
2016-06-30 01:55:53 +02:00
Arjen Hiemstra
419326132f
Use ContainerPropertyProvider to provide properties for the materials page
...
Contributes to CURA-342
2016-06-30 01:54:58 +02:00
Arjen Hiemstra
3798a6e26a
Update MaterialsPage with the new way of handling buttons
...
Contributes to CURA-342
2016-06-30 01:54:25 +02:00
Arjen Hiemstra
cd8bc3b60d
Introduce a ContainerManager class to handle container actions like duplicate
...
Because MachineManager is getting rather large
Contributes to CURA-342
2016-06-30 01:53:48 +02:00
Arjen Hiemstra
f7e4b91569
Update styling of Material management page
...
Contributes to CURA-342
2016-06-28 17:44:19 +02:00
Arjen Hiemstra
47079dc2dd
Start enabling some material management things
2016-06-28 17:43:52 +02:00
Arjen Hiemstra
0270aecdc3
Replace separate machine/profile menus in menubar with a single "Settings" menu
...
Contributes to CURA-342
2016-06-28 17:43:28 +02:00
Arjen Hiemstra
1a56da464c
Introduce a "Manage Materials" action
...
Contributes to CURA-342
2016-06-28 17:42:47 +02:00
Arjen Hiemstra
842015ea10
Move all the menus to individual QML files to make it easier to reuse them
...
Contributes to CURA-342
2016-06-28 17:32:50 +02:00
Arjen Hiemstra
a746710e26
Introduce a MaterialSettingsVisibilityHandler that will only show those settings relevant for materials
...
Contriubtes to CURA-342
2016-06-28 17:30:46 +02:00
Arjen Hiemstra
68a8bcb009
Fix width of materials properties tab
2016-06-27 13:33:38 +02:00
Arjen Hiemstra
b2ef607cb6
Fix the material setting list to use a simple placeholder
...
Contributes to CURA-342
2016-06-23 17:34:35 +02:00
Arjen Hiemstra
1cb836aea5
Add a ReadOnlySpinBox control that provides a spinBox with a readOnly property
...
Contributes to CURA-342
2016-06-23 17:33:55 +02:00
Arjen Hiemstra
f71ddc4b9f
Start implementing view and edit support in the materials page
...
Contributes to CURA-342
2016-06-23 17:31:50 +02:00
Arjen Hiemstra
f6866d703d
Merge branch 'master' of github.com:ultimaker/Cura into feature_material_editing
...
* 'master' of github.com:ultimaker/Cura: (110 commits)
Rearrange MachineActions on Machines page
Skip containers that can not be serialized
Make PerObjectSettingVisiblityHandler inherit SettingVisiblityHandler and some other cleanup
Use the right property for the property provider
Clean up indentation
Remove unused code
Fix expanded settings for Per Object settings tool
Use the expanded categories from Cura to expand the proper categories on startup
Starting UMOCheckup before connection was established now works correctly
Fixed layout
Added missing decorator CURA-1385
Restored accidental delete
Removed extraneous space
Refactoring; Renaming firstRunWizard to machineActionsWizard
Added BedLevel as supported action to UMO
Refactoring (Renaming variables so they are more clear & update documentation)
Remove some trailing spaces CURA-1615
GCodeProfileReader: Removing useless containername
Reenable Per Object Settings tool in simple mode if the current printer has multiextrusion
Fix minor codereview issues
...
2016-06-23 14:37:00 +02:00
fieldOfView
0faecf9b34
Rearrange MachineActions on Machines page
...
CURA-1385
2016-06-23 14:15:39 +02:00
fieldOfView
19412c5bda
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-23 14:08:49 +02:00
fieldOfView
3f7f6f8a23
Skip containers that can not be serialized
...
CURA-1445
2016-06-23 14:08:38 +02:00
Arjen Hiemstra
38ce6cd4b8
Make PerObjectSettingVisiblityHandler inherit SettingVisiblityHandler and some other cleanup
2016-06-23 13:33:51 +02:00
Arjen Hiemstra
8c8caa2cac
Use the right property for the property provider
...
Otherwise we get a bunch of errors from the per object settings tool
2016-06-23 13:33:07 +02:00
Arjen Hiemstra
9f9de493f7
Clean up indentation
2016-06-23 13:32:31 +02:00
Arjen Hiemstra
cc027ddf41
Remove unused code
2016-06-23 13:32:20 +02:00
Arjen Hiemstra
10d572eae3
Fix expanded settings for Per Object settings tool
2016-06-23 13:32:04 +02:00
Arjen Hiemstra
de36122531
Use the expanded categories from Cura to expand the proper categories on startup
2016-06-23 13:31:01 +02:00
Jaime van Kessel
b14ae94190
Starting UMOCheckup before connection was established now works correctly
...
CURA-1385
2016-06-23 13:10:57 +02:00
Aldo Hoeben
488740c60d
Merge pull request #819 from Ultimaker/MachineActions
...
Machine actions
2016-06-23 12:59:03 +02:00
Jaime van Kessel
6909cf211a
Fixed layout
...
CURA-1385
2016-06-23 11:42:18 +02:00
Jaime van Kessel
35a8e7ca94
Added missing decorator
...
CURA-1385
2016-06-23 11:41:13 +02:00
Jaime van Kessel
d499d59d97
Restored accidental delete
2016-06-23 11:19:54 +02:00
Jaime van Kessel
cd6092581b
Removed extraneous space
...
CURA-1385
2016-06-23 11:17:28 +02:00
Jaime van Kessel
3f3a93ae8a
Refactoring; Renaming firstRunWizard to machineActionsWizard
...
CURA-1385
2016-06-23 11:12:58 +02:00
Jaime van Kessel
a7deb53acf
Added BedLevel as supported action to UMO
2016-06-23 11:12:06 +02:00
Jaime van Kessel
45dca3f878
Refactoring (Renaming variables so they are more clear & update documentation)
2016-06-23 11:09:55 +02:00
fieldOfView
51259e2684
Merge branch 'master' of https://github.com/Ultimaker/Cura
2016-06-23 10:18:37 +02:00
fieldOfView
7c606b21b5
Remove some trailing spaces
...
CURA-1615
2016-06-23 10:18:27 +02:00
Aldo Hoeben
cf718a3a42
Merge pull request #818 from thopiekar/master-CURA-1445
...
[CURA-1445] SliceInfo: Providing data from all containers
2016-06-23 09:55:53 +02:00
Aldo Hoeben
097bcad427
Merge pull request #810 from thopiekar/master-CURA-1615
...
[CURA-1615] Plugins: Updating GCodeProfileReader and SliceInfo
2016-06-23 09:45:56 +02:00
Thomas Karl Pietrowski
c9ec81cbe2
Merge pull request #3 from thopiekar/master-CURA-1615
...
GCodeProfileReader: Removing useless containername
2016-06-22 23:25:36 +02:00
Thomas Karl Pietrowski
688accfab7
GCodeProfileReader: Removing useless containername
2016-06-22 23:25:04 +02:00
fieldOfView
08411e943c
Reenable Per Object Settings tool in simple mode if the current printer has multiextrusion
...
and tweak Per Object Settings panel size
CURA-333
2016-06-22 18:46:24 +02:00
Arjen Hiemstra
a3ea042d4b
Implement serialization of XmlMaterialProfile
...
Contributes to CURA-342
2016-06-22 17:40:17 +02:00
Arjen Hiemstra
3cc31fd9c2
When saving containers, use the mime type's preferred suffix instead of a hardcoded value
...
Contributes to CURA-342
2016-06-22 17:39:50 +02:00
fieldOfView
a6bb0c804a
Fix minor codereview issues
...
CURA-333
2016-06-22 17:19:14 +02:00
Jaime van Kessel
1e40d98fd7
Merge pull request #817 from Ultimaker/feature_multi_materialsnozzles
...
Multiextrusion support for materials and nozzles
2016-06-22 17:05:17 +02:00
Jaime van Kessel
a35873a31b
Removed test files
...
CURA-333
2016-06-22 17:04:31 +02:00
Simon Edwards
65a8cf1c45
'One at a time' printing was broken due to a regression in the convex hull decorator.
...
Contributes to CURA-1504
2016-06-22 16:51:56 +02:00
Jaime van Kessel
cbbb204718
Merge branch 'master' of github.com:Ultimaker/Cura into feature_multi_materialsnozzles
2016-06-22 16:32:37 +02:00
Jaime van Kessel
23ca2a3f54
Fixed layout issues
...
CURA-1385
2016-06-22 15:37:22 +02:00
Jaime van Kessel
458749ca4e
Removed old wizard pages
...
CURA-1385
2016-06-22 15:35:44 +02:00
Jaime van Kessel
1912722d31
Fixed requesting size of machine for bedLeveling
...
CURA-1385
2016-06-22 15:35:23 +02:00