Wykres commitów

5099 Commity (cf1187997ac30903883d825956086be8daf8834e)

Autor SHA1 Wiadomość Data
Michael Black cf1187997a Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-14 15:26:04 -05:00
Michael Black 1e658578ec Reset x25cmdfails when SATMODE is called 2020-03-14 15:21:56 -05:00
Michael Black 92c6f3924e Only do x25 command if not in satellite mode for icom rigs 2020-03-14 15:07:49 -05:00
Michael Black 592f9c0d59 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-14 14:56:05 -05:00
Michael Black 79661711f1 Change 0x25 to constant in icom.c 2020-03-14 14:55:46 -05:00
Michael Black 40ebea303c astyle icom.c 2020-03-14 14:51:35 -05:00
Michael Black b1185fb5ff Set x25cmdfails so it won'r get repeated if not available 2020-03-14 14:51:23 -05:00
Michael Black 39baeecd68 Add x25cmdfails to icom.h priv 2020-03-14 14:48:26 -05:00
Michael Black 8276c4449b Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-14 14:10:41 -05:00
Michael Black f0506f3ab4 Add 0x25 command testing icoms that can set vfos without swapping 2020-03-14 13:00:46 -05:00
Michael Black 792f18afca Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-14 12:11:13 -05:00
Michael Black 6dd71c84a0 Fix value_t compile warnings on swig java 2020-03-14 12:10:47 -05:00
Michael Black caac74f557 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-14 10:00:59 -05:00
Michael Black 3ce527a24d Update amplifier.swg 2020-03-14 09:59:56 -05:00
Michael Black 3503d5e603 Add amplifier.swg to bindings 2020-03-14 08:46:28 -05:00
Michael Black 56764fff9c Move macro_name to end of structure 2020-03-14 08:45:28 -05:00
Michael Black a60d1c315d Rename struct rig so s_rig and struct rot to s_rot
This avoids name collision with swig bindings for Rig and Rot classes
This is a harmless change as these are use as RIG and ROT anyways
2020-03-13 23:55:44 -05:00
Michael Black e51f16d7e7 Cleanup Java warning in SWIG files
Comment out misc.h in hamlib.swg
2020-03-13 23:40:32 -05:00
Michael Black e8673161fd Change icom satmode rigs to return to rx_vfo after set_split_freq 2020-03-13 10:09:32 -05:00
Michael Black e9ba470d65 Ensure priv->curr_vfo is set to Main for SATMODE rigs as default when no VFO has been set before asking get_* functions 2020-03-13 08:44:01 -05:00
Michael Black 00d3e70f49 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 17:54:08 -05:00
Michael Black b5680c108d Working on get_freq_range 2020-03-12 17:53:49 -05:00
Michael Black 5577714624 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 17:42:40 -05:00
Michael Black 6e61069df5 Working on get_freq_range 2020-03-12 17:42:23 -05:00
Michael Black 47ff9f2a72 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 17:32:33 -05:00
Michael Black 6983bdd3b0 Working on get_freq_range 2020-03-12 17:32:17 -05:00
Michael Black bc7d17000c Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 17:19:36 -05:00
Michael Black 793f73475b Working on get_freq_range 2020-03-12 17:19:20 -05:00
Michael Black 81252c7b31 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 17:11:40 -05:00
Michael Black d26006122f Working on get_freq_range 2020-03-12 17:11:08 -05:00
Michael Black 66b3190fa9 Improve comment in icom.c 2020-03-12 17:01:59 -05:00
Michael Black a7aca326f0 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 16:59:17 -05:00
Michael Black e197b90d81 Working on get_freq_range 2020-03-12 16:58:55 -05:00
Michael Black 3bb6dc7471 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 16:40:27 -05:00
Michael Black c3120638f6 Increase RIGLSTHASHSZ to 2X maximum rig# 2020-03-12 16:39:52 -05:00
Michael Black b8cddb611e Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 15:57:28 -05:00
Michael Black c8e4e99e97 Reenable icom_get_freq_range now that rigctld stays open after first called 2020-03-12 15:57:05 -05:00
Michael Black 2223a4f345 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 12:07:45 -05:00
Michael Black e4058156b1 Change rigctld to keep the rig open all the time
When a single client connects/disconnecta/connects it takes a bit too long to open the rig sometimes
2020-03-12 12:06:06 -05:00
Michael Black 78e190aa8b Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 10:29:06 -05:00
Michael Black 727c8f5ea7 Bump version in kenwood.h 2020-03-12 10:28:34 -05:00
Michael Black 5579b210cb Kenwood only run PS1 when ID command fails 2020-03-12 10:28:08 -05:00
Michael Black 42871be196 Added some places to set default vfo when vfo has not been set yet. We're avoiding setting the default VFO on startup but allowing for clients which don't set the vfo properly.
Commented out icom_get_freq_range as can't have this on every rig_open call...too busy for rigctld
2020-03-12 10:12:59 -05:00
Michael Black 643e74e9b4 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-12 09:08:09 -05:00
Michael Black 30e4f472f5 Fix HASHSZ in register.c and make a hash collision fatal 2020-03-12 09:07:48 -05:00
Michael Black 134bcfc2c0 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-11 17:38:28 -05:00
Michael Black 7685613310 Add setting of vfo when client does not set vfo themselves and instead asks to do things with RIG_VFO_CURR 2020-03-11 17:37:23 -05:00
Michael Black 63447494bc Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-10 17:01:09 -05:00
Michael Black 98e1316f11 Fix -L printout for rotctl south_zero 2020-03-10 17:00:44 -05:00
Michael Black 95c53c42c5 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-03-10 09:18:14 -05:00