Jaime van Kessel
8b393317ff
Add "all" as a setting visibility preset
...
CURA-7082
2020-01-02 10:51:40 +01:00
Remco Burema
1915100118
Fix: Layersliders work again.
2019-12-31 16:48:50 +01:00
Remco Burema
cb361e9543
Force sim-view to update after view-type change.
2019-12-31 16:14:02 +01:00
Jaime van Kessel
c38ce5370d
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 15:29:00 +01:00
Jaime van Kessel
7cc74c97e3
Ensure setting category uses correct background size
2019-12-31 15:28:29 +01:00
Remco Burema
08ea791051
Merge pull request #6845 from Ultimaker/CURA-7038
...
CURA-7038/Show list of packages to be synced
2019-12-31 14:52:34 +01:00
Dimitriovski
daee57d31e
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-31 14:44:09 +01:00
Jaime van Kessel
cfd9787dc4
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 14:42:57 +01:00
Jaime van Kessel
81c4c22d63
Fix that invisible items would still add spacing
2019-12-31 14:42:10 +01:00
Dimitriovski
1ea8145f39
Changed the hardcoded value for leftMargin
...
CURA-7038
2019-12-31 14:35:47 +01:00
Dimitriovski
802c095c9f
Removed unused list
...
CURA-7038
2019-12-31 14:07:40 +01:00
Dimitriovski
42851b0851
Removed unnecessary pass statement from reply.operation
...
CURA-7038
2019-12-31 14:03:56 +01:00
Dimitriovski
dde0dd8ce3
Removed the 'workaround' that I've added earlier. Simplified the flow. The dialog is now showing display_name instead of package_id
...
CURA-7038
2019-12-31 14:02:41 +01:00
Remco Burema
6087749274
Merge pull request #6884 from Ultimaker/parallelize_mypy
...
Speed up mypy checking
2019-12-31 13:07:16 +01:00
Dimitriovski
96311c974b
Fixed failing tests. Hid the sync Message when it's clicked.
...
CURA-7038
2019-12-31 12:07:42 +01:00
Jaime van Kessel
004bf79553
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-31 11:36:50 +01:00
Jaime van Kessel
bf57a61c48
Fix settings overlapping after collapse
...
I can't figure out why we ever set the min size to be negative, but
it was ocasonally making the layout stumble
2019-12-31 11:35:37 +01:00
Ghostkeeper
c7dbb1477a
Remove maximum on small feature speed
...
You can make the small features print FASTER if you like, as well. There is no physical or computational constraint there.
Discovered during investigation of #6866 .
2019-12-31 11:07:11 +01:00
Dimitriovski
ea1896fe6b
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-30 17:38:31 +01:00
Dimitriovski
93c1c1a86e
deleted unused lines
...
CURA-7038
2019-12-30 17:38:21 +01:00
Dimitriovski
ada2a776d5
Reworked the Compatibility Dialog and how it shows the subscribed packages
...
CURA-7038
2019-12-30 17:36:46 +01:00
Jaime van Kessel
e28a662d7c
Speed up mypy checking
...
Checking Cura takes up most of the time, but during that time we could
check for the plugins.
2019-12-30 13:44:54 +01:00
Jaime van Kessel
0862fd493e
Fix some tests not cleaning up correctly after themselves
...
The PrintInformation test wasn't cleaning up after itself correclty. This
left some stuff behind that the other tests were using. Since this is bad (as at that point
tests can influence other tests), i've fixed that
2019-12-24 16:20:09 +01:00
Remco Burema
04125d4608
Merge pull request #6541 from Ultimaker/default_union_off_for_surface_mode
...
turn off Union overlapping volumes when Surface mode is Surface only
2019-12-24 14:39:03 +01:00
Jaime van Kessel
642cc0c6d1
Merge pull request #6850 from Ultimaker/CURA-6823_improve_splash_screen_responsiveness
...
CURA-6823_improve_splash_screen_responsiveness
2019-12-24 14:10:36 +01:00
Jaime van Kessel
62c54d3f3e
Add few more processEvents to make updating of splashscreen a bit smoother
...
CURA-6823
2019-12-24 13:36:04 +01:00
Jaime van Kessel
41c953112a
Make animation time instead of update dependant
...
CURA-6823
2019-12-24 12:53:19 +01:00
Lipu Fei
dcaa10e409
Handle error due to missing quality_changes in 3MF loading
...
CURA-7078
2019-12-24 10:59:09 +01:00
Jaime van Kessel
8d2083a539
Add temp warnings for the buildplate
...
CURA-6977
2019-12-24 10:54:51 +01:00
Nino van Hooff
d110d04c36
Make loading messages more consistent and cleanup usages.
...
CURA-6823
2019-12-24 10:43:21 +01:00
Nino van Hooff
07fb775ac1
Preload theme in QtApplication
...
Fixes an error where theme was loaded before the engine is initialized
CURA-6823
2019-12-24 09:51:37 +01:00
Dimitriovski
8c0f64633b
Removed comments
...
CURA-7038
2019-12-23 18:08:22 +01:00
Dimitriovski
4b86400661
Merge branch 'master' of github.com:Ultimaker/Cura into CURA-7038
2019-12-23 17:48:15 +01:00
Nino van Hooff
6a0fba060e
Add loading hint for replacing the global stack
...
Displayed as a splash message when the application is starting,
logged (not displayed to the user) otherwise
CURA-6823
2019-12-23 17:32:20 +01:00
Jaime van Kessel
36364ea59b
Fix identation
2019-12-23 17:24:00 +01:00
Dimitriovski
12be21e594
Reworked the flow to show only not installed packages for installing in the Compatibility Dialog
...
CURA-7038
2019-12-23 17:23:26 +01:00
Jaime van Kessel
973685701c
Remove removed setting
2019-12-23 17:19:31 +01:00
Jaime van Kessel
58a20fc110
Remove themed color from machinesettings action
...
Since it's partially in a system themed style, it shouldn't use color.
If it does use color, it gets messed up if the user uses dark theme (white text on
gray background doesn't work)
CURA-7059
2019-12-23 17:08:48 +01:00
Dimitriovski
4375118a9f
Refactored most of the code into separate functions
...
CURA-7038
2019-12-23 16:58:44 +01:00
Nino van Hooff
81976cfd1a
Add a few splash loading messages for a better sense of progress
...
CURA-6823
2019-12-23 16:31:55 +01:00
Ghostkeeper
8a9b791298
Merge branch '4.4'
...
Conflicts:
cura/Machines/MaterialNode.py -> Due to some automated formatting tool. Please disable those tools, people.
2019-12-23 16:26:25 +01:00
Ghostkeeper
ce5f7ce821
Make support wall line count visible when tree support is enabled
...
Oops, otherwise this can't be used (found during testing).
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
a3c5435a1d
Remove support_tree_wall_thickness
...
This setting will not be automatically translated to support_wall_thickness if it's overwritten, because that would require knowing the line width and we don't know that here. So it's hard to do.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
50f64ca696
Merge support_tree_wall_count into support_wall_count
...
So now the two settings are used as one.
Contributes to issue CURA-7077.
2019-12-23 16:22:17 +01:00
Ghostkeeper
dbda415bba
Make merged settings extensible
...
This way it's:
- documented at the top of the file to make it easier to find all the changes, and
- easier to extend the list of merged settings.
Contributes to issue CURA-7077.
2019-12-23 16:22:16 +01:00
Ghostkeeper
824dd59e76
Code style: Spaces around binary operators
2019-12-23 16:22:16 +01:00
Ghostkeeper
71a10a262a
Move documentation nearer to code it applies to
...
Contributes to issue CURA-6522.
2019-12-23 16:22:16 +01:00
Jaime van Kessel
8398384af1
Merge branch 'master' of github.com:Ultimaker/Cura
2019-12-23 15:58:44 +01:00
Jaime van Kessel
580b544642
Convert stl to binary (instead of ASCII)
2019-12-23 15:58:13 +01:00
Jaime van Kessel
19e659735d
Change extension of lotmaxx extruders so they actually work
2019-12-23 15:53:51 +01:00