Commit Graph

5723 Commits

Author SHA1 Message Date
Dan Smith
481e62404c Fix DTCS/duplex overlap on 2820_ll 2008-09-08 18:17:27 -07:00
Dan Smith
ec6cbed559 Fix stooopid typo bug 2008-09-08 17:23:19 -07:00
Dan Smith
165d789dce Bump version 2008-09-08 17:08:21 -07:00
Dan Smith
765d0c5b7e Fix up ic9x callsign ordering and make it set it in the radio 2008-09-08 17:05:15 -07:00
Dan Smith
90f984924b Add URCALL and RPT?CALL get/set to 2820 2008-09-08 17:04:26 -07:00
Dan Smith
8af82ca229 Make from_csv a 'static' method for class Memory and return the proper
type from it.
2008-09-08 17:03:41 -07:00
Dan Smith
31eedd0014 Update miscwidgets from D-RATS 2008-09-07 15:50:39 -07:00
Dan Smith
6ab28d36ab Add make_pixbuf_choice() from d-rats 2008-09-07 12:25:16 -07:00
Dan Smith
7098cb1107 Added tag release_0_1_5 for changeset 5ab503b39a86 2008-09-06 18:03:42 -07:00
Dan Smith
180816ef7f Update version 2008-09-06 18:03:41 -07:00
Dan Smith
2e97212477 Mask out the lower two bits of the dup/tone byte on the 2820. Without
this, it seems that we can trigger "MSK" mode on the radio, which
doesn't seem to be valid.
2008-09-06 18:03:33 -07:00
Dan Smith
ec835bda23 Fix up cb_cloneout signature 2008-09-06 11:44:46 -07:00
Dan Smith
d797dc2e19 Fix paramter name after reswizzle 2008-09-06 11:21:58 -07:00
Dan Smith
9c96103906 Fix incorrect index typo in from_csv() 2008-09-05 18:08:49 -07:00
Dan Smith
47dfc81a72 Fix sensitivity value for the ic9x case 2008-09-05 15:02:49 -07:00
Dan Smith
36eda2ca24 Pass a clone exception to the callback. Also desensitize the OK button
on the clone settings dialog until a filename is chosen.
2008-09-05 15:00:47 -07:00
Dan Smith
ea77ae366e Handle clone in related exceptions 2008-09-05 15:00:01 -07:00
Dan Smith
4fd5bbe4c3 Make FilenameBox emit a filename-changed signal 2008-09-05 14:59:31 -07:00
Dan Smith
85d4416994 Fix CSV column header 2008-09-05 14:40:59 -07:00
Dan Smith
e2d83733c8 Fix upper limit on ic9x band B 2008-09-05 14:39:17 -07:00
Dan Smith
149f381e2b oops. 2008-09-04 16:42:18 -07:00
Dan Smith
50de15fdac Don't allow edits to complete when a fill thread is running 2008-09-04 16:41:47 -07:00
Dan Smith
6d8a63e99a Connect to want-close signal and trigger close. Also, disable the
open9x action while a 9x window is opened to prevent overlap
2008-09-04 16:38:00 -07:00
Dan Smith
865d2171f2 Connect to want-close signal from editorset and trigger do_close() 2008-09-04 16:36:53 -07:00
Dan Smith
f21bfdc5e2 Add close button to tab label and add "want-close" signal to match 2008-09-04 16:36:29 -07:00
Dan Smith
7a1230974e Correct most of the remaining pylint complaints about chirpui (that I'm
going to correct).
2008-09-04 16:10:46 -07:00
Dan Smith
e50dd0fd9c Add check to make sure we're not setting invalid attributes on Memory
objects.  Helps with the porting.
2008-09-04 16:10:03 -07:00
Dan Smith
dcc7808174 Big refactor of Memory members. Change to more consistent naming,
and also move to a tone mode option.  Add a __setattr__ handler to make
sure that the values we set for some of the enum fields are valid.
2008-09-03 18:05:29 -07:00
Dan Smith
fafcdb9eba Make pylint leave us alone 2008-09-03 17:16:48 -07:00
Dan Smith
79a10a6cdb Convince pylint to ignore some indescretions 2008-09-03 17:16:30 -07:00
Dan Smith
6d231ca4df Fix catch of Exception 2008-09-03 17:16:10 -07:00
Dan Smith
cb1c807734 Remove unneeded import 2008-09-03 17:15:43 -07:00
Dan Smith
b14852816e Fix up (or mask) all error-class pylint notes 2008-09-03 17:01:17 -07:00
Dan Smith
d867860b96 Fix up most of the real platform.py pylint errors 2008-09-03 16:44:45 -07:00
Dan Smith
4da0251412 Add pylint.rc 2008-09-03 16:33:47 -07:00
Dan Smith
75ca14e60f Fix up a bunch of ic9x pylint errors 2008-09-03 16:23:09 -07:00
Dan Smith
758a54e550 Fix pylint errors in chirp.icf 2008-09-03 16:23:09 -07:00
Dan Smith
7e9fc3e64e Fix some pylint errors in miscellaneous chirp modules 2008-09-03 16:23:09 -07:00
Dan Smith
102125354d Fix remaining pylint errors in id800 and id800_ll 2008-09-03 16:23:09 -07:00
Dan Smith
310d95c6e6 Fix all pylint errors in ic2820 and ic2820_ll 2008-09-03 16:23:09 -07:00
Dan Smith
1c3f928cd9 Fix all pylint errors in ic2200 and ic2200_ll 2008-09-03 16:23:08 -07:00
Dan Smith
507217458a Remove old vfo argument from get_memory() 2008-09-03 14:50:49 -07:00
Dan Smith
590fbf49f2 Fix redefinition of map in chirp 2008-09-03 14:36:41 -07:00
Dan Smith
6ecd3fda68 Fix up relative imports 2008-09-03 14:18:21 -07:00
Dan Smith
0faa6bd910 Fix typo 2008-09-03 08:28:32 -07:00
Dan Smith
de9bc8bae7 Handle location editing. For now, just force a refresh after the copy
and delete to avoid having to clean up the UI
2008-09-01 07:59:47 -07:00
Dan Smith
1f77e683ac Call cloneprog.{show,hide} from the idle to avoid freezing on win32 2008-09-01 07:33:26 -07:00
Dan Smith
e084c7601a Make cloneprog window center on parent (since win32 doesn't do this) 2008-09-01 07:32:12 -07:00
Dan Smith
1935292e5e Fix disabled-if-DV rendering 2008-08-31 17:45:23 -07:00
Dan Smith
2a6feab274 Implement erase_memory() for ic9x 2008-08-31 09:47:02 -07:00