Commit graph

10535 commits

Author SHA1 Message Date
Lars Brubaker
ca438aba4b The Curve tool can rebuild when its children change
Adding Rebuliding and Rebuild to IObject3D
2018-05-22 14:13:52 -07:00
johnlewin
410c95d613
Merge pull request #3341 from jlewin/design_tools
Unify tree styling with existing
2018-05-22 13:49:55 -07:00
John Lewin
9c9462001c Revise accessibility of LoadGCodeContent 2018-05-22 13:41:16 -07:00
John Lewin
2602fef4c7 Host editor panel in BottomResizeContainer
- Issue MatterHackers/MCCentral#3424
2018-05-22 13:40:13 -07:00
John Lewin
7c29214d20 Remove dedicated title edit row, merge with Editor SectionWidget 2018-05-22 13:28:42 -07:00
John Lewin
2e1ac70f68 Unify tree styling with existing 2018-05-22 13:14:23 -07:00
johnlewin
f35ffb1da4
Merge pull request #3340 from jlewin/design_tools
Move TreeView above edit panel
2018-05-22 13:00:14 -07:00
John Lewin
10100b3be1 Move TreeView above edit panel
- Issue MatterHackers/MCCentral#3427
2018-05-22 12:51:04 -07:00
John Lewin
22d55912e0 Revert to pre-tree selection panel (9678fe756) 2018-05-22 07:42:35 -07:00
John Lewin
35a61f7564 Extract lambda to named delegate 2018-05-22 07:26:22 -07:00
John Lewin
78f98997b9 Fix typo 2018-05-22 07:21:11 -07:00
johnlewin
84c2f7b803
Merge pull request #3339 from jlewin/design_tools
Never start inspector on Scene tab
2018-05-22 07:19:18 -07:00
John Lewin
d0e490fe41 Add theme dependency to TreeView, use theme for selection color 2018-05-22 07:00:00 -07:00
John Lewin
e3c1c4b61e Use F12 to inspect 2018-05-22 06:21:35 -07:00
John Lewin
e6c0fe5e6b Never start inspector on Scene tab 2018-05-22 05:54:38 -07:00
John Lewin
4840c00531 Remove border values 2018-05-21 17:51:42 -07:00
johnlewin
5167a8bee5
Merge pull request #3338 from jlewin/design_tools
Move OnLoad to base type
2018-05-21 17:45:22 -07:00
John Lewin
cbd16b1930 Latest agg-sharp 2018-05-21 17:39:47 -07:00
John Lewin
ed4898cdf6 Organize usings 2018-05-21 17:39:19 -07:00
John Lewin
5e7fecb6d5 Revise touchscreen variation for clarity 2018-05-21 16:43:13 -07:00
John Lewin
ee30939dde Demand dependency in constructor 2018-05-21 16:42:40 -07:00
John Lewin
9a2afeecf6 Requeue raytracing if off-screen when dequeued
- Issue MatterHackers/MCCentral#3412
Add ability to re-try thumbnail generation after canceling due to
not-visible on screen
2018-05-21 14:46:22 -07:00
John Lewin
86abcaaf3a Remove indirection, assume defaults set correctly from provider 2018-05-21 14:46:22 -07:00
John Lewin
f1614ba82d Remove specialized case for MeshContentProvider 2018-05-21 14:46:22 -07:00
John Lewin
f5cf6c48eb Revise IContentProvider.GetThumbnail signature 2018-05-21 14:46:22 -07:00
John Lewin
732186a512 Render raytraced images at requested size 2018-05-21 14:46:22 -07:00
John Lewin
e934bb40ff Move OnLoad to base type 2018-05-21 14:46:22 -07:00
johnlewin
2860f4097e
Merge pull request #3337 from larsbrubaker/design_tools
Made a bottom resize container
2018-05-21 14:45:27 -07:00
Lars Brubaker
c75fe6eee6 Set minimum size. 2018-05-21 14:32:11 -07:00
Lars Brubaker
c2bfefbde6 Made a bottom resize container 2018-05-21 14:15:22 -07:00
johnlewin
4ef4ac7a9d
Merge pull request #3336 from larsbrubaker/design_tools
Design tools
2018-05-21 13:44:22 -07:00
Lars Brubaker
1936b69cc8 Put TreeView into MatterContrlol 2018-05-21 13:30:06 -07:00
LarsBrubaker
0489641c9c New TreeNode type for TopNode 2018-05-20 19:08:14 -07:00
Lars Brubaker
f061559b4d
Merge pull request #3334 from larsbrubaker/design_tools
Fixed a bug with selection becoming null during an operation
2018-05-18 18:20:53 -07:00
Lars Brubaker
0e96303b90 Fixed a bug with selection becoming null during an operation
Writing some test code for Gl BufferObject
2018-05-18 16:58:49 -07:00
johnlewin
eb33cc3f64
Merge pull request #3333 from larsbrubaker/design_tools
Put icon is the tree view
2018-05-18 12:57:13 -07:00
Lars Brubaker
030b97a558 Put icon is the tree view 2018-05-18 12:02:02 -07:00
Lars Brubaker
28b6b3f011
Merge pull request #3332 from larsbrubaker/design_tools
Getting the tree view to show selection content
2018-05-18 11:04:43 -07:00
Lars Brubaker
2e899172e0 Getting the tree view to show selection content 2018-05-18 10:18:56 -07:00
johnlewin
01790d8fe3
Merge pull request #3331 from jlewin/design_tools
Ignore right & middle click
2018-05-18 09:08:20 -07:00
John Lewin
dcce521db4 Add material design add/import icons 2018-05-17 20:04:50 -07:00
John Lewin
555af7fe47 Use correct cursor for single click actions 2018-05-17 20:04:50 -07:00
John Lewin
867abcf448 Ignore right & middle click 2018-05-17 20:04:50 -07:00
johnlewin
c8ab20e4e5
Merge pull request #3330 from jlewin/design_tools
Make Skirt the first group under Adhesion
2018-05-17 20:03:48 -07:00
John Lewin
a58089f71a Add prototype for SliceSetting section enable/disable
- Issue MatterHackers/MCCentral#3398
Consider promoting section toggle fields to section header/toolbars
2018-05-17 18:26:46 -07:00
John Lewin
f38d23d6e1 Make Skirt the first group under Adhesion 2018-05-17 18:26:46 -07:00
johnlewin
01dc88ab41
Merge pull request #3329 from jlewin/design_tools
Add fit icon
2018-05-17 18:22:47 -07:00
John Lewin
5dbff603a4 Add and tune custom padding for main tab bar 2018-05-17 17:12:12 -07:00
John Lewin
e2af62741f Reduce contrast of headline widget 2018-05-17 17:00:19 -07:00
John Lewin
09ef65bc9d Add fit icon 2018-05-17 16:01:26 -07:00