Remco Burema
f057c9a7df
Prevent spurious updates to 'onPreferenceChanged's if the preference doesn't match.
2019-01-15 17:15:12 +01:00
Lipu Fei
c991741a45
Merge pull request #5167 from Ultimaker/CURA-6087-Allow-multiple-sdk-versions-for-plugins
...
Ensure that the toolbox correctly handles multiple supported SDK vers…
2019-01-15 12:20:18 +01:00
Diego Prado Gesto
26564363d7
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-01-15 12:15:34 +01:00
Jaime van Kessel
d4b47c75ab
Fix typo in multiply message
2019-01-15 11:15:37 +01:00
Diego Prado Gesto
fa7b38243c
Add VersionUpgrade35to40 as a bundled package
...
Otherwise it will show up as an old plugin and the uninstall button will appear in the Markeplace.
2019-01-14 17:02:02 +01:00
Jaime van Kessel
b1b61fa466
Add missing return
2019-01-14 14:14:47 +01:00
Jaime van Kessel
5ae05acd2c
Merge branch 'fix_non_connect_networkprinters' of https://github.com/fieldOfView/Cura into 4.0
2019-01-14 14:12:36 +01:00
Jaime van Kessel
9d94b55596
Ensure that the toolbox correctly handles multiple supported SDK versions
...
CURA-6087
2019-01-14 13:35:10 +01:00
Lipu Fei
71036abd87
Add troubleshooting link for recommended
...
CURA-6114
2019-01-14 12:11:45 +01:00
Lipu Fei
0ecd00fa1f
Merge pull request #5150 from Ultimaker/CURA-6054-2_fix_resize_panel_on_window_change
...
Fix resizable Settings-Panel for change in window size. [CURA-6054]
2019-01-14 11:01:46 +01:00
Lipu Fei
29bb317293
Add a margin to settings panel bottom
...
CURA-6054
2019-01-14 10:55:03 +01:00
fieldOfView
f8bfca6079
Don't show auto configuration selection when there are no configurations
2019-01-11 18:27:44 +01:00
fieldOfView
d03ec22dee
Hide empty abbreviated machinename
...
Connected printers that are not Cura Connect printers may not have a connect_group_name.
2019-01-11 17:55:06 +01:00
fieldOfView
c6fa47e584
Mark PrinterOutputDevice without printer type as invalid
...
Since self._printer_type was defined as an empty string and the setter only accepts strings, it could never be None
2019-01-11 17:52:28 +01:00
fieldOfView
c81689d233
Prevent a recurring qml warning
...
Note that the connect_group metadata is also queried for non-connected printers; the model is not filtered, but non-connected printers are set to be invisible.
2019-01-11 17:40:36 +01:00
Remco Burema
7b3cf6be64
Fix resizable Settings-Panel for change in window size. [CURA-6054]
2019-01-11 17:32:15 +01:00
Diego Prado Gesto
801a43c874
Add a small margin in the right so the close button is never behind the scrollbar
...
Contributes to CURA-6005.
2019-01-11 17:04:51 +01:00
Jaime van Kessel
3ecdd91223
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-01-11 14:49:06 +01:00
Jaime van Kessel
cbeadb2343
Set the font of the time estimation to medium bold
...
This way it will also fit when a very long time is used in german.
If we don't do this, 14 Tages 12 Stunden 33 Minuten didn't fit.
CURA-6097
2019-01-11 14:47:59 +01:00
Diego Prado Gesto
eaf4fefe00
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-01-11 14:46:47 +01:00
Diego Prado Gesto
e706020639
Improve the text when there is no configuration available
...
It can happen that the list is empty because the data is still coming or because the connection has been lost.
There are also some improvements in the link to the compatibility chart. Now the two external links in Cura have the same behaviour.
Contributes to CURA-6011.
2019-01-11 14:44:49 +01:00
Jaime van Kessel
2dead87593
Ensure that the installed & canUpdate properties get set correctly
...
CURA-6053
2019-01-11 14:43:56 +01:00
Jaime van Kessel
d4621ec504
Ensure that if no CuraCloudApiRoot is set that the default is used
...
CURA-6005
2019-01-11 13:20:14 +01:00
Jaime van Kessel
ff79e91686
Move the additional components for the save button out of the action panel
...
CURA-6097
2019-01-10 16:32:43 +01:00
Jaime van Kessel
614b1000fd
Added missing material compatibility chart link
...
CURA-6090
2019-01-10 15:36:36 +01:00
Remco Burema
980953b00c
Merge pull request #4960 from Ultimaker/CURA-6005_cura_drive_plugin
...
[4.0] CURA-6005 Added CuraDrive plugin to Cura build
2019-01-10 14:58:00 +01:00
Remco Burema
a042de128b
Tag CuraCloudAPIVersion-string-value as expression instead of literal. [CURA-6005]
2019-01-10 14:16:20 +01:00
Diego Prado Gesto
03b4121d22
Fix broken shortcut for slice or stop slicing.
2019-01-10 13:59:22 +01:00
Remco Burema
8f5309c5a5
Merge pull request #5128 from Ultimaker/4.0-Add_version_upgrade
...
Add version upgrade for 4.0
2019-01-09 17:42:17 +01:00
Ian Paschal
8831ba04e1
Fix missing extruder number
2019-01-09 17:05:10 +01:00
Jaime van Kessel
366d2c8114
Prevent crash for firmware updater if the activePrinter is not set
2019-01-09 12:56:49 +01:00
Jaime van Kessel
d928e0979d
Handle attempting to remove a favorite material that was already removed
2019-01-09 12:54:33 +01:00
Jaime van Kessel
e718bed151
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-01-09 12:51:53 +01:00
Jaime van Kessel
862c76a2ea
Check if the optimised layer data is stored before attempting to delete it
2019-01-09 12:51:20 +01:00
Lipu Fei
580a69f11e
Add CuraCloudAccountAPIRoot to CuraVersion.py.in
...
CURA-6005
2019-01-09 09:27:34 +01:00
Lipu Fei
520b34ab89
Use getPluginPath()
...
CURA-6005
2019-01-09 08:41:15 +01:00
Simon Edwards
0de84dad13
Merge pull request #5138 from Ultimaker/CL-1157_skeleton_loading_monitor_tab
...
CL-1157 Add skeleton loading to the monitor tab
2019-01-08 16:23:16 +01:00
Lipu Fei
aee4034e3e
No caching preferences
...
CURA-6005
2019-01-08 15:49:36 +01:00
Ian Paschal
97e17d9fb8
Remove debug behavior
...
Contributes to CL-1157
2019-01-08 15:17:42 +01:00
Ian Paschal
8f37b65ffe
Add skeleton loading to print job queue
...
Contributes to CL-1157
2019-01-08 15:15:21 +01:00
Ian Paschal
e81742d296
Add skeleton loading to printer cards
...
Contributes to CL-1157
2019-01-08 14:27:54 +01:00
Lipu Fei
a8fe5ced89
Remove unused import
...
CURA-6005
2019-01-08 13:33:49 +01:00
Lipu Fei
53cb2ce189
Add comments for http status >=300 check
...
CURA-6005
2019-01-08 13:29:48 +01:00
Jaime van Kessel
a25ae4ee07
Merge branch 'CURA-6085_fix_font_sizes' of github.com:Ultimaker/Cura into 4.0
2019-01-08 11:44:49 +01:00
Lipu Fei
4cb853cdb0
Fix (bigger) fonts for Chinese and Japanese
...
CURA-6085
2019-01-08 10:51:30 +01:00
Jaime van Kessel
578027182e
Prevent setting items from overlapping with column headers
2019-01-08 10:49:55 +01:00
Lipu Fei
2124de3d4d
Revert "Chnage default font sizes and unify font weights"
...
This reverts commit af634b82b2
.
CURA-6085
2019-01-08 10:45:52 +01:00
Lipu Fei
8e898148f6
Make checkboxes and texts more aligned
...
CURA-6085
2019-01-08 09:42:52 +01:00
Lipu Fei
af634b82b2
Chnage default font sizes and unify font weights
...
CURA-6085
2019-01-08 09:39:50 +01:00
Ian Paschal
4dbab88792
Add dummy printer for loading
2019-01-07 13:56:04 +01:00