Commit graph

10758 commits

Author SHA1 Message Date
John Lewin
32f77d1e51 Remove editControlsContainer param, return constructed editor
- Unregister event listener on owned control close
2018-06-09 09:55:25 -07:00
John Lewin
1d211753c4 Reduce to minimal unique parameters 2018-06-09 09:39:26 -07:00
John Lewin
f342b3606f Remove View3DWidget from IPropertyGridModifier
- Issue MatterHackers/MCCentral#3565
Consider IObject3D couplings to MatterControl assembly
2018-06-09 09:26:37 -07:00
John Lewin
baca60021d Revise base parameter naming to resolve Roslyn indicator 2018-06-09 09:01:53 -07:00
John Lewin
a2f262af0d Collapse single use method into caller 2018-06-09 09:01:24 -07:00
John Lewin
fd23cbd229 Reduce to minimal unique parameters 2018-06-09 08:56:16 -07:00
John Lewin
867f5f8dd0 Abstract reflection details to helper 2018-06-09 07:38:27 -07:00
John Lewin
13b4e976d0 Use existing helper 2018-06-09 07:26:52 -07:00
John Lewin
e8550a863a Revise parameters to better enforce UIField for content convention 2018-06-09 07:24:53 -07:00
John Lewin
1b94ecd47c Create new EnumField for enums 2018-06-09 07:14:38 -07:00
John Lewin
5122ee4f5c Create new IconEnumField for enums with @icons 2018-06-09 06:34:31 -07:00
John Lewin
72d1632ceb Reduce to minimal unique parameters 2018-06-08 21:22:35 -07:00
John Lewin
5a842e6207 Create new DirectionVectorField for DirectionVector content 2018-06-08 20:42:06 -07:00
John Lewin
097b1d2a35 Add test stub required by convention 2018-06-08 19:05:53 -07:00
John Lewin
4e56bb984b Create new CharField for char content 2018-06-08 18:19:06 -07:00
John Lewin
f00638eab4 Use TextField for string content 2018-06-08 16:48:50 -07:00
John Lewin
c090928e82 Remove unused original editors 2018-06-08 16:25:35 -07:00
John Lewin
037dc4ff7e Simplify 2018-06-08 16:20:57 -07:00
Lars Brubaker
42420c909c
Merge pull request #3396 from larsbrubaker/design_tools
Made linear extrude do an apply correctly
2018-06-08 15:20:15 -07:00
Lars Brubaker
e054275ba9 Made linear extrude do an apply correctly
Fixed object properties panel collapse regression

Making copy mesh an extension method

issue: MatterHackers/MCCentral#3561
Editor panel fails to maintain size when collapsed via SectionWidget controls
2018-06-08 15:10:20 -07:00
Lars Brubaker
30dce3f0f5
Merge pull request #3395 from jlewin/design_tools
Only show first ArrayRadial3D child in tree
2018-06-08 15:09:38 -07:00
John Lewin
67d3567795 Update master.txt 2018-06-08 14:16:44 -07:00
John Lewin
880c9d9059 Remove formatting characters from localized strings 2018-06-08 14:16:07 -07:00
John Lewin
984421b78c Launch master.txt after generation 2018-06-08 14:16:07 -07:00
John Lewin
80e48211e0 Remove string interpolation from localized strings
- Issue MatterHackers/MCCentral#3549
String interpolation in localized strings shouldn't work at runtime
2018-06-08 14:16:07 -07:00
John Lewin
d0ccf711ac Always switch to printer tab after loading plate
- Issue MatterHackers/MCCentral#3552
Printer plates should change focus to printer tab when clicked
2018-06-08 14:16:07 -07:00
John Lewin
2708dce28e Only show first ArrayRadial3D child in tree
- Issue MatterHackers/MCCentral#3531
Array operations should show source object only
2018-06-08 14:16:07 -07:00
Lars Brubaker
42c99d1c7e
Merge pull request #3394 from larsbrubaker/design_tools
Design tools
2018-06-08 12:18:07 -07:00
Lars Brubaker
52b7e51a73 Changing InvalidateType to not be a flag 2018-06-08 12:08:48 -07:00
Lars Brubaker
36ba22b39c Revise editor panel scroll behavior 2018-06-08 11:13:09 -07:00
Lars Brubaker
4388ca4cce
Merge pull request #3393 from larsbrubaker/design_tools
Design tools
2018-06-08 07:59:35 -07:00
LarsBrubaker
6daf7d7877 Disabeling unfinished tests 2018-06-08 07:47:45 -07:00
LarsBrubaker
d88564441e Moving slice layer to polygon mesh 2018-06-08 07:27:28 -07:00
LarsBrubaker
9ea198686a Refacotring Face to FaceAlign 2018-06-08 07:26:39 -07:00
LarsBrubaker
1a8eba082e some more work on subdivide curves 2018-06-08 07:26:39 -07:00
Lars Brubaker
d7a734a554
Merge pull request #3392 from larsbrubaker/design_tools
Design tools
2018-06-07 18:46:47 -07:00
Lars Brubaker
7a676174fa Error handling on base 2018-06-07 18:41:02 -07:00
Lars Brubaker
91ff0d4a88 Improved selected object editor panel
issue: MatterHackers/MCCentral#3536
Consider if Object3D items should have coupling to MatterControl
2018-06-07 18:16:16 -07:00
Lars Brubaker
01eeff3544 Make sure tree view starts out with selection 2018-06-07 17:53:19 -07:00
Lars Brubaker
642345168e
Merge pull request #3391 from jlewin/design_tools
Ignore AfterSelect events during SelectionChanged
2018-06-07 17:20:30 -07:00
John Lewin
0cf5899dd1 Array operations should show source object only
- Issue MatterHackers/MCCentral#3531
2018-06-07 17:07:27 -07:00
John Lewin
4a78bf656c Simplify 2018-06-07 17:07:26 -07:00
John Lewin
92c04869a6 Defer child node construction/rebuild until draw, mark as dirty 2018-06-07 17:07:26 -07:00
John Lewin
025d44acba Simplify 2018-06-07 17:07:26 -07:00
John Lewin
ea36c2a100 Remove unused code 2018-06-07 17:07:26 -07:00
John Lewin
8b19d0c643 Ignore AfterSelect events during SelectionChanged
- Issue MatterHackers/MCCentral#3529
Scene spins indefinitely in rebuild loop
2018-06-07 17:07:26 -07:00
Lars Brubaker
e0e6a17cb6
Merge pull request #3390 from larsbrubaker/design_tools
Improving base object
2018-06-07 15:52:27 -07:00
Lars Brubaker
65ce95d755 Set properties on SmoothPath and clean
Clean the base polygons
2018-06-07 15:08:23 -07:00
Lars Brubaker
6b49e0cda8 Making linear extrude stay visible 2018-06-07 14:45:11 -07:00
Lars Brubaker
3150dc2c27 Improving base object
Took out object list attribute
Refactoring
2018-06-07 14:26:12 -07:00