Official git repo for the CHIRP project
Go to file
Dan Smith 43f6ad60dc Prioritize radio-supplied tuning steps
This makes the UI consider the radio's tuning steps, if defined as
the first course of action. The existing code tried the standard
set followed by the radio's set, assuming the radio's would be a
subset, which is of course not always true.

This also makes required_step() consider the radio-specific steps
after the standard ones, if there are any strange ones to allow the
radio to define ones that are not in the standard list.

Related to #10968
2024-09-09 21:29:33 -07:00
.github Remove python3 test progress tracking 2024-08-27 14:53:06 -07:00
chirp Prioritize radio-supplied tuning steps 2024-09-09 21:29:33 -07:00
snap snapcraft: use archive.chirpmyradio.com 2024-03-16 08:27:02 -07:00
tests Prioritize radio-supplied tuning steps 2024-09-09 21:29:33 -07:00
tools Remove python3 test progress tracking 2024-08-27 14:53:06 -07:00
.gitignore Update gitignore 2024-02-05 17:04:53 -08:00
.mypy.ini Add mypy to style target (for non-driver code) 2024-02-15 15:41:20 -08:00
.pre-commit-config.yaml Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
chirpc Add back the easy chirpc runner 2023-01-14 07:45:56 -08:00
chirpwx.py Start fresh with setup.py 2022-11-23 17:54:28 -08:00
COPYING Add COPYING 2008-07-19 15:43:46 -07:00
INSTALL Point the INSTALL file to the Wiki 2024-05-30 17:07:04 -07:00
MANIFEST.in Add AppStream metadata 2024-07-05 16:39:45 -07:00
pylintrc Add a pylintrc file 2012-04-27 14:35:40 -07:00
README.chirpc Fix spelling 2022-08-09 14:19:03 +02:00
README.developers Add a basic pre-commit config 2023-10-02 17:12:42 -07:00
README.md Remove python3 test progress tracking 2024-08-27 14:53:06 -07:00
README.rpttool Add a README file for the rpttool 2009-04-25 11:06:04 -07:00
requirements.txt Drop support for Python <3.10 2024-04-12 18:10:22 -07:00
rpttool Fix idrp python3 conversion 2024-05-13 18:37:18 -07:00
setup.cfg Parameters for RPM build 2009-04-25 12:02:04 -07:00
setup.py Include suds in the install requirements 2024-05-10 19:11:48 -07:00
test-requirements.txt Remove future library dependency 2024-05-03 17:56:57 -07:00
tox.ini Remove python3 test progress tracking 2024-08-27 14:53:06 -07:00

CHIRP Project

This is the official git repository for the CHIRP project.

When submitting PRs, please see this file for rules and guidelines.