Commit graph

81 commits

Author SHA1 Message Date
Lars Brubaker
e05688cd12 Updated comment 2020-09-01 09:36:49 -07:00
LarsBrubaker
33ebbafa25 Show make model on settings update page
issue: MatterHackers/MCCentral#6032
List/show current printer model in top level description of the settings updater
2020-08-31 19:57:22 -07:00
LarsBrubaker
88bf857fa6 Set focus to the search field
issue: MatterHackers/MCCentral#6029
Typo in Update Settings text
2020-08-31 19:10:10 -07:00
LarsBrubaker
90da6c6828 Better display of settings update 2020-08-30 13:02:46 -07:00
LarsBrubaker
e24c240876 It is now working and passing tests
issue: MatterHackers/MCCentral#6021
OEM settings update procedure
2020-08-29 20:06:03 -07:00
LarsBrubaker
acddb1e01a Now you can update the setting 2020-08-29 20:06:03 -07:00
LarsBrubaker
1a103dd2c0 oem settings updater is shaping up 2020-08-29 20:06:03 -07:00
LarsBrubaker
2e958fda5d Starting work on the Update Settings page 2020-08-29 20:06:02 -07:00
LarsBrubaker
0c99e76f4e Made menus resolution sensitive
Put in default note options for history
2020-08-14 21:56:39 -07:00
LarsBrubaker
f6cf34eac7 Make the add printer page scale correctly
issue: MatterHackers/MCCentral#6000
add printer screen is small when in hi-rez
2020-08-13 11:18:33 -07:00
LarsBrubaker
3431651654 Fixes to ui scaling 2020-07-22 08:05:39 -07:00
Lars Brubaker
fe174269bd allowing socketeer to be disabeld 2020-06-19 11:06:03 -07:00
LarsBrubaker
2fafdccae5 making design tabs save width 2020-06-07 23:09:11 -07:00
Lars Brubaker
740bf4c11b adding more library folder art
making pro less obtrusive
2020-05-22 11:29:22 -07:00
Lars Brubaker
9b3a36ba6e improving pro messaging
getting details for locked tools to be available
2020-05-21 10:55:34 -07:00
LarsBrubaker
46d087aa99 fixing andoid 2020-05-18 19:04:07 -07:00
LarsBrubaker
ab7f2dc492 adding user dialog showing prefs to settings 2020-05-17 13:28:57 -07:00
LarsBrubaker
5f330ddb82 adding support for high res monitors (dpi awareness) 2020-05-15 16:57:45 -07:00
John Lewin
7de3fac861 Remove conditional EmptyPrinter use on Android 2019-06-04 22:53:31 -07:00
John Lewin
85d9d3f8cf Handle corrupt cache file case
- Issue MatterHackers/MCCentral#5530
Error loading cached OemProfiles data crashes MatterControl
2019-05-21 19:23:10 -07:00
John Lewin
0dae638ca0 Handle empty cache file case
- Issue MatterHackers/MCCentral#5530
Error loading cached OemProfiles data crashes MatterControl
2019-05-21 19:23:10 -07:00
John Lewin
16f31d80c8 Simplify 2019-05-14 22:40:17 -07:00
John Lewin
0faa5c8b9c Only request favicons for known oems 2019-05-11 18:57:33 -07:00
John Lewin
20dc2f6bd3 Fix whitespace 2019-05-11 18:57:33 -07:00
jlewin
7bc60034fc Remove unused progress reporter
- Original system showed sync progress - later revised with 20s
  delays per profile - reporting would take ages and isn't used
