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-08262011/
A list of the changes included in this build (since the last daily) follows:
changeset: 1172:bcc52cacc821 tag: tip user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 16:10:53 2011 -0700 files: chirp/ft2800.py description: [ft2800] Time the uploads
changeset: 1171:491a281702e1 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 15:32:28 2011 -0700 files: chirpui/editorset.py chirpui/mainapp.py description: Disable the Edit and View menus when switching to the d-star or banks tab
changeset: 1170:e2951a621815 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 15:24:30 2011 -0700 files: chirpui/mainapp.py chirpui/memedit.py description: Expose more of the context menu functions in the menubar and attach shortcut keys to them. This simplifies adding shortcuts for those.
changeset: 1169:7252cc638b55 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 15:00:03 2011 -0700 files: chirpui/memedit.py description: Fix deleting non-contiguous memories and show the contiguous warning in the status bar.
changeset: 1168:57e8933d6919 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 14:55:37 2011 -0700 files: chirpui/common.py chirpui/editorset.py chirpui/mainapp.py chirpui/memedit.py description: Start using the "general" part of the status bar for some warnings
changeset: 1167:ac7c00f508cc user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 14:41:56 2011 -0700 files: chirpui/memedit.py description: Fix up the "changed" signal and flag on files for the new operations
changeset: 1166:dd8cc3f743bd user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 14:34:46 2011 -0700 files: chirpui/memedit.py description: Major overhaul of the context menu handler function in memedit
changeset: 1165:a3e73b83efb0 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 14:34:13 2011 -0700 files: chirp/csv.py description: [csv] Dump the raw CSV data as the "raw" memory
changeset: 1164:9fac4d50ef94 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 14:07:37 2011 -0700 files: chirp/ft2800.py description: [ft2800] Write 16 bytes at a time, read the echo, then proceed
This should throttle our conversation with the radio for a reasonable ratio of performance to correctness. Existing troubles may revolve around writing the data too quickly and overruning FIFO buffers in the radio, the USB adapter, etc.
changeset: 1163:d8d2e1370c14 user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 06:55:25 2011 -0700 files: chirpui/memedit.py description: Make the move operation refuse if multiple non-contiguous memories are selected. Also, don't attempt the hotkey operation right now if no rows are selected.
changeset: 1162:6253917eeb8f user: Dan Smith dsmith@danplanet.com date: Thu Aug 25 06:52:05 2011 -0700 files: chirpui/mainapp.py chirpui/memedit.py description: Add a generic "extra hotkeys" setup routine and bind Control-Up and Control-Down to the "move up" and "move down" operations.
changeset: 1161:53b8a043daad user: Dan Smith dsmith@danplanet.com date: Wed Aug 24 14:52:25 2011 -0700 files: chirpui/memedit.py description: Add "Move Up", "Move Down", and "Exchange" operations in the memedit context menu. This allows you to slide one or more memories up/down the list for reodering purposes.
changeset: 1160:1445584943a2 user: Dan Smith dsmith@danplanet.com date: Wed Aug 24 14:27:01 2011 -0700 files: chirpui/common.py description: Allow passing arguments to a job handler
changeset: 1159:14e69146fe5c user: Dan Smith dsmith@danplanet.com date: Wed Aug 24 13:44:43 2011 -0700 files: chirpui/common.py description: Add verbose mode to job processing