Commit graph

727 commits

Author SHA1 Message Date
LarsBrubaker
4b9ff1bbbe reset needs to be marked as user driven 2019-06-01 09:10:52 -07:00
jlewin
6bd0e87cf8 Mark IsDirty during profile save
- Issue MatterHackers/MatterControl#4574
Started using my printer at home and it reverted to an old web
setting that lost all my recent changes
2019-05-29 14:16:25 -07:00
jlewin
f2980b3744 Extract ClearBlackList from Save 2019-05-29 12:25:31 -07:00
jlewin
3d2aff70d4 Revise Open Recent filter 2019-05-28 18:00:30 -07:00
LarsBrubaker
e6f051d45e moving easing to vector math 2019-05-27 16:39:51 -07:00
LarsBrubaker
af7be404d9 fixing warnings 2019-05-27 16:39:51 -07:00
jlewin
e24683ee42 Always ReloadAll on Reset to Defaults
- Issue MatterHackers/MCCentral#5585
Reset to Defaults does not clear changed settings
2019-05-24 14:14:07 -07:00
John Lewin
8c3de11a9f Convert public property editor to use SettingsRow
- Ensure consistent styling across panels
2019-05-24 12:33:03 -07:00
John Lewin
c02909b604 Consolidate CreateSettingsRow behavior
- Make theme required
- Add overload for creating row with widget reference
- Remove overload lacking widget reference
- Remove row.AddChild(widget) from callers, use new overload
2019-05-24 12:33:03 -07:00
jlewin
2dd4e27c1f Don't create TreeNode for items marked with @HideFromTreeView
- Issue MatterHackers/MCCentral#5577
Consider if support objects should appear in treeview
2019-05-24 10:38:13 -07:00
John Lewin
31b460d13e Remove unused return value variable 2019-05-23 09:54:23 -07:00
jlewin
597aec498b Use Ancestors in place of Parents 2019-05-22 18:46:56 -07:00
jlewin
427eea20b8 Reduce overhead of isSelected in high item count scenes
- Selected is item or any parent selected
2019-05-22 18:46:13 -07:00
jlewin
14b34eea6f Use event semantics 2019-05-22 18:46:12 -07:00
jlewin
6346f075ef Use new untyped Parents member 2019-05-22 18:46:12 -07:00
Lars Brubaker
3be79528d0 If we have more than 1000 transparent meshes don't sort their polygons 2019-05-22 17:37:11 -07:00
John Lewin
cf3581af02 Clear IAVolume lists on close
- Lots of cross object references with non-widget IAVolumes. Clear
on widget close as is easy and seems beneficial
2019-05-22 09:21:31 -07:00
John Lewin
c8510bdd6d Clean up event handler leaks
- Issue MatterHackers/MCCentral#5573
Investigate allocations on large GCode load and failure to release
2019-05-22 09:18:26 -07:00
John Lewin
3717d284a7 Simplify - use overload with default identity matrix 2019-05-21 07:40:36 -07:00
jlewin
fe80feb5e1 Clean up PathControl 2019-05-20 16:53:12 -07:00
John Lewin
fad8146c12 Add experimental PathObject3D 2019-05-20 16:38:21 -07:00
jlewin
a7b8251807 Replace duplicate ItemsToSubtract property with SelectedChildren
- Update to use new SelecteChildren as HashSet
- Issue MatterHackers/MCCentral#5565
MatterControl extra slow with specific MCX, crashes on copy
2019-05-20 16:37:45 -07:00
John Lewin
3bd2eccf9c Add Visible property to IInteractionElement 2019-05-20 14:13:56 -07:00
John Lewin
7d3a7ca3db Fix typo 2019-05-20 14:13:56 -07:00
John Lewin
f8d1806247 Add InteractionControl.LostFocus interface member 2019-05-20 14:13:56 -07:00
John Lewin
5848502d97 Skip operation until after early exit test 2019-05-20 14:13:56 -07:00
John Lewin
cd266984ac Simplify InteractionControls and reduce to subset of InteractionVolume 2019-05-20 14:13:56 -07:00
John Lewin
76471e3800 Extract embedded types to new file 2019-05-20 14:13:55 -07:00
John Lewin
ab686559c8 Move DepthTest toggle outside of loop 2019-05-20 14:13:55 -07:00
John Lewin
aa1b6fe12b Reorder members 2019-05-20 14:13:55 -07:00
John Lewin
694d28e285 Remove unused member 2019-05-20 14:13:55 -07:00
John Lewin
27ab7992ce Fix warnings
(cherry picked from commit c33ee2d8812f083ec151bd8616387ff285ae05d5)
2019-05-20 14:13:55 -07:00
LarsBrubaker
cba385cfec Set the printing ration from the correct data 2019-05-19 21:16:56 -07:00
LarsBrubaker
bc96467792 Set layer drawing (sync to print) from instruction index rather than time 2019-05-19 20:10:28 -07:00
LarsBrubaker
4cd20b96f2 fixing warnings 2019-05-18 22:10:10 -07:00
LarsBrubaker
f10e649b7a working on manifold display for debuging 2019-05-18 22:06:17 -07:00
LarsBrubaker
3b420c2ef8 improving subtract and subtract and replace editor display 2019-05-18 22:06:17 -07:00
LarsBrubaker
6278622f46 Make subtract and subtract and replace us ID rather than Name 2019-05-18 06:55:57 -07:00
jlewin
4ecfeaae13 Remove parameter, use default from single caller 2019-05-16 16:25:10 -07:00
jlewin
ba599ba898 Add calibration icon 2019-05-15 13:38:38 -07:00
Lars Brubaker
77020ee924 Making T1 setup dependent on having T1 used in the print
issue: MatterHackers/MCCentral#5497
Create protocol for single material setup on dual printer
2019-05-14 18:20:02 -07:00
jlewin
2d4f3a4784 Add Calibrate Printer menu item 2019-05-14 15:43:13 -07:00
jlewin
2b8d794232 Add Enter key support for primary/Accept button
- Issue MatterHackers/MCCentral#5489
Inconsistent keyboard support in wizard pages
2019-05-13 15:38:53 -07:00
jlewin
1f5bdfcf3b Fix whitespace 2019-05-13 13:46:48 -07:00
jlewin
209826d504 Use theme.TextColor for tumble cube text 2019-05-13 13:46:48 -07:00
LarsBrubaker
002570d381 Showing the time to the end of the print
Made the ratio complete be based on time
2019-05-13 10:05:07 -07:00
LarsBrubaker
14c4c61a9c Merge branch 'master' of https://github.com/MatterHackers/MatterControl 2019-05-12 10:31:31 -07:00
LarsBrubaker
97fd35057b fixing warnings 2019-05-12 09:09:30 -07:00
John Lewin
8978bae6ed Add keyboard support to SimpleButton, enable in TextButton 2019-05-12 09:09:20 -07:00
John Lewin
8ef1102e87 Add support for themed scene operation icons
- Issue MatterHackers/MCCentral#5501
Pinch/curve/fit icons use theme.InvertIcons
2019-05-11 18:57:33 -07:00