Commit graph

102 commits

Author SHA1 Message Date
ae8d59f7e1
Merge remote-tracking branch 'upstream/dev' into dev 2024-06-12 19:30:17 -07:00
d00d625142
Avoid crash when launching SDIO under Windows 11 2024-06-12 19:26:15 -07:00
1dfaf47d12
Suppress SDIO output in AutoSetup 2024-05-29 15:20:21 -07:00
b2473181fd
Drop 32-bit tools in Windows scripts 2024-04-28 01:50:31 -07:00
8dcbcfc6cb
Update config_explorer()
This should hopefully prevent new explorer windows from being opened and
instead just reload the shell
2024-04-21 19:11:37 -07:00
709ceef2b7
Fix bug preventing SDIO from launching 2024-04-01 20:08:46 -07:00
3f090ee968
Refactor SDIO sections
* Use the same code paths for the launcher and AutoSetup
* Local copy now has a different theme to differentiate
2023-11-11 17:45:28 -08:00
1a38d91cf3
Merge remote-tracking branch 'upstream/dev' into dev 2023-11-11 15:53:18 -08:00
565ec32294
Enable OpenShell under Win11 2023-11-11 15:52:02 -08:00
25bb433014
Launch XMPlay using a playlist instead of folders 2023-10-29 19:56:23 -07:00
9b5c453552
Refactor music sections 2023-10-22 15:46:49 -07:00
f6fa922bb3
Open both mic and webcam tests
Addresses issue #46
2023-08-26 19:11:44 -07:00
10eb638221
Merge remote-tracking branch 'upstream/dev' into dev 2023-07-11 11:43:00 -07:00
cda5aee714
Add option to disable password expiration 2023-07-11 11:12:12 -07:00
6dde471bf5
Don't disable Chrome notifications by default.
Doing so can cause Chrome sync to break and need re-authentication.
2023-07-05 16:08:02 -07:00
96f55fd992
Don't prompt to run Auto Repairs if run recently
Added a Registry marker for the last Auto Repairs Run.  This is set
during end_session() regardless of the actual repairs run but it should
be good enough.

Addresses issue #33
2023-06-26 10:09:06 -07:00
7156578124
Add option to launch Auto Repairs from Auto Setup
Addresses issue #33
2023-06-26 09:47:40 -07:00
0bda5c7a1c
Merge remote-tracking branch 'upstream/winget' into winget 2023-06-26 08:36:56 -07:00
8e234ce0cd
Add menu entry for MS Store updates in Auto Setup
Addresses issue #216
2023-06-26 08:20:15 -07:00
b3e7b64116
Merge remote-tracking branch 'upstream/winget' into winget 2023-06-25 04:12:31 -07:00
9689dcfeab
Update source URLs 2023-06-25 04:10:08 -07:00
cafa2c24fb
Switch to winget where appropriate in Auto Setup
NOTE: Winget is not used for Firefox, LibreOffice, or Open Shell.
This was done because we need more fine-tuned control of the process.
2023-06-25 02:40:43 -07:00
d545152d67
Merge remote-tracking branch 'upstream/dev' into dev 2023-06-11 19:07:23 -07:00
62edaac25a
Add type hints to functions 2023-05-28 20:09:54 -07:00
f9bcd534d4
Move ansi code into wk/ui 2023-04-08 19:20:22 -07:00
95d7159414
Move ANSI color escape sections to their own file 2023-04-02 20:46:54 -07:00
03a143488c
Adjust ui imports and calls 2023-04-02 20:12:18 -07:00
e3ebc2d1b8
Merge branch 'dev' into ui-split 2023-04-01 22:28:32 -07:00
ddb9c4041b
Suppress output when configuring browsers
Addresses #214
2023-04-01 22:20:33 -07:00
89fd647792
Split wk.std into debug, std, and ui sections 2023-04-01 22:14:03 -07:00
9953f3978c
Merge remote-tracking branch 'upstream/dev' into dev 2023-03-26 23:22:34 -07:00
e00920f24a
Switch to ruff linting 2023-03-19 18:47:46 -07:00
ee96dc087a
Fix disabling Open-Shell options under Windows 11 2023-02-15 17:36:56 -08:00
dfecfa637d
Make Open-Shell optional
Addresses issue #36
2023-02-14 14:13:56 -08:00
a324e71ba9
Open Snappy Driver Instller Origin in AutoSetup
Address issue #202
2022-10-22 18:49:58 -07:00
54b15da2e6
Merge remote-tracking branch 'upstream/dev' into dev 2022-10-19 23:39:32 -07:00
df6d3d4a24
Fix Auto Setup selections under Windows 11 2022-10-19 23:31:20 -07:00
5afb45dbb3
Add "Apply ITS Settings" to Auto Setup
Addresses issue #18
2022-10-08 20:46:24 -07:00
3dbb5431dc
Merge remote-tracking branch 'upstream/dev' into dev 2022-10-01 19:20:19 -07:00
591fb8e138
Skip installing Open Shell under Windows 11 2022-10-01 19:15:15 -07:00
39864daf0a
Merge remote-tracking branch 'upstream/dev' into dev 2022-09-28 09:15:33 -07:00
2b42bf9a8c
Update sources 2022-09-28 00:33:14 -07:00
bb529f9313
Merge remote-tracking branch 'upstream/dev' into dev 2022-06-24 10:38:11 -07:00
989fe9f047
Add workaround in Open Shell for S0 LOW POWER IDLE
If the system supports that power state Open Shell can't enter sleep
mode.  The workaround removes the standard sleep option from the list
and adds a new sleep button above the shutdown button that just turns
the monitor off.

Addresses issue #719
2022-06-16 19:27:05 -07:00
0cadf54b4d
Open webcam tests at the end of Auto Setup
Addresses issue #9
2022-02-21 01:03:39 -07:00
40d0b302f1
Merge remote-tracking branch 'upstream/dev' into dev 2021-11-10 23:01:11 -07:00
8ecac36a64
Fix Secure Boot sections 2021-11-10 22:59:25 -07:00
05d8762c6c
Use MS Office filetypes by default 2021-10-27 22:41:07 -06:00
ba2ba5fd98
Use new method to disable Fast Startup 2021-10-27 20:19:11 -06:00
2d131d0613
Merge remote-tracking branch 'upstream/dev' into dev 2021-10-27 20:02:13 -06:00