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-10042011/
A list of the changes included in this build (since the last daily) follows:
changeset: 1198:1f16befee050 tag: tip user: Dan Smith dsmith@danplanet.com date: Tue Sep 27 17:16:25 2011 -0700 files: chirp/chirp_common.py chirp/generic_csv.py chirp/xml.py chirpui/mainapp.py description: Fix forcing a .img extension on CSV and XML files
changeset: 1197:e49081add7f7 user: Dan Smith dsmith@danplanet.com date: Tue Sep 27 17:08:36 2011 -0700 files: chirp/chirp_common.py chirp/generic_csv.py description: Make generic_csv module use the system csv parser. Along with that, make the load *and* save operations honor the detected separation character (, on systems that use a decimal point of . and ; on systems that use a decimal point of ,).
changeset: 1196:c62a0a6e9b85 user: Dan Smith dsmith@danplanet.com date: Tue Sep 27 17:07:25 2011 -0700 files: tests/run_tests description: Fix tests module for csv rename
changeset: 1195:e45aa9498bb4 user: Dan Smith dsmith@danplanet.com date: Tue Sep 27 15:24:31 2011 -0700 files: chirp/csv.py chirp/directory.py chirp/generic_csv.py chirpui/editorset.py chirpui/mainapp.py description: Rename csv module to generic_csv to avoid conflicting with the standard module
changeset: 1194:2a740eee1a76 user: Dan Smith dsmith@danplanet.com date: Fri Sep 23 17:38:03 2011 -0700 files: chirpui/mainapp.py description: Fix not specifying the filename during editorset creation