Jaime van Kessel
3fd1cc0e8c
Ensure that the added labels are also themable
...
CURA-5785
2018-11-16 14:58:11 +01:00
Ghostkeeper
514fc13045
Remove redundant documentation
...
CURA-5875
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:04:33 +01:00
Ghostkeeper
81b6f3ab11
Update unclear qml ID's
...
CURA-5785
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:03:39 +01:00
Ghostkeeper
de020b4c75
Remove commented out code
...
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 14:02:00 +01:00
Ghostkeeper
e3dd5f1c39
Add documentation about qml z fix
...
Co-Authored-By: nallath <nallath@gmail.com>
2018-11-16 13:59:51 +01:00
Ghostkeeper
bee563f01b
Merge branch 'ui_rework_4_0' into CURA-5785-Restyle_stage_menu
2018-11-16 13:02:24 +01:00
Ghostkeeper
d732a2f953
Merge branch 'master' into ui_rework_4_0
2018-11-15 15:55:08 +01:00
Ghostkeeper
e9216936d7
Compare SDK version as Version instances
...
This allows it to compare versions that are remote as integer and local as string, or vice-versa. Much more robust.
Contributes to issue CURA-5940.
2018-11-15 15:20:21 +01:00
Ghostkeeper
78e6494430
Read SDK version from new semver field
...
The sdk_version field should stay the ordinary plain number (the major version number of the semver field) so that older Cura versions don't break. Newly built packages will get built with both sdk_version_semver and the normal sdk_version, so that the packages can be read with any Cura version from 3.6 onwards.
Contributes to issue CURA-5940.
2018-11-15 15:13:36 +01:00
Jaime van Kessel
6dd6f5ecc7
Made the hardcoded values of ExpandableComponent themable
...
CURA-5785
2018-11-15 14:11:46 +01:00
Jaime van Kessel
3629e3b604
Added highlight to ExpandableComponent
...
CURA-5785
2018-11-15 14:04:52 +01:00
Jaime van Kessel
eca9820fc4
Add toggle function to expandable popup
...
Also ensures that the machineSelector closes the popup on making a choice
CURA-5785
2018-11-15 13:55:33 +01:00
Jaime van Kessel
f0b8c1e611
Fix some minor display issues
...
CURA-5785
2018-11-15 09:45:46 +01:00
Ghostkeeper
163f102dda
Make extension menu items translatable
...
If these extension plug-ins don't set their menu names, the plug-in name is used as the menu name. The plug-in names are not translated, so this appears as an untranslated string then.
2018-11-15 09:38:14 +01:00
Jaime van Kessel
c08aa2205c
Fix enabled checkbox for extruder selection
...
CURA-5785
2018-11-15 09:37:54 +01:00
Jaime van Kessel
21d7619a45
Added a hover effect to the expandableComponent
...
CURA-5785
2018-11-14 16:57:05 +01:00
Jaime van Kessel
20b7a925a0
Remove unused code & outdated todo comment
...
CURA-5785
2018-11-14 16:49:01 +01:00
Jaime van Kessel
9aa5b6fe3f
Hide one spacer if there is no viewPanel
...
CURA-5785
2018-11-14 16:47:53 +01:00
Jaime van Kessel
c27f51d944
Make the view selector also use the expandableComponent
...
CURA-5785
2018-11-14 16:44:36 +01:00
Jaime van Kessel
429a49aa2e
Make the default size of the expandableComponent icon depend on the height of the element
...
This is a way more sensible default.
CURA-5785
2018-11-14 14:06:55 +01:00
Jaime van Kessel
7ca3490097
Make the collapse arrows consistent with the rest of the UI
...
CURA-5785
2018-11-14 14:00:19 +01:00
Jaime van Kessel
b589920f53
Move a few hardcoded sizes to the theme
...
CURA-5785
2018-11-14 13:55:39 +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