Commit graph

8773 commits

Author SHA1 Message Date
John Lewin
8804646716 SliceSettingRow should allow caller to specify text color
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:13:16 -08:00
John Lewin
85981f5108 ToggleSwitch factory should allow caller to specify text/border color
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:11:34 -08:00
John Lewin
2f42ee11b1 UIFields should allow caller to specify text color
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:10:37 -08:00
John Lewin
1c0138d7c1 SimpleButton should allow caller to specify text color
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:07:34 -08:00
John Lewin
817fe3e105 DropDownList should allow caller to specify text color
- Issue MatterHackers/MCCentral#2514
Adjust print popup menu for forced white background
2017-12-29 09:06:37 -08:00
johnlewin
9ad811042c
Merge pull request #2819 from jlewin/design_tools
Revise zip file drag-drop
2017-12-28 17:53:05 -08:00
John Lewin
9df9815bfb Allow loading of zip streams via GetContentStream
- Issue MatterHackers/MCCentral#2420
DragDrop zip onto bed suggests it works but does not
2017-12-28 17:46:01 -08:00
John Lewin
cfaa97dd30 Remove hard-coded IsProtected flag on LibraryContainer
- Default FileSystemContainers to IsProtected = false
- Issue MatterHackers/MCCentral#2420
DragDrop zip onto bed suggests it works but does not
2017-12-28 17:45:30 -08:00
John Lewin
05b89209a3 Refine library AcceptDrop validation
- Allows zip file drop in library
- Issue MatterHackers/MCCentral#2420
DragDrop zip onto bed suggests it works but does not
2017-12-28 17:44:01 -08:00
John Lewin
50f067a632 Remove redundant drag-drop validation 2017-12-28 17:42:56 -08:00
John Lewin
77748c16de Remove zip file from design/printable lists
- Ensures drop on scene is not allowed
- Issue MatterHackers/MCCentral#2420
DragDrop zip onto bed suggests it works but does not
2017-12-28 17:42:21 -08:00
John Lewin
fb092a6334 Inline local variable 2017-12-28 16:45:34 -08:00
johnlewin
e549964e8a
Merge pull request #2818 from jlewin/design_tools
Fix collapsed controls
2017-12-28 13:45:18 -08:00
John Lewin
f436366774 Drop arrow should be disabled color
- Issue MatterHackers/MCCentral#2523
Disabled controls should use disabled color for drop icon
2017-12-28 13:23:50 -08:00
John Lewin
ee773e50a3 Move toolbar spacing into base
- Issue MatterHackers/MCCentral#2522
Incorrect toolbar spacing after recent layout engine changes
2017-12-28 12:51:47 -08:00
John Lewin
b569b070ef Fix collapsed controls
- Issue MatterHackers/MCCentral#2521
Control glitches potentially related to layout engine revisions
2017-12-28 12:41:20 -08:00
johnlewin
733574e170
Merge pull request #2817 from jlewin/design_tools
Update automation tests to account for printer settings changes
2017-12-28 09:20:33 -08:00
John Lewin
c5ea8bb3c0 Update automation tests to account for printer settings changes 2017-12-28 09:02:44 -08:00
johnlewin
ab06c792c3
Merge pull request #2816 from jlewin/design_tools
Revert breaking change
2017-12-27 22:53:37 -08:00
John Lewin
f38057e161 Revert breaking change 2017-12-27 22:47:13 -08:00
johnlewin
8e68798640
Merge pull request #2815 from jlewin/design_tools
Add drop arrows, move printer settings
2017-12-27 18:04:50 -08:00
John Lewin
673350da51 Latest agg-sharp 2017-12-27 17:59:45 -08:00
John Lewin
1a77262b58 Revert unexpected change 2017-12-27 17:49:44 -08:00
John Lewin
f1ea9113e8 Configure -> Printer prototype
- Issue MatterHackers/MCCentral#2408
Migrate SliceSettings -> Printer to Printer -> Setup
2017-12-27 17:46:52 -08:00
John Lewin
eb96abf727 Add drop arrows on popup menus
- Issue MatterHackers/MCCentral#2515
Add drop arrows to controls that show popups
2017-12-27 17:35:23 -08:00
John Lewin
0ce2180321 Extract settings group creation to new helper method 2017-12-27 17:35:23 -08:00
John Lewin
f823aeb151 Simplify name 2017-12-27 17:35:22 -08:00
John Lewin
20ddc1b04b Remove SliceSettingListControl
- Issue MatterHackers/MCCentral#2511
2017-12-27 17:35:22 -08:00
John Lewin
6f7c5c32b1 Consolidate layout assignments into one area 2017-12-27 17:35:22 -08:00
John Lewin
0c3f3a94b1 Remove needToAddSubGroup bool, use presence of content as indicator 2017-12-27 17:35:22 -08:00
John Lewin
6c5d3bda14 Extract subgroup creation to helper 2017-12-27 17:35:22 -08:00
John Lewin
36f83201e9 Consolidate to single localize call, localize "Close" string 2017-12-27 17:35:21 -08:00
John Lewin
5e7e8cf502 Adjust rendering to center on Z
- Issue MatterHackers/MCCentral#2115
Layer lines render half a nozzle higher than expected
2017-12-27 17:35:21 -08:00
John Lewin
0e26d59d78 Always open into Start Page
- Issue MatterHackers/MCCentral#2505
2017-12-27 17:35:21 -08:00
John Lewin
496b0940db IsLoading should be true until initialization is complete 2017-12-27 17:35:21 -08:00
John Lewin
732e633ed9 Add drop arrows on popup menus
- Issue MatterHackers/MCCentral#2515
Add drop arrows to controls that show popups
2017-12-27 17:35:20 -08:00
John Lewin
d7a9c1f12e Only process Intersect once
- Issue MatterHackers/MCCentral#2506
Fix Intersect operation
2017-12-27 16:32:00 -08:00
John Lewin
667266c0a8 Fix whitespace 2017-12-27 16:32:00 -08:00
johnlewin
2701fefcb3
Merge pull request #2814 from larsbrubaker/design_tools
Put back in the scale control
2017-12-27 16:31:42 -08:00
Lars Brubaker
9974e4e901 Put back in the scale control 2017-12-27 16:23:09 -08:00
Lars Brubaker
148d948595
Merge pull request #2813 from larsbrubaker/design_tools
Fixing layout bug
2017-12-27 16:21:00 -08:00
Lars Brubaker
64be6047c4 Fixing layout bug 2017-12-27 10:14:21 -08:00
Lars Brubaker
282a86ba1a
Merge pull request #2811 from larsbrubaker/design_tools
Make sure there are lines in z control before we try and draw it
2017-12-26 21:10:20 -08:00
LarsBrubaker
b53ac3f8ce Make sure we have a good selected item 2017-12-26 21:05:39 -08:00
LarsBrubaker
bfa585c084 Make sure there are lines in z control before we try and draw it 2017-12-26 21:05:39 -08:00
Lars Brubaker
727f071e35
Merge pull request #2810 from jlewin/design_tools
Only process Intersect if mesh is null
2017-12-26 20:31:59 -08:00
John Lewin
cfd9e319b8 Only process Intersect if mesh is null
- Issue MatterHackers/MCCentral#2506
Fix Intersect operation
2017-12-26 17:49:15 -08:00
johnlewin
1acf61496f
Merge pull request #2809 from larsbrubaker/design_tools
Made mirror work for groups
2017-12-26 17:48:45 -08:00
Lars Brubaker
835460a18a Made mirror work for groups
Removed AMF Export
2017-12-26 17:14:04 -08:00
johnlewin
ccb8267740
Merge pull request #2808 from jlewin/design_tools
Restore expected control name
2017-12-26 17:05:16 -08:00