2830 Commits

Author SHA1 Message Date
Ian Paschal
2410c21839 Move material list to separate QML file
Contributes to CURA-5378
2018-08-20 17:16:05 +02:00
Jaime van Kessel
01b9ba03d4 Added extruder icon
CL-894
2018-08-16 16:24:14 +02:00
Lipu Fei
f42dc24d95 Do not show gcode.gz as an option in save file dialog
CURA-5649
2018-08-16 15:16:32 +02:00
Ian Paschal
e8cda90021 Add favorites to materials menu
Contributes to CURA-5162
2018-08-16 13:04:58 +02:00
Diego Prado Gesto
848e99a4ba Don't show the hint message when the buildplate selector is shown.
Contributes to CURA-5570.
2018-08-13 17:04:13 +02:00
Diego Prado Gesto
152005ab14
Merge pull request #4184 from Ultimaker/CURA-5570_beyond_comprehension
CURA-5570 More decision points in material and quality lookup!
2018-08-13 12:06:29 +02:00
Diego Prado Gesto
b1c073aab6 CURA-5570 Expose the CuraSDKVersion to qml and show the buildplate
selector only when "dev" version is selected.
2018-08-13 11:50:50 +02:00
Ian Paschal
3fad11e07f Code style fixes
Contributes to CURA-5595
2018-08-13 10:45:03 +02:00
Aleksei S
787948f401 Removed "Preparing" button state
CURA-5551
2018-08-13 10:42:22 +02:00
Diego Prado Gesto
de1b8edb72 Merge branch 'master' into CURA-5570_beyond_comprehension 2018-08-13 09:57:36 +02:00
Aleksei S
a1bc2f3ebf Merge branch 'master' into CURA-5595_add_custom_button_to_menu 2018-08-10 15:51:38 +02:00
Ghostkeeper
f247c328c6
Show shortcut key in tool tooltips
In brackets. I couldn't translate it to an icon easily. It was possible but I'd have to create a giant mapping from every key to the key icons and add a bunch of icons and I don't think that's necessary.

