Commit graph

38 commits

Author SHA1 Message Date
Phil Taylor
6fd5c951ab Various compatibility improvements 2022-04-20 13:35:23 +01:00
Phil Taylor
51323ebe64 Move wfserver configuration and add simple keyboard handler 2022-04-13 12:55:59 +01:00
Phil Taylor
dd4882e077 Update main.cpp 2022-04-11 11:54:06 +01:00
Phil Taylor
39ac969033 Add time to wfserver debugging 2022-04-11 11:52:57 +01:00
Phil Taylor
aa7e4678af Set HighDpiScaling attribute 2022-04-08 15:28:46 +01:00
Phil Taylor
e6397f606e Enable High DPI Scaling 2022-04-06 19:39:43 +01:00
Phil Taylor
d08a8ad1ed Merge branch 'master' into wfserver 2022-03-23 17:28:11 +00:00
Daniele Forsi
cf85d4cf7b Fix spelling errors 2022-03-23 15:45:51 +00:00
Phil Taylor
496946ef8c Non-working standalone server 2022-01-26 09:49:52 +00:00
Phil Taylor
a568d3ffb4 Fix some compile warnings 2022-01-23 16:43:58 +00:00
Phil Taylor
ae9c3201fd Fix building both wfview and wfserver together 2022-01-18 09:03:41 +00:00
Phil Taylor
93ba15fa8f Tidying of server code 2022-01-18 00:11:15 +00:00
Phil Taylor
354fc8085b Initial server commit 2022-01-17 17:23:55 +00:00
Phil Taylor
0ce7952045 Add more version info 2021-11-19 18:48:15 +00:00
Phil Taylor
a252867a32 Fix WFVIEW_VERSION in mac/linux 2021-11-19 18:26:45 +00:00
Phil Taylor
dbabf1621b Add --version command line argument and WFVIEW_VERSION #define 2021-11-19 17:52:18 +00:00
Phil Taylor
7564a9e0af Truncate wfview.log on open 2021-06-08 19:13:44 +01:00
Phil Taylor
abf4703855 Add some startup logging 2021-05-28 18:33:40 +01:00
Phil Taylor
80c0f4831e Add usage help for windows 2021-05-20 20:01:30 +01:00
Phil Taylor
856398e80a Add --settings option for settings file 2021-05-20 19:24:40 +01:00
Phil Taylor
44da069cfb Fixes for mac logging/pty since adding sandbox 2021-05-17 17:05:19 +01:00
Phil Taylor
f7f6c8e565 Add --debug option to increase debugging for release builds 2021-05-15 18:53:16 +01:00
Elliott Liggett
d2b2e299b1 Changed the organization and domain to wfview and wfview.org. 2021-05-01 00:58:30 -07:00
Phil Taylor
903b302d7d Fix some compile warnings and deprecation. 2021-03-13 16:56:48 +00:00
Phil Taylor
25f10d19cf Add logging categories 2021-02-23 21:21:22 +00:00
Phil Taylor
57dd511485 Merge remote-tracking branch 'origin/ui-enhance' into lan-alpha 2021-02-11 19:47:29 +00:00
Roeland Jansen
965f3c8c35 added newline at the start of help string as well 2021-02-11 09:57:14 +01:00
Roeland Jansen
2a79ae0263 added newline at the help string 2021-02-11 09:51:40 +01:00
roeland jansen
0e0480b0ed 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-02-10 17:32:56 +00:00
Roeland Jansen
a608d4c0c4 adding missing dash to the short form of --logfile 2021-02-08 10:20:06 +01:00
Phil Taylor
7fd249024d Add logging to file. 2021-02-07 20:07:26 +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
65943e5f57 Minor updates, copyright, comments. 2020-03-11 20:58:31 -07:00
Elliott Liggett
34e01402de Changed program name and various file locations. 2020-01-04 17:12:35 -08:00
Elliott Liggett
3e30213815 Now using preferences, read and write. Current settings are not written
at this time.
2018-11-24 22:21:36 -08:00
Elliott Liggett
c279bee5f6 Added preference file capability, additional radio identity functions. 2018-11-24 00:10:05 -08:00
Elliott Liggett
1fd6ce5310 Finally a good command parsing technique yeilds loads more usable data.
Dark mode is in too!
2018-06-22 16:31:52 -07:00
Elliott Liggett
4d86ab11cc Initial commit. 2018-06-19 12:58:52 -07:00