Bill Somerville
4dbba727ec
Explicitly include MOC generated source
2018-11-26 01:42:57 +00:00
Bill Somerville
4334c997ee
Add tool tips to log view windows
2018-11-25 22:30:28 +00:00
Bill Somerville
db51726da2
Move Fox log reset action to Fox log window context menu and allow deletes of QSOs
...
Move to OnRowChange edit strategy for log tables so that deletes from
view can be implemented cleanly.
Improve layout of log view tables by resizing to contents.
2018-11-25 22:19:41 +00:00
Bill Somerville
314d8a645b
Replace deprecated Qt algorithms with C++ Standard Library equivalents
2018-11-25 22:13:15 +00:00
Bill Somerville
86fb68f305
Set foreign key item delegate references key values combo box size according to contents
2018-11-25 21:55:19 +00:00
Bill Somerville
7b4b407455
Improved layout of settings frequencies and station details tables
2018-11-25 21:53:38 +00:00
Bill Somerville
49b87fb5a6
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
2018-11-24 21:26:49 +00:00
Joe Taylor
ef053e5a9f
Protect against execution of on_pbTxMode() when not in "JT9+JT65" mode.
2018-11-24 09:09:50 -05:00
Bill Somerville
155a56364a
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
2018-11-23 23:37:56 +00:00
Bill Somerville
59c74905f3
Force the Aqua theme on macOS to avoid issues with the Mojave dark theme
...
Qt 5.12 is exected to sort out issues with the Mojave dark theme,
until then we just have to stop it trying to make WSJT-X dark.
2018-11-23 22:18:43 +00:00
Steve Franke
e434bc5b55
Remove obsolete routines related to msk144.
2018-11-23 15:10:44 -06:00
Bill Somerville
c81b3c8e65
Validate contest QSO details before allowing logging
...
Basic validation, must have non-empty exchange sent and received.
Abstracted log view window widget behaviour into a base class. Turned
on auto resize to row height in log view windows and enabled
alternating colours. Convert empty fields to NULL when inserting new
log table rows to signify missing data. Trap insert row errors when
adding to contest log table so that logging can be held back if
constraints are not met. Re-factored log QSO processing to try insert
row into log table first and pop up a message box if constraints are
not met, this pops up the Log QSO window in case it was initiated by
an auto log event.
2018-11-23 01:18:39 +00:00
Bill Somerville
a488c64e43
Partially revert the merge below because of a bad merge of Configuration.ui
...
"Merge tag 'wsjtx-2.0.0-rc3' into develop"
This partially reverts commit
e3f4efefe6
, reversing changes made to
388fb94698
.
2018-11-21 01:32:31 +00:00
Bill Somerville
8fce78473f
Switch to .cbr as the default Cabrillo file extension
...
Should help to avoid accidents with other .log extension files in the
WSJT-X log files directory.
2018-11-20 23:47:29 +00:00
Bill Somerville
179e093262
Improve handling of uncaught exceptions by catching them early and displaying in a message box
2018-11-20 23:43:18 +00:00
Bill Somerville
6f966f613d
Display and export contest log times in UTC, not local time
2018-11-19 21:18:41 -05:00
Steve Franke
c4d4097bb3
Tweak a tooltip to remove reference to type 2 callsigns.
2018-11-17 07:19:08 -06:00
Joe Taylor
c3ba6b83b9
Add "No own call decodes" checkbox for WSPR mode.
2018-11-16 09:30:40 -05:00
Bill Somerville
44710d13ba
Workaround for a compiler bug on the ancient g++-4.8.5
2018-11-15 01:31:21 +00:00
Bill Somerville
b7b30452b1
Fix CMake Hamlib package finder on systems that use */lib64 LIBDIRS
2018-11-15 01:29:55 +00:00
Joe Taylor
dd28dd2670
Remove the Mouse Timer. Make the AutoSeq checkbox sticky, again.
2018-11-14 11:33:46 -05:00
Joe Taylor
c113d62ea6
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
2018-11-14 10:46:31 -05:00
Joe Taylor
43a5d7b519
Starting branch hotfix-2.0.0-rc5.
2018-11-14 10:44:36 -05:00
Steve Franke
3d7e3d4399
Merge branch 'hotfix-2.0.0-rc5' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc5
2018-11-14 07:10:10 -06:00
Steve Franke
b842ab7416
Fix a bug that caused many false decodes in JT65 VHF/UHF operation, when AP decoding was enabled.
2018-11-14 07:09:59 -06:00
Bill Somerville
982b76da54
Update Linux packaging dependencies
...
Notably setting the Qt minimum version to 5.5 and adding the Debian
libqt5sql5-sqlite package dependency.
2018-11-14 03:35:36 +00:00
Bill Somerville
dd9da021dd
Fix badly broken worked before database indexing
2018-11-14 03:03:12 +00:00
Bill Somerville
a87f3d3a27
Bump RC number to 5
2018-11-13 18:55:46 +00:00
Bill Somerville
875c308d52
Merge tag 'wsjtx-2.0.0-rc4' into develop
...
Tagging the WSJT-X v2.0.0 RC4 release candidate
2018-11-12 22:19:15 +00:00
Bill Somerville
a891ad6d9d
Merge branch 'hotfix-2.0.0-rc4'
2018-11-12 22:13:04 +00:00
Bill Somerville
e85bca14e2
Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4
2018-11-12 22:04:55 +00:00
Bill Somerville
552df2d520
Revert the message averaging window to it's original single personality
2018-11-12 22:03:39 +00:00
K9AN
d27745e836
Fix a typo.
2018-11-12 14:10:27 -06:00
Bill Somerville
26438d59e6
Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4
2018-11-12 19:12:25 +00:00
Bill Somerville
9ce1fe94a3
Cosmetic changes to UDP message client interface
2018-11-12 19:11:43 +00:00
Bill Somerville
6fdad18201
Let Fox and Hound decodes flow to UDP message channel
2018-11-12 19:10:12 +00:00
Bill Somerville
6caa77b166
Stop show of contest log window when leaving a special operaation mode
2018-11-12 19:08:02 +00:00
Bill Somerville
018a1218ce
Fix swapped sent and received reports in Fox log window
2018-11-12 18:26:05 +00:00
Joe Taylor
af53806081
Correct the RC4 timeout message to read December 31, 2018.
2018-11-12 13:04:46 -05:00
Joe Taylor
c2abf53a0e
JT65 Sh mode can send RRR, but not RR73.
2018-11-12 12:56:20 -05:00
Joe Taylor
b240e60d7d
Don't let unchecking the Sh box make Auto-Seq available in JT65 mode.
2018-11-12 12:52:20 -05:00
Joe Taylor
f850b09315
Merge branch 'hotfix-2.0.0-rc4' of bitbucket.org:k1jt/wsjtx into hotfix-2.0.0-rc4
2018-11-12 12:29:22 -05:00
Joe Taylor
72d3e6f6b0
Protect against negative ccfred() value in sync4.
2018-11-12 12:28:17 -05:00
Bill Somerville
1fb8eaf13b
Send STX ADIF field when sending contest serial numbers
...
This assumes that the last sent exchange field is a serial number if
there is more than one word in the exchange sent and the last word is
a positive non-zero number.
2018-11-12 16:59:02 +00:00
Joe Taylor
9cfb6613aa
For now, allow auto-sequencing only for FT8 and MSK144.
2018-11-12 11:58:16 -05:00
Joe Taylor
038405bc1e
Don't allow divide-by-0 for pathological JT4 signal.
2018-11-12 11:44:55 -05:00
Bill Somerville
be7c40d45f
Remove redundant ExchangeValidator class as now done by a regexp validator
2018-11-12 16:05:10 +00:00
Joe Taylor
e14fbd2fd0
Expand 22-bit messages to 37 bits. This fixes the double-click failure.
2018-11-12 10:29:26 -05:00
Bill Somerville
b2b56bbd90
Fix Fox log window item delegate to column mapping
2018-11-12 15:10:17 +00:00
Bill Somerville
30d587ffc7
Fix a couple of WSPR memory leaks and remove some compiler warnings
2018-11-12 13:58:35 +00:00