Wykres commitów

262 Commity (5ce4e49c5f2a00648b039da994099b9aa04e2d41)

Autor SHA1 Wiadomość Data
Elliott Liggett 908ec96567 Data Mode now sends the currently selected filter. 2021-05-08 23:46:44 -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 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 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 5435032dbf Updater serialDeviceListCombo with current COM/tty port setting 2021-05-07 09:28:01 +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 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 46421f72d2 Merge branch 'lan-alpha' 2021-05-03 11:09:52 +02: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
Phil Taylor f67f31bffd Add WFM mode for IC705 and remove duplicate WFM mode for IC-R8600 2021-05-01 19:54:43 +01: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 8e157018c0 Minor changes to hide sat button until we have time to work on that
feature.
2021-04-27 20:48:05 -07:00
Elliott Liggett e67f3efa42 Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance 2021-04-27 20:36:41 -07:00
Elliott Liggett 96a32f9069 Additional bands added, Airband, WFM 2021-04-27 20:18:17 -07:00
Roeland Jansen 42acb81450 added 630/2200m for 705; probably like the 7300 hardly useable for TX though. Also added auomatic switching to the view pane after non-BSR bands are selected 2021-04-27 21:49:31 +02:00
Phil Taylor 53821c8792 Merge branch 'ui-enhance' into lan-alpha 2021-04-27 20:05:00 +01:00
Roeland Jansen 5d5497b8a8 derp: fixed main dial freq display for non-BSR 4m band; see also previous commit 2021-04-27 20:16:50 +02:00
Roeland Jansen 3731ada7ac fixed main dial freq display for non-BSR bands 60, 630, 2200m if such a band was selected in the band select menu 2021-04-27 20:15:24 +02:00
Elliott Liggett 839fa7f3dc Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance 2021-04-27 08:06:32 -07:00
Elliott Liggett 1b38c2c9d6 Minor change to set frequency, which was lacking "emit" at the start. 2021-04-27 08:04:33 -07:00
Roeland Jansen 06ffae913a changed the modeSelectCombo-addItem sequence a bit to have modes grouped; CW and CW-R are now grouped, as well as RTTY/RTTY-R; AM and FM are grouped now 2021-04-27 10:08:28 +02:00
Phil Taylor e5746dcc82 Merge branch 'ui-enhance' into lan-alpha 2021-04-27 09:01:12 +01:00
Elliott Liggett 1923d5a01c Well, that was fun. Color preferences now work, and colors can be
modified from the preference file for custom plot colors.

The preference file now stores colors as unsigned int. To convert the
colors in the file to standard AARRGGBB format (AA = Alpha channel), use
python's hex() function. Maybe one day we will fix the qt bug and make
this save in a better format.
2021-04-26 23:40:08 -07:00
Elliott Liggett 7109c2b396 Added dynamic band buttons. Fixed multiple bugs related to various
differences in band stacking register addresses (for example, the GEN
band on the 705 has a different address from the 7100 and the 7300).
This code was only tested with the 9700.
2021-04-26 18:24:28 -07:00
Phil Taylor 00e3a043a0 Fix typo in receiveRITValue 2021-04-25 11:02:46 +01:00
Phil Taylor 119d328b17 Merge branch 'ui-enhance' into lan-alpha 2021-04-25 10:58:40 +01:00
Phil Taylor 40ba0385ca More work on rigctld 2021-04-25 10:58:25 +01:00
Elliott Liggett a35609c629 Faster polling. Clarified in comments around line 309 in wfmain.cpp. 2021-04-25 00:32:37 -07:00
Elliott Liggett 80cc3e6dc0 Added ability to read RIT status. Added RIT to initial rig query. Added
variables to handle delayed command timing values. Fixed bug in
frequency parsing code that had existed for some time. Changed tic marks
on RIT knob because I wanted more of them. Bumped startup initial rig
state queries to 100ms. May consider faster queries on startup since we
are going to need more things queried on startup.
2021-04-25 00:23:52 -07:00
Elliott Liggett f619e9eca1 Receiver Incremental Tuning is in. The UI does not check the rig's
initial state yet, but the functions are partially in rigCommander for
that purpose.
2021-04-24 00:31:51 -07:00
Elliott Liggett 90853807eb whitespace. 2021-04-23 23:13:42 -07:00
Elliott Liggett d4765f3287 Modified rig power management to stop command ques (s-meter and others).
Upon rig power up, the command queue is repurposed as a 3 second delay
for bootup, and then, commands are issued to restore the spectrum
display (if the wf checkbox was checked). I've made new functions,
powerRigOff and powerRigOn, for these purposes.
2021-04-23 23:11:54 -07:00
Elliott Liggett fdbf1af30c work in progress on spectrum enable after power off/on. 2021-04-23 11:23:27 -07:00
Elliott Liggett 89a185a174 powerOff should work now. 2021-04-23 10:12:14 -07:00
Phil Taylor 93fc8a9f67 Merge branch 'ui-enhance' into lan-alpha 2021-04-21 09:17:31 +01:00
Elliott Liggett 3fa0dfaecd Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance 2021-04-20 08:54:23 -07:00
Phil Taylor 6623c2ced0 rigctl working (sort of) with WSJT-X 2021-04-20 12:29:10 +01:00
Elliott Liggett 2e5a4f05a4 Preliminary commit for power-on and power-off functionality. Is not
correct for most rigs.
2021-04-19 22:55:39 -07:00
Elliott Liggett 303f3ad341 Missing parenthesis 2021-04-19 22:18:45 -07:00
Phil Taylor b3758d210f Merge branch 'ui-enhance' into lan-alpha 2021-04-19 17:28:33 +01:00
Phil Taylor c78ad19210 Initial commit of rigctld (doesn't currently do anything useful!) 2021-04-19 17:26:26 +01:00
Elliott Liggett ddc7fab879 Adding a default position for the frequency indicator line. 2021-04-17 19:44:22 -07:00