Ghostkeeper
365d1c0f74
Reset 'has responded' state when pressing Add
...
It's maybe not a good idea to remember this state only in QML. Not changing that now though.
Contributes to issue CURA-7017.
2020-03-05 17:39:57 +01:00
Ghostkeeper
2dcf5a9c97
Fix link to connecting page
...
Contributes to issue CURA-7017.
2020-03-05 14:01:02 +01:00
Ghostkeeper
25292a4c7c
Add link to help pages if it can't connect
...
I don't know what the link is supposed to be linking to though. Yet.
Contributes to issue CURA-7017.
2020-03-05 13:16:54 +01:00
fieldOfView
67af1aa19d
Fix the positioning of multi-line tooltip anchor-points
2020-02-28 23:00:56 +01:00
fieldOfView
ddbd843d91
Fix showing tooltips for actionbuttons that have a tooltip text set
2020-02-28 22:31:34 +01:00
Jaime van Kessel
670a106957
Be a bit more gracefull when adding a machine failed
...
This seems to happen for people that manually add machines to cura
but mess something up when copying the files.
CURA-3X
2020-02-28 17:03:38 +01:00
fieldOfView
d07649fc59
Fix values in print monitor preheat fields
...
Contributes to #7172
2020-02-28 12:27:57 +01:00
Tim Kuipers
4b1a426873
add xray error warning preference
2020-02-27 16:41:20 +01:00
Ghostkeeper
a1438e91d0
Merge branch '4.5'
...
Conflicts:
cura_app.py -> Due to moving some imports around.
2020-02-25 12:07:47 +01:00
Ghostkeeper
0dfa65bb6d
Disable Polish translation for 4.5
...
These translations weren't updated this round, so we'll disable them from the interface. The files are still available if someone else wants to translate them.
Contributes to issue CURA-7201.
2020-02-24 14:17:21 +01:00
Ghostkeeper
92e520b230
Fix translation with an argument
...
There are multiple issues with that line:
* Other languages might have the application name before their version of 'About'. The previous line can't account for those languages because the application name is always appended at the end.
* The old one was trying to translate CuraApplication.applicationDisplayName which can't be statically determined.
* The old one had no explanation towards the translator.
2020-02-24 13:09:29 +01:00
fieldOfView
ddee0d59e0
Fix the layout of the head jogging controls
2020-02-17 22:13:38 +01:00
Lipu Fei
65e1314538
Fix QML null warnings
2020-02-13 12:26:49 +01:00
Lipu Fei
15f4d1231b
Fix QML null warnings
2020-02-13 12:11:25 +01:00
Ghostkeeper
66e2ca6aa5
Merge branch 'CURA-7099_sync_sideloaded_plugins'
2020-02-03 16:12:56 +01:00
Nino van Hooff
8ea3004c73
Fix some dark theme styling (MoreInfoWindow, ToolboxLicenseDialog
...
CURA-7152
2020-01-30 12:51:13 +01:00
Nino van Hooff
d4eb463f2d
Always subscribe to packages after installing them
...
Now that we subscribe for all situations where a package is installed,
it makes sense to watch package installs and create a 1:1 relation that
way. Prevents code duplication.
CURA-7099
2020-01-28 13:08:57 +01:00
Jaime van Kessel
a706b42782
Disable create & import on materialpage if machine does not support materials
2020-01-27 16:12:26 +01:00
Ghostkeeper
d31240ad70
Merge branch 'CURA-6627_Store_extra_data_project_files'
2020-01-24 14:53:33 +01:00
Jaime van Kessel
bd18a539e2
Only update position of label when it's visible
...
This prevents unneeded re-rendering
2020-01-24 14:04:27 +01:00
Ghostkeeper
a3825c1f14
Merge branch 'master' into CURA-6627_Store_extra_data_project_files
2020-01-21 15:14:45 +01:00
ninovanhooff
8bf7666493
Merge pull request #6986 from Ultimaker/CURA-7027_Add_more_materials_from_Marketplace_button
...
Cura 7027 add more materials from marketplace button
2020-01-16 16:26:38 +01:00
ninovanhooff
4b60da6802
Update resources/qml/Actions.qml
...
Remove redundant icon from marketplaceMaterialsAction
2020-01-16 16:26:15 +01:00
Kostas Karmas
18e5d76990
Fix button to open in-Cura Marketplace materials
...
The button was opening the online Marketplace, which was wrong.
This fix changes the behavior to open the in-Cura Marketplace at
the materials tab.
In order to achieve that, the button calls an action called
materialsMarketplace, which in turn is connected through a
Connection in the ApplicationMenu. When the action is triggered,
it first launched the Toolbox and then it sets its category to
the materials tab.
Since the callExtensionMethod does not allow us to provide input
arguments to the called method, a new method had to be created in
the toolbox that changes the view to the materials tab, instead
of immediately calling the setViewCategory("material").
CURA-7027
2020-01-16 15:11:34 +01:00
Nino van Hooff
182bab6467
Merge remote-tracking branch 'origin/master' into CURA-6983_sync_packages
...
# Conflicts:
# plugins/Toolbox/src/CloudSync/SubscribedPackagesModel.py
# plugins/Toolbox/src/Toolbox.py
2020-01-15 15:40:03 +01:00
Kostas Karmas
dbab3c6e8b
Add more materials from Marketplace menu button
...
This commit adds a button "Add more materials from Marketplace" in the
menu that pops up in the material list while configuring the materials
into custom ones. The button redirects the user to the Marketplace
materials page (https://marketplace.ultimaker.com/app/cura/materials )
CURA-7027
2020-01-15 11:50:59 +01:00
Remco Burema
3872e8ffa3
Move 'Toolbar' lower: Toolpanels could be obscured by objects-info.
2020-01-14 12:45:11 +01:00
Jaime van Kessel
414b696b32
Use the resetWorkspace for new project
...
This makes it a bit cleaner as we don't have to copy functionality
CURA-6627
2020-01-14 11:04:42 +01:00
Ghostkeeper
122b6318fe
Remove dash if print job name is empty
...
Otherwise it shows ' - Ultimaker Cura' here which looks a bit weird.
2020-01-13 12:32:46 +01:00
Nino van Hooff
028aece644
Fix extensions not being unique in ExtensionModel
...
CURA-6983
2020-01-10 11:42:48 +01:00
Lipu Fei
4f91389941
Fix QML warnings
2020-01-07 11:37:37 +01:00
Jaime van Kessel
6a5fbba519
Prevent the Networked printer scrollview from slowing shit down when it's not even visible
2020-01-03 17:29:04 +01:00
Jaime van Kessel
1b1c7b78aa
Remove unneeded rounding
2020-01-03 16:56:13 +01:00
Jaime van Kessel
6afd669389
Speed up QMl binding evaluation for MaterialMenu
2020-01-03 16:24:56 +01:00
Jaime van Kessel
c261065d68
Merge branch 'CURA-6959_collapse_categories' of github.com:Ultimaker/Cura
2020-01-02 16:07:24 +01:00
Nino van Hooff
8dbd67f5bd
Merge remote-tracking branch 'origin/master' into CURA-6959_collapse_categories
...
# Conflicts:
# resources/qml/Menus/SettingVisibilityPresetsMenu.qml
# resources/qml/Settings/SettingView.qml
2020-01-02 15:32:26 +01:00
Nino van Hooff
4097256827
Clear settings search when pressing collapse all.
...
CURA-6959
2020-01-02 15:28:34 +01:00
Remco Burema
261ee5b7f5
Fix SettingCheckbox.qml warning.
2020-01-02 14:11:46 +01:00
Nino van Hooff
72497f48f7
Remove redundant brackets
...
CURA-6959
2020-01-02 13:55:01 +01:00
Jaime van Kessel
8b393317ff
Add "all" as a setting visibility preset
...
CURA-7082
2020-01-02 10:51:40 +01:00
Jaime van Kessel
7cc74c97e3
Ensure setting category uses correct background size
2019-12-31 15:28:29 +01:00
Jaime van Kessel
81c4c22d63
Fix that invisible items would still add spacing
2019-12-31 14:42:10 +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
Nino van Hooff
dfba1eb102
Refactor SettingCategory checkable by using expanded
...
More intuitive and less chance of overriding the expanded Binding
CURA-6959
2019-12-31 11:27:39 +01:00
Nino van Hooff
d780efd76c
Add a settings menu option to collapse all categories
...
CURA-6959
2019-12-31 11:14:26 +01:00
Nino van Hooff
5c83ba0129
Rename SettingsDefinitionModel.collapse to -Recursive for consistency
...
CURA-6959
2019-12-30 15:05:52 +01:00
Ghostkeeper
bec513aa8a
Alternatively allow backspace to delete selection
...
I thought we already had this?
Fixes #6475 .
2019-12-17 10:35:59 +01:00
Lipu Fei
dd9395792f
Merge branch 'master' into fix_jobname_editing
2019-12-16 10:40:03 +01:00
Nino van Hooff
fcaac91d5b
Add "Enterprise" About dialog
...
CURA-7011
2019-12-11 16:26:17 +01:00
Lipu Fei
e22083bd12
Merge branch 'master' into fix_jobname_editing
2019-12-11 10:56:17 +01:00