Commit Graph

1620 Commits

Author SHA1 Message Date
Mykola Grymalyuk
3584ccdad4 Build-Binary: Add optional --reset_binaries arg 2022-05-23 16:18:59 -06:00
Mykola Grymalyuk
a80e9a6274 CI: Force py3 pathing 2022-05-23 12:00:58 -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
2a02fade55 Merge pull request #991 from dortania/modal-test
GUI: Implement modal sheets for taller windows
2022-05-21 20:51:37 -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
82d11b5094 Adjust docs
Co-Authored-By: @ParaDoX1994
2022-05-20 23:00:39 -06:00
Mykola Grymalyuk
4f4c79f7a0 Test Modal usage 2022-05-20 22:12:42 -06:00
Mykola Grymalyuk
8224ddc6fb Docs: Misc updates
Co-Authored-By: @ParaDoX1994
Co-Authored-By: @ironapple0915
Co-Authored-By: @ hazelph
2022-05-20 22:07:17 -06:00
Mykola Grymalyuk
ee67b15c31 Merge branch 'main' of https://github.com/dortania/OpenCore-Legacy-Patcher 2022-05-20 21:29:48 -06:00
Dhinak G
7060041c7d Docs: expand max content width 2022-05-20 23:16:37 -04:00
Mykola Grymalyuk
88427d2c5d sys_patch.py: Add auth exemption for /L*/Extensions 2022-05-20 15:59:23 -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
f437b9d921 reroute_payloads.py: Only unmount our DMG on exit 2022-05-19 15:29:21 -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
05b08071fc reroute_payloads.py: Remove unused import 2022-05-19 10:46:14 -06:00
Mykola Grymalyuk
0354930e46 Docs: add info on Root Patch menu
Co-Authored-by: @ParaDoX1994
2022-05-19 08:57:52 -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
78bee05092 main.py: Wait for unpack thread in CI 2022-05-18 22:08:13 -06:00
Mykola Grymalyuk
49eb82f831 updates.py: Resolve failing to find new updates 2022-05-18 21:00:55 -06:00
Mykola Grymalyuk
fb573b0e8c Merge pull request #990 from dortania/onedir-gui
Implement faster app load times in GUI
2022-05-18 20:52:31 -06:00
Mykola Grymalyuk
23119dedc9 Add better CLI error handling 2022-05-18 20:11:14 -06:00
Mykola Grymalyuk
c8a70764b8 CHANGELOG.md: Adjust wording 2022-05-18 19:53:59 -06:00
Mykola Grymalyuk
e6d69d5d47 Sync changelog 2022-05-18 19:46:42 -06:00
Mykola Grymalyuk
3134530b4c Move payload reroutes to dedicated class 2022-05-18 19:41:13 -06:00
Mykola Grymalyuk
ccdfe740d9 Add Build info to GUI 2022-05-18 17:14:46 -06:00
Mykola Grymalyuk
3ed3c14668 Remove unused code path 2022-05-18 16:55:17 -06:00
Mykola Grymalyuk
45a04d5965 gui_main.py: Adjust non-Metal detection 2022-05-18 16:37:17 -06:00
Mykola Grymalyuk
4cff4b7675 Fix dmg name 2022-05-18 16:25:11 -06:00
Mykola Grymalyuk
053641bf4f Set dmg as mount type 2022-05-18 16:08:47 -06:00
Mykola Grymalyuk
b98fa0ced9 Add password to zip 2022-05-18 14:19:50 -06:00
Mykola Grymalyuk
416138344a Switch to onedir option 2022-05-18 14:10:13 -06:00
Mykola Grymalyuk
a64817bf3e sys_patch_dict.py: Adjust formatting 2022-05-18 09:30:57 -06:00
Mykola Grymalyuk
59ce63fa56 sys_patch_dict.py: Add info on HS Metal 2022-05-17 19:44:09 -06:00
Mykola Grymalyuk
1fed09982c sys_patch_detect: fix boolean check 2022-05-17 18:17:26 -06:00
Mykola Grymalyuk
8981cad20d smbios_data.py: Update Bluetooth defaults
2011 MacBook Air and Mac minis natively shipped with Bluetooth 4.0 modules:
https://everymac.com/systems/by_capability/macs-with-bluetooth-different-bluetooth-capabilities.html

This commit does not affect on-model building, as hardware detection is still enforced
2022-05-17 11:45:45 -06:00
Mykola Grymalyuk
15026d8c42 installer.py: Fix typo 2022-05-17 09:38:10 -06:00
Mykola Grymalyuk
01cf9055d7 Update CHANGELOG.md 2022-05-17 08:19:47 -06:00
Mykola Grymalyuk
0e9b59d91e BlueToolFixup.patch: Update comments 2022-05-16 22:51:21 -06:00