Project

General

Profile

ChirpNextBuildChanges » History » Version 18

Dan Smith, 01/10/2023 12:44 AM

1 1 Dan Smith
# Differences in CHIRP-next
2 2 Dan Smith
3 8 Dan Smith
{{>toc}}
4
5 11 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, confusing or redundant 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 2 Dan Smith
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 12 Dan Smith
* Basic printing of memories
17 3 Dan Smith
18 2 Dan Smith
19
| Old | New |
20
| --- | --- |
21
| <img src="memedit_legacy.png" height="300"/> | <img src="memedit_new.png" height="340"/> |
22 5 Dan Smith
23 7 Dan Smith
# Easier to navigate multi-memory editing
24
25
The updated "properties" dialog lets you edit fields at will, showing in bold the ones that will be applied to the selected memories:
26
27
| Old | New |
28
| --- | --- |
29
| <img src="memprop_legacy.png" height="300"/> | <img src="memprop_new.png" height="340"/> |
30
31 5 Dan Smith
# Unified bank editor
32
33
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:
34
35
| Old | New |
36
| --- | --- |
37 6 Dan Smith
| <img src="banks_legacy.png" height="300"/> | <img src="banks_new.png" height="300"/> |
38 8 Dan Smith
39
# Settings editor
40
41
The new settings editor is more compact, easier to navigate, and shows more on the screen without as much scrolling:
42
43
| Old | New |
44
| --- | --- |
45
| <img src="settings_legacy.png" height="300"/> | <img src="settings_new.png" height="340"/> |
46
47
# Simplified import and export
48
49
The confusing and redundant import and export workflow has been removed in favor of more reliable copy and paste functionality.
50
51
* To import memories from any kind of file, open it and copy/paste memories between tabs.
52
* External data sources (i.e. RepeaterBook) open in a tab; copy/paste channels into your radio's tab
53
* To export a radio image to CSV, use *File > Export to CSV*
54 9 Dan Smith
55
# Improved navigation
56
57
Use the *Find* function to search through thousands of channels by name or frequency:
58
59
<img src="find_new.png" height="300"/>
60
61
Use the *Goto* function to jump straight to a memory channel:
62
63
<img src="goto_new.png" height="300"/>
64 10 Dan Smith
65
When CHIRP needs something for an obscure selection, it will prompt you instead of making you wonder what to do next:
66
67
<img src="prompts_new.png" height="300"/>
68 13 Dan Smith
69 16 Dan Smith
Find the right serial port quick and easy with more information and the Port Finder tool:
70 13 Dan Smith
71 1 Dan Smith
<img src="portfinder_new.png" height="300"/>
72 16 Dan Smith
<img src="port_names_new.png" height="300"/>
73 14 Dan Smith
74
# Improved External Data Sources
75
76 18 Dan Smith
Get more information from RepeaterBook, sort by distance from your location, query by landmark or city, and limit by multiple bands:
77 14 Dan Smith
78
<img src="repeaterbook_new.png" height="300"/>
79
80 15 Dan Smith
Offline caching of RepeaterBook results also makes re-queries instantaneous and work without internet access.