Wykres commitów

692 Commity (51fcf4f583341cdc35b180ddb945e125dfe7962f)

Autor SHA1 Wiadomość Data
Elliott Liggett 51fcf4f583 Preliminary (and untested) support for the IC-910H. 2021-05-08 13:45:52 -07:00
Elliott Liggett 5a034a7ebd Found a missing default in a switch case. 2021-05-08 13:33:05 -07:00
Elliott Liggett b1a5d279ba Added serial port iterators for the IC-7610 and IC-R8600. Untested. 2021-05-07 23:43:04 -07:00
Elliott Liggett d16f92bd7e removing debug info we didn't need. 2021-05-07 23:26:45 -07:00
Elliott Liggett 4b11a424e2 Adding /dev/ to discovered serial devices, also ignoring case on "auto"
for serial port device.
2021-05-07 23:15:24 -07:00
Elliott Liggett 6d3334e6e8 wfview's own memory system now tracks mode correctly. *however*, it
needs work:
It should track the selected filter, since this information is generally
available and useful, and it should also be storing the frequencies in
Hz. I am also not sure how well the stored memory mode specification
will work across multiple rigs.
2021-05-07 22:37:28 -07:00
Elliott Liggett 228f18ca24 Added more mode shortcuts: A = airband, $ = 4 meter band (shift-4), W =
WFM, V = 2M, U = 70cm, Shift-S = 23cm (S-band)
2021-05-07 15:57:40 -07:00
Elliott Liggett 3a9967cb8c Fixed BSR mode and filter selection. 2021-05-07 15:46:47 -07:00
Elliott Liggett 14b0ba2151 The band stacking register now uses the newer integer frequency parsing.
We also communicate a little slower to the serial rigs, which seems more
reliable.
2021-05-07 14:52:19 -07:00
Phil Taylor 8936c733b4 Merge branch 'master' into lan-alpha 2021-05-07 09:30:51 +01:00
Phil Taylor 5435032dbf Updater serialDeviceListCombo with current COM/tty port setting 2021-05-07 09:28:01 +01:00
Roeland Jansen 720641089c Merge branch 'lan-alpha'
this fixes RTS/DTR assertions when a rig is set to TX with RTS or DTR in CW or RTTY mode.
2021-05-07 10:04:35 +02:00
Phil Taylor cb5144e9e1 pttyHandler doesn't use pty parameter in Linux so set to Q_UNUSED to eliminate warning 2021-05-07 08:46:49 +01:00
Phil Taylor 25d2670f98 Force DTR/RTS to false to stop rigs going into TX if USB Send is enabled 2021-05-06 20:41:32 +01:00
Phil Taylor cf49551db0 Convert project to 32bit default on Windows and remove beginnings of VSPE code. 2021-05-06 11:25:23 +01:00
Phil Taylor e041e6d1c5 Add code to select virtual serial port 2021-05-05 14:11:00 +01:00
Phil Taylor 5bd21ce6fa Merge branch 'ui-enhance' into lan-alpha 2021-05-05 12:43:10 +01:00
Roeland Jansen 5720ca4c8e Merge branch 'ui-enhance' 2021-05-05 11:04:29 +02:00
Roeland Jansen 96f85a3c8c Merge branch 'lan-alpha' 2021-05-05 10:32:19 +02:00
Roeland Jansen 458b4887b1 Merge branch 'lan-alpha' of gitlab.com:eliggett/wfview into lan-alpha 2021-05-05 10:31:46 +02:00
Roeland Jansen 705631658f fixed a typo in mint instructions and ubuntu instructions 2021-05-05 10:31:31 +02:00
Roeland Jansen 092a7152c0 fixed the display instead of rigcaps so that ant sel starts with 1 instead of 0 2021-05-04 19:00:28 +02:00
Roeland Jansen ce7a70872e reverted last change -- need to modify the display code here, not rigcaps 2021-05-04 18:42:14 +02:00
Roeland Jansen 64e0b0f2c4 ant sel starts with '1' on the rigs 2021-05-04 18:31:45 +02:00
Phil Taylor ecb76d10af Fix to add a blank user line in server if no users are configured. 2021-05-04 15:55:50 +01:00
Phil Taylor 4f544a1cb4 Merge branch 'master' into lan-alpha 2021-05-04 09:06:55 +01:00
Roeland Jansen e4a187f7ad small changes where to find the release; removed the src/build target directory requirement as the release unpacks in ./dist 2021-05-04 09:31:12 +02:00
Phil Taylor c5df47f4a8 Merge branch 'master' into lan-alpha 2021-05-03 20:12:13 +01:00
Phil Taylor 3715f276cd Merge branch 'ui-enhance' into lan-alpha 2021-05-03 20:11:43 +01:00
Roeland Jansen 46421f72d2 Merge branch 'lan-alpha' 2021-05-03 11:09:52 +02:00
Phil Taylor 98503a5a66 Fix for Built-in audio on MacOS 2021-05-03 09:03:18 +01:00
Elliott Liggett d19eaadfcd Fixed bug 007, which allowed negative frequencies to be dialed. 2021-05-01 23:02:27 -07:00
Elliott Liggett fd87b3487f Double-clicking the waterfall now obeys the tuning step and rounding
option in the settings.
2021-05-01 22:30:45 -07:00
Elliott Liggett 95707c6b26 Merge remote-tracking branch 'origin/master' into ui-enhance 2021-05-01 21:53:35 -07:00
Elliott Liggett 5daeb0506d Unified frequency-type MHz to use same code as Hz. 2021-05-01 21:53:05 -07:00
Roeland Jansen fbd3f5ba2c Merge branch 'lan-alpha'
added compinling fix for mac
2021-05-01 20:55:44 +02:00
Phil Taylor f67f31bffd Add WFM mode for IC705 and remove duplicate WFM mode for IC-R8600 2021-05-01 19:54:43 +01:00
Phil Taylor 9c04d66b27 make bandType start at 0 so it doesn't overflow rigCaps.bsr 2021-05-01 19:42:32 +01:00
Roeland Jansen 16f55b7a44 Merge branch 'lan-alpha'
moved over the code to master
2021-05-01 20:42:11 +02:00
Phil Taylor cb82472ebe Merge branch 'ui-enhance' into lan-alpha 2021-05-01 13:15:05 +01:00
Phil Taylor d7ed1b2efd Merge branch 'lan-alpha' of https://gitlab.com/eliggett/wfview into lan-alpha 2021-05-01 13:14:44 +01:00
Phil Taylor d7927f4ae5 Fix windows release build 2021-05-01 13:14:33 +01:00
Elliott Liggett 4c2ee42d59 Changed the organization and domain to wfview and wfview.org. 2021-05-01 00:58:30 -07:00
Elliott Liggett 6251cc4342 Added more modes for the IC-R8600. 2021-05-01 00:54:42 -07:00
Elliott Liggett fa869dd270 Different timing on command polling for serial rigs. 2021-04-30 22:15:30 -07:00
Elliott Liggett 61291f2b8c Fixed minor extra character. 2021-04-29 17:13:14 -07:00
Elliott Liggett e6c5980287 Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-04-29 17:02:14 -07:00
Elliott Liggett e3cf904fbd Update INSTALL.md 2021-04-29 05:07:47 +00:00
Roeland Jansen a5d0c0ed9b started splitting the tabs into different separate docs as at some point will end on the wiki/website 2021-04-28 09:40:56 +02:00
Roeland Jansen d93743a4f9 changelog 2021-04-28 08:21:45 +02:00