Greetings,
A new daily build of CHIRP is available. This includes changes made directly to the tree yesterday, and may include additional features, bug fixes, and/or bugs. If you are interested in trying it, grab it from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20150130
A list of the changes included in this build (since the last daily) follows:
Changes for Build #320 [Dan Smith dsmith@danplanet.com] Add updated Hungarian translation from Attila HA5JA
[Jim Unroe rock.unroe@gmail.com] [VV-898] Add Settings to Leixen VV-898 Module - Part 10
Add the following settings: - Squelch Base Value (UHF) - Squelch Base Value (VHF)
related to #2149
[Jim Unroe rock.unroe@gmail.com] [VV-898] Add Settings to Leixen VV-898 Module - Part 9
Add the following settings: - DTMF Digit Time - DTMF Digit Space Time - DTMF First Digit Delay - DTMF Pretime - DTMF * and # Digit Delay - DTMF ACK Decode - DTMF Side Tone
Corrected spelling error in Part 7
related to #2149
[Jim Unroe rock.unroe@gmail.com] [VV-898] Add Settings to Leixen VV-898 Module - Part 8
Add the following settings: - VOX Gain Level - VOX Delay Time - VOX Inhibit on Receive
related to #2149
[Jim Unroe rock.unroe@gmail.com] [VV-898] Add Settings to Leixen VV-898 Module - Part 7
Add the following Key Assignment settings: - Long Press Time - P1 Long - P1 Short - P2 Long - P2 Short - P3 Long - P3 Short - M Short - Menu Enable
related to #2149
[K. Arvanitis kosta@alumni.uvic.ca] [PATCH] Dismissing save confirmation dialog was closing tab A typical gtk Dialog will return a response of RESPONSE_DELETE_EVENT when the dialog window is dismissed. As a result dismissing the save confirmation dialog was performing similarly to the user selecting the NO button (RESPONSE_NO) This created a situation where a person could possibly loose their changes should they dismiss the save confirmation dialog without using the cancel button. The fix essentially handles both the CANCEL and DELETE_EVENT responses as the same. Bug #2255
[K. Arvanitis kosta@alumni.uvic.ca] [FT-60] Memory Bank Link Scan Added settings support for memory bank link scan. Extended bitwise int data element to support xor operator. Note: The mbs settings are stored in the 16 bits located at memory location 0x09E in the high order bits. Note: A bank can be linked even if it contains no memories. In this case the radio ignores it during the mbl scan. Bug #675 Bug #1945
[Jens Jensen af5mi@yahoo.com] [th9800] fix skip scan/priority issues #2247
Skip/priority settings were not taking effect. Channel fields were for display only. There are special channel banks controlling scan enable and priority. This fix manipulates both channel fields and bank flags.
[K. Arvanitis kosta@alumni.uvic.ca] [PATCH] Fix Context-Menu Handler in Memory Editor This patch modified the behaviour of the button event handler for the memory editor to properly select the underlying elements of the treeview when using the right mouse button. Fixes #2249
[Jens Jensen af5mi@yahoo.com] [th9800] clarify channel display mode #1353
change "Frequency or Name" boolean to "Display" choice of Frequency or Name
[K. Arvanitis kosta@alumni.uvic.ca] [PATCH] Fix Link in About Dialog The URL link in the about dialog is now functional. Tested in both Ubuntu and Windows 8.1, verified working. Replaced the MessageBox dialog for the 'Documentation' help menu item with a hotlink to the website. The URL link in the MessageBox was non- functional on Windows and overall it did not provide much information outside of the link anyhow. Bug #330