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-05032011/
A list of the changes included in this build (since the last daily) follows:
changeset: 966:1302808dd9c1 tag: tip user: Dan Smith dsmith@danplanet.com date: Mon May 02 16:51:15 2011 -0700 files: chirpui/memedit.py description: Make a copy of memedit.defaults before we modify them while trying to persist
changeset: 965:c456f3e3a2e3 user: Dan Smith dsmith@danplanet.com date: Mon May 02 16:44:42 2011 -0700 files: chirpui/memedit.py description: Better clipboard support via pickle
Copy/Paste now supports any and all memory fields and does a little work to avoid common collisions (like name format issues) and warns of incompatiblities when it can't resolve things.
changeset: 964:8906081621c8 user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:53:05 2011 -0700 files: tests/images/csv.csv description: [tests] Be fair to the id800 driver and don't set a blank dv_urcall
changeset: 963:463fb1e9ea68 user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:52:43 2011 -0700 files: chirp/id800_ll.py description: [id800] Fix returning *NOTUSE* unlike all the rest of the radios
changeset: 962:d8b28f3b2e74 user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:47:51 2011 -0700 files: chirp/id800_ll.py description: [id800] Fix setting tuning step (this had never been implemented?)
changeset: 961:67bba3f329fc user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:38:37 2011 -0700 files: chirp/id800_ll.py description: [id800] Fix setting name with special characters
changeset: 960:149c1d44ff4e user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:17:34 2011 -0700 files: tests/run_tests description: [tests] Don't lose failure detail while aggregating
changeset: 959:98ac5fc27eda user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:17:07 2011 -0700 files: chirp/vx8.py description: [vx8] Fix 12.5kHz-step frequency reporting
changeset: 958:cdd29dfbf4f3 user: Dan Smith dsmith@danplanet.com date: Mon May 02 15:04:24 2011 -0700 files: tests/run_tests description: [tests] Fix getting proper destination radio features
This was causing a bunch of things not to run because the source features specified starting at 0 and many radios under test would fail validation incorrectly.
changeset: 957:23e886b8d18b user: Dan Smith dsmith@danplanet.com date: Mon May 02 14:45:29 2011 -0700 files: chirp/vx8.py description: [vx8] Properly set the sub-band mask bit on memories out of the range of the sub-band VFO.
changeset: 956:930fbc8c3540 user: Dan Smith dsmith@danplanet.com date: Mon May 02 09:38:24 2011 -0700 files: chirp/platform.py description: Help platform.py find dist files based on where it is located, not just from $CWD. Should fix ticket:102.