Ian Paschal
88fc7d0fba
Don't try to get the plugin path when there's no plugin registry
...
i.e. in tests
Contributes to CL-1274
2019-03-04 14:27:35 +01:00
Ian Paschal
a74717ca3c
Get plugin path like most other plugins do
...
Contributes to CL-1274
2019-03-04 12:42:48 +01:00
Ian Paschal
87d4a68c0e
Merge remote-tracking branch 'origin/4.0' into CL-1274_dont_use___file__
2019-03-04 12:11:57 +01:00
Ian Paschal
3889570697
K.I.S.S.
...
Contributes to CL-1274
2019-03-04 12:04:34 +01:00
Ian Paschal
11ea568d0b
Merge pull request #5370 from Ultimaker/CL-1247_hide_view_prints_button_on_cloud
...
CL-1247 Hide the "View print history" button when connecting via cloud
2019-03-04 11:40:48 +01:00
Ian Paschal
c8580cf417
Prevent circular dependencies
...
Contributes to CL-1274
2019-03-04 11:27:52 +01:00
Ian Paschal
a1e0ddd9df
Don't hardcode plugin directory
...
Contributes to CL-1274
2019-03-04 10:19:33 +01:00
Diego Prado Gesto
3fd0561aca
Update the ExtruderModel
...
also when the variant container has changed.
Contributes to CURA-6227.
2019-03-01 14:54:42 +01:00
Ian
cac8c85489
Don't use __file__
...
Contributes to CL-1274
2019-03-01 10:46:41 +01:00
Ian
cf9a1c0248
Sort UM imports alphabetically for easy scanning
...
Contributes to CL-1274
2019-03-01 10:46:27 +01:00
Simon Edwards
4590fae9b2
Hide the "View print history" button when connecting via cloud
...
CL-1247
2019-02-28 17:08:28 +01:00
Mark
eccfebf39d
Update material packages for 4.0 release
2019-02-28 16:11:51 +01:00
Jaime van Kessel
a8128556f3
Don't drop refresh token if request failed
2019-02-28 14:54:59 +01:00
Jaime van Kessel
62f913802f
Prevent crash if the connection was lost for auth token
2019-02-28 12:58:41 +01:00
Ghostkeeper
9fba8f5381
Update metadata of translation templates
...
It's now 2019, and Cura 4.0.
Contributes to issue CURA-6257.
2019-02-27 11:47:29 +01:00
Jaime van Kessel
7ed1ee4365
Merge pull request #5365 from Ultimaker/fix-token-expiry
...
Fix token expiry
2019-02-27 10:56:00 +01:00
ChrisTerBeke
9ba342c541
Fix codestyle failure on float conversion
2019-02-27 10:43:15 +01:00
ChrisTerBeke
365f67cbf8
Have some overlap in token expiry to prevent unauthorized issues
2019-02-27 10:32:30 +01:00
Ghostkeeper
bedb52fb60
Update translation templates for every language
...
This way the translators can simply fill in the blanks.
Contributes to issue CURA-6257.
2019-02-26 16:54:50 +01:00
Ghostkeeper
fbbadc4543
Update translation templates for Cura 4.0
...
These are the new strings that will now have to be translated.
Contributes to issue CURA-6257.
2019-02-26 16:53:34 +01:00
ChrisTerBeke
03c7fbe527
Merge branch '4.0' of https://github.com/Ultimaker/Cura into 4.0
2019-02-26 15:41:03 +01:00
Ghostkeeper
d6c73175c7
Reduce minimum screen size
...
With dual extrusion printers, this reduces the width so much that the material name is just ellipses in the top screen, but at least it's still usable. With single extrusion printers this is fine.
2019-02-26 15:34:23 +01:00
ChrisTerBeke
53cc9cd188
Add extra validation to backup list response
2019-02-26 11:09:57 +01:00
Lipu Fei
2694ef98e0
Merge pull request #5338 from Ultimaker/CURA-6232_config_menu_tab_fix
...
Fix tab-bar of config.-menu always on idex 0 on reshow. [CURA-6232]
2019-02-22 13:37:10 +01:00
Diego Prado Gesto
271573d0ae
Fix typo... again
2019-02-22 13:19:04 +01:00
Diego Prado Gesto
4d030572ba
Merge branch '4.0' of github.com:Ultimaker/Cura into 4.0
2019-02-22 13:18:36 +01:00
Diego Prado Gesto
5d8eb3e6e5
Fix typo
2019-02-22 13:18:20 +01:00
Jaime van Kessel
69d3813f98
No longer disable viewMenu when user loaded presliced g-code
2019-02-22 11:19:16 +01:00
Jaime van Kessel
7221b23457
Add a property to temporarily disable the material models from updating.
...
This allows the QMl to stop the updating when it's not even visible
2019-02-21 20:50:44 +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
Jaime van Kessel
48ed9b6e20
Remove usage of plugin model
2019-02-21 17:16:59 +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
Remco Burema
ab25bcaf2f
Tiny fix tranlation typo Spanish (X -> Y).
2019-02-21 08:54:05 +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