Commit Graph
702 Commits
Author SHA1 Message Date
CorpNewtandGitHub 48c92a356c Allow editing values before keys where possible 2024-11-17 17:44:07 -06:00
CorpNewtandGitHub d7e35da839 Add setting to edit values before keys where possible 2024-11-17 17:43:35 -06:00
CorpNewtandGitHub 51aa390020 Ignore Num Lock and Scroll Lock in sanitized keypresses 2024-11-17 17:06:04 -06:00
CorpNewtandGitHub 5d7fd7b170 Check bind_all on the event.widget, then bind on all parents 2024-11-17 15:37:56 -06:00
CorpNewtandGitHub 834b25204f Only re-raise events to widgets that accept them 2024-11-17 15:30:23 -06:00
CorpNewtandGitHub 53b99ff182 Preliminary Caps Lock handling 2024-11-17 15:18:04 -06:00
CorpNewtandGitHub 229891ce95 Preliminary Caps Lock handling 2024-11-17 15:17:14 -06:00
CorpNewtandGitHub ae5df1350a Set OemTableId to correct byte length in ACPI templates 2024-11-17 11:36:58 -06:00
CorpNewtandGitHub 727b3834a6 Bind Enter and Escape to all widgets in find/replace menu 2024-11-13 20:33:20 -06:00
CorpNewtandGitHub 7718801a71 Don't worry about modified time - only check hash for changes 2024-11-07 20:46:10 -06:00
CorpNewtandGitHub e55b170296 Ensure custom opacity affects default windows on launch 2024-10-27 14:38:34 -05:00
CorpNewtandGitHub f2d126c69b Use the last computed hash after saving to avoid double hashing 2024-10-27 13:20:01 -05:00
CorpNewtandGitHub b101a77a95 Add warn_if_modified setting 2024-10-27 13:18:00 -05:00
CorpNewtandGitHub c6c0f925f6 Add warn_if_modified setting 2024-10-27 13:17:33 -05:00
CorpNewtandGitHub dcd1dcc46d Also compare the last hash of the file
This commit should prevent erroneously warning of modification if the file contents weren't changed
2024-10-27 13:00:22 -05:00
CorpNewtandGitHub a0cc46ee85 Reset last_saved before asking to reload from disk 2024-10-27 12:50:28 -05:00
CorpNewtandGitHub 90240b87b5 Add warning if external editing was done
Whenever the plistwindow gets focus, check if we're editing a valid file, and that we have a last saved time.  If the modified time of the file is different, throw a warning asking if we want to reload from disk.
2024-10-27 12:42:34 -05:00
CorpNewtandGitHub 2dcc86b0de 0.3.0 -> 0.3.1
- Add OC 1.0.2 hashes
- Add Kernel -> Block/Force/Patch right-click templates
- Text selection QoL improvements
2024-10-09 00:25:26 -05:00
CorpNewtandGitHub d04c4077f8 Add OC 1.0.2 hashes 2024-10-09 00:20:51 -05:00
CorpNewtandGitHub 8753550941 Flush stdin after writing 2024-10-03 18:22:29 -05:00
CorpNewtandGitHub e7546b5c3c Fix more broken selection code, use tk.END in lieu of "end" 2024-10-03 10:31:05 -05:00
CorpNewtandGitHub a54658be7a Move _clipboard_append to ProperTree.py, use EntryPlus for all tk.Entries 2024-10-03 02:45:14 -05:00
CorpNewtandGitHub 39b27d0374 Move _clipboard_append to ProperTree.py, use EntryPlus for all tk.Entries 2024-10-03 02:44:52 -05:00
CorpNewtandGitHub b33de42250 Expand select_prior() and select_after() 2024-10-02 15:02:17 -05:00
CorpNewtandGitHub 9da351a152 Leverage one dummy binding for Shift-Left and Shift-Right 2024-09-22 12:18:10 -05:00
CorpNewtandGitHub 5ff659f510 Update arrow key behavior when interacting with selected text 2024-09-22 12:13:06 -05:00
CorpNewtandGitHub 196700d603 Fix borked Kernel -> Block presets 2024-08-26 14:02:16 -05:00
CorpNewtandGitHub 79c7ccfb16 Clean up imports, hash in-memory, consolidate string isinstance checks 2024-08-25 04:50:41 -05:00
CorpNewtandGitHub 51c1d7c98f Add Windows hack for incorrect __main__ case 2024-08-16 21:31:11 -05:00
CorpNewtandGitHub 784a5adf69 Add Kernel/Block/IOSkywalkFamily (Sonoma+) 2024-08-11 11:20:29 -05:00
CorpNewtandGitHub 68c8825d4c Add blank Kernel -> Block/Force/Patch right-click templates 2024-08-10 17:12:27 -05:00
CorpNewtandGitHub 06ed452b11 0.2.9 -> 0.3.0
- Add OC 1.0.1 hashes
- OC Snapshot QoL improvements
- Migrate from VBScript to PowerShell in .bat scripts
2024-08-06 07:39:10 -05:00
CorpNewtandGitHub fd6c9b04dd Add OC 1.0.1 hashes 2024-08-06 07:33:15 -05:00
CorpNewtandGitHub f797dce0f5 Ensure process resources are reclaimed after update checks 2024-07-23 09:55:14 -05:00
CorpNewtandGitHub 6bc4bd622f Migrate to trace_add() where possible 2024-07-22 15:15:40 -05:00
CorpNewtandGitHub 86798a6ee2 Implement plist structure checks for OC Snapshots
Warn if required paths are missing, or types are incorrect and ask the user if they'd like to correct them and continue before snapshotting.

