Elliott Liggett
5064a9ff65
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
80f87bd657
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
029ecfd003
Fixed BSR mode and filter selection.
2021-05-07 15:46:47 -07:00
Elliott Liggett
1aa1c54292
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
d9fd0db53f
Updater serialDeviceListCombo with current COM/tty port setting
2021-05-07 09:28:01 +01:00
Phil Taylor
a29197c152
Convert project to 32bit default on Windows and remove beginnings of VSPE code.
2021-05-06 11:25:23 +01:00
Phil Taylor
acba674a12
Add code to select virtual serial port
2021-05-05 14:11:00 +01:00
Phil Taylor
3af9c894ca
Merge branch 'ui-enhance' into lan-alpha
2021-05-05 12:43:10 +01:00
Roeland Jansen
b8d09f68d3
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
d1e134b374
Merge branch 'lan-alpha'
2021-05-03 11:09:52 +02:00
Elliott Liggett
936f86526e
Fixed bug 007, which allowed negative frequencies to be dialed.
2021-05-01 23:02:27 -07:00
Elliott Liggett
2461c72cca
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
1a30c1b5fa
Add WFM mode for IC705 and remove duplicate WFM mode for IC-R8600
2021-05-01 19:54:43 +01:00
Elliott Liggett
cf837ad4df
Added more modes for the IC-R8600.
2021-05-01 00:54:42 -07:00
Elliott Liggett
1630ba7b7d
Different timing on command polling for serial rigs.
2021-04-30 22:15:30 -07:00
Elliott Liggett
017d56e7b2
Fixed minor extra character.
2021-04-29 17:13:14 -07:00
Elliott Liggett
69391d3aee
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-04-29 17:02:14 -07:00
Elliott Liggett
5f0c9505f7
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
c64c9abd6e
Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance
2021-04-27 20:36:41 -07:00
Elliott Liggett
07e4158e32
Additional bands added, Airband, WFM
2021-04-27 20:18:17 -07:00
Roeland Jansen
c112870bd2
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
9f0014c73e
Merge branch 'ui-enhance' into lan-alpha
2021-04-27 20:05:00 +01:00
Roeland Jansen
185c5f78d8
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
127b51aadb
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
c301c5d163
Merge branch 'ui-enhance' of gitlab.com:eliggett/wfview into ui-enhance
2021-04-27 08:06:32 -07:00
Elliott Liggett
d11e023856
Minor change to set frequency, which was lacking "emit" at the start.
2021-04-27 08:04:33 -07:00
Roeland Jansen
9342bbd265
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
9dd55f412b
Merge branch 'ui-enhance' into lan-alpha
2021-04-27 09:01:12 +01:00
Elliott Liggett
022176246f
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
c741a4b948
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
820d5859f3
Fix typo in receiveRITValue
2021-04-25 11:02:46 +01:00
Phil Taylor
67b5ac0a64
Merge branch 'ui-enhance' into lan-alpha
2021-04-25 10:58:40 +01:00
Phil Taylor
72b4424f8d
More work on rigctld
2021-04-25 10:58:25 +01:00
Elliott Liggett
f38630fbe7
Faster polling. Clarified in comments around line 309 in wfmain.cpp.
2021-04-25 00:32:37 -07:00
Elliott Liggett
91a4f10836
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
42029da821
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
1d917fd066
whitespace.
2021-04-23 23:13:42 -07:00
Elliott Liggett
f8bb1861cd
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
1d47173007
work in progress on spectrum enable after power off/on.
2021-04-23 11:23:27 -07:00
Elliott Liggett
7641a6ffdb
powerOff should work now.
2021-04-23 10:12:14 -07:00
Phil Taylor
39a86acea6
Merge branch 'ui-enhance' into lan-alpha
2021-04-21 09:17:31 +01:00
Elliott Liggett
8f2b52ac8d
Merge remote-tracking branch 'origin/lan-alpha' into ui-enhance
2021-04-20 08:54:23 -07:00
Phil Taylor
b9ced4361f
rigctl working (sort of) with WSJT-X
2021-04-20 12:29:10 +01:00
Elliott Liggett
a957fb83f6
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
23b3120c98
Missing parenthesis
2021-04-19 22:18:45 -07:00
Phil Taylor
61bfe5fab1
Merge branch 'ui-enhance' into lan-alpha
2021-04-19 17:28:33 +01:00
Phil Taylor
0f008f4451
Initial commit of rigctld (doesn't currently do anything useful!)
2021-04-19 17:26:26 +01:00
Elliott Liggett
d9a3da7de3
Adding a default position for the frequency indicator line.
2021-04-17 19:44:22 -07:00
Elliott Liggett
949aa2447e
Goodbye tracer
2021-04-17 19:41:15 -07:00
Roeland Jansen
1e2f798d5b
added airband, dPMR, lw/mw European and fast HF/70/23cm 1 MHz tuning steps
2021-04-12 18:54:09 +02:00