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-07262011/
A list of the changes included in this build (since the last daily) follows:
changeset: 1094:7e47af7ecfb2 tag: tip user: Dan Smith dsmith@danplanet.com date: Mon Jul 25 20:01:51 2011 -0700 files: chirp/platform.py description: Fix (again) Win Vista/7 SaveAs dialog box file type filters
I thought I had fixed this in changeset:975, but apparently not. It seems that WinXP wants the "CustomFilter" to have the default, and Filter[] to have a list of other filter types, not including the default. Win Vista/7 seem to want the default in the Filter[] list as well. This makes the code do the right thing on the right platform.
changeset: 1093:fdd4651d3c87 user: Dan Smith dsmith@danplanet.com date: Mon Jul 25 14:32:56 2011 -0700 files: chirp/icw32.py description: [w32] Explicitly cancel scan behavior when setting a memory
Not sure why, but a newer model W32 is entering scan mode after being programmed with CHIRP. In order to either defeat the behavior that is being caused by something out of our control, or determine if it's something caused by chirp, this patch clears those bits. So, if you handle an image but don't make any memory changes, it will leave the scan bits alone. However, if you do, it will cancel any scans that are enabled and echo something to the debug log.
Later, if we support generic radio settings, these can be enabled and disabled by the user.
changeset: 1092:52eab427c4a3 user: Dan Smith dsmith@danplanet.com date: Mon Jul 25 09:36:07 2011 -0700 files: tests/images/uv3r.img description: [uv3r] Add tests for uv3r
changeset: 1091:6af090653007 user: Dan Smith dsmith@danplanet.com date: Mon Jul 25 09:35:36 2011 -0700 files: chirp/directory.py chirp/wouxun.py description: [uv3r] Add Baofeng UV-3R support