Project

General

Profile

ChirpNextBuildChanges » History » Version 9

Dan Smith, 12/16/2022 08:24 PM

1 1 Dan Smith
# Differences in CHIRP-next
2 2 Dan Smith
3 8 Dan Smith
{{>toc}}
4
5 2 Dan Smith
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.
6
7
# The "spreadsheet" memory editor
8
9 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:
10
11
* All memories are displayed all the time (no ranges, no "hide empty" or "show special channels")
12
* No "refresh" needed
13
* Automatic tone mode selection (if you choose a DTCS code, "DTCS" tone  mode is selected automatically
14
* Guided "Cross Mode" settings (you will be prompted for TX and RX tones/codes)
15 4 Dan Smith
* Better showing/hiding of relevant fields (you are only ever shown values that matter for a given channel)
16 3 Dan Smith
17 2 Dan Smith
18
| Old | New |
19
| --- | --- |
20
| <img src="memedit_legacy.png" height="300"/> | <img src="memedit_new.png" height="340"/> |
21 5 Dan Smith
22 7 Dan Smith
# Easier to navigate multi-memory editing
23
24
The updated "properties" dialog lets you edit fields at will, showing in bold the ones that will be applied to the selected memories:
25
26
| Old | New |
27
| --- | --- |
28
| <img src="memprop_legacy.png" height="300"/> | <img src="memprop_new.png" height="340"/> |
29
30 5 Dan Smith
# Unified bank editor
31
32
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:
33
34
| Old | New |
35
| --- | --- |
36 6 Dan Smith
| <img src="banks_legacy.png" height="300"/> | <img src="banks_new.png" height="300"/> |
37 8 Dan Smith
38
# Settings editor
39
40
The new settings editor is more compact, easier to navigate, and shows more on the screen without as much scrolling:
41
42
| Old | New |
43
| --- | --- |
44
| <img src="settings_legacy.png" height="300"/> | <img src="settings_new.png" height="340"/> |
45
46
# Simplified import and export
47
48
The confusing and redundant import and export workflow has been removed in favor of more reliable copy and paste functionality.
49
50
* To import memories from any kind of file, open it and copy/paste memories between tabs.
51
* External data sources (i.e. RepeaterBook) open in a tab; copy/paste channels into your radio's tab
52
* To export a radio image to CSV, use *File > Export to CSV*
53 9 Dan Smith
54
# Improved navigation
55
56
Use the *Find* function to search through thousands of channels by name or frequency:
57
58
<img src="find_new.png" height="300"/>
59
60
Use the *Goto* function to jump straight to a memory channel:
61
62
<img src="goto_new.png" height="300"/>