Commit graph

762 commits

Author SHA1 Message Date
LarsBrubaker
57448477ac Making sure inital e controls have - in retract
issue: MatterHackers/MatterControl#3571
retraction issue
2018-07-28 18:09:54 -07:00
John Lewin
9b50499b12 Reduce slider contrast, match buttons
- Issue MatterHackers/MCCentral#3866
2018-07-16 16:58:49 -07:00
John Lewin
2d2e15d1a4 Disable X/Y JogControls while printing
- Issue MatterHackers/MCCentral#3811
JogControls X/Y should be disable while printing
2018-07-16 16:58:48 -07:00
John Lewin
685541523b Spelling 2018-07-12 22:49:39 -07:00
John Lewin
bbabf95c93 Improve DI, use constructor injection 2018-07-12 09:33:15 -07:00
John Lewin
1c4a12fd84 Change button label from 'Save & Continue' to 'Next'
- Wizard like windows should use 'Next' to advance
2018-07-11 13:40:39 -07:00
John Lewin
14a144f71a Use original link colors 2018-07-11 12:58:02 -07:00
John Lewin
ad73662b65 Remove LinkButtonFactory 2018-07-11 09:27:12 -07:00
John Lewin
6a99f16d6e Remove dead code 2018-07-10 22:20:44 -07:00
John Lewin
431d069492 Remove DisableablePanel, DisableableWidget, use Enable property
- Issue MatterHackers/MCCentral#3799
Extrude operations available during print
2018-06-29 12:29:58 -07:00
John Lewin
d8ec99b0bc Migrate EditManualMovementSpeedsWindow -> DialogPage
- Simplify naming
- MatterHackers/MCCentral#3752
Migrate to DialogPage
2018-06-25 11:37:10 -07:00
John Lewin
f3e3c0ef7e Migrate from ButtonFactory to TextButton 2018-06-25 09:28:36 -07:00
John Lewin
5c4cc076f4 Use dialog button type, concise RunOnIdle format 2018-06-25 08:33:39 -07:00
LarsBrubaker
f1624cf2a3 Reducing number of layouts
Putting in more code to track layouts

// changes to reload all with settings up
// start (Layout Calls)
19182

// making more code do LayoutLock()
19016
19014
17988
// LayoutEngineSimpleAlign line 202
// only layout parent and child once
17911
17195
2018-06-24 08:54:44 -07:00
John Lewin
be93c86733 Fix Android 2018-06-19 15:15:25 -07:00
John Lewin
7a243ce407 Rename WizardWindow to DialogWindow 2018-06-19 15:02:25 -07:00
Lars Brubaker
cf7de67307 Make movement keys not move bed
issue: MatterHackers/MCCentral#3599
Arrow keys move printer and 3D view window
2018-06-12 10:19:09 -07:00
John Lewin
dd1b0aaa14 Rename files to match types 2018-05-23 19:16:08 -07:00
John Lewin
bc9d05b6e4 Rename LevelingWizardContext -> LevelingWizard, consolidate types
- Merge temporary LevelingWizardX into LevelingWizard
2018-05-23 19:12:46 -07:00
John Lewin
e72f18d474 Migrate LevelingWizard to DialogPage 2018-05-23 17:54:31 -07:00
John Lewin
fe1fa15ac6 Simplify, use TextButton 2018-05-17 12:42:36 -07:00
Lars Brubaker
fbd4f9e219 Improved GlyphTranslator
Added true type fonts
Refactored VertexStorage data types
Shortened FlagsAndComamand enum names
2018-05-15 15:06:40 -07:00
John Lewin
7018f78237 Remove non-theme aware Enabled code, use native Enabled behavior 2018-05-14 12:09:56 -07:00
John Lewin
e9cc60b81c Simplify 2018-05-14 12:09:56 -07:00
Lars Brubaker
82ff8b5d64 Make sure we are on move 10 when the control is set at startup
Removing dead code
2018-04-26 15:51:40 -07:00
John Lewin
db9e000f65 Add tool tip text to leveling and probe calibration buttons
- Issue MatterHackers/MCCentral#3207
2018-04-23 17:25:01 -07:00
John Lewin
48b7a85de6 Invoke Click rather than changing Checked to ensure event fires
- Issue MatterHackers/MCCentral#3171
Something got messed up with baby stepping on this print
2018-04-19 13:27:40 -07:00
Lars Brubaker
c63173f199 Moving all user settings test strings into UserSettingsKey
prototyping user tips system
2018-04-18 14:38:21 -07:00
Lars Brubaker
9279c1fb5e Setting ToolTipText = ToolTipText = "Home X, Y, Z" set the child and the parent 2018-04-18 12:03:12 -07:00
John Lewin
267f683e9c Consolidate differing widget colors into single shared instance
- Issue MatterHackers/MCCentral#3150
Indicator colors differ
2018-04-16 20:31:46 -07:00
John Lewin
515418a8a9 Remove dead code 2018-04-15 18:00:02 -07:00
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
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
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
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
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
37a0b64b02 Use dedicated theme for menus, prefer theme colors over explicit refs
- Revise icon loader to take an Invert bool instead of custom enum
- Remove icon loader static ref to ActiveTheme.Instance
- Pass contextual theme.InvertIcons for theme specific invert behavior
2018-04-12 13:17:17 -07:00
Lars Brubaker
435f5c0d80 Make move buttons update speeds when changed 2018-04-12 11:28:22 -07:00
John Lewin
bd3db106b0 Prefer local reference to static 2018-04-07 22:53:34 -07:00
John Lewin
b7d0332898 Convert AdjustmentControls to use SettingsRow 2018-04-06 17:36:16 -07:00
John Lewin
1728ef6a1f Convert to use SettingsRow 2018-04-06 16:57:47 -07:00
John Lewin
8dfeeac3cd Finish switch to new toggle controls
- Issue MatterHackers/MCCentral#3043
Remove current ToggleSwitch factory to resolve differing types
2018-04-06 13:26:17 -07:00
Lars Brubaker
34970a6462 Refactoring leveling system 2018-04-04 14:58:19 -07:00
Lars Brubaker
329aa70981 Putting leveling buttons back on main page
Getting better leveling triangles
2018-04-04 14:58:18 -07:00