Wykres commitów

78 Commity (2cfea3e52c9588fcbddf42629a3ba5ec3a8358a0)

Autor SHA1 Wiadomość Data
Phil Taylor cdb3d42d7e Quick test, using Debug button as connect/disconnect 2021-02-07 09:56:11 +00:00
Phil Taylor ab6192428f Fix crash on exit and cleanly quit thread 2021-02-07 09:50:44 +00:00
Elliott Liggett 46b53f0f68 rigcommander now emits a signal once serial or network is instantiated. 2021-02-07 01:03:02 -08:00
Elliott Liggett 8c20e1d944 Added a feature that converts the current center-mode spectrum display
to fixed-mode. Squashed a bug related to determining the fixed/center
mode (we were looking out of sequence).
2021-02-05 23:58:17 -08:00
Elliott Liggett dca22a3e37 Fixed a bug where if wfview started and the rig was in "center" spectrum
mode, the center checkbox would be checked, triggering setting the
center width per the pop-down menu. The code now disables the checkbox
signal method during the modification of the checkbox.
2021-02-05 21:53:05 -08:00
Elliott Liggett 465c4506e2 Cleanup in openRig(): No longer searches for serial ports if using LAN,
and has fallback for windows serial device.
2021-02-05 21:44:50 -08:00
Phil Taylor 8dd8b3a088 Add widget to rhs of statusBar 2021-02-05 20:26:18 +00:00
Elliott Liggett 88edba70be Added fixed/center data from spectrum waterfall data. 2021-02-04 22:44:15 -08:00
Elliott Liggett 1a1b7d0673 Adopted closing scheme for linux by default (may remove #ifdef soon).
Changed default buffer size on receive audio to 6ksamples, which is
0.125 seconds. Added debug info for audio.
2021-02-04 22:06:48 -08:00
Elliott Liggett 437489647a Fixed bug with fullscreen checkbox not following F11. Also changed
default to not-full-screen.
2021-02-04 21:03:16 -08:00
Elliott Liggett cece02069a Added default values for network prefs. Connected checkbox to network
text boxes.
2021-02-04 20:54:34 -08:00
Phil Taylor 73d99023d7 Fix for ic7610 wf length and partial sound device selection 2021-02-04 10:27:30 +00:00
Phil Taylor 65f5486c5b Attempt to call rig destructor on exit, and remove windows specfic _sleep() 2021-02-03 23:58:11 +00:00
Phil Taylor 4bf23cea43 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 65f9a70ee9 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 add5c0d3b2 On startup, creates a constant queue searching for rig id until one is
found.
2021-01-30 00:44:36 -08:00
Elliott Liggett d32ecde001 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 655ea0ac0e 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 dc2f085535 Changed scroll speed for AF and RF gain sliders. 2020-04-23 15:22:23 -07:00
Elliott Liggett 39dd6a0441 reversed scroll direction on the waterfall and plot scrolling. 2020-04-21 12:35:44 -07:00
Elliott Liggett e13c9bdf96 Added control modifier to scroll on plot, causes faster changes. 2020-04-20 21:23:34 -07:00
Elliott Liggett 03a3ca423d 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 dd481afbbc 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 77428bd26c Added splitter percent to saved settings, removed unitless X-axis from
waterfall.
2020-04-04 15:39:59 -07:00
Elliott Liggett 86e4bf01a3 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 90f2350da3 Added support for QCustomPlot >= 2.0. Yet to be tested. 2020-03-27 16:34:32 -07:00
Elliott Liggett acfb1556bf 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 6a1f53887b Added pageup and pagedown keystrokes. 2020-03-17 15:15:01 -07:00
Elliott Liggett ba558b8e6f about box change 2020-03-15 18:03:35 -07:00
Elliott Liggett 5df1f6e5b0 minor typo correction 2020-03-13 19:43:12 -07:00
Elliott Liggett 797798d3b6 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 32c930788b Minor updates, copyright, comments. 2020-03-11 20:58:31 -07:00
Elliott Liggett 125c0aff62 modified about box 2020-03-11 17:44:47 -07:00
Elliott Liggett e79c5de550 Added control+q for quit. 2020-03-10 11:08:36 -07:00
Elliott Liggett 0bdba4494c Minor change to wording. 2020-03-10 10:17:39 -07:00
Elliott Liggett 828de59080 Changed program name and various file locations. 2020-01-04 17:12:35 -08:00
Elliott Liggett 3414ef46ae Removed extra debug calls and status text updates. 2019-12-26 00:27:14 -08:00
Elliott Liggett d6e5fdb362 Fixed PTT and pttEnable preference. 2019-02-09 23:13:18 -08:00
Elliott Liggett 056d6444de Added proper application and window name. 2019-02-08 16:19:36 -08:00
Elliott Liggett e0bc2912b0 Added custom stylesheet path to preferences. 2019-02-08 16:05:45 -08:00
Elliott Liggett 8d131208e2 Added "F" and "M" shortcuts to speak frequency and mode. 2019-02-07 10:15:10 -08:00
Elliott Liggett 7370064500 Control and shift modifiers now accepted for tuning step-size modifier 2019-02-05 16:11:25 -08:00
Elliott Liggett 8a530588d4 Added control key modifier to +/- for course tuning. 2019-02-04 10:32:16 -08:00
Elliott Liggett dce977db76 Added +/- key support for tuning. Added additional compiler flags to
lower executable size.
2019-02-03 21:51:30 -08:00
Elliott Liggett 5dfeebdbae 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 47b7a99490 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 a361b330d3 Added catch for slash key, does nothing so far, plan to cycle modes. 2019-01-28 15:46:14 -08:00
Elliott Liggett f2fc2fbcad 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 3a37032a9a Minor changes 2019-01-28 10:06:17 -08:00
Elliott Liggett 2f16c6c2bb UI cleanup and PTT, F5 functions. 2019-01-23 17:19:35 -08:00