Commit Graph

5687 Commits

Author SHA1 Message Date
Joe Taylor ced74644fd On startup or switching to QRA64 mode, set Tx and Rx audio freqs to 1000 Hz. 2019-07-09 14:59:34 -04:00
Bill Somerville 01aaa852e3
Updates to support Qt v5.13
Replacement of deprecated Qt functions and member functions.
2019-07-08 01:37:04 +01:00
Bill Somerville 0c49f6f872
Merge branch 'feat-refactor' into develop 2019-07-04 13:16:03 +01:00
Bill Somerville 60332e799e
Merge branch 'develop' into feat-refactor 2019-07-04 12:34:20 +01:00
Bill Somerville e79411b41b
Merge branch 'release-2.1.0' into develop 2019-07-04 12:25:33 +01:00
Bill Somerville 9ba06c7370
Merge branch 'hotfix-2.0.2' into release-2.1.0 2019-07-04 12:14:06 +01:00
Steve Franke fa44ed84c5 Remove an unused routine. Minor tweaks. 2019-07-03 10:55:13 -05:00
Bill Somerville 9264aa95aa
Squash a compiler warning 2019-07-03 02:12:27 +01:00
Bill Somerville ab9675c2a7
Squash several compiler warnings 2019-07-03 01:51:40 +01:00
Bill Somerville 40cf45c259
Squash a compiler warning 2019-07-03 01:25:25 +01:00
Bill Somerville 2a3e4c1e50
Merge branch 'feat-refactor' of bitbucket.org:g4wjs/wsjtx-refactor into feat-refactor 2019-07-03 00:59:15 +01:00
Bill Somerville 34bfebf1bd
Squash some warnings 2019-07-03 00:58:27 +01:00
Bill Somerville e95451cdcc
Squash compiler warnings 2019-07-03 00:29:56 +01:00
Bill Somerville cee3c9796f
Squash a compiler warning that was also a potential defect 2019-07-03 00:16:39 +01:00
Bill Somerville a9fd073023
Squash a compiler warning 2019-07-03 00:15:48 +01:00
Bill Somerville ccac8c4f6e
Squash a couple of warnings 2019-07-03 00:03:02 +01:00
Bill Somerville d3f3ff090c
Merge commit 'd361e123c6642006deb4ec4127a5ff1b28d7dd74' into feat-refactor 2019-07-02 23:50:53 +01:00
Bill Somerville d361e123c6 Squashed 'boost/' changes from d9443bc48..c27aa31f0
c27aa31f0 Updated Boost to v1.70.0 including iterator range math numeric crc circular_buffer multi_index intrusive

git-subtree-dir: boost
git-subtree-split: c27aa31f06ebf1a91b3fa3ae9df9b5efdf14ec9f
2019-07-02 23:38:24 +01:00
Bill Somerville a27668428b
Cleaner warning sidestep 2019-07-02 21:07:43 +01:00
Bill Somerville e7ace39e44
Fix a warning 2019-07-02 19:33:09 +01:00
Chris Karpinsky a30d97fb57 Merged develop into feat-refactor 2019-07-02 13:11:40 -05:00
sirhc808 dd53e8d348 incorporate code review feedback 2019-07-02 13:00:32 -05:00
sirhc808 1f57ba5fec improve physical structure 2019-07-02 12:45:05 -05:00
sirhc808 27d4471cde Merge branch 'ft9_refactor' into feat-refactor
# Conflicts:
#	CMakeLists.txt
#	lib/ft4/getcandidates4.f90
#	lib/ft4/sync4d.f90
2019-07-02 12:06:14 -05:00
sirhc808 af64533363 start refactoring UML docs 2019-07-02 11:50:55 -05:00
sirhc808 569809b0b3 capture existing implementation in UML 2019-07-02 11:30:53 -05:00
sirhc808 ee5d5c8ae9 improve physical structure 2019-07-02 10:19:43 -05:00
sirhc808 50ce71b47a improve physical structure 2019-07-01 21:52:32 -05:00
sirhc808 c0aada598d add some clion ignorance 2019-07-01 21:24:30 -05:00
sirhc808 47b8d4422c fix some errrrrors 2019-07-01 21:19:18 -05:00
sirhc808 6692b8427d break build on C++ warnings 2019-07-01 21:15:53 -05:00
sirhc808 84fd0ed7c7 clean up a few warnings 2019-07-01 21:10:43 -05:00
sirhc808 1f282153eb clean up a few warnings 2019-07-01 20:31:33 -05:00
sirhc808 4317f54b1a simple CMake fix to use Qt's latest CMake support 2019-07-01 19:36:14 -05:00
Bill Somerville 857afbe500
Merge commit '86c48cb49f3dfb7752a17b80a3ab06d98cd9878d' into release-2.1.0 2019-07-02 00:38:43 +01:00
Bill Somerville 1968597783
Merge branch 'release-2.1.0' into develop 2019-07-02 00:18:22 +01:00
sirhc808 86c48cb49f Update to use current version of Qt's CMake support 2019-07-01 14:19:43 -05:00
Bill Somerville adcf202637
Repair a crash when decoding ISCAT
Passing a  auto stack variable to  a future is  not a good idea  as it
will almost certainly  go out of scope before the  future has finished
executing.
2019-06-30 12:17:17 +01:00
Bill Somerville c65d832356
New UDP messages to close and reconfigure WSJT-X plus more status fields
The Status(1) message acquires the new fields Frequency Tolerance, T/R
Period,  and  Configuration Name.  The  Rx  DF,  Tx DF  fields  become
unsigned (this should be a benign change which is just for correctness
as -ve values have never been possible).

