Tim Kuipers
4c6f9486be
feat: cutting mesh (CURA-966)
2017-04-08 12:49:00 +02:00
Jaime van Kessel
f82aecb7ca
Refactoring; no longer use "Printer" to identify CuraApplication
2017-03-30 20:19:05 +02:00
Jaime van Kessel
88704051d1
Filter bar is now always visible
...
CURA-3574
2017-03-27 15:47:30 +02:00
Mark Burton
db3cf0c0fb
Add the [int] setting type for settings that are a list of integers.
...
The RegExpValidator (more of a restrictor than a validator) requires the
text to start with a '[' and then have a sequence of integers separated by
commas. A trailing ']' is accepted.
2017-01-27 15:54:19 +00:00
Jaime van Kessel
4d0a0e5ad1
Added support mesh and anti overhang mesh to exclude list in settingview
...
CURA-3177
2017-01-06 13:21:47 +01:00
Simon Edwards
4d3e8592af
CURA-2653 Searching in English while other language set
2016-12-08 14:48:29 +01:00
fieldOfView
9dd8a88602
Fix review issues
2016-11-24 10:12:11 +01:00
fieldOfView
933ed5177f
Toggle visibility of filter field when pressing the "search" icon
2016-11-22 13:44:41 +01:00
fieldOfView
3da5e9de4e
Add a "clear filter" button
2016-11-16 23:21:20 +01:00
fieldOfView
1c92b9ee0e
Don't update expandedCategories preference while filtering settings
2016-11-15 16:25:39 +01:00
fieldOfView
7fafcef40b
Allow making settings visible from the sidebar
2016-11-15 11:09:58 +01:00
Victor Larchenko
b63f4e0bee
T562: Text box expanded and all settings visible while filtering
...
# Conflicts:
# resources/qml/Settings/SettingView.qml
2016-11-15 10:12:40 +01:00
fieldOfView
e450d10ddb
Apply styling to filter field
2016-11-15 10:07:37 +01:00
fieldOfView
479056efef
Always show categories when filtering
2016-11-15 10:07:37 +01:00
fieldOfView
f7854225fa
Restore expanded categories when clearing filter
2016-11-15 10:07:36 +01:00
Victor Larchenko
829f8893e2
T562: Added searching of settings
...
# Conflicts:
# resources/qml/Settings/SettingView.qml
2016-11-15 10:07:36 +01:00
Tim Kuipers
9b1a41c74c
bugfix: comment fail
...
sorry!!
.-.
o \ .-.
.----.' \
.'o) / `. o
/ |
\_) /-.
'_.` \ \
`. | \
| \ |
.--/`-. / /
.'.-/`-. `. .\|
/.' /`._ `- '-.
____(|__/`-..`- '-._ \
|`------.'-._ ` ||\ \
|| # /-. ` / || \|
|| #/ `--' / /_::_|)__
`|____|-._.-` / ||`--------`
\-.___.` | / || # |
\ | | || # # |
/`.___.'\ |.`|________|
| /`.__.'|'.`
__/ \ __/ \
/__.-.) /__.-.)
2016-11-07 13:24:28 +01:00
Tim Kuipers
e51f9ba678
fix: exclude command line settings from being viewed in the frontend (CURA-566)
2016-11-07 11:54:47 +01:00
Jaime van Kessel
74d8148e0c
The right stack is now used for limit to extruder setting property provider for single extrusion machine
...
This was mostly an issue when switching between printers, where some ids were set to undefined. CURA-2835
2016-10-28 10:44:57 +02:00
Jack Ha
8b61215270
Added infill_mesh and infill_mesh_order to excluded list in SettingView. CURA-1993
2016-10-06 15:23:04 +02:00
Jack Ha
7c18d320c4
SettingView: Only removeUnusedValue when no resolve. Contributes to CURA-2232
2016-10-04 11:13:33 +02:00
Jaime van Kessel
482ea83284
Hiding a setting forces settingInheritance manager to re-evaluate
...
CURA-2361
2016-09-16 15:32:16 +02:00
Jaime van Kessel
4f547fff8d
Category setting icon now becomes invible if clicked
...
CURA-2361
2016-09-16 13:58:26 +02:00
Jaime van Kessel
132ed1d258
Pressing inheritance button for category now makes all inherited children visible
...
CURA-2361
2016-09-16 13:10:14 +02:00
Tim Kuipers
479f9ea6d2
refactor: global_inherits_stack ==> limit_to_extruder (CURA-2308)
2016-09-14 10:46:57 +02:00
fieldOfView
b921540703
Remove superfluous margin left by hidden settings
...
Each setting that was made visible, but was disabled due to the value of another setting, would leave a 1 px margin (eg settings in the support category when support was not enabled). Hidden settings now eat that margin, leaving nothing behind.
2016-09-08 08:58:40 +02:00
Jaime van Kessel
114899dc91
Merge branch 'cura-2007' of github.com:Ultimaker/Cura
2016-08-24 12:39:33 +02:00
Jack Ha
9521a85318
Fix resolve in profile bug. Removed unnecessary imports. Removed unnecessary watch. Contributes to CURA-2007
2016-08-24 11:36:10 +02:00
Ghostkeeper
8fd3047380
Only take the active machine if not settable per extruder
...
Settable per mesh should only have an effect on the per-object settings. This was misguided of me earlier.
Contributes to issue CURA-2006.
2016-08-23 11:53:57 +02:00
Ghostkeeper
9581257df5
Don't bind provider when setting is per mesh
...
This causes settings which are settable per mesh but not per extruder to be configurable per extruder even though they have a linked icon.
Contributes to issue CURA-2006.
2016-08-23 11:53:57 +02:00
Jack Ha
090b8d4f50
Solved merge conflict.
2016-08-23 10:35:20 +02:00
Ghostkeeper
f296b77d2c
Fix check for presence of global_inherits_stack
...
My mistake.
Contributes to issue CURA-2006.
2016-08-22 14:17:47 +02:00
Ghostkeeper
42399e82fb
)
...
Contributes to issue CURA-2006.
2016-08-22 11:36:33 +02:00
Ghostkeeper
1c1bfbe114
Fix providing of global_inherits_stack settings
...
I've rewritten this part and documented what each case catches. There is a base case which is not required any more since we removed the global tab, but I left it in for defense.
Contributes to issue CURA-2006.
2016-08-22 11:34:17 +02:00
Ghostkeeper
eaa7d716f5
Revert "Properly send global settings to the global stack"
...
This reverts commit 9d0acf5b036ee4749af0034969c683e39cc547d3.
It was not so proper after all.
Contributes to issue CURA-2006.
2016-08-19 15:48:35 +02:00
Jack Ha
bfabf8d11a
Merge, fix qml files. Contributes to CURA-2007.
...
Merge branch 'feature_quality_changes' into cura-2007
Conflicts:
resources/qml/Settings/SettingItem.qml
resources/qml/Settings/SettingView.qml
2016-08-04 18:22:36 +02:00
Arjen Hiemstra
9d0acf5b03
Properly send global settings to the global stack
...
Contributes to CURA-2006
2016-08-04 17:35:01 +02:00
Jack Ha
2402ba3d0e
Bed temperature is now either a resolved value or a global value.
...
Contributes to CURA-2007
2016-08-04 14:30:48 +02:00
Arjen Hiemstra
6eed25f145
Only write property changes to extruder stack if we actually should
...
Now global settings are once again stored in the global stack
Contributes to CURA-2006
2016-08-04 02:09:02 +02:00
Arjen Hiemstra
4f9fab9418
Set the right default extruder for the main property provider
...
Fixes CURA-2024
2016-08-02 14:49:57 +02:00
fieldOfView
87abed39f0
Fix two warnings on startup
...
CURA-1758
2016-07-25 11:41:54 +02:00
Jaime van Kessel
cafb46cb1d
First container is now updated withouth recursion possible
...
We now use a set of keys that we are handling in order to prevent the lock
CURA-1758
2016-07-22 10:43:26 +02:00
Jaime van Kessel
87b9b17f98
Now the right extruder is actually used (instead of randomly mixing it up)
...
CURA-1758
2016-07-21 21:42:02 +02:00
Jaime van Kessel
4346d5a233
Settings now point to the right extruder stack
...
CURA-1758
2016-07-21 20:54:02 +02:00
fieldOfView
0857017ac6
Add a context-menu item to copy a value to all extruders.
...
CURA-1758
2016-07-21 15:12:30 +02:00
fieldOfView
7302baa7da
Add icon to settings that can only be set globally (for all extruders)
...
CURA-1758
2016-07-21 15:12:25 +02:00
fieldOfView
121cd19e83
Disable the settings in the global tab
...
CURA-1758
2016-07-21 15:12:24 +02:00
Arjen Hiemstra
de36122531
Use the expanded categories from Cura to expand the proper categories on startup
2016-06-23 13:31:01 +02:00
Arjen Hiemstra
98c9f202a2
Do not produce an error when a setting has been filtered out
...
Contributes to CURA-340
2016-06-09 15:32:41 +02:00
Arjen Hiemstra
abf634c0b0
Filter visible settings based on if they can be set per extruder
...
Contributes to CURA-340
2016-06-09 15:14:32 +02:00