Phil Taylor
84d24b59cb
Fix for ic7610 wf length and partial sound device selection
2021-02-04 10:27:30 +00:00
Phil Taylor
cf3d93c293
Attempt to call rig destructor on exit, and remove windows specfic _sleep()
2021-02-03 23:58:11 +00:00
Phil Taylor
7932b56d56
First support for LAN connection
...
Auto detection still not working so need to hard-code C-IV address, hope to fix this very soon!
2021-02-03 19:36:35 +00:00
Elliott Liggett
37b7ccb65b
Enhanced code that finds radio serial ports. Added error reporting to
...
the user if serial port isn't opening. Added command-line arguments for
serial port (example: "-p /dev/ttyUSB0" or "--port /dev/ttyUSB0").
Cleaned up some of the debug messages. wfview also will now tell the
user what radio was found in the status bar of the main window.
Added the begininning of code to determine the waveform type (center or
fixed). rigcommander now knows which is which. The next step is to emit
a signal when this changes, which then causes the main window to check
or uncheck the box (without triggering any other code).
Added some TODO remarks on mode (DV, DD).
Added some command line arguments that are not used at this time for --
host and --civ.
2021-02-02 01:05:59 -08:00
Elliott Liggett
0aae30292e
On startup, creates a constant queue searching for rig id until one is
...
found.
2021-01-30 00:44:36 -08:00
Elliott Liggett
45b89c1719
Added automatic rigID and automatic CIV finding. Also fixed frequency
...
data to include more digits. Cleaned up some startup code, made some
worse too probably. Tested with IC-9700 USB connection.
2021-01-29 22:09:09 -08:00
Elliott Liggett
cd4e82378c
Added support for various spectrum sizes and rig capability support.
...
wfview has been tested with the following Icom radios over USB port:
IC-7300, IC-7610, IC-7851 (and IC-7850), and IC-9700. It likely works
fine with the IC-705 as well. At this time, the rig's CIV address must
be changed in the preference file to indicate the rig you are using, and
this must be in integer, not hex.
2021-01-24 16:16:38 -08:00
Elliott Liggett
852abb06a1
Changed scroll speed for AF and RF gain sliders.
2020-04-23 15:22:23 -07:00
Elliott Liggett
b568fc21fe
reversed scroll direction on the waterfall and plot scrolling.
2020-04-21 12:35:44 -07:00
Elliott Liggett
9609f98e43
Added control modifier to scroll on plot, causes faster changes.
2020-04-20 21:23:34 -07:00
Elliott Liggett
72684c31b3
Added preliminary mouse scrolling support for the waterfall and plot
...
area. As it stands, scrolling basically rotates the tuning knob. No
modifier keys are supported yet, but we'll get there!
2020-04-20 21:10:20 -07:00
Elliott Liggett
fb47b35b38
Added window position restore as a setting, worked around qt bug to
...
retain window focus during resize.
2020-04-04 16:51:46 -07:00
Elliott Liggett
397b7c35d9
Added splitter percent to saved settings, removed unitless X-axis from
...
waterfall.
2020-04-04 15:39:59 -07:00
Elliott Liggett
7bd109adb7
Added suport for for different rig baud rates via the [Radio] preference
...
SerialPortBaud. Left unset, it defaults to 115200. Added support for
status bar text with memory presets.
2020-03-30 14:09:52 -07:00
Elliott Liggett
86f944429e
Added support for QCustomPlot >= 2.0. Yet to be tested.
2020-03-27 16:34:32 -07:00
Elliott Liggett
c9b496e1ea
Automatic symlink of /tmp/rig to the pseudo-terminal device. Also, we
...
now supply preference files for flrig to simplify setting up integration
to fldigi.
2020-03-23 14:58:31 -07:00
Elliott Liggett
73c014f952
Added pageup and pagedown keystrokes.
2020-03-17 15:15:01 -07:00
Elliott Liggett
cedc864226
about box change
2020-03-15 18:03:35 -07:00
Elliott Liggett
70f349281a
minor typo correction
2020-03-13 19:43:12 -07:00
Elliott Liggett
6c61114a53
Added install script and various enhancements to wfview.pro to make
...
installing easier, including an icon and a desktop launcher.
2020-03-12 20:06:33 -07:00
Elliott Liggett
65943e5f57
Minor updates, copyright, comments.
2020-03-11 20:58:31 -07:00
Elliott Liggett
edc128052f
modified about box
2020-03-11 17:44:47 -07:00
Elliott Liggett
766c154def
Added control+q for quit.
2020-03-10 11:08:36 -07:00
Elliott Liggett
b2301c1506
Minor change to wording.
2020-03-10 10:17:39 -07:00
Elliott Liggett
34e01402de
Changed program name and various file locations.
2020-01-04 17:12:35 -08:00
Elliott Liggett
176e217371
Removed extra debug calls and status text updates.
2019-12-26 00:27:14 -08:00
Elliott Liggett
1699edcf7a
Fixed PTT and pttEnable preference.
2019-02-09 23:13:18 -08:00
Elliott Liggett
8d3544c262
Added proper application and window name.
2019-02-08 16:19:36 -08:00
Elliott Liggett
219b9ad6a9
Added custom stylesheet path to preferences.
2019-02-08 16:05:45 -08:00
Elliott Liggett
5d164a43fc
Added "F" and "M" shortcuts to speak frequency and mode.
2019-02-07 10:15:10 -08:00
Elliott Liggett
9634f17a6c
Control and shift modifiers now accepted for tuning step-size modifier
2019-02-05 16:11:25 -08:00
Elliott Liggett
5fb82470b9
Added control key modifier to +/- for course tuning.
2019-02-04 10:32:16 -08:00
Elliott Liggett
14afad31e5
Added +/- key support for tuning. Added additional compiler flags to
...
lower executable size.
2019-02-03 21:51:30 -08:00
Elliott Liggett
21d0af83d2
Changed F-key to mode functions to call activated slot. Clarified
...
comments in activated slot.
2019-02-03 14:09:06 -08:00
Elliott Liggett
14ec5034ff
Added control key shortcuts and function key F12 to cause the 7300 to
...
speak current status.
2019-02-01 12:21:54 -08:00
Elliott Liggett
4706a6bfc3
Added catch for slash key, does nothing so far, plan to cycle modes.
2019-01-28 15:46:14 -08:00
Elliott Liggett
f09eecb598
Added F5-F10 buttons for mode switching, seems to work. Added debug
...
detect to disable UI elements for release builds.
2019-01-28 15:36:17 -08:00
Elliott Liggett
84356bf989
Minor changes
2019-01-28 10:06:17 -08:00
Elliott Liggett
dffed36737
UI cleanup and PTT, F5 functions.
2019-01-23 17:19:35 -08:00
Elliott Liggett
0c7fe89783
Added pseudo-terminal capability. TODO: Make sure wfview will parse 0xE0
...
data.
2019-01-09 22:44:48 -08:00
Elliott Liggett
fb98190e18
Additional ATU status fix, now queries on start.
2018-12-20 11:22:52 -08:00
Elliott Liggett
ffe397aee5
Fixed ATU status return.
2018-12-20 10:56:54 -08:00
Elliott Liggett
b9796500e8
More ATU modifications
2018-12-19 12:31:44 -08:00
Elliott Liggett
a520a7a6ff
Squashed CIV bug. Added preliminary scope mode functions (not working
...
yet).
2018-12-18 14:34:04 -08:00
Elliott Liggett
8532ae244a
Added additional mode command return support because we seem to
...
sometimes get the other formats.
2018-12-02 23:16:08 -08:00
Elliott Liggett
c83ba7333c
Fixed bug with default preference initialization. Removed mode label.
2018-11-29 22:31:20 -08:00
Elliott Liggett
4bcf5afd8c
More line edit focus cleanup
2018-11-29 22:20:27 -08:00
Elliott Liggett
8650597531
Fixed line edit focus for frequency input with star command
2018-11-29 22:19:23 -08:00
Elliott Liggett
3837191f75
Cleanup
2018-11-29 14:32:59 -08:00
Elliott Liggett
75197746bf
Cleaned up some debug output
2018-11-29 13:57:15 -08:00