-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge master back to 598 during work #740
Open
caver456
wants to merge
312
commits into
598-add-radio-locator-management-features
Choose a base branch
from
master
base: 598-add-radio-locator-management-features
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- sidebar show/hide is working, but has issues with sizing (need to clip max height at parent height) and apparently with intercepting key presses (sometimes)
- position clipping WIP - moved into resizeEvent (more refactor needed since not showEvent only happens once since the sidebar is always 'shown' just moved outside the main window therefore not visible; initially much of the code was put in showEvent since that happened on every show/hide with the previous method)
…idnt-use-operator-login-in-a-session-where-operator-login-is-enabled fix #637
…prevents-clue-report-print fix #640
…ould-not-trigger-on-subject-located fix #642
…-cprogram-files-x86radiologiconsuser_icon_80pxpng fix #638
cleaned up some old commented code tests; cleaned up some comments
…-of-callsign 751 add automatic entry on change of callsign
…f-existing-entry-dialog fix #745
- two new columns added to self.fsLog, and corresponding arguments to self.fsLogUpdate: seq is a list of BOT/EOT/GPS events in the entry, and result is newEntry/filtered/continue/etc - full FS (and NXDN) activity is saved in self.fsFullLog on exit, and via backdoor by opening the options dialog - though, windows will prevent overwrite if it's currently being viewed in excel or such
- always call fsGetPrevSeq regardless of type of call (had been only calling it from within CID lines, so, wasn't called for a GPS-only line) - includes fsBypassSequenceChecks optional config file setting - still need to reduce the scope of what gets skipped, to still allow GPS location string updating, even if no NEW is attempted
- improve fsBypassSequenceChecks handling and config file validation - add seq and result to fsLogUpdate for mic bumps and CCD acceptance - reduce scope of what gets bypassed by sequence rules: only bypass the specific attempt to open a NEW; do not bypass attempts to update location strings in any matching dialogs
fixed typo for NXDN attemptNEW handling
…uence-to-only-spawn-one-new-per-transmission 722 keep track of bot eot gps sequence to only spawn one new per transmission
…velopment-for-722 761 ccd fails to pop up during development for 722
…sequence-d-or-d-in-recent-python-versions fix #756
…am-101-back-up WIP
in rebuildGroupedTabDict, don't add a spacer after a group if all group members are hidden
766 team tab hide issues
…ny-incoming-non-mic-bump-call-even-if-no-entry-is-saved fix #750
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.