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
Kostas Karmas
6ae0e08b7d
Change RadioCheckbar active button color
...
The RadioCheckbar active button is now using the slider_groove_fill
value instead of the small_button_active value to avoid issues in
case the small_button_active and small_button_text are used together.
2019-12-10 13:19:10 +01:00
Kostas Karmas
c0ac03f2ae
Change Custom profiles title similar to Default
...
CURA-6941
2019-12-09 14:35:19 +01:00
Kostas Karmas
64decc7345
Change unselected intent to outline (dark theme)
...
The unselected intent radio buttons in the default profiles
are by default white-filled. This is fixed to have a white outline
and be filled with the main background's color.
CURA-6941
2019-12-09 14:24:27 +01:00
Dimitriovski
084f55b611
Removed hard-coded name for Ultimaker Cura to use applicationDisplayName
...
CURA-6978
2019-11-27 15:35:09 +01:00
Dimitriovski
9522ce2b78
Added the project name in Window Title
...
CURA-6978
2019-11-27 11:59:19 +01:00
Jaime van Kessel
80719d4724
Mark disabled extruders when saving project
2019-11-25 11:13:07 +01:00
Jaime van Kessel
997f19ba26
Prevent flicking behavior for machine selection
...
Contributes to #6684
2019-11-22 11:02:19 +01:00
Remco Burema
9aeb9912c8
Merge branch '4.4'
2019-11-19 15:57:52 +01:00
Remco Burema
f1f0290458
Re-enable the Polish language.
...
part of CURA-6957
2019-11-19 14:22:53 +01:00
Jaime van Kessel
c6f42766c7
Remove hardcoded sizes from dialogs & popups
...
Contributes to #6670
2019-11-19 13:00:39 +01:00