Commit graph

37 commits

Author SHA1 Message Date
jlewin
1cb7b42bbc Inline temporary variable 2019-06-11 14:10:29 -07:00
jlewin
41c7ca2316 Remove trailing colons from column labels, use theme default size
- Issue MatterHackers/MCCentral#5667
Inconsistent styling
2019-06-11 12:54:51 -07: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
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
Lars Brubaker
debd4e6b93 use the item specified 2019-05-21 16:06:43 -07:00
LarsBrubaker
d6d19d0c57 Working on lockable component object 2019-05-20 21:23:45 -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
LarsBrubaker
d40a9235c8 Working on making unlockable design apps 2019-05-04 19:39:02 -07:00
Lars Brubaker
13cb8bc9c8 Cleaning up compiler warnings 2019-04-22 09:23:56 -07:00
John Lewin
a0059309b6 Simplify 2019-04-03 16:07:08 -07:00
Lars Brubaker
3f19e8d11c Making subtract select logical names from children rather than visible meshes 2019-03-22 10:29:05 -07:00
John Lewin
7ae2b6f87c Remove DragDropData dependency, add UndoBuffer
- Issue MatterHackers/MCCentral#5060
On startup, item is selected but not showing correct editor
2019-03-07 17:56:41 -08:00
LarsBrubaker
76c4985111 Working to get subtract to show edit data better 2019-02-13 08:12:30 -08:00
LarsBrubaker
7598c8bf9c Getting subtract object to work as source 2019-02-12 16:06:32 -08:00
Lars Brubaker
b73c4e5f63 Getting subtract 2 working 2019-02-12 16:06:31 -08:00
John Lewin
316c15a844 Extract drawing from PPE to InteractionLayer
- Eliminate event bindings, invoke DrawEditor directly
2019-02-04 16:18:05 -08:00
John Lewin
0b1e3732c4 Revise plugins 2019-02-04 16:18:04 -08:00
LarsBrubaker
d135a3be82 Only invalidate the editor display when appropriate, rather than the part 2019-02-03 13:37:49 -08:00
John Lewin
50590f056f Use theme colors
- Issue MatterHackers/MCCentral#4952
Support panel is not theme aware
2019-01-29 18:03:04 -08:00
Lars Brubaker
f0728e0610 Change the Invalidate Type to flags
remove undo buffer from invalidate type
2019-01-28 14:19:48 -08:00
Lars Brubaker
5f0cacf4c7 Support has first release quality
Made 'support type' work selectable
2019-01-23 16:08:34 -08:00
Lars Brubaker
00e95316b2 Working on new support generation 2018-12-31 12:12:14 -08:00
John Lewin
27e7fa4b20 Add SectionEnd attribute to pop context to original container 2018-12-28 18:28:01 -08:00
John Lewin
1206125def Create sections in property editor for SectionStart attributes 2018-12-28 18:21:01 -08:00
LarsBrubaker
201c9d1d65 Improved subtract selection rendering
does not modify the part colors only the rendering colors
Refactoring
2018-12-21 08:27:40 -08:00
John Lewin
970d68f5c0 Spelling 2018-11-29 13:41:24 -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
Lars Brubaker
89d1e34042 Made enum and Child Selector have undo history in PPE 2018-10-24 15:53:00 -07:00
LarsBrubaker
caed1d4a47 Making undo properties have more shared code 2018-10-24 10:08:52 -07:00
John Lewin
34708054ee Add support for themed text/number edit fields 2018-10-22 14:16:24 -07:00
LarsBrubaker
0c86134330 Improve selection context on un-do and re-do
added undo to string and bool fields
experimental tab flashing
2018-10-21 11:52:05 -07:00
Lars Brubaker
79821947b7 Making public property undo better 2018-10-20 12:49:37 -07:00
LarsBrubaker
4a4ce7d1be undo redo working on PPE int and double 2018-10-19 13:30:20 -07:00
LarsBrubaker
229931039b Added a line for the color editing of all parts
Added a color editor to Public Property editor
2018-10-07 18:11:37 -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 DesignTools/PublicPropertyEditor.cs (Browse further)