Commit graph

8049 commits

Author SHA1 Message Date
John Lewin
6c21f79ef6 Revise control names 2017-10-22 20:09:40 -07:00
John Lewin
e195d0154c Combine GCode details/Speeds legend controls. Create Section widget 2017-10-22 20:09:40 -07:00
John Lewin
39ce8875ad Allow font overrides in GCodeDetailsView, adjust margins 2017-10-22 20:09:39 -07:00
John Lewin
13f2e5b2a6 Simplify ColorGradientWidget, move color swatch owner, override fonts 2017-10-22 20:09:39 -07:00
John Lewin
80962ef369 Use Text property for ExpandCheckboxButton 2017-10-22 20:09:39 -07:00
John Lewin
67ebdf6729 Move specifics to caller 2017-10-22 20:09:38 -07:00
johnlewin
14cfc6c287 Merge pull request #2585 from jlewin/design_tools
Extract layer slider components to custom control
2017-10-22 20:09:00 -07:00
John Lewin
06a0684a93 Extract layer slider components to custom control
- Much easier to center layer counts to vertical slider
- Fix incorrect layer positions
- Abstract details from main control, expose only minimal complexity
- Issue MatterHackers/MCCentral#2114
Only 3 of 4 layers shown, no change between layers 1 and 2
2017-10-21 20:23:34 -07:00
John Lewin
0a978814f2 Use null conditional for events, inline return value 2017-10-21 20:23:34 -07:00
John Lewin
18467eab7a Unregister Scene_SelectionChanged on close
- Issue MatterHackers/MCCentral#2113
Null reference error after changing theme colors
2017-10-21 20:23:33 -07:00
johnlewin
6259eff6a0 Merge pull request #2584 from jlewin/design_tools
Render non-visible meshes while Inspecting
2017-10-21 20:22:37 -07:00
John Lewin
f86491f962 Add missing changes 2017-10-21 16:09:39 -07:00
John Lewin
cc0415f3ae Render non-visible meshes while Inspecting 2017-10-21 12:30:18 -07:00
Lars Brubaker
165b1183a8 Merge pull request #2583 from larsbrubaker/design_tools
Put in a quck printing status control
2017-10-21 12:15:44 -07:00
Lars Brubaker
b38f7a17b5 Put in a quck printing status control 2017-10-21 12:05:44 -07:00
Lars Brubaker
0e63aa7284 Merge pull request #2582 from jlewin/design_tools
Remove redundant filter, force enumeration before modification
2017-10-21 11:10:24 -07:00
John Lewin
a4e1dc17f2 Remove redundant filter, force enumeration before modification 2017-10-21 11:04:20 -07:00
johnlewin
cb9e8e3565 Merge pull request #2581 from jlewin/design_tools
Use TextObject.Spacing property
2017-10-21 11:02:58 -07:00
John Lewin
6ef883f046 Use TextObject.Spacing property
- Reduce accessibility of spacingScrollBar
- Ensure scrollbars resize with editor and start with correct bounds
- Issue MatterHackers/MCCentral#2110
TextBuilder Spacing settings do not round trip, are lost on close
2017-10-21 10:48:01 -07:00
johnlewin
cc49f234c5 Merge pull request #2580 from jlewin/lars_design_tools
Cleaned up text object
2017-10-21 10:15:23 -07:00
Lars Brubaker
11e6797252 Cleaned up text object
removed underline
made spacing correct
put back in spacing slider
2017-10-21 10:04:25 -07:00
johnlewin
6e3732e0ed Merge pull request #2579 from jlewin/design_tools
Improve Inspector, switch back to VisibleMeshes
2017-10-21 10:03:46 -07:00
John Lewin
83c657c9c6 Revert back to VisibleMeshes 2017-10-21 09:33:36 -07:00
John Lewin
ec8c3cb7c7 Reduce use of Modify 2017-10-21 09:31:17 -07:00
John Lewin
fc82a505ed Fix spacing issue with Connect/Disconnect buttons 2017-10-21 09:18:43 -07:00
John Lewin
9e95230960 Fix non-functional F1 key after load 2017-10-21 09:13:00 -07:00
John Lewin
1d1c6e5713 Remove mouse listening due to unreliable Agg mouseup event 2017-10-21 09:11:55 -07:00
John Lewin
b89c2e289b Apply scene selection on Inspector startup 2017-10-21 08:59:20 -07:00
John Lewin
383d45e44d Remove Inspector name overrides from tree and widget nodes 2017-10-21 08:57:21 -07:00
John Lewin
6836abebf3 Add inspection rendering for scene graph 2017-10-21 08:56:08 -07:00
Lars Brubaker
daa4d5c53a Merge pull request #2577 from larsbrubaker/design_tools
Make the color selector working
2017-10-20 21:06:09 -07:00
Lars Brubaker
c57e808de2 Make the color selector working
Working on difference group
2017-10-20 18:10:21 -07:00
Lars Brubaker
f7363e889d Merge pull request #2576 from larsbrubaker/design_tools
Android building
2017-10-20 17:38:40 -07:00
Lars Brubaker
c0f659b537 Android building 2017-10-20 17:33:00 -07:00
Lars Brubaker
0d907b1f27 Merge pull request #2575 from larsbrubaker/design_tools
Moved action to individual files
2017-10-20 17:31:08 -07:00
Lars Brubaker
0e168007ac Moved action to individual files 2017-10-20 17:24:43 -07:00
Lars Brubaker
b720375655 Merge pull request #2574 from jlewin/design_tools
Improve SelectedObjectPanel visibility/positioning, try toolbar buttons
2017-10-20 10:02:43 -07:00
John Lewin
c831eb6484 Improve SelectedObjectPanel visibility/positioning, try toolbar buttons 2017-10-20 07:26:33 -07:00
johnlewin
0944a4243c Merge pull request #2573 from jlewin/design_tools
Ensure ThumbnailGenerator is always shutdown on Close
2017-10-20 06:31:35 -07:00
John Lewin
833e7aaceb Convert field to property 2017-10-20 06:12:19 -07:00
John Lewin
9bbf09113d Ensure ThumbnailGenerator is always shutdown on Close 2017-10-20 06:12:18 -07:00
johnlewin
bef531d7fc Merge pull request #2572 from jlewin/design_tools
Fix Paint Material, make ResizeContainer reusable and wrap SelectedObjectEditor
2017-10-20 06:11:57 -07:00
John Lewin
95ae67b32f Resolve list predicates before executing operations
- Issue MatterHackers/MCCentral#2104
Paint material removes all characters, only intersect with first
2017-10-19 15:32:48 -07:00
John Lewin
12d4fb66a4 Host SelectedObjectPanel in ResizeContainer 2017-10-19 15:32:48 -07:00
John Lewin
179d40ee1d Extract embedded type to new file 2017-10-19 15:32:48 -07:00
John Lewin
e8e8cc8ccf Remove ResizeContainer coupling to DockingTabControl 2017-10-19 11:22:19 -07:00
John Lewin
e07d4c73dc Remove SliceSettingsMissingWidget 2017-10-19 10:50:40 -07:00
johnlewin
00de58b9b3 Merge pull request #2571 from jlewin/design_tools
Consider left aligned selected object panel with full View3D toolbar
2017-10-19 10:26:00 -07:00
John Lewin
5c62fd4761 Alt View3D layout 2017-10-19 09:04:36 -07:00
John Lewin
ac41480e41 Remove ViewControlsBase 2017-10-19 09:04:11 -07:00