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
40aee20d23
Add ddrescue stats for each pass to OST post
2023-07-09 15:33:44 -07:00
456dce5685
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-09 13:59:50 -07:00
7c16d13f65
Generate test maps at runtime in ddrescue-tui
2023-07-09 13:58:59 -07:00
840008d8cd
Specify text encoding for zero-fill map file
2023-07-09 13:23:21 -07:00
33fe7b3b9e
Include more details in ddrescue-tui OST posts
2023-07-09 13:19:47 -07:00
593cb405c5
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-09 00:17:26 -07:00
090a9f2b96
Update ddrescue-tui logging handling
2023-07-09 00:16:46 -07:00
3acb8ab47b
Include WinPE details for Bitlocker export
...
Addresses issue #40
2023-07-08 23:39:16 -07:00
4faa1d4a02
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-08 23:27:55 -07:00
4467369811
Add finalization options to ddrescue-tui
...
Specifically to zero-fill any gaps from the clone,
to fill the destination with zeros to the end of the device,
and/or to relocate the GPT to the end of the device.
2023-07-08 23:27:05 -07:00
a07fbd7cba
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-08 19:00:50 -07:00
a20fdf7bd3
Only show destination SMART data if present.
...
Also avoids crash when imaging
2023-07-08 18:58:05 -07:00
df1d2b713f
Simplify _poweroff_source_drive()
2023-07-08 18:37:42 -07:00
4a34f5477d
Add delay to TUI() initialization
...
Avoids issue where the main menu is printed before the layout is fully
set causing the first few lines to be hidden by the title pane.
2023-07-08 18:32:31 -07:00
0ace951380
Update run_program to avoid linting warnings
2023-07-08 18:10:59 -07:00
6a1cf98d0b
Terminate ddrescue directly instead
2023-07-08 18:10:14 -07:00
8f14fd2442
Fix SMART attribute tracking
...
Since we've moved to delayed SMART attribute updates we need to set
initial_attributes after we first check the SMART data instead of at
object creation time.
2023-07-08 18:07:55 -07:00
7c48d5e2ed
Disable open on hover for search highlights
2023-07-05 16:18:41 -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
38fed7756f
Don't run winget upgrade all by default
2023-07-05 16:04:16 -07:00
3747434d62
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-05 15:52:29 -07:00
a78a077bdf
Set max idle cutoff to 70* C
...
Addresses issue #204
2023-07-05 15:51:50 -07:00
0af8be2c47
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-05 15:51:24 -07:00
d101ec627f
Fix off-by-one bug in tmux.fix_layout()
...
If resizing both the title and info groups the second group was starting
at a lower initial width.
2023-07-05 15:48:31 -07:00
408a0c6114
Update TUI layout handling
...
The right column is now created first so the title, info,
current, and worker panes are all in the same "container"
2023-07-05 15:46:27 -07:00
ebd1bbda18
Show SMART data for both devices in ddrescue-tui
2023-07-05 15:00:01 -07:00
7499639c5c
Drop sat,auto detection for smartctl
...
This was needed twofold. First is that it was not working as expected
for some time. Second is that it conflicts with the delayed attribute
updating needed for faster WKClone menus.
2023-07-05 14:57:54 -07:00
9fe43a2e02
Don't hide the taskbar search box in Auto Setup
2023-07-03 21:37:42 -07:00
d6f3455236
Misc update
2023-07-03 21:27:41 -07:00
b107b413df
Ensure System Info is the first group if selected
2023-07-03 21:25:06 -07:00
67d448e0a0
Merge remote-tracking branch 'upstream/dev' into dev
2023-07-03 21:24:08 -07:00
55d752dd8b
Use checkmarks in Menu() under ConEmu
2023-07-03 20:45:44 -07:00
f8fc38a78b
Disable highlighting new apps in OpenShell
2023-07-03 20:31:46 -07:00
895d8d2f0a
Disable Bing search desktop widget
2023-07-03 20:25:23 -07:00
815cfde84a
Refactor check_mprime_results() to use sets
2023-07-03 20:16:37 -07:00
9a7fdba3f9
Add warning if cooldown temp is too high vs idle
...
Addresses issue #204
2023-07-03 20:15:03 -07:00
f9a6850c1a
Split CPU & Cooling tests into separate functions
...
Addresses issue #204
2023-07-02 15:10:22 -07:00
172f00e4e9
Adjust type hints for NonBlockingStreamReader()
2023-07-02 14:05:20 -07:00
86203a4b86
Use slots for all dataclasses
...
The minimum Python version was bumped to 3.10 so this is now safe.
2023-06-29 13:48:34 -06: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
ea4942bbc4
Allow empty response when selecting ticket
2023-06-26 09:45:52 -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
aab821d93c
Update Prime95 source
2023-06-25 04:15:27 -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