Bill Somerville
344000d994
Avoid showing a message box recursively
2020-09-27 17:23:11 +01:00
Bill Somerville
fe4c2b59ee
Revert to narrow character logging
2020-09-27 16:52:19 +01:00
Bill Somerville
6ab7889cd4
Deal with null pointers in QMessageLogContext instances
2020-09-27 16:16:55 +01:00
Bill Somerville
c572ce8b66
Avoid showing a message box recursively
2020-09-27 14:06:22 +01:00
Bill Somerville
68a083b9bf
Revert "Temporary reduction in severity for audio underrun errors"
...
This reverts commit a4fad2661f
.
2020-09-27 13:38:51 +01:00
Bill Somerville
a4fad2661f
Temporary reduction in severity for audio underrun errors
2020-09-27 13:34:39 +01:00
Bill Somerville
9fe3c7123e
Avoid GUI actions when crashing out with an uncaught exception
2020-09-27 13:25:38 +01:00
Bill Somerville
c1e1f3d46c
Find all the package components we use
2020-09-27 02:42:44 +01:00
Bill Somerville
59270e682f
Header file case fix
2020-09-27 01:55:29 +01:00
Bill Somerville
a6cb51e142
Windows only code
2020-09-27 01:53:12 +01:00
Bill Somerville
7a56acfe35
Merge branch 'develop' into feat-boost-log
2020-09-27 01:45:29 +01:00
Bill Somerville
32cff87234
Merge branch 'release-2.3.0' into develop
2020-09-27 01:44:56 +01:00
Bill Somerville
e5eb10f438
Updated release notes
2020-09-27 01:26:36 +01:00
Bill Somerville
1ae96dc672
Disable RC nag message
2020-09-27 00:42:25 +01:00
Bill Somerville
7f22d3c5a6
Merge branch 'develop' into feat-boost-log
2020-09-27 00:30:32 +01:00
Bill Somerville
1f96b82708
Bump version
2020-09-27 00:28:45 +01:00
Bill Somerville
ed10b0414a
Merge branch 'master' into develop
2020-09-26 21:52:29 +01:00
Bill Somerville
450f44c9ab
Merge branch 'release-2.3.0'
2020-09-26 21:51:46 +01:00
Joe Taylor
c3d8e4dd73
Working on QRA65, including simulator and test program.
2020-09-26 16:49:06 -04:00
Bill Somerville
24b9da7c1b
Enable RC nag message and time limit
2020-09-26 21:09:45 +01:00
Bill Somerville
32036cd36f
Correct slot function signatures due to Raspberry Pi compile error
2020-09-26 21:08:43 +01:00
Bill Somerville
e8808ebc54
Remove unnecessary stop of the input audio stream after error notifications
2020-09-26 21:07:35 +01:00
Bill Somerville
f12f481955
Remove unused member variable that breaks the Raspberry Pi build
2020-09-26 17:47:38 +01:00
Bill Somerville
3b6eabc7a8
Merge branch 'hotfix-2.3.0-rc1' into release-2.3.0
2020-09-26 16:42:47 +01:00
Bill Somerville
3295a7d10c
Preparation for the first v2.3.0 release candidate
2020-09-26 16:02:02 +01:00
Bill Somerville
47f85961aa
Better mapping of Hamlib message severity to ours
2020-09-26 15:44:58 +01:00
Bill Somerville
1b941af851
Per channel severity filter for default logging
2020-09-26 15:15:47 +01:00
Bill Somerville
030c8868ab
Dump current settings to trace log at startup
2020-09-26 15:14:51 +01:00
Bill Somerville
d587325f65
Sample user-defied log configuration file
2020-09-26 15:13:52 +01:00
Bill Somerville
396f128ece
Make use of different severities for rig control logging
2020-09-26 15:13:29 +01:00
Bill Somerville
1d43ddd38b
Use wide character logging for efficiency as most o/p is QString
2020-09-26 14:56:16 +01:00
Bill Somerville
db9b2d538d
Conversions to QString for user-defined Qt types
2020-09-26 13:57:21 +01:00
Joe Taylor
acd6253373
A few more fixups for QRA65. Not finished, yet!
2020-09-25 15:38:20 -04:00
Joe Taylor
443aee5355
Restore AGC action in sync_qra65().
2020-09-25 13:31:43 -04:00
Joe Taylor
7fd2f1afe6
Change QRA66 to QRA65, on the C++ side.
2020-09-25 13:20:46 -04:00
Joe Taylor
6ebc700288
Mostly(?) changed QRA66 to QRA65 on the Fortran side.
2020-09-25 12:21:57 -04:00
Joe Taylor
2057600f43
First functioning QRA65 encode and decode.
2020-09-25 10:55:21 -04:00
Bill Somerville
4b85d916ec
Updates to qmake project include files
2020-09-25 02:42:17 +01:00
Bill Somerville
dc1fdd9562
Remove some obsolete CMake options
2020-09-25 02:41:47 +01:00
Bill Somerville
cbd4f109a8
Add a log channel for rig control
...
RIGCTRL is defined as a log channel for rig control messages and the
appropriate logger is made available to children of the Transceiver
class. Use Transceiver::logger() to access the logger.
Switched existing rig control QDebug messages to Boost logging.
2020-09-25 02:37:41 +01:00
Bill Somerville
bd529c0ce5
Merge branch 'develop' into feat-boost-log
2020-09-25 00:54:51 +01:00
Bill Somerville
3fafbdaaa3
Boost log set up for WSJT-X
...
Rotated log files limited to ten saved logs with timestamped and
counted file names. Logs written to writeable files directory. Formats
and file names hard coded with expression templates fro efficiency,
but with the ability to provide a user-defined configuration file that
overrides the hard-coded defaults. The configuration file must be in
the configuration files directory and named wsjtx_log_config.ini.
2020-09-25 00:50:32 +01:00
Bill Somerville
98997fb745
Basic implementation of some log sinks using the Boost log library
...
A sink called SYSLOG that is intended to consume all log messages.
A sink called DATALOG that is intended for data logging.
2020-09-24 18:55:00 +01:00
Bill Somerville
e83b91de95
Move ExceptionCatchingApplication class to its own header
2020-09-24 18:32:58 +01:00
Bill Somerville
e50e712fdd
Start using class NonInheritingProcess
2020-09-24 17:57:06 +01:00
Bill Somerville
1a6474976c
Wrap QProcess to avoid inherited handles causing issues on Windows
2020-09-24 17:53:21 +01:00
Joe Taylor
e489d1fe85
A few more edits for User Guide.
2020-09-24 11:01:04 -04:00
Joe Taylor
3799ddc3f7
Editing of new FST4/FST4W text in the User Guide.
2020-09-24 10:42:39 -04:00
Joe Taylor
4a327c2c42
Minor editing of User Guide.
2020-09-23 16:34:42 -04:00
Joe Taylor
598835d9c9
First cut at adding FST4, FST4W to the User Guide.
2020-09-23 15:03:33 -04:00