Commit graph

295 commits

Author SHA1 Message Date
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
Lars Brubaker
9f3e9dde01 Fixing reverse meshes
issue: MatterHackers/MCCentral#3505
Mirror generating bad back faces
2018-06-04 15:04:15 -07:00
John Lewin
e72f18d474 Migrate LevelingWizard to DialogPage 2018-05-23 17:54:31 -07:00
John Lewin
9967e14328 Switch to constant padding with right margin on buttons
- Previously layout was using variable padding with left margin
2018-05-17 12:41:00 -07:00
John Lewin
c3b60199bb Fix typo 2018-05-16 12:09:22 -07:00
John Lewin
158fbfe647 Move GuideAssets list to ApplicationController
- Issue MatterHackers/MCCentral#3302
Put help json document on site feed and update it from there
2018-05-16 12:06:53 -07:00
John Lewin
eb355a7fb9 Extract help guides to declarative json
- Issue MatterHackers/MCCentral#3346
GuideAssets use unlocalized string on purpose?
2018-05-10 08:57:56 -07:00
John Lewin
da8b841292 Spelling 2018-05-09 20:40:33 -07:00
Lars Brubaker
2e61d18dc5 Improving help 2018-05-09 17:22:31 -07:00
John Lewin
7731b0b4fd Revise naming for clarity 2018-05-08 17:24:14 -07:00
Lars Brubaker
6139ecfce5 Made async load sequence do all its work on a backgroud thread
Added a loading / progress animation that has alpha
2018-05-04 14:50:46 -07:00
John Lewin
18b72bb88c Add support for changing Cancel button text 2018-05-03 08:32:42 -07:00
Lars Brubaker
a3903be868 Made animation speed be right
Put in 10 x 10 grid
2018-04-27 18:28:59 -07:00
Lars Brubaker
6ad431a650 more help 2018-04-26 17:07:59 -07:00
Lars Brubaker
65c76fa0f9 Put in some more tips 2018-04-26 16:28:43 -07:00
Lars Brubaker
d1629c9433 Put colors back on primitives
Added 'Advanced' to more primitives
Removed redundant primitives
2018-04-26 14:58:45 -07:00
Lars Brubaker
2c8cbbdb31 Added a scale tip 2018-04-25 14:10:13 -07:00
Lars Brubaker
cd25716b91 Improving help system
Fixing zoom keys
2018-04-25 13:48:14 -07:00
Lars Brubaker
44a8de8f4b Improving tips system
removing gifs (added a meg of data)
put in closer to real data
2018-04-25 11:35:33 -07:00
John Lewin
38476b5700 Initialize to almost empty sequence 2018-04-24 16:22:45 -07:00
John Lewin
f69251f7f2 Add list view for tips 2018-04-24 16:08:04 -07:00
John Lewin
4e715ab7ec Revise styling of DesignSpaceHelp 2018-04-24 13:32:48 -07:00
Lars Brubaker
b5edf403ba Put in a quick pass at some help text. 2018-04-24 10:15:01 -07:00
Lars Brubaker
a2e97745f0 Make escape do cancel on dialogs 2018-04-19 12:41:38 -07:00
Lars Brubaker
e010d15042 Improved extruder help 2018-04-18 17:40:46 -07:00
Lars Brubaker
b661b41baf Working on new help system 2018-04-18 17:04:37 -07:00