John Lewin
7e8f437add
Remove anonymous block
2018-04-15 17:56:37 -07:00
John Lewin
65582c827f
Rename file to match type
2018-04-15 17:55:12 -07:00
johnlewin
7257ac5494
Merge pull request #3192 from jlewin/design_tools
...
Move redeem operations into user menu
2018-04-15 15:18:39 -07:00
John Lewin
2688e1a0a8
Move redeem operations into user menu
...
- Issue MatterHackers/MCCentral#3104
Move Redeem operations into the User pulldown
2018-04-15 14:46:50 -07:00
John Lewin
507e04def6
Invert menu icon on dark themes
...
- Issue MatterHackers/MCCentral#3114
Overflown search icon is incorrect on dark themes
2018-04-15 14:14:01 -07:00
John Lewin
081fb1ce59
Ensure tool panels are disabled until scene item selection
...
- Issue MatterHackers/MCCentral#3128
On startup, without selection, model sidebar panels should be disabled
2018-04-15 13:54:15 -07:00
John Lewin
a399be8edc
Disable borders on child SettingsRows
...
- Issue MatterHackers/MCCentral#3143
Inconsistent SettingsRow borders
2018-04-15 13:45:10 -07:00
John Lewin
734933f13e
Set custom track color and corner radius
...
- Issue MatterHackers/MCCentral#3142
Consider reducing significance of tuning adjustment sliders
2018-04-15 13:32:31 -07:00
John Lewin
5c56df6be3
Add support for user specified SolidSlider.TrackRadius
...
- Add support for rounded corners on slider track
2018-04-15 13:21:55 -07:00
John Lewin
b05401bdfa
Revise help text to clarify behavior
...
- Issue MatterHackers/MCCentral#3138
2018-04-15 12:40:13 -07:00
John Lewin
3afbe818ae
Toggle Enabled rather than Visibility on focus changed
...
- Issue MatterHackers/MCCentral#3139
Movement controls keyboard icon disappears on lose focus
2018-04-15 12:21:29 -07:00
John Lewin
4618c46fc4
Remove MoveButton factory, use TextButton
2018-04-15 11:30:14 -07:00
John Lewin
89c9306186
Use OnClick instead of Click event
2018-04-15 11:30:13 -07:00
johnlewin
1b9fcd440b
Merge pull request #3191 from jlewin/design_tools
...
Fix Android compile error
2018-04-14 22:08:53 -07:00
John Lewin
5891f7f904
Fix Android compile error
2018-04-14 22:01:29 -07:00
johnlewin
ca80f14d59
Merge pull request #3190 from jlewin/design_tools
...
Remove unused subgroup heading implementation
2018-04-14 21:33:58 -07:00
John Lewin
06a30ef625
Move confusing button padding value back to commonOptions
2018-04-14 21:21:46 -07:00
John Lewin
9a9fb4c6a4
Revise DialogPage spacing
2018-04-14 21:13:59 -07:00
John Lewin
c13c6bbe7b
Move ApplyBoxStyle extension method into theme, use local theme refs
2018-04-14 21:13:59 -07:00
John Lewin
b1cc3fe5ac
Remove WizardButton factory
2018-04-14 21:13:59 -07:00
John Lewin
be71743435
Add scaling to TabButtonHeight and improve naming
2018-04-14 21:12:29 -07:00
John Lewin
e75963ce94
Add support for simple text radio buttons, remove micro button factories
...
- Duplicate and customize RadioIconButton into RadioTextButton
- Remove MicroButton and MicroButtonMenu factories
- Add CreateMicroRadioButton helper method to theme
- Convert extruder popup panels to use RadioTextButtons
- Convert Controls -> Extruder panel to use RadioTextButtons
2018-04-14 21:12:29 -07:00
John Lewin
56cc1a926f
Add support for pointSize override
...
- Required for micro buttons
2018-04-14 21:12:29 -07:00
John Lewin
2492467f44
Remove local implementation in favor of common extension method
2018-04-14 21:12:29 -07:00
John Lewin
a65ac330bc
Use popup theme, remove MenuButtonFactory
2018-04-14 21:12:29 -07:00
John Lewin
18147ea5a6
Collapse subgroup helper method into caller, fix first/last borders
...
- Issue MatterHackers/MCCentral#3127
Missing slice setting row borders after first/last row modifications
2018-04-14 21:12:28 -07:00
John Lewin
34fcf9e7f7
Move firstRow designation from subgroup to group
...
- Issue MatterHackers/MCCentral#3127
Missing slice setting row borders after first/last row modifications
2018-04-14 21:12:28 -07:00
John Lewin
40918afe82
Remove unused subgroup heading implementation
2018-04-14 21:12:28 -07:00
Lars Brubaker
c6b71e5890
Merge pull request #3189 from larsbrubaker/design_tools
...
Design tools
2018-04-14 15:45:31 -07:00
LarsBrubaker
d23a8d6502
Fixing compiler warning
2018-04-14 14:34:17 -07:00
Lars Brubaker
77e9f421cd
latest agg
2018-04-14 13:17:48 -07:00
Lars Brubaker
ed26be84aa
Merge remote-tracking branch 'origin/design_tools' into design_tools
2018-04-14 13:16:38 -07:00
Lars Brubaker
b7faf17269
Took out cura and slic3r mapping classes
...
improved fan settings
put in enable disable fan
2018-04-14 13:15:27 -07:00
johnlewin
9d97c2aec5
Merge pull request #3188 from jlewin/design_tools
...
Remove printer selected guard in export page, use plugin model
2018-04-13 19:57:56 -07:00
John Lewin
1878dfc458
Remove printer selected guard in export page, use plugin model
...
- Issue MatterHackers/MCCentral#3109
Can't export from library if no printer selected
2018-04-13 18:34:58 -07:00
johnlewin
a5a6627356
Merge pull request #3187 from jlewin/design_tools
...
Set user supplied name
2018-04-13 17:44:53 -07:00
John Lewin
fa2c839916
Add delay to workaround timing issue
...
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
2018-04-13 17:34:47 -07:00
John Lewin
14cc09b7cc
Use ICheckbox for toggle switch cast in tests
...
- Issue MatterHackers/MCCentral#3123
Investigate DualExtrusionShowsCorrectHotendData failure
2018-04-13 17:34:47 -07:00
John Lewin
11a68c1457
Prevent FileDialogs.OpenFileDialog from blocking test automation
...
- Use RunOnIdle as expected
- Issue MatterHackers/MCCentral#3121
Investigate DragTo3DViewAddsItem failure
2018-04-13 17:34:47 -07:00
John Lewin
ea88635352
Set user supplied name
...
- Issue MatterHackers/MCCentral#3118
Save As from Bed menu doesn't save file name
2018-04-13 17:34:47 -07:00
johnlewin
1c57ef7fc7
Merge pull request #3186 from larsbrubaker/design_tools
...
Show printing dialog on recovery
2018-04-13 17:34:23 -07:00
Lars Brubaker
191d9029f2
Show printing dialog on recovery
2018-04-13 16:16:51 -07:00
johnlewin
635bdf9c57
Merge pull request #3185 from jlewin/design_tools
...
Remove hard-coded color, fall back to theme version in constructor
2018-04-13 14:51:51 -07:00
John Lewin
07d9cd1a91
Remove coupling to Checkbox, build key outside loop for clarity
...
- Issue MatterHackers/MCCentral#3119
Network printing toggle switch has no effect
- Issue MatterHackers/MCCentral#3120
Enabling Network Printing fails to set driver_type to tcpip
2018-04-13 12:38:40 -07:00
John Lewin
e7bf28d770
Simplify
2018-04-13 12:33:16 -07:00
John Lewin
1eb125eb97
Remove dead code
2018-04-13 12:33:15 -07:00
John Lewin
e2f5ac1d6a
Improve TagContainer overlay opacity on light themes
2018-04-13 12:33:15 -07:00
John Lewin
64eb8b3a0c
Reduce spacing
2018-04-13 12:33:15 -07:00
John Lewin
6d2e9a0883
Use native borders
2018-04-13 12:33:15 -07:00
John Lewin
8a35b89501
Remove bottom margins
2018-04-13 12:33:15 -07:00