Contributes to issue CURA-5634.
2018-08-10 11:22:42 +02:00
Ghostkeeper
4a22bb3b69
Code style 2018-08-10 11:22:42 +02:00
Jaime van Kessel
1180fad62f Fix binding loop 2018-08-09 11:33:04 +02:00
Lipu Fei
cc39ca09b8 Enable build plate selection menu 2018-08-02 17:16:16 +02:00
jack
4dd0ad6984
Merge pull request #4159 from Ultimaker/fix_settings_scrolling
Fix the scrolling when the cursor is hovering the combobox settings
2018-07-30 14:28:47 +02:00
Jack Ha
c036912752 Pressing enter on project window will now open the file dialog to save instead of just closing the window 2018-07-30 13:31:10 +02:00
Diego Prado Gesto
7215b8081d Fix the scrolling when the cursor is hovering the combobox settings. 2018-07-30 13:08:13 +02:00
Ian Paschal
2790650686 Code style improvements
Contributes to CURA-5551
2018-07-30 09:39:10 +02:00
Ian Paschal
5854ae544f Indicate when "Prepare" button has already been clicked
Contributes to CURA-5551
2018-07-27 15:32:51 +02:00
Ian Paschal
8e1c116b5d Revert "Show Preparing text after clicking Prepare button"
This reverts commit 812816de112bf8b5b7c04a96244e153e53ca4a28.
2018-07-27 13:58:17 +02:00
Aleksei S
40c51249f5 Merge branch 'custom_menuitems_in_sidebar' into CURA-5595_add_custom_button_to_menu 2018-07-26 13:51:07 +02:00
Aleksei S
812816de11 Show Preparing text after clicking Prepare button
CURA-5551
2018-07-26 12:53:12 +02:00
Aleksei S
f90f5f5180 Update available configuration button 2018-07-19 12:18:53 +02:00
Lipu Fei
636d145d08
Merge pull request #4089 from Ultimaker/disable_extruder_swith_to_default
Switch to default extruder if disable the active one
2018-07-17 10:28:16 +02:00
Lipu Fei
28eaf50bac Fix exit application
Typo...
2018-07-17 10:26:14 +02:00
Diego Prado Gesto
c17c440248
Merge pull request #4057 from fieldOfView/fix_jobname_ignored
Fix setting jobname before saving
2018-07-17 08:38:14 +02:00
Diego Prado Gesto
51c499b08c When the extruder is being disabled and it is the currently selected
one, then switch to the default extruder. Also do not allow users to
click in a disabled extruder, only if they want to enable it again.
2018-07-16 16:26:55 +02:00
Diego Prado Gesto
6850ad4c9d Align the dropdown panel in the combobox with the parent and get rid of
binding loop messages.
2018-07-16 14:54:44 +02:00
Diego Prado Gesto
543128e28c Modify the suggestion message when a material is not compatible with the
buildplate to only use glue but not adhesion sheets.
2018-07-16 13:44:24 +02:00
Lipu Fei
e3a193d6a6 Fix invisible texts in setting dropdown menu on Linux 2018-07-16 09:59:45 +02:00
alekseisasin
31891e631c
Merge pull request #4070 from Ultimaker/CURA-5384_confirm_upon_exit
CURA-5384 confirm upon exit
2018-07-13 11:54:14 +02:00
Lipu Fei
6d34d77b6b Reset confirm exit dialog text upon close
CURA-5384
2018-07-13 11:10:40 +02:00
Ghostkeeper
5e4ccf004d
Make default job name translateable
Contributes to issue CURA-5367.
2018-07-13 09:59:32 +02:00
Lipu Fei
c0b7e40b0d Add on-exit callback management and check for active USB printing
CURA-5384
2018-07-13 09:16:11 +02:00
Lipu Fei
ac3d3bc5c0 Revert "Added signal to prevent window closing if USB printer is printing"
This reverts commit 596a7b7169b9c7e41cd4751f99eea656f67ed2b7.
2018-07-13 08:08:56 +02:00
Lipu Fei
a0c3767184
Merge pull request #4048 from Ultimaker/CURA-5408-material-profiles
CURA-5408 weight for materials + bug fixes
2018-07-13 07:54:58 +02:00
Jack Ha
abbbdb17e6 Fix if you randomly click around in the materials then some spool_weights of 0 gets mixed up. The cause was that base.containerId was not updated at the same time as properties.guid. CURA-5408 2018-07-12 15:17:46 +02:00
Diego Prado Gesto
395c5d3a8b CURA-5458 Add three dots in the options that will open a new window.
Add the Save option together with the New and Open, and then separate it
from the Export options.
2018-07-12 15:16:01 +02:00
Mark
e53e62ccab CURA-5458 Use Save and Export 2018-07-12 14:54:10 +02:00
Jack Ha
56d5fc8a62 Merge branch 'master' into CURA-5408-material-profiles 2018-07-12 14:43:33 +02:00
Aleksei S
596a7b7169 Added signal to prevent window closing if USB printer is printing
CURA-5384
2018-07-11 13:23:30 +02:00
fieldOfView
aa259cfb06 Enforce focus on save button to ensure edits to jobname happen before saving
Fixes #4007
2018-07-11 09:28:40 +02:00
Lipu Fei
7658ad34e2
Revert "Move "Exclude Materials" metadata to materials" 2018-07-10 16:27:07 +02:00
Jack Ha
5eb2230d82 Fix default value for getMaterialPreferenceValue other than spool_weight, added cleanup code for saving default values. CURA-5408 2018-07-10 15:40:13 +02:00
Ghostkeeper
f712fc0f36
No longer add incompatible materials to materials menus
This removes the need for the 'compatible' role but I'll keep it in for now in case we want to change the design of this later.

Contributes to issue CURA-5460.
2018-07-10 15:26:23 +02:00
Ghostkeeper
c0fc0a7eba
Disable material if not compatible
Similar to how it's displayed in the printer.

Contributes to issue CURA-5460.
2018-07-10 15:26:23 +02:00
Jack Ha
e7c1d31bee Fixed change material diameter, changed signature of getContainerMetaDataEntry. CURA-5408 2018-07-10 13:14:11 +02:00
Lipu Fei
e5a11c1f7b Fix getContainerMetaDataEntry()
CURA-5408
2018-07-09 15:12:53 +02:00
Ian Paschal
a596c5a034 Code-style fixes
Contributes to CURA-5408
2018-07-09 14:39:13 +02:00