Removed conditional check for the OC/Drivers folder as it is not optional, and is qualified earlier on the snapshot process.

Adjusted shallow ACPI, Tool, and Driver duplicate copies to inherit their class from the entry they're copying (OrderedDict vs dict).
2024-07-07 13:52:15 -05:00
CorpNewtandGitHub 4807f2580b Allow selecting the EFI folder for OC Snapshots as well 2024-06-18 12:17:29 -05:00
CorpNewtandGitHub 10bceedea5 If attempting to re-open a plist, reload from disk 2024-06-12 08:31:17 -05:00
CorpNewtandGitHub 3e33ec8591 Enclose the target script path in quotes 2024-06-12 06:51:34 -05:00
CorpNewtandGitHub 2fb3f9b255 Enclose the target script path in quotes 2024-06-12 06:51:31 -05:00
CorpNewtandGitHub 841d9f6487 Enclose the target script path in quotes 2024-06-12 06:48:24 -05:00
CorpNewtandGitHub 150e3bd23a Skip blank cell names in "show info for" 2024-06-09 14:45:39 -05:00
CorpNewtandGitHub 716b0f10a4 Check for deques in addition to lists and tuples in type changes 2024-06-08 18:09:43 -05:00
CorpNewtandGitHub fe5f9e56af Abort OC Snapshot with warning if snapshot.plist is borked 2024-06-01 14:09:01 -05:00
CorpNewtandGitHub 5e09095e6c Additiona 2024-05-30 10:07:13 -05:00
CorpNewtandGitHub e9297cf4c1 Addition 2024-05-30 10:06:55 -05:00
CorpNewtandGitHub 4fa7fc0b23 Additional Powershell escapes for $ and ; 2024-05-30 10:06:24 -05:00
CorpNewtandGitHub 1307fe448b Migrate from VBScript to Powershell 2024-05-29 15:29:04 -05:00
CorpNewtandGitHub 5a44ceb6d1 Migrate from VBScript to Powershell 2024-05-29 15:28:30 -05:00
CorpNewtandGitHub 01e5013fe0 Evaluate passed args before delayed expansion 2024-05-29 15:09:56 -05:00