2019-05-06 16:08:24 -07:00
jlewin
c128a454e9 Persist MainTabKey across sessions 2019-04-24 15:08:11 -07:00
LarsBrubaker
3ada6a08f4 move the print canceled and complete messages to a dialog
issue: MatterHackers/MCCentral#5339
Change to Dialog Print Completed implementation
2019-04-20 21:56:28 -07:00
LarsBrubaker
c93bb370bc Playing with a new web cache class 2019-04-07 11:10:28 -07:00
Lars Brubaker
e7fe7bb8da Put in improved terminal filtering 2019-03-26 21:10:51 -07:00
John Lewin
7bc91caabe Remove duplicate configureIcon defintion 2019-02-04 18:13:22 -08:00
John Lewin
0b1e3732c4 Revise plugins 2019-02-04 16:18:04 -08:00
Lars Brubaker
5f0cacf4c7 Support has first release quality
Made 'support type' work selectable
2019-01-23 16:08:34 -08:00
Lars Brubaker
3db05ddfbf Improving support 2019-01-18 15:11:32 -08:00
John Lewin
3e0e1703f4 Extract opentabs loading to method, invoke on sign out/in
- Make ReloadAll async
- Issue MatterHackers/MCCentral#4698
Open tabs should track users after sign in/out
2018-12-10 18:16:15 -08:00
Lars Brubaker
536c0e2f68 Fixed resize in single window
issue: MatterHackers/MCCentral#4696
DialogPage fails to resize in SingleWindow mode

issue: MatterHackers/MCCentral#4695
Make ShownWelcomeMessage user rather than application based
2018-12-10 16:56:57 -08:00
Lars Brubaker
1a434b6388 Moved extruder offsets from passing to MS to being part of stream processing
Made '; NO_PROCESSING' track printer position correctly
issue: MatterHackers/MCCentral#4658
Create setting for ZOffset for extruder 2
2018-12-04 13:28:46 -08:00
Lars Brubaker
5c4b9f92c2 Changed the suppression logic for welcome page
issue: MatterHackers/MCCentral#4647
Consider showing welcome screen until the user opts-out
2018-11-30 12:06:24 -08:00
John Lewin
970d68f5c0 Spelling 2018-11-29 13:41:24 -08:00
Lars Brubaker
9d6db74793 First pass of interface tour is ready
issue: MatterHackers/MCCentral#4561
Create new startup Ui walk through to show users where ui elements can be found
2018-11-29 09:54:00 -08:00
John Lewin
d736493929 Revise Android Camera settings panel for single printer config 2018-11-23 16:29:03 -08:00
John Lewin
5fe1d0e225 Use naming consistent with return types & behavior
- Issue MatterHackers/MCCentral#4554
Remove Profile nomenclature from ProfileManager
2018-11-15 20:03:49 -08:00
John Lewin
30463eadb6 Add theme panel to status bar, remove theme from application menu 2018-11-06 16:34:07 -08:00
John Lewin
b1053b8198 Revert accessibility of contentRow
- Add public PrinterSetupWizardPage proxy to private .contentRow
- Use PrinterSetupWizardPage.ContentRow in LoadFilamentWizard
2018-11-03 10:12:49 -07:00
Lars Brubaker
775f1982bd Re-wrote the load filament wizard as not a macro so we have more control over it
Added it to the setup steps

issue: MatterHackers/MCCentral#4429
Put in a loading filament as part of initial setup process
2018-11-02 16:14:37 -07:00
John Lewin
f281839b3a Revise spacing and borders 2018-10-31 09:25:08 -07:00
John Lewin
433e563775 Fix sizing issues with TextButton
- Issue MatterHackers/MCCentral#4425
Unexpected left alignment of Close button
2018-10-30 16:58:29 -07:00
John Lewin
1ef5ce244a Extract icon helper to extension method 2018-10-29 18:16:09 -07:00
John Lewin
49f1ce4fd5 Add General section to Settings page, revise dialog theme styles 2018-10-29 18:16:09 -07:00
John Lewin
84ed535dc2 Change cancel button text to Close
- Issue MatterHackers/MCCentral#4390
Settings cancel button should be close or ok
2018-10-26 22:44:18 -07:00
John Lewin
b6dcc983a0 Add resizable favorites bar
- Issue MatterHackers/MCCentral#4362
2018-10-25 17:38:58 -07:00