Commit graph

10774 commits

Author SHA1 Message Date
Lars Brubaker
4270ec5520
Merge pull request #3402 from larsbrubaker/design_tools
Change start page to have panels
2018-06-11 11:31:48 -07:00
Lars Brubaker
a4d5e5e366 Change start page to have panels
issue: MatterHackers/MCCentral#3516
Revise start page
2018-06-11 10:18:42 -07:00
Lars Brubaker
6844af82e9
Merge pull request #3401 from larsbrubaker/design_tools
Made the clear cache code do something usefull again
2018-06-11 09:06:21 -07:00
LarsBrubaker
c44d820dbd Made the clear cache code do something usefull again
Removed dead code related to HTML widget
2018-06-10 15:38:17 -07:00
johnlewin
01f3b3bc45
Merge pull request #3400 from jlewin/design_tools
Revise padding assignment to prevent space between bottom edge and bar
2018-06-09 12:03:42 -07:00
John Lewin
4f69429eea Add and correct comments 2018-06-09 11:40:59 -07:00
John Lewin
2ee975d527 Revise padding assignment to prevent space between bottom edge and bar
- Issue MatterHackers/MCCentral#3572
Incorrect padding due to wrapper required for resize container
2018-06-09 11:38:35 -07:00
johnlewin
856f1db20f
Merge pull request #3398 from jlewin/design_tools
Revise PublicPropertyEditor in preparation for reuse
2018-06-09 11:05:14 -07:00
Lars Brubaker
9600032c9e
Merge branch 'design_tools' into design_tools 2018-06-09 10:58:37 -07:00
Lars Brubaker
3cef989a89
Merge pull request #3399 from larsbrubaker/design_tools
Made double click work again
2018-06-09 10:57:47 -07:00
LarsBrubaker
9ceb19e6c4 Made double clicke work again
issue: MatterHackers/MCCentral#3550
Double Clicking on Part is unresponsive
2018-06-09 10:47:41 -07:00
John Lewin
810d15e3dd Update tests 2018-06-09 10:39:43 -07:00
John Lewin
dbcaa1b1d3 Change signature 2018-06-09 10:29:27 -07:00
John Lewin
42065acf83 Remove unused View3DWidget parameter 2018-06-09 10:27:12 -07:00
Lars Brubaker
bac2100e60
Merge pull request #3397 from jlewin/design_tools
Remove unused original editors
2018-06-09 10:20:09 -07:00
John Lewin
5d3f6b9f89 Remove View3DWidget from IObject3DEditor
- Issue MatterHackers/MCCentral#3567
Remove IObject3DEditor coupling to View3DWidget
2018-06-09 10:13:19 -07:00
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