Bill Somerville
4fbefb9e99
Remove extraneous MainWindow UI element
2018-12-16 01:30:55 +00:00
Bill Somerville
a901ad52f3
Merge branch 'hotfix-2.0.1-rc1' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.1-rc1
2018-12-16 01:28:21 +00:00
Bill Somerville
80a5d41223
Remove RGB values from configuration colours as they are unnecessary duplicated information
2018-12-16 01:26:54 +00:00
Joe Taylor
c28208431d
Add to User Guide a caution about using nonstandard callsigns.
2018-12-14 14:13:19 -05:00
Joe Taylor
e74c1b942a
MSK144 frequency should default to 50.260 in R2 and R3.
2018-12-12 16:36:52 -05:00
Joe Taylor
e76f33e76e
New image file for User Guide.
2018-12-11 13:27:17 -05:00
Joe Taylor
70b531fc44
Updates to User Guide; replace FT8 and MSK144 sample files with ones using new protocols.
2018-12-11 11:24:04 -05:00
Bill Somerville
6f4205aa73
Bump version
2018-12-11 15:59:36 +00:00
Bill Somerville
b2cb2e1d2e
Repair regression in Log QSO power and comments retention
2018-12-10 18:44:57 +00:00
Bill Somerville
5e585e8027
Relax ADIF log file parsing to allow garbage between records and records with no DX callsign
2018-12-10 17:06:02 +00:00
Bill Somerville
784f75ea74
Fix an issue with g++ v8.2 compiles
2018-12-09 22:47:45 +00:00
Bill Somerville
205024f8ef
GA release and make initial message show in GA version
2018-12-09 21:18:08 +00:00
Bill Somerville
7dd0dc9319
Merge branch 'hotfix-2.0.0-rc6'
2018-12-09 20:12:41 +00:00
Bill Somerville
203dd239cb
Rationalize OpenSSL installation instructions in the User Guide
2018-12-09 18:21:40 +00:00
Steve Franke
928beb4f4a
Fix a couple of typos.
2018-12-08 22:32:42 -06:00
Joe Taylor
e586838f55
Add Release Notes for the GA release of WSJT-X 2.0.
2018-12-08 21:49:02 -05:00
Bill Somerville
b6a7532832
Updated A1DC cty.dat file - Big CTY 20th November 2018
2018-12-09 01:43:54 +00:00
Bill Somerville
035b5a2366
Improve v2.0 update announcement formatting across platforms
2018-12-09 01:38:37 +00:00
Steve Franke
5d8e5b0070
restore the return path that was commented out in commit 19fbb95
2018-12-08 12:00:58 -06:00
Steve Franke
aeb3c212e6
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-08 10:56:38 -06:00
Steve Franke
19fbb95b8c
Comment out some code related to the nextCall facility.
2018-12-08 10:56:29 -06:00
Bill Somerville
2d07a1727f
Add OpenSSL installation instructions for Windows to User Guide
2018-12-07 23:41:43 +00:00
Bill Somerville
8608ad0b3b
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-07 21:34:36 +00:00
Bill Somerville
7294f83f59
Ensure that decode highlighting settings that a trashed by running an older version get reset
2018-12-07 21:27:33 +00:00
Joe Taylor
dadfffcdcd
Add some LoTW download instructions to the User Guide.
2018-12-07 15:12:21 -05:00
Steve Franke
ed4e1463f0
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-07 11:10:43 -06:00
Steve Franke
dfceef3662
Fix up ft8sim so that it prints a warning when SNR is set too high so that data will be clipped.
2018-12-07 11:10:25 -06:00
Bill Somerville
06fef25391
User guide updates
2018-12-07 01:44:19 +00:00
Bill Somerville
e3daedef92
Revert elision of AP information appended to decodes in ALL.TXT
2018-12-06 21:42:37 +00:00
Steve Franke
ed90b56819
cmath is needed
2018-12-06 11:11:57 -06:00
Joe Taylor
8134c334cb
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-06 11:11:06 -05:00
Joe Taylor
0ae8cade5e
Fix a typo. Remove the RC timeout.
2018-12-06 11:10:09 -05:00
Bill Somerville
cf244660cd
Removed unnecessary diagnostic print
2018-12-06 15:39:21 +00:00
Bill Somerville
7cd7989f45
Fix line ending handling when processing decodes
2018-12-06 15:34:46 +00:00
Bill Somerville
bf87499635
Fix truncation of non-FT8 decoded messages in ALL.TXT
2018-12-06 14:04:14 +00:00
Bill Somerville
b8e4517718
Improve performance of Fox and contest log view windows
...
This include inverting the order of table view rows so the newest is
at the top, without that the Qt MVC interactions when using a database
table based model is too slow and complex to manage.
The table views now have sort by column capability in the normal way
(click column header to reverse sort order) for timely logging and
non-disruption of Tx starts the log view should be sorted in
descending time order and scrolled to the last row added. Without that
Fox and contest logging will work but serious delays may be invoked
that disrupt operation.
2018-12-06 05:41:16 +00:00
Bill Somerville
1c48b39b58
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-06 02:18:24 +00:00
Steve Franke
6b58c56e26
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 16:06:39 -06:00
Steve Franke
337bae6d0d
Housekeeping. Remove unused code and unused variables. Silence some compiler warnings.
2018-12-05 16:06:33 -06:00
Joe Taylor
cc773b6586
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 15:55:43 -05:00
Joe Taylor
044a126278
Proposed wording for the v2.0 GA startup message.
2018-12-05 15:54:42 -05:00
Steve Franke
c8853cb90c
Use regex to decide how the GUI formats the Tx messages for subsequent packing by packjt77. Ensure that C4XMAS is properly flagged as a non-standard callsign.
2018-12-05 13:47:36 -06:00
Steve Franke
fb39de196e
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 10:19:26 -06:00
Steve Franke
088b6cec11
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 10:00:43 -06:00
Joe Taylor
93377c789e
More tweaks to the v2.0 User Guide.
2018-12-05 09:52:13 -05:00
Joe Taylor
42172d9dd0
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-05 08:21:02 -05:00
Joe Taylor
d8f7354c0e
Make fmtmsg aware of both message sizes, 22 and 37 chars.
2018-12-05 08:19:59 -05:00
Joe Taylor
202528d1b1
Fix a typo.
2018-12-05 07:00:20 -05:00
Steve Franke
a5e82ac94c
Delete an unused routine. Fix a typo in a comment.
2018-12-04 20:01:55 -06:00
Bill Somerville
6b507cebf3
Merge branch 'hotfix-2.0.0-rc6' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc6
2018-12-04 21:44:31 +00:00