Commit graph

38 commits

Author SHA1 Message Date
Lars Brubaker
2bd1cd1e13 Moving PopupMenu to Agg 2022-07-15 19:13:44 -07:00
Lars Brubaker
fc64b45978 Fixing warning and error icons 2022-03-24 09:55:35 -07:00
Lars Brubaker
d59e8ee1d3 Working on new material selector 2022-03-17 16:41:33 -07:00
LarsBrubaker
627abbef9e Making sliders have option to do non-linear scalling 2021-08-30 08:47:11 -07:00
LarsBrubaker
082a8cdcc7 All primitives using Expressions 2021-06-05 11:12:26 -07:00
LarsBrubaker
e9d9fdf987 Improve row text spacing 2021-06-04 07:13:34 -07:00
Lars Brubaker
1256447b8d easier debugging of clickable popup 2021-04-29 10:27:39 -07:00
Lars Brubaker
df7e119b19 Putting in max decimals for editors
Put in option to have description images
Making new curve tool much better
2021-03-18 18:00:09 -07:00
LarsBrubaker
4792aa05b3 Improving export behavior from print menu 2021-02-25 23:06:42 -08:00
LarsBrubaker
8721966a3b some work on radial color picker 2021-01-26 22:53:42 -08:00
Lars Brubaker
c92593d199 Wrote a test to ensure we keep the settings indicator updated correctly 2020-09-01 18:08:15 -07:00
LarsBrubaker
1e852a7531 improving right click settings menu 2020-08-29 20:56:01 -07:00
LarsBrubaker
15d39d297d Making the tooltips have markdown and context help 2020-06-26 17:01:36 -07:00
Lars Brubaker
f2e2d54628 Changes to add child 2020-06-05 12:17:13 -07:00
LarsBrubaker
eaebe4ed4c adding read only property display 2019-11-26 19:47:05 -08:00
John Lewin
df7ea996d1 Move static PPE.CreateSettingsRow() to new SettingRow constructor
- Improve reuse and consistency with shared constructor on actual type
2019-06-05 09:08:32 -07:00
jlewin
ec1a50b815 Change OnClick to protected
- Issue MatterHackers/MCCentral#3445
Change accessibility of OnClick to protected, revise callers to use
InvokeClick()
2019-06-04 18:20:01 -07:00
jlewin
9bdd60d483 Add SettingsRow.FullRowSelect property for use after constructor 2019-05-31 18:00:27 -07:00
jlewin
6f6933d1ce Move ActionWidget OnClick intercept to base SettingsRow class
(cherry picked from commit 69af01852724f55cada096cdea8f6364aac94110)
2019-05-31 18:00:11 -07:00
jlewin
625fcd3472 Popovers should use Tooltip timings
- Issue MatterHackers/MCCentral#5593
2019-05-24 12:50:27 -07:00
jlewin
7da819880d Add DialogPage to control import/calibration/blacklist behavior
- Issue MatterHackers/MCCentral#5169
Exporting a fully setup printer then importing it should not require
any additional setup
2019-04-03 11:34:18 -07:00
jlewin
92d4e62de4 Use custom type for wizard stage row 2019-03-22 14:19:05 -07:00
John Lewin
30d2086029 Ensure correct alt anchor points
- Issue MatterHackers/MCCentral#4953
Invalid alt-mate anchor points
2019-01-29 18:03:04 -08:00
John Lewin
79aaa2ad95 Use topmost SystemWindow for popover
- Issue MatterHackers/MCCentral#4775
Popovers appear at incorrect position in presets window
2019-01-23 08:35:34 -08:00
John Lewin
8453809606 Skip popover on empty HelpText 2019-01-22 17:07:44 -08:00
John Lewin
8f592eb213 Guard for null helpText 2019-01-22 17:05:43 -08:00
John Lewin
4e9f1510ac Wire up validation error popovers, use warning/error status icons 2019-01-22 13:35:27 -08:00
John Lewin
67e72aec57 Extract SliceSettings popover code for reuse in validation errors
- Issue MatterHackers/MCCentral#4878
2019-01-22 13:35:27 -08:00
John Lewin
db8b97275b Revert "Only show highlight background if first under mouse"
This reverts commit e3a748f45d.
2018-12-21 18:37:11 -08:00
John Lewin
e3a748f45d Only show highlight background if first under mouse
- Prevents highlight from occurring on siblings below popup menu
2018-12-19 17:31:37 -08:00
John Lewin
5ff7804767 Add experimental popover/bubble support 2018-12-12 08:49:12 -08:00
John Lewin
8d4974dc32 Move theme.Colors.PrimaryTextColor into theme, remove unneeded types
- Issue MatterHackers/MCCentral#4490
2018-11-03 09:13:07 -07:00
John Lewin
4f0f790f56 Create specialized border fields 2018-10-22 14:16:25 -07:00
John Lewin
b6a3a5e9cd Remove DisableColor, collapse IsDarkTheme into parent 2018-10-15 08:11:58 -07:00
John Lewin
36e3ef1b9c Add add-ons for printer products 2018-10-12 12:12:15 -07:00
LarsBrubaker
6d0a879720 Added in support for a 'set as default' to override slice settings
issue: MatterHackers/MatterControl#3725
Add support for 'set as default' on right click of slice setting
2018-09-14 10:42:49 -07:00
LarsBrubaker
0fe71c893b Hooking up a right click menu to slice settings 2018-09-14 10:42:49 -07:00
Lars Brubaker
bed90234e7 Made MatterControl run as a .net standard app
Moving matter control to a lib and creating a new exe to run it
2018-09-06 16:09:58 -07:00
Renamed from SlicerConfiguration/SettingsRow.cs (Browse further)