The   Close(6)  message   becomes  bi-directional   allowing  external
applications to gracefully close down WSJT-X instances.

A  new  message SwitchConfiguration(14)  is  provided  that allows  an
external application to  switch the current configuration  of a WSJT-X
instance.

Another  new  message  Configure(15)  is provided  to  allow  external
applications to adjust some key parameters like the mode and submode.

See the  NetworkMessages.hpp header  commentary for full  details. The
UDPExamples/MessageAggregator reference  application has  been updated
to be able to exercise all of the above changes.

Note   that   this   commit   enforces  stricter   checking   on   the
"Settings->Reporting->Allow  UDP  requests"   option,  which  must  be
checked  before  any state  changing  incoming  messages to  a  WSJT-X
instance are processed.
2019-06-25 14:35:58 +01:00
Steve Franke 7d3b346afa Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0 2019-06-24 11:10:01 -05:00
Steve Franke e7889ba11b FT4: candidates within 20 Hz of nfqso are presented to the decoder first. 2019-06-24 11:09:55 -05:00
Bill Somerville 17492c45a9
Further field day ADIF log enhancements
Received exchange exported to SRX_STRING.
2019-06-24 16:03:41 +01:00
Bill Somerville 91aa591a71
Better ADIF conformance for ARRL Field Day mode
This change may break N1MM Logger+ integration, notably the CLASS ADIF
field is  populated which may not  be recognized by N1MM  Logger+, nor
interfaces to it.

One exception to  ADIF conformance is that the ARRL_SECT  field may be
populated with  the value DX  despite it  not being a  valid ARRL_SECT
enumeration value. This is done for consistency with N1MM Logger+ ADIF
exports.
2019-06-24 00:56:41 +01:00
Bill Somerville c8fd0b0988
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0 2019-06-22 03:52:10 +01:00
Steve Franke c68679bd10 Tweak to reduce the number of bad candidates. 2019-06-19 09:07:08 -05:00
Steve Franke efb01d014d Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0 2019-06-18 11:36:03 -05:00
Steve Franke 6caf9955a4 Back off to 77 AP bits for RR73 decodes, for now. 2019-06-18 11:35:54 -05:00
Bill Somerville 32f8a601a1
Merge branch 'release-2.1.0' of bitbucket.org:k1jt/wsjtx into release-2.1.0 2019-06-18 11:44:38 +01:00
Joe Taylor 393b595126 Editorial work on parts of the User Guide related to FT4. 2019-06-17 15:47:47 -04:00
Joe Taylor 396bf1a013 Correct a flaw in ft8sim when generating data with large abs(DT). 2019-06-17 11:26:46 -04:00