Jaime van Kessel
b589920f53
Move a few hardcoded sizes to the theme
...
CURA-5785
2018-11-14 13:55:39 +01:00
Ghostkeeper
b67d8d4103
Fix type of fallback variable
...
These have to be strings because the configparser getter can only return strings.
Contributes to issue CURA-5936.
2018-11-14 13:46:13 +01:00
Ghostkeeper
ae2b312472
Add typing for all version upgrade plug-ins
...
Hopefully we'll take this typing along when we next copy-paste the stuffs.
Contributes to issue CURA-5936.
2018-11-14 13:41:23 +01:00
alekseisasin
103d79c89d
Merge pull request #4781 from Ultimaker/fix_legacy_profile_importer
...
Fix legacy profile importer
2018-11-14 13:00:39 +01:00
Jaime van Kessel
fcfe95c7d0
Move OpenFile button to be instantiated left so it's tooltip doesn't get messed up
...
CURA-5785
2018-11-14 12:57:57 +01:00
Jaime van Kessel
878b743232
Add elide to machine selector label.
...
CURA-5785
2018-11-14 10:39:03 +01:00
Jaime van Kessel
c35b4f1d31
Removed old unusued code
...
CURA-5785
2018-11-14 10:00:44 +01:00
Jaime van Kessel
fb72f9a059
Fixed size of expandableItem not being the correct width
...
CURA-5785
2018-11-14 09:59:56 +01:00
Jaime van Kessel
1569fd7396
Merge branch 'ui_rework_4_0' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-14 09:34:08 +01:00
Remco Burema
c5401e310d
Merge pull request #4789 from Ultimaker/correct_link_create_account
...
Correct the link to create a new account
2018-11-14 09:21:21 +01:00
Remco Burema
b27045f5c5
Merge pull request #4790 from Ultimaker/DesktopMetal-feature_minimum_support_area
...
Desktop metal feature minimum support area
2018-11-13 17:38:11 +01:00
Remco Burema
13a9bb7eba
Remove enables for min. support area in case of TreeSupport. [CURA-5903]
2018-11-13 17:03:27 +01:00
Jaime van Kessel
12c2962414
Update the look & feel of openButton to the new design
...
CURA-5785
2018-11-13 16:59:02 +01:00
Remco Burema
6307784a79
Fix some English grammar. [CURA-5903]
2018-11-13 16:50:00 +01:00
Jaime van Kessel
a9fdd455eb
Add seperator lines for the stageMenu's
...
CURA-5785
2018-11-13 16:47:39 +01:00
Jaime van Kessel
551bc2fbd4
Removed line around the headerbar
...
I was checking an old design, the new one doesn't have a line around it
CURA-5785
2018-11-13 16:40:51 +01:00
Jaime van Kessel
b83175a380
Add rounded corners to stage menus
...
CURA-5785
2018-11-13 16:32:24 +01:00
Ghostkeeper
4b8d20cad7
Correct the link to create a new account
...
Previously this button just took you to the log-in page.
Fixes issue CURA-5921.
2018-11-13 16:27:19 +01:00
Remco Burema
9181b5a3b9
Merge branch 'feature_minimum_support_area' of https://github.com/DesktopMetal/Cura into DesktopMetal-feature_minimum_support_area
2018-11-13 16:26:36 +01:00
Ghostkeeper
266e08fdff
Merge branch 'master' into ui_rework_4_0
...
Conflicts:
plugins/Toolbox/resources/qml/ToolboxCompatibilityChart.qml - The compatibility chart being added in 3.6 which was kind of hacky.
resources/qml/SidebarHeader.qml - Removed in UI rework, edited on master.
2018-11-13 16:23:36 +01:00
Jaime van Kessel
20e2f317de
Add background to viewModeSelection
...
CURA-5785
2018-11-13 16:02:45 +01:00
Jaime van Kessel
c9389dd9ab
Codestyle fixes
2018-11-13 15:58:34 +01:00
Jaime van Kessel
785c2661a2
Make SimulationViewMenuComponent also use the ExpandableComponent
...
CURA-5785
2018-11-13 15:57:00 +01:00
Jaime van Kessel
deb5fd1926
Fix PrintSetupSelector for previewStage
...
CURA-5785
2018-11-13 15:35:05 +01:00
Remco Burema
7a577489ae
Merge pull request #4705 from Ultimaker/CURA-5840-make-plugin-sdk-use-semantic-versioning
...
Fixes required for semantic versioning
2018-11-13 15:34:42 +01:00
Jaime van Kessel
c18b8241f5
Change MachineSelection so that it also uses the ExpandableComponent
...
CURA-5785
2018-11-13 14:00:00 +01:00
Remco Burema
5f4e3948d3
Merge branch 'master' into CURA-5840-make-plugin-sdk-use-semantic-versioning
2018-11-13 13:16:22 +01:00
Ghostkeeper
87cbc3907c
Convert to string before storing in configparser
...
Because configparser can only handle strings.
Contributes to issue CURA-5929.
2018-11-13 12:05:14 +01:00
Ghostkeeper
2486a5b5da
Improve generic profiles for fabtotum and zyyx
...
These printers had profiles for zyyx_pro and fabtotum material suites, which were specific to those materials, but caused the generic materials to no longer have any profile. Let's use these machine-specific profiles for the generic materials as well. For the specific materials this changes nothing because the same profiles are still matched. For the generic materials this should improve the quality if the quality profile is tuned in any way to the machine.
2018-11-13 11:48:02 +01:00
Jaime van Kessel
fe4ed46496
Show material name instead of just color
...
CURA-5785
2018-11-12 16:55:42 +01:00
Ghostkeeper
7bd55f5064
Add test for read() function
...
This is complex.
I don't want to get into the actual translations from the DoD here.
Contributes to issue CURA-5929.
2018-11-12 16:28:29 +01:00
Jaime van Kessel
4c1a45f904
Added sizes to the stage menu
...
This isn't themed, but right now it does adhere to the sizes I got from UX
CURA-5785
2018-11-12 15:53:09 +01:00
Ghostkeeper
bfe5ae6f9c
Merge branch '3.6'
2018-11-12 15:48:22 +01:00
Ghostkeeper
fe66d15b9e
Disable Polish language
...
The translation didn't arrive in time for the 3.6 release.
Contributes to issue CURA-5870.
3.6.0
2018-11-12 15:47:42 +01:00
Jaime van Kessel
783fe9ab73
Updated the look of the extruder buttons
...
CURA-5785
2018-11-12 15:23:58 +01:00
Jaime van Kessel
f14687a749
Merge branch 'ui_rework_4_0' of github.com:Ultimaker/Cura into CURA-5785-Restyle_stage_menu
2018-11-12 14:32:06 +01:00
Jaime van Kessel
4be33031d7
Added icons to ExpandableComponent
...
This also makes the entire header react to mouse events instead of just the icon/button
CURA-5785
2018-11-12 14:30:55 +01:00
Ghostkeeper
7e87a303cb
Remove config_section parameter
...
Just always take 'profile'. We don't need to test with anything else. Just adjust the data to it.
Contributes to issue CURA-5929.
2018-11-12 13:49:13 +01:00
Ghostkeeper
e18ea4bca4
Expect a NoSectionError if testing with a section that is missing
...
We want to get that error in order to debug.
Contributes to issue CURA-5929.
2018-11-12 13:47:24 +01:00
Ghostkeeper
53c9cdc3fe
Add alternative scenarios for prepareLocals
...
Contributes to issue CURA-5929.
2018-11-12 13:42:14 +01:00
Ghostkeeper
91e8c177fe
Add test for prepareLocal
...
Contributes to issue CURA-5929.
2018-11-12 13:35:18 +01:00
Ghostkeeper
0bf7bf4cbe
Fix handling dictionaries without 'defaults' section
...
According to the test, this should return an empty dict then.
Contributes to issue CURA-5929.
2018-11-12 13:33:44 +01:00
Jaime van Kessel
54685c983a
Make PrintSetupSelector use layout instead of fixed width
...
This makes the components autoscale a bit when needed.
CURA-5785
2018-11-12 13:29:21 +01:00
alekseisasin
5094e45331
Merge pull request #4780 from Ultimaker/toolbar_4_0
...
Toolbar 4.0
2018-11-12 13:20:27 +01:00
Jaime van Kessel
ca63733827
Updated header of the settingbar
...
CURA-5785
2018-11-12 13:06:12 +01:00
Ghostkeeper
bbbb08c793
Add test for prepareDefaults
...
Contributes to issue CURA-5929.
2018-11-12 13:02:28 +01:00
Ghostkeeper
6d1b64465a
Fix URL in error message
...
Contributes to issue CURA-5929.
2018-11-12 12:50:18 +01:00
Ghostkeeper
27aff4e5da
Fix typing issues
...
Because this function now has typing, it's raising a load of issues with it.
Contributes to issue CURA-5929.
2018-11-12 12:48:49 +01:00
Ghostkeeper
6022ed0f23
Update target version in DoD
...
There are no changes to these settings, luckily.
This target version is now only here for documentation (like source_version was). It is no longer actually used by the code.
Contributes to issue CURA-5929.
2018-11-12 12:06:00 +01:00
Ghostkeeper
6ad682b00d
Don't serialise legacy profile via Profile instance
...
That profile instance was being explicitly set to version 1 (but then serialised as version 4) and then deserialised with upgrade, so the upgrade was thinking it was upgrading from version 1 to 4, but it was actually upgrading a file which was already at version 4. We shouldn't use the Profile() instance at all but just perform the upgrade on simple string data generated by the configparser.
This also updates the format to the newest version (since that was easiest for me to reimplement) but we don't need to ever update this again because it gets passed through the version upgrade system, which upgrades it from version 4000005 to the latest version in the future.
Contributes to issue CURA-5929.
2018-11-12 12:02:49 +01:00