Wykres commitów

5665 Commity (3eb4b82cca7b69a2c57cdb8f3f64008e67a071b6)

Autor SHA1 Wiadomość Data
Malcolm Herring 3eb4b82cca Add Macports to README.osx 2020-06-04 18:35:47 +01:00
Michael Black f9a69d83e3 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-06-02 09:44:46 -05:00
Michael Black W9MDB bd7917aea5 Fix OSX documentation
https://github.com/Hamlib/Hamlib/issues/248
2020-06-02 09:43:19 -05:00
Nate Bargmann 5854114220
Merge branch 'master' into remove_bashisms 2020-06-02 08:55:34 -05:00
Nate Bargmann 2ee6306856
Remove bashisms from scripts/build-w64.sh 2020-06-02 08:51:38 -05:00
Nate Bargmann 27a84ac273
Remove bashisms from scripts/build-w32.sh 2020-06-02 08:51:37 -05:00
Nate Bargmann f572b38246
Remove bashisms from scripts/build-VB.NET.sh 2020-06-02 08:51:37 -05:00
Michael Black W9MDB 783df7b579 Remove unused var from gs232b.c 2020-06-01 23:00:37 -05:00
Michael Black 00031994c6 Remove block setting VFO_A -- does not work with rigs that don't have
VFO_A
https://github.com/Hamlib/Hamlib/issues/274
2020-06-01 17:38:03 -05:00
Michael Black 567cd7145e Fix VFO_CURR return from vfo_fixup
https://github.com/Hamlib/Hamlib/issues/274
2020-06-01 17:07:20 -05:00
Michael Black 51ff03a638 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-06-01 14:09:49 -05:00
Michael Black W9MDB e49f1a9df9 Change rig.c to use some sensible defaults when rig_get_vfo fails
https://github.com/Hamlib/Hamlib/issues/274
2020-06-01 14:08:45 -05:00
Michael Black 3183dbd0a4 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-06-01 12:54:13 -05:00
Michael Black W9MDB 79fdfe8425 Change vfo_fixup to just return when currVFO is requested
https://github.com/Hamlib/Hamlib/issues/274
2020-06-01 12:53:07 -05:00
Michael Black 8a6d279b56 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-06-01 12:13:08 -05:00
Michael Black W9MDB 207c50f36b Fix rigctlcom split indication in IF generation
Add some debug to see the cmd being requested by the client
https://github.com/Hamlib/Hamlib/issues/272
2020-06-01 12:11:15 -05:00
Michael Black W9MDB 17109382b0 Fix kenwood setting of priv->tx_vfo based on IF response split indication
When not transmitting tx_vfo is still VFO_B
https://github.com/Hamlib/Hamlib/issues/272
2020-06-01 12:09:24 -05:00
Michael Black 6333a42558 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-06-01 09:08:15 -05:00
Michael Black W9MDB c488ddc904 Merge branch 'remote-ptt-type' of git://git.code.sf.net/u/bsomervi/hamlib
https://github.com/Hamlib/Hamlib/issues/270
2020-06-01 09:07:21 -05:00
Bill Somerville d9ab62445c
Deal with remote PTT type at the client end
Remote   PTT   must   always    be   either   RIG_PTT_RIG_MICDATA   or
RIG_PTT_NONE. Also take care not to  override any locally set PTT type
as it is feasible  to use a local hardware PTT at  the client end with
remote  CAT control.   Maybe an  odd arrangement  but Hamlib  does not
preclude it.  This is all  done while  preserving the accuracy  of the
ptt_type value in dump_state requests.
2020-06-01 13:51:44 +01:00
Michael Black 80767e7422 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 23:22:37 -05:00
Michael Black W9MDB 8c27ef12a0 Remove expected response for gs232b W command
https://github.com/Hamlib/Hamlib/issues/272
2020-05-31 23:21:51 -05:00
Michael Black 5802ccdefe Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 22:40:25 -05:00
Michael Black 3880ab40f0 Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-05-31 22:40:14 -05:00
Michael Black W9MDB 1405d3c7bf Merge branch 'master' of https://github.com/Hamlib/Hamlib 2020-05-31 22:37:32 -05:00
Michael Black W9MDB afeb77e6d2 rigctld will now return either PTT_NONE or PTT_RIG_MICDATA to rigctl client
https://github.com/Hamlib/Hamlib/issues/259
2020-05-31 22:33:56 -05:00
Nate Bargmann e5e4283be5
Merge branch 'master' of github.com:Hamlib/Hamlib 2020-05-31 17:30:06 -05:00
Nate Bargmann b1848b4c58
Add some tips on shell scripts 2020-05-31 17:29:29 -05:00
Michael Black W9MDB 1dc461966d Fix rigctld ptt_type to correctly reflect DTR/RTS
Might need to do this with some other values too
github.com/Hamlib/Hamlib/issues/270
2020-05-31 16:42:56 -05:00
Michael Black W9MDB 94e8859a6f Fix ptt_type to be consistent across open/close calls
https://github.com/Hamlib/Hamlib/issues/270
2020-05-31 15:52:38 -05:00
Nate Bargmann 0450345c81
Restyle tests/cachetest.sh for 4 space tabs 2020-05-31 12:52:17 -05:00
Nate Bargmann 7a549f5680
Merge branch 'remove_backticks' 2020-05-31 12:39:04 -05:00
Nate Bargmann 79dc128746
Merge branch 'master' of github.com:Hamlib/Hamlib 2020-05-31 12:30:05 -05:00
Michael Black 194a845a5b Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 11:49:23 -05:00
Michael Black W9MDB e36910e384 Fix Autostar spelling...duh... 2020-05-31 11:49:04 -05:00
Michael Black 16e23ac2c9 Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 10:37:18 -05:00
Michael Black W9MDB cbe269077b Fix one more cache expire for caps->get_vfo
https://github.com/Hamlib/Hamlib/issues/270
2020-05-31 10:05:44 -05:00
Nate Bargmann 57e7f030bf
Really fix hamlibdatetime.h handling!
At least I hope so...
2020-05-31 07:42:02 -05:00
Michael Black c9fd02ae0b Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 07:07:51 -05:00
Michael Black W9MDB 785dd267d5 Update version for meade.c 2020-05-31 07:07:44 -05:00
Michael Black 3af0151c3d Merge branch 'master' of https://github.com/mdblack98/Hamlib 2020-05-31 07:07:13 -05:00
Michael Black W9MDB 98896df163 Add check for Audiostar in meade.c to provide arcminutes on elevation limit
https://github.com/Hamlib/Hamlib/issues/266
2020-05-31 06:59:13 -05:00
Michael Black 10271c558e Change YaesuTargetableVFO to ods format 2020-05-30 23:43:20 -05:00
Michael Black W9MDB 58b1c36d29 Remove VFO_CURR fixup
https://github.com/Hamlib/Hamlib/issues/271
2020-05-30 22:49:49 -05:00
Michael Black W9MDB f4fee7913f Fix caching of get_vfo to avoid caching error returns
https://github.com/Hamlib/Hamlib/issues/270
2020-05-30 22:45:43 -05:00
Nate Bargmann 2a1c11dae0
Remove backticks in tests/ 2020-05-30 21:41:58 -05:00
Nate Bargmann 682107e8df
Style and remove backticks in tests/cachetest.sh 2020-05-30 21:36:30 -05:00
Nate Bargmann e1274aaf4a
Remove backticks in scripts/ 2020-05-30 21:22:26 -05:00
Nate Bargmann 7200898e77
Remove unneded backticks in rotators/ 2020-05-30 21:15:33 -05:00
Nate Bargmann 3a418879ea
Remove backticks in android/ 2020-05-30 18:42:12 -05:00