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-07232011/
A list of the changes included in this build (since the last daily) follows:
changeset: 1090:0197d794787b tag: tip user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 19:20:44 2011 -0700 files: chirp/chirp_common.py description: Make invalid name characters a validation warning, not an error
This fixes being able to import memories with incompatible names so that they can be properly filtered as intended.
changeset: 1089:8ff06e5fe480 user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 19:14:44 2011 -0700 files: chirp/icw32.py description: Fix inverted immutable setting on W32
changeset: 1088:a2689b80e111 user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 19:14:35 2011 -0700 files: chirp/chirp_common.py description: Fix missing format variable in an error message
changeset: 1087:70d60ea7fe5a user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 18:47:22 2011 -0700 files: chirp/rfinder.py description: [rfinder] Import some ugly geo code from D-RATS and make RFinder driver calculate distance and direction of repeaters. Shove that in front of the NOTES (if any) provided by RFinder for the comment field.
changeset: 1086:f8e4ba7eae1c user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 18:46:17 2011 -0700 files: chirp/chirp_common.py chirp/csv.py chirpui/importdialog.py description: Add a "comment" field to the memory object. Add a "Comment" column to the CSV driver and show this comment during import.
changeset: 1085:24187e352712 user: Dan Smith dsmith@danplanet.com date: Fri Jul 22 18:13:23 2011 -0700 files: chirp/chirp_common.py chirp/csv.py chirp/xml.py description: Add CHARSET_ASCII and make the CSV and XML drivers use it
Also, don't limit their names (much)