Commit Graph

125 Commits

Author SHA1 Message Date
Mykola Grymalyuk
f068e82bb5 Convert NV Web default to global_settings.py 2022-05-27 21:03:54 -06:00
Mykola Grymalyuk
b73f9f240a Merge branch 'main' into web-driver-alpha 2022-05-27 20:56:36 -06:00
Mykola Grymalyuk
8254434856 global_settings.py: Implement settings system 2022-05-27 20:54:00 -06:00
Mykola Grymalyuk
f1d045e5f4 Set defaults location on r/w 2022-05-27 18:33:17 -06:00
Mykola Grymalyuk
a70e977eb6 gui_main.py: Add Force Web Drivers option 2022-05-27 18:10:45 -06:00
Mykola Grymalyuk
897f89d47c gui_main.py: fix Privacy prompt 2022-05-27 11:39:34 -06:00
Mykola Grymalyuk
c1ebfd900f sys_patch.py: Add handling for System Preferences prompt 2022-05-26 22:31:15 -06:00
Mykola Grymalyuk
de21c361db sys_patch_detect.py: Add additional checks for Web Drivers
Ensures system is correctly configured before patching, avoiding users incorrectly faulting the program instead of their local configuration
2022-05-26 21:33:10 -06:00
Mykola Grymalyuk
5af3aff1d7 GUI: Standardize Application Identifier for defaults 2022-05-25 12:47:33 -06:00
Mykola Grymalyuk
a2e0270f99 Build-Command: Strip additional binaries during build 2022-05-25 12:20:22 -06:00
Mykola Grymalyuk
d9ed037d7a gui_main.py: Prevent Idle sleep during long processes 2022-05-24 17:13:39 -06:00
Mykola Grymalyuk
e8b36a9604 gui_main.py: Show download frame before download starts 2022-05-24 10:43:36 -06:00
Mykola Grymalyuk
d26d8e8ca7 CI: Standardize Build Script 2022-05-23 11:57:42 -06:00
Mykola Grymalyuk
9e5327f2d4 gui_main.py: start build on modal launch 2022-05-22 11:54:34 -06:00
Mykola Grymalyuk
e7143f2242 GUI: set modal work-around to Big Sur+ 2022-05-22 11:31:20 -06:00
Mykola Grymalyuk
69f7ad7115 GUI: move help menu to dedicated class 2022-05-22 10:23:57 -06:00
Mykola Grymalyuk
066e7c9a3d gui_main.py: Add "Search for disks again" option 2022-05-22 00:20:45 -06:00
Mykola Grymalyuk
c1e7765284 gui_main.py: Add missing height enforcement in root patch modal 2022-05-22 00:02:00 -06:00
Mykola Grymalyuk
0068a86035 gui_main.py: Add return to disk when selecting partitions 2022-05-21 23:29:47 -06:00
Mykola Grymalyuk
d7b5ba68b1 gui_main.py: Work-around incorrect modal sheet anchoring
Due to wxPython’s anchoring logic, if the previous view was a modal sheet, the new sheet will anchor to it. To resolve, call ShowWithoutActivating() forcing the view to re-anchor onto the core window
2022-05-21 22:46:09 -06:00
Mykola Grymalyuk
bd351ac90d gui_main.py: Remove extra modal reset function 2022-05-21 20:45:58 -06:00
Mykola Grymalyuk
7cc91f8f38 gui_main.py: Expand modal sheet to root patch menu 2022-05-21 20:35:13 -06:00
Mykola Grymalyuk
d9ef84d291 gui_main.py: Move to centralized modal 2022-05-21 18:25:07 -06:00
Mykola Grymalyuk
89c0f9b3d5 gui_main.py: Adjust payload verification 2022-05-21 14:35:57 -06:00
Mykola Grymalyuk
52b12a7e0b gui_main.py: Add Modal to Root Patching 2022-05-21 10:43:13 -06:00
Mykola Grymalyuk
58cd6c2bc7 Force Header height position 2022-05-20 23:11:40 -06:00
Mykola Grymalyuk
4f4c79f7a0 Test Modal usage 2022-05-20 22:12:42 -06:00
Mykola Grymalyuk
88374c1b96 gui_main.py: Lower count down for relaunch to 5s
With newly optimized binary, no longer need to present the GUI for as long
2022-05-19 15:39:12 -06:00
Mykola Grymalyuk
526dbb5d8a gui_main.py: Hide window during close
Allows background processes to finish cleaning up without stalling the UI
2022-05-19 13:55:11 -06:00
Mykola Grymalyuk
b90956dc4a gui_main.py: Add extra error handling for payload unpacking 2022-05-19 08:55:51 -06:00
Mykola Grymalyuk
3134530b4c Move payload reroutes to dedicated class 2022-05-18 19:41:13 -06:00
Mykola Grymalyuk
45a04d5965 gui_main.py: Adjust non-Metal detection 2022-05-18 16:37:17 -06:00
Mykola Grymalyuk
053641bf4f Set dmg as mount type 2022-05-18 16:08:47 -06:00
Mykola Grymalyuk
416138344a Switch to onedir option 2022-05-18 14:10:13 -06:00
Mykola Grymalyuk
93222701e3 integrity_verification.py: Add extra error handling 2022-05-16 20:22:01 -06:00
Mykola Grymalyuk
f670a821a3 gui_main.py: Add note when system already patched 2022-05-16 12:43:09 -06:00
Mykola Grymalyuk
63118d7d43 gui_main.py: Add work-around for broke pulse() on non-Metal
Applicable for non-Metal Macs running Monterey, NSProgressBar’s indeterminate function is broken when called by wxWidgets/wxPython
2022-05-12 11:46:53 -06:00
Mykola Grymalyuk
feb108b1eb gui_main.py: Add Pulsing Progress bar during disk parsing 2022-05-11 13:23:11 -06:00
Mykola Grymalyuk
4f2e302d0a gui_main.py: Add Pulsing Progress bar during sucatalog parsing 2022-05-11 12:35:33 -06:00
Mykola Grymalyuk
2ddb679554 Add Checksum verification to InstallAssistant.pkg download 2022-05-10 22:46:49 -06:00
Mykola Grymalyuk
60fab3986e Add User prompt for mismatched config 2022-05-10 18:17:23 -06:00
Mykola Grymalyuk
8b4332e0c0 Add Serial Number Spoofing 2022-05-06 23:07:45 -06:00
Mykola Grymalyuk
49ee43f6ed sys_patch.py: Add patch set info to root 2022-05-05 11:35:03 -06:00
Mykola Grymalyuk
9f4fb692d7 Merge branch 'main' into sys_patch-refactor 2022-05-04 15:32:40 -06:00
Mykola Grymalyuk
5e5139855b Fix AutoPkg download 2022-05-04 15:31:30 -06:00
Mykola Grymalyuk
8489823f8b Remove more unneeded code 2022-05-02 22:09:22 -06:00
Mykola Grymalyuk
4e1254c31e Initial Commit 2022-05-02 13:19:36 -06:00
Mykola Grymalyuk
93a2eeb8b5 Only list newest installers by default 2022-04-29 21:33:31 -06:00
Mykola Grymalyuk
3dd680c9c8 gui_main.py: Avoid Prompting on unsupported configs 2022-04-29 15:36:13 -06:00
Mykola Grymalyuk
a208216316 gui_main.py: Don’t centre bytes text every update 2022-04-28 11:47:46 -06:00