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
3ff61e9948
Add winget import support
2023-06-25 02:22:04 -07:00
9980dab27b
Add initial winget support
2023-06-25 02:21:26 -07:00
5e6461c27f
Add missing Python dependency
2023-06-24 23:08:54 -07:00
3061475992
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-24 23:08:27 -07:00
55ce4d8ded
Fix Python dependencies (again)
2023-06-24 23:04:28 -07:00
5bae674ed9
Add winget script and launcher
2023-06-24 20:48:05 -07:00
939ea79a15
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-24 20:36:00 -07:00
662f8c1254
Fix bug when running a PowerShell script elevated
2023-06-24 20:32:55 -07:00
d34df7ae07
Add/Update Python dependencies for build_windows
2023-06-24 19:44:20 -07:00
dfcc717048
Open both Microsoft Store and Windows updates
...
Addresses issue #216
2023-06-24 19:35:12 -07:00
21cbe5d445
Show filesystem type in select_disk_parts()
2023-06-24 18:58:06 -07:00
d94e9097b7
Reduce ESP size to 260MiB
2023-06-24 18:56:31 -07:00
228a5f640e
Adjust TRIM warning message
2023-06-24 18:56:03 -07:00
998a1e98f5
List Bitlocker volumes in HW diags posts
2023-06-19 20:41:53 -07:00
c246fb5fdf
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 20:46:57 -07:00
acd484f891
Check for TRIM in HW Diagnostics and ddrescue-tui
...
Addresses issue #212
2023-06-17 20:45:44 -07:00
a3400d76f4
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 20:14:25 -07:00
d958945fe8
Relaunch ddrescueview when resuming clone
2023-06-17 20:13:32 -07:00
0bcdde0ffb
Add ticket and note panes to new TUI
2023-06-17 19:53:05 -07:00
9b51bcbdc3
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 18:56:51 -07:00
3e10f2cb8c
Reset layout when aborting HW diagnostics
2023-06-17 18:56:08 -07:00
7912958399
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 18:38:49 -07:00
9810c630f6
Ensure worker panes are added in the proper order
2023-06-17 18:37:56 -07:00
550731e9e9
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 18:31:22 -07:00
c3bf5f6730
Avoid mixing types for HW Diags main menu
2023-06-17 18:30:33 -07:00
81b0dad1d1
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-17 18:27:05 -07:00
c63b388f81
Small linting refactor
2023-06-17 18:25:12 -07:00
20a0881421
Refactor tmux.fix_layout()
...
The new code better determines all sizes with splits taken into account.
The non-perfect divisions are also considered when splitting
horizontally.
2023-06-17 18:23:09 -07:00
375fc3fcd0
Fix bugs related to new UI design
2023-06-11 19:57:34 -07:00
d545152d67
Merge remote-tracking branch 'upstream/dev' into dev
2023-06-11 19:07:23 -07:00
203ad715e0
Refactor ddrescue-tui source/dest selection
...
- Re-enables taking images instead of direct cloning!
- Removed some safety checks for clearer code
- We avoid a second scan by reusing the disk_menu object
2023-06-11 15:48:58 -07:00
986c870090
Move ddrescue-tui menus to a separate file
2023-06-10 21:50:56 -07:00