ChirpNextBuildChanges » History » Version 6
Dan Smith, 12/16/2022 08:06 PM
1 | 1 | Dan Smith | # Differences in CHIRP-next |
---|---|---|---|
2 | 2 | Dan Smith | |
3 | The CHIRP-next build includes a new GUI, effectively re-written from the ground up. Where possible (and desirable) we tried to keep the look and feel consistent. However, that was not possible in all cases, and in many cases, users will find the new GUI feels more native on their platform. Some little-used or confusing features have been omitted, and some are still yet to be developed. This page covers some of the high-level changes you can expect to see. |
||
4 | |||
5 | # The "spreadsheet" memory editor |
||
6 | |||
7 | 3 | Dan Smith | The legacy chirp build used a sort of row-based layout that felt foreign to many users expecting a spreadsheet-style interface, and was not very friendly for keyboard-based navigation. The new builds use something that looks and feels more like a spreadsheet, hopefully with fewer clicks required. Some other changes include: |
8 | |||
9 | * All memories are displayed all the time (no ranges, no "hide empty" or "show special channels") |
||
10 | * No "refresh" needed |
||
11 | * Automatic tone mode selection (if you choose a DTCS code, "DTCS" tone mode is selected automatically |
||
12 | * Guided "Cross Mode" settings (you will be prompted for TX and RX tones/codes) |
||
13 | 4 | Dan Smith | * Better showing/hiding of relevant fields (you are only ever shown values that matter for a given channel) |
14 | 3 | Dan Smith | |
15 | 2 | Dan Smith | |
16 | | Old | New | |
||
17 | | --- | --- | |
||
18 | | <img src="memedit_legacy.png" height="300"/> | <img src="memedit_new.png" height="340"/> | |
||
19 | 5 | Dan Smith | |
20 | # Unified bank editor |
||
21 | |||
22 | The Banks tab now handles everything related to bank editing without the need for a separate tab. If you have name-able banks, double-click on the column header to change the names: |
||
23 | |||
24 | | Old | New | |
||
25 | | --- | --- | |
||
26 | 6 | Dan Smith | | <img src="banks_legacy.png" height="300"/> | <img src="banks_new.png" height="300"/> | |