Wykres commitów

272 Commity (187b42cc349984cfb030543ae56a017360f5a918)

Autor SHA1 Wiadomość Data
roeland jansen 5acdc23322 Update INSTALL.md 2021-02-03 19:07:25 +00:00
roeland jansen 0c78472629 Update INSTALL.md 2021-02-03 18:57:22 +00:00
roeland jansen 3acb02db3b Update CONTRIBUTING.md 2021-02-03 18:48:31 +00:00
roeland jansen 94f0034a42 Update CONTRIBUTING.md 2021-02-03 18:48:16 +00:00
roeland jansen 9133934c2a Add CONTRIBUTING 2021-02-03 18:47:15 +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 eee5f6e31f Update INSTALL.md 2020-10-16 23:37:52 +00: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 f6d11f76bc Fixed minor bug in command 05. It is now parsed as a frequency instead
of a mode.
2020-04-20 20:45:25 -07:00
Elliott Liggett 06b36ee79b Changed install.md to reflect that we do not need to use the qmake --no-depends flag anymore -- because we removed the header from the UI file and this seems to work fine in Mint 19.x, Ubuntu 19, and Debian 10. 2020-04-07 21:33:15 +00:00
Elliott Liggett 9cd417b597 Merge branch 'master' of gitlab.com:eliggett/wfview 2020-04-07 14:13:22 -07:00
Elliott Liggett 2f69d85c99 Fixed issue with newer qmake. 2020-04-07 13:15:21 -07:00
Elliott Liggett 9d12c21e7f Update INSTALL.md 2020-04-05 06:39:30 +00:00
Elliott Liggett 505cd8dcac Update INSTALL.md 2020-04-05 00:50:47 +00:00
Elliott Liggett fa7fa3a079 Moved exit button to make it more obvious. 2020-04-04 17:38:13 -07:00
Elliott Liggett 4e65a9bbb9 Merge branch 'master' of gitlab.com:eliggett/wfview 2020-04-04 16:52:00 -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 b53bdf0718 Update INSTALL.md 2020-04-03 23:23:10 +00: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 907e7e4f02 Update README.md 2020-03-28 16:58:25 +00:00
Elliott Liggett ed9182dfeb Update README.md 2020-03-28 16:39:28 +00:00
Elliott Liggett 8373903438 Update INSTALL.md 2020-03-28 00:55:20 +00:00
Elliott Liggett d0fd8b3bf8 Update INSTALL.md 2020-03-28 00:53:04 +00: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 2c104f9950 Merge branch 'master' of gitlab.com:eliggett/wfview 2020-03-15 18:03:41 -07:00
Elliott Liggett ba558b8e6f about box change 2020-03-15 18:03:35 -07:00
Elliott Liggett 38f991f684 Update README.md 2020-03-15 05:24:57 +00:00
Elliott Liggett 70ba80a1fd Update README.md 2020-03-15 02:56:34 +00:00
Elliott Liggett d79f6e2295 Added install directions. 2020-03-14 19:50:57 -07:00
Elliott Liggett 48fcf9c44c Merge branch 'master' of gitlab.com:eliggett/wfview 2020-03-13 19:43:33 -07:00
Elliott Liggett 5df1f6e5b0 minor typo correction 2020-03-13 19:43:12 -07:00
Elliott Liggett ea9c15276d Update README.md TODO list 2020-03-13 20:47:53 +00:00
Elliott Liggett d6be430e06 Minor change to install script. 2020-03-12 20:13:29 -07:00
Elliott Liggett fb30ed8cd8 Merge branch 'master' of gitlab.com:eliggett/wfview 2020-03-12 20:06:41 -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 4b35cc4592 Update README.md 2020-03-13 00:55:57 +00:00
Elliott Liggett 234ebf99f6 Update README.md 2020-03-13 00:51:38 +00:00
Elliott Liggett 6df768f467 Update README.md 2020-03-13 00:49:24 +00:00
Elliott Liggett 32c930788b Minor updates, copyright, comments. 2020-03-11 20:58:31 -07:00
Elliott Liggett e850146789 Merge branch 'master' of gitlab.com:eliggett/wfview 2020-03-11 17:45:07 -07:00
Elliott Liggett 125c0aff62 modified about box 2020-03-11 17:44:47 -07:00