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-20150116
A list of the changes included in this build (since the last daily) follows:
Changes for Build #317 [K. Arvanitis kosta@alumni.uvic.ca] [PATCH] Slight improvement to memory editor container
This change simple encapsulates the memory editor scrolling window in an hbox to allow for smooth transition beteween the controls.
Bug #2177
[Dan Smith dsmith@danplanet.com] Update CHIRP icon from Kosta Arvanitis
Related to bug #2201
[Marco Filippi iz3gme.marco@gmail.com] [FT-1D] Fix clone message
Fix #2193
[Marco Filippi iz3gme.marco@gmail.com] [KG-UV8D] Get/Set memory power level and NFM/FM was broken
Fix #2137
[Marco Filippi iz3gme.marco@gmail.com] [KG-UV8D] Set empty memory was broken
Fix #2183
[K. Arvanitis kosta@alumni.uvic.ca] [PATCH] UI Change to Settings Edit Window
This simple change removes the uncessary padding of the treeview; as well as connecting the "changed" event to the treeview.
By listening to the gtk event we are able to handle selection changes of the treeview which supports all input types and not only the left mouse click.
Bug #2179
[K. Arvanitis kosta@alumni.uvic.ca] [BUG] Fix Range Exclusion Issue with Bank Editor
Memory Bounds ranges are specified as inclusive of the first as well as the last; while python 'range' is inclusive of the first and exclusive of the last.
As a result the BankEditor was not including the final memory slot within the devices capable bounds, this fixes the issue and aligns with the behaviour of the MemoryEditor.
Bug #2175