Aleksei S
29b7f42e0e
Chaged settings visibility icon
...
CURA-5941
2018-11-30 18:33:53 +01:00
Aleksei S
73568d7473
Added icon to the search field which filters settings
...
CURA-5941
2018-11-30 14:51:55 +01:00
Aleksei S
706fc311bc
Added margins to the setting list
...
CURA-5941
2018-11-29 00:47:25 +01:00
Aleksei S
b9d9a35868
Move profile dropdown to another file
...
CURA-5941
2018-11-29 00:00:22 +01:00
Jaime van Kessel
4fab546425
Fix codestyle issues
...
Boyscouting
2018-11-27 15:00:57 +01:00
Jaime van Kessel
82ea562dc3
Add missing hoverEnabled property
2018-11-27 14:54:49 +01:00
Diego Prado Gesto
ef0ba81564
Merge branch 'ui_rework_4_0' into cura4.0_header
2018-11-01 09:21:33 +01:00
Diego Prado Gesto
90e8a05aab
Remove all the entries in the theme that make reference to the sidebar,
...
because there is no sidebar anymore.
Several different margins and linings were created depending on the
side, not depending on where it belongs.
Contributes to CURA-5784.
2018-10-26 17:51:28 +02:00
Jaime van Kessel
11a08d0e47
Move whole bunch of QML components to their new locations
...
The tooltips are still not working correctly, it might be that it needs rework
CURA-5772
2018-10-12 13:32:23 +02:00
fieldOfView
53b481ff5d
Reduce the maximum precision of floats in SettingTextField inputs
...
No settings in Cura require more than 3 digits of precision. Many settings are in mm, and CuraEngine does its calculations in while microns. Having more precision in the frontend than in the backend apparently thoroughly confuses some people. Fixes #4368
2018-09-29 08:16:11 +02:00
Jaime van Kessel
054a49c63d
Fix issue with inheritance manager button
...
Removed one of the special detection cases, since it incorrectly removed a value from a stored profile
CURA=5646
2018-09-21 09:33:25 +02:00
Jaime van Kessel
2dbaa304a0
Set textFormat for the setting items to PlainText
...
Based on the Qt guide on making qml run much faster, it seems that the default of textFormatting (auto)
is quite expensive. As we make a *lot* of settingItems, which we don't want to format, it's better to set it to plain.
I haven't checked how much faster it actually is, but i didn't see visual changes, so it's at least a safe step.
2018-09-20 15:22:35 +02:00
Jaime van Kessel
a809575bc8
Add bunch of ID's to qml components so it's easier to test them.
...
CURA-5618
2018-09-11 16:05:53 +02:00
Jaime van Kessel
4cde6c05ae
Switch most usages of containerStackId to containerStack for settingPropertyProvider
...
This mostly makes the code a bit more logic and also decreases the number of searches in the registry
2018-09-07 15:23:09 +02:00
Ian Paschal
3fad11e07f
Code style fixes
...
Contributes to CURA-5595
2018-08-13 10:45:03 +02:00
Aleksei S
a1bc2f3ebf
Merge branch 'master' into CURA-5595_add_custom_button_to_menu
2018-08-10 15:51:38 +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
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
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
Lipu Fei
e3a193d6a6
Fix invisible texts in setting dropdown menu on Linux
2018-07-16 09:59:45 +02:00
Aleksei S
c4fa50a8fc
Added icon for custom Menu items
2018-06-25 16:51:40 +02:00
Aleksei S
0cf46ca48e
Changed SettingView to show custom menu items
2018-06-23 16:14:50 +02:00
Lipu Fei
cf0efea4c3
Fix reset to formula button and use new icon
...
CURA-5407
2018-06-13 12:26:26 +02:00
fieldOfView
19b8ca7c70
Remove vestigial references to "monitoringPrint"
2018-06-06 11:22:35 +02:00
Jack Ha
17b127e8c1
CURA-5249 replaced the extruder value of -1 by the more explicit defaultExtruderPosition, so now Cura is aware of the actual extruder position being used. Fixes linked icon next to support settings, like support_angle.
2018-06-06 11:00:09 +02:00
ChrisTerBeke
409b905045
Only trigger settings filter on enter or after 500ms timeout
2018-05-15 15:43:02 +02:00
Aleksei S
43e535ea54
Rename expandAll to expandRecursive
...
CURA-5190
2018-04-04 11:04:54 +02:00
Ghostkeeper
6d10ac993e
Add option to collapse or expand all setting categories
...
Sadly it doesn't display on the category headers themselves, but it works just as well.
2018-03-30 15:07:50 +02:00
Ghostkeeper
60a217fc84
Rename expandAll to expandRecursive
...
Because it doesn't expand all settings, just a category.
2018-03-30 15:07:42 +02:00
Lipu Fei
fd2abdd9fb
Merge pull request #3507 from guillemavila/Copy-all-values-to-all-extruders
...
add Copy all values to all extruders
2018-03-22 16:16:30 +01:00
Diego Prado Gesto
cd9531b746
Add the correct value to the setting viewer when the type is unknown.
...
Contributes to CURA-4495
2018-03-20 11:42:42 +01:00
Guillem
faf8ed3ba6
Replace only user changed values
...
removed machine_settings and settable_per_extruder_check. Not needed.
2018-03-19 14:57:31 +01:00
Lipu Fei
2660d15857
Make "show all settings" work
...
CURA-5088
"Show All Settings" in setting visibility menu now sets all settings
to be visible.
2018-03-19 10:58:56 +01:00
Lipu Fei
b1c1b04f0d
Restore change to SettingView removeUnusedValue
2018-03-15 16:09:01 +01:00
Jack Ha
1dba5629f7
Merge branch 'master' of github.com:Ultimaker/Cura
2018-03-15 15:00:22 +01:00
Jack Ha
05cd937df3
CURA-4400 optional_extruders cannot be set to disabled extruders anymore
2018-03-15 15:00:13 +01:00
Lipu Fei
83175b00c2
Change SettingVisibilityPresetsModel to non-singleton
...
CURA-5088
2018-03-15 14:41:34 +01:00
jack
f3f4be5334
Merge pull request #3496 from fieldOfView/fix_textfield_select
...
Only select all text when tabbing to fields, not when clicking a field
2018-03-15 10:28:47 +01:00
Lipu Fei
984e6ddd08
Merge pull request #3274 from fieldOfView/feature_setting_visibility_profiles
...
Setting Visibility Presets sidebar menu
2018-03-14 13:25:59 +01:00
Guillem
1bb5b8ff3e
add Copy all values to all extruders
...
context menu option
2018-03-13 12:31:03 +01:00
Lipu Fei
40d3e09d90
Merge remote-tracking branch 'origin/master' into CURA-5059_reset_icon_visibility
2018-03-13 10:25:01 +01:00
Aleksei S
7574ab0883
Connect infill Lines checkbox did not work
2018-03-12 15:52:16 +01:00
Aleksei S
c3b659c5d4
Fix: reset icon dissapears for default values
...
CURA-5059
2018-03-12 15:15:19 +01:00
Jack Ha
552618fcd4
CURA-4400 added function to find model index by extruder position in SettingExtruder
2018-03-12 09:56:08 +01:00
fieldOfView
7123441db8
Fix keeping settings visible when showing all settings
2018-03-09 16:51:46 +01:00
Jack Ha
5135a972a2
CURA-4400 code style
2018-03-08 14:32:10 +01:00
fieldOfView
d9eb4406bf
Speed up showing all settings
2018-03-05 23:49:06 +01:00
fieldOfView
97d7354839
Merge branch 'master' into feature_setting_visibility_profiles
2018-03-05 23:09:51 +01:00
Jack Ha
bad637eb14
CURA-4400 fixed merge conflicts
2018-03-05 16:47:40 +01:00
Lipu Fei
93190dde9b
Merge remote-tracking branch 'origin/master' into refactoring_machine_manager
2018-03-02 09:55:14 +01:00