Jaime van Kessel
dee739db8b
Merge branch '4.0' of github.com:Ultimaker/Cura
2019-02-21 20:19:30 +01:00
Jaime van Kessel
8409d7d645
Remove another unneeded catalog
2019-02-21 18:42:06 +01:00
Jaime van Kessel
fc11286c6c
Also ensure that the QualtiyProfilesModel is on a changeTimer on create
2019-02-21 18:38:51 +01:00
Jaime van Kessel
5118953373
Put a change timer on the globalStacks model
...
This decreases the time that a first thing is shown on the main screen (as the creation
of the global stack model doesn't block the UI anymore)
2019-02-21 18:30:23 +01:00
Wilmer Gaona
57a4ac87bb
Update mendel90.def.json
...
Delete the unnecessary and commented lines
2019-02-21 11:09:51 -06:00
Jaime van Kessel
48ed9b6e20
Remove usage of plugin model
2019-02-21 17:16:59 +01:00
Ghostkeeper
2d108b3284
Merge branch 'master' of https://github.com/wgaonar/Cura into wgaonar-master
2019-02-21 16:55:36 +01:00
Jaime van Kessel
d9c4edf093
Prevent a few expensive conversions from happening in the QML
2019-02-21 16:36:14 +01:00
Jaime van Kessel
b64cf1fe1c
Remove unneeded signal call
2019-02-21 16:19:16 +01:00
Jaime van Kessel
1b36a8e12c
Fix some more bindings for SettingItem
2019-02-21 16:17:25 +01:00
Jaime van Kessel
27370dd45d
Improve the bindings for the material menu
...
This way the evaluation is significantly faster.
2019-02-21 15:26:25 +01:00
Jaime van Kessel
b2df5c3445
Remove the numSettingsVisible property from the workspace dialog
...
This slows down the booting of Cura and it's probably not something people care about.
2019-02-21 15:08:41 +01:00
Jaime van Kessel
c2d783bf7a
Removed unused plugins model
2019-02-21 15:05:40 +01:00
Jaime van Kessel
956b917cd6
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-21 14:50:01 +01:00
Jaime van Kessel
b07086dee4
Remove catalog creation from setting item
...
This pretty much doubles the speed by which setting items are created.
2019-02-21 14:49:25 +01:00
Ghostkeeper
650204dae7
Merge branch '4.0'
2019-02-21 09:09:19 +01:00
Remco Burema
ab25bcaf2f
Tiny fix tranlation typo Spanish (X -> Y).
2019-02-21 08:54:05 +01:00
Ghostkeeper
3040fde9eb
Merge branch '4.0'
...
Conflicts:
cura/OAuth2/AuthorizationService.py -> Code style change vs. fixing logging in while no internet connection.
2019-02-21 08:25:21 +01:00
Simon Edwards
bcfbeba824
Merge pull request #5339 from Ultimaker/fix_cloud_connection_detection
...
Use new property names for cloud connection detection
2019-02-20 15:22:52 +01:00
Ian Paschal
10f0a5663d
Update MonitorMain.qml
2019-02-20 14:32:19 +01:00
Ian Paschal
a5761cb56b
Use new property names for cloud connection detection
2019-02-20 14:08:13 +01:00
Simon Edwards
163a231365
Merge pull request #5336 from Ultimaker/CL-1245_change_exception_logging_when_no_connection
...
CL-1245 Change exception logging when no connection
2019-02-20 13:30:40 +01:00
Remco Burema
b4e4b7125d
Fix tab-bar of config.-menu always on idex 0 on reshow. [CURA-6232]
2019-02-20 13:27:05 +01:00
Simon Edwards
60547b4265
Merge pull request #5329 from Ultimaker/CL-1247_improve_cloud_disabled_states
...
CL-1247 Improve cloud disabled states
2019-02-20 13:17:11 +01:00
Remco Burema
f81ad58836
Merge branch 'ppa_contribute_compatible_format' into 4.0
2019-02-20 11:29:24 +01:00
Remco Burema
7fca9dae04
Merge branch '4.0' into ppa_contribute_compatible_format
2019-02-20 11:26:13 +01:00
Jaime van Kessel
9a1d8ea5f9
Don't serialize "definition" for material profile
...
CURA-5787
2019-02-20 10:46:49 +01:00
Ian Paschal
cb8804b86a
Revert "Add some kaizen changes from #5328 "
...
This reverts commit 09fe06b8bf463fd0805fa767bbe34087adc0c700.
2019-02-20 10:46:15 +01:00
Ian Paschal
09fe06b8bf
Add some kaizen changes from #5328
...
Contributes to CL-1245
2019-02-20 10:45:36 +01:00
Ian Paschal
a11878b199
Log warning instead of exception if no connection
...
Contributes to CL-1245
2019-02-20 10:40:23 +01:00
Ian Paschal
164e721c42
Merge pull request #5331 from Ultimaker/monitor_tab_images
...
Fix the path to the pop up images in the monitor tab.
2019-02-20 10:17:54 +01:00
Remco Burema
8e7a66d2ec
Merge pull request #5327 from Ultimaker/CURA-6140_adjust_description_skin_overlap
...
Adjust description of Skin Overlap (Percentage). [CURA-6140]
2019-02-20 09:59:17 +01:00
Remco Burema
1608adde00
Change of wording Skin Overlap (Percentage). [CURA-6140]
2019-02-20 09:57:48 +01:00
Simon Edwards
43b1c86920
Use QUrl.fromLocalFile() to create the file:// URLs for the images
2019-02-20 09:31:51 +01:00
Wilmer Gaona
b60cfaab64
Update mendel90.def.json
...
The main modification is to set absolute extrusion and machine center in the start gcode
2019-02-19 15:32:23 -06:00
Jaime van Kessel
3f18b0b974
Increase agressiveness of short circuit logic; Just check if the node is slicable
...
That should also filter out platform, buildVolume and convexHulLNodes
2019-02-19 18:00:20 +01:00
Jaime van Kessel
b61bf3df4d
Only emit signal if the properties actually changed
2019-02-19 17:46:29 +01:00
Jaime van Kessel
aef89e2bd3
Add few more cases where Camera changes caused un-needed updates
2019-02-19 17:40:44 +01:00
Simon Edwards
3ad916b565
Fix the path to the pop up images in the monitor tab.
2019-02-19 17:07:09 +01:00
Jaime van Kessel
22b70e1a34
Ignore sceneChange signals if the camera triggered them in some places
...
These places weren't interested in all changes. They can probably be more
strict, but the camera is a really safe bet (and already greatly decreases
the number of updates, especially when just moving the camera)
2019-02-19 17:06:48 +01:00
Ghostkeeper
6143906fa4
Add type for message saying it's unable to connect
...
Contributes to issue CURA-6231.
2019-02-19 15:57:09 +01:00
Jaime van Kessel
3c9f630ddd
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-19 15:43:40 +01:00
Jaime van Kessel
d53bac6eb8
Simplify the expensive call to the validation state
...
Since the support angle needs to be between 0 and 90, we don't have to rely on the (expensive)
validator. We can just check that ourselves.
2019-02-19 15:42:51 +01:00
Simon Edwards
3628941ec0
Merge pull request #5326 from Ultimaker/CL-1222_improve_cloud_flow_toggle
...
Improve "don't ask me again" checkbox
2019-02-19 15:32:12 +01:00
Simon Edwards
ebc3537537
Merge pull request #5325 from Ultimaker/CL-1222_improve_cloud_flow_toggle
...
Improve "don't ask me again" checkbox
2019-02-19 15:31:38 +01:00
Jaime van Kessel
80c83617bc
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-19 13:35:10 +01:00
Jaime van Kessel
c35aabd2c4
Add message to indicate that Cura was unable to connect with account server
...
This happens when you were logged previously, but currently don't have internet acces.
CURA-6231
2019-02-19 13:34:04 +01:00
Ian Paschal
7b3420653e
Actually, just hide manage queue on cloud
...
Contributes to CL-1247
2019-02-19 12:27:41 +01:00
Ian Paschal
0ef014a542
Don't show "Review Connection" unless you're on the LAN
...
Contributes to CL-1247
2019-02-19 12:24:04 +01:00
Ian Paschal
b6b7f8cfce
Disable queue link when connected to cloud
...
Contributes to CL-1247
2019-02-19 12:23:48 +01:00