Lars Brubaker
|
96982e5f8a
|
revert WrappedTextWidget to TextWidget
issue: MatterHackers/MCCentral#3865
Macro text should be in WrappedText widget
|
2018-07-18 16:13:13 -07:00 |
|
Lars Brubaker
|
b941184509
|
Show the accurate time for load and unload filament
increase loading filament grab time to 5 mins
make text wrap on dialog page if too long
issue: MatterHackers/MCCentral#3868
Filament loading timed out (90 seconds)
issue: MatterHackers/MCCentral#3644
Load Filament Wizard: Loading time remaining is not accurate
issue: MatterHackers/MCCentral#3867
wizard Text Wrapping
|
2018-07-16 18:50:47 -07:00 |
|
John Lewin
|
f153ba1854
|
Right align DiaglogPage action buttons
- Issue MatterHackers/MCCentral#3864
Right align all dialog action buttons
|
2018-07-16 16:58:49 -07:00 |
|
John Lewin
|
249f562509
|
Fix unhit ifdefs
|
2018-07-12 17:16:52 -07:00 |
|
John Lewin
|
bbabf95c93
|
Improve DI, use constructor injection
|
2018-07-12 09:33:15 -07:00 |
|
John Lewin
|
30b04f6f19
|
Remove button factories
|
2018-07-11 15:32:03 -07:00 |
|
John Lewin
|
bf70bb0809
|
Remove WhiteButtonFactory
|
2018-07-11 15:08:07 -07:00 |
|
John Lewin
|
ad73662b65
|
Remove LinkButtonFactory
|
2018-07-11 09:27:12 -07:00 |
|
John Lewin
|
e7e0ec88e1
|
Add automatic header and edit button for HelpArticle pages
- Revise bullet and various container spacing
|
2018-07-09 23:29:34 -07:00 |
|
John Lewin
|
80a0b35039
|
Skip Markdown widgets on Android
|
2018-07-09 18:32:08 -07:00 |
|
John Lewin
|
f13e0ebf29
|
Revise Help/Markdown page spacing, add support for internal links
- Issue MatterHackers/MCCentral#3729
Add Markdown internal link support
|
2018-07-09 18:08:15 -07:00 |
|
John Lewin
|
9130adc178
|
Set non-leaf node path if applicable
|
2018-07-09 18:08:15 -07:00 |
|
John Lewin
|
2c673829ab
|
Remove excess spacing around Markdown widget
|
2018-07-09 17:05:10 -07:00 |
|
Lars Brubaker
|
4e817289dc
|
Make sure markdown line breaks do a line break
Remove warning on Load redefine
|
2018-07-09 13:59:52 -07:00 |
|
John Lewin
|
dd77a1d81b
|
Sort help by has children, then name
|
2018-07-05 11:16:24 -07:00 |
|
John Lewin
|
31a6bdc36e
|
Revise help, rename type to match behavior
|
2018-07-05 11:04:30 -07:00 |
|
Lars Brubaker
|
338d73082a
|
Set Whats New when asked
|
2018-06-28 14:41:43 -07:00 |
|
John Lewin
|
67616022ac
|
Fix build break
|
2018-06-27 22:04:15 -07:00 |
|
John Lewin
|
2a166d13c6
|
Revise help system to use GitHub Pages
|
2018-06-27 19:36:09 -07:00 |
|
John Lewin
|
71b9234b93
|
Extract MarkdownDocument functionality from MarkdownWidget
|
2018-06-27 18:31:35 -07:00 |
|
John Lewin
|
6f6f5f962f
|
Remove unused fields
|
2018-06-27 17:54:38 -07:00 |
|
Lars Brubaker
|
305860d58e
|
Make android build
|
2018-06-25 18:11:08 -07:00 |
|
John Lewin
|
77fa60dac0
|
Add Primary action highlighting to all DialogPage instances
- Add mechanism to opt out
- MatterHackers/MCCentral#3738
Enable primary action styling on dialogs
|
2018-06-24 17:21:18 -07:00 |
|
LarsBrubaker
|
1f3b910615
|
Making markdown widget jump around less
|
2018-06-24 09:47:39 -07:00 |
|
Lars Brubaker
|
0afddd0531
|
Made help system use markdown
Made a markdown widget to reuse in help system
refactoring wpf to agg
|
2018-06-22 18:59:50 -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 |
|
John Lewin
|
88d913ec74
|
Revise DialogWindow top padding
|
2018-06-18 16:41:09 -07:00 |
|
John Lewin
|
cf094c4fb8
|
Add overflow menu to header, move non-primary actions to overflow menu
|
2018-06-18 16:41:09 -07:00 |
|
John Lewin
|
cf1ec25f9e
|
Migrate SlicePresetsWindow to DialogPage
- Issue MatterHackers/MCCentral#3639
Use DialogPage for consistent styling and behavior
|
2018-06-17 12:22:33 -07:00 |
|
John Lewin
|
1f97ed29a9
|
Localize mouse terms
- Issue MatterHackers/MCCentral#3559
|
2018-06-12 12:33:35 -07:00 |
|
LarsBrubaker
|
c44d820dbd
|
Made the clear cache code do something usefull again
Removed dead code related to HTML widget
|
2018-06-10 15:38:17 -07:00 |
|
John Lewin
|
80e48211e0
|
Remove string interpolation from localized strings
- Issue MatterHackers/MCCentral#3549
String interpolation in localized strings shouldn't work at runtime
|
2018-06-08 14:16:07 -07:00 |
|
John Lewin
|
f727fb2dc7
|
Add support for text only TreeNodes
- Issue MatterHackers/MCCentral#3520
|
2018-06-06 09:07:23 -07:00 |
|
John Lewin
|
19fb79769a
|
Add support for opening to Help -> TargetGuideID
- Issue MatterHackers/MCCentral#3515
Support linking to tree nodes in help (use this for "What's new"
link on initial run
|
2018-06-05 17:54:41 -07:00 |
|
John Lewin
|
6e6c91e7d7
|
Remove wrapping container, remove padding
|
2018-06-05 17:54:41 -07:00 |
|
John Lewin
|
92b1310421
|
Use theme colors
- Issue MatterHackers/MCCentral#3512
|
2018-06-05 16:06:08 -07:00 |
|
John Lewin
|
6bc8dc9c16
|
Inline 'Success' method
|
2018-06-05 16:06:08 -07:00 |
|
John Lewin
|
a94523e6d5
|
Simplify to if statement, use multiline format
|
2018-06-05 16:06:08 -07:00 |
|
John Lewin
|
0999f609c3
|
Rename type to match file/behavior
|
2018-06-05 16:06:07 -07:00 |
|
John Lewin
|
00ca673794
|
Use specific printer instance rather than global static
|
2018-06-05 16:06:07 -07:00 |
|
John Lewin
|
5544e61f7b
|
Merge settings before adding to preset layers
- Issue MatterHackers/MCCentral#3499
When I override Maximum Fan Speed, it does not appear in View
Just My Settings
|
2018-06-05 16:06:07 -07:00 |
|
John Lewin
|
bf05be9f47
|
Inline method
|
2018-06-05 16:06:07 -07:00 |
|
John Lewin
|
3c6cb784a6
|
Reduce scope
|
2018-06-05 16:06:07 -07:00 |
|
Lars Brubaker
|
de6dd746fd
|
F1 help message
Took out auto show what's new
|
2018-06-05 12:22:26 -07:00 |
|
John Lewin
|
73d4562ca7
|
Soften image rect - use minimal shade rather than high contrast border
|
2018-06-05 09:21:47 -07:00 |
|
John Lewin
|
717ab3ca25
|
Revise coloring on help page
|
2018-06-05 09:19:43 -07:00 |
|
John Lewin
|
ea4d017d78
|
Make type name singular
|
2018-06-05 09:02:35 -07:00 |
|
John Lewin
|
2352bc7bf6
|
Remove What's New tab
|
2018-06-05 09:01:13 -07:00 |
|
John Lewin
|
c849cff863
|
Use TreeView for Help -> Guides
- Issue MatterHackers/MCCentral#3507
Put tree view into help page
|
2018-06-05 08:59:59 -07:00 |
|