Commit Graph

5968 Commits

Author SHA1 Message Date
Bill Somerville
366edf01ee
Allow for remote CAT with local hardware PTT 2020-06-01 14:40:56 +01:00
Bill Somerville
0c0d71c0a7
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-06-01 11:24:59 +01:00
Bill Somerville
1d0bee3d65
Updated Chinese & Hong Kong Chinese translations, tnx Sze-To, VR2UPU. 2020-06-01 11:11:20 +01:00
Bill Somerville
317d9a7493
Tidy up l10n and allow for override to 'en' with no translations
Passing `--language en', '-l en-US', or `-l en_US` now takes a special
action to  not load  any translations using  the current  locale. This
allows the current system UI language not to influence an translations
loaded via the command line override when the native en-US is wanted.
2020-06-01 11:07:41 +01:00
Joe Taylor
817b168e05 Remove the "trial frequencies" for FT8. 2020-05-31 11:39:41 -04:00
Bill Somerville
013099c363
Update .ts files 2020-05-31 14:55:31 +01:00
Bill Somerville
12af2572e2
Avoid duplicate resources and ensure generic Qt UI l10n loaded 2020-05-31 14:41:59 +01:00
Bill Somerville
1ccd9d2fab
Chinese and HK Chinese UI translations, thanks Sze-To, VR2UPU 2020-05-31 14:23:25 +01:00
Bill Somerville
905085ab36
Japanese UI translation, thanks to Oba san, JA7UDE 2020-05-31 13:38:38 +01:00
Bill Somerville
b30cb2d040
Updated Catalan and Spanish UI translations, tnx Xavi, EA3W 2020-05-31 13:37:58 +01:00
Bill Somerville
2ba29f4932
Remove unpopulated translation files 2020-05-30 23:06:34 +01:00
Bill Somerville
5d82eac14a
Updated translation files, thanks to Xavi, EA3W 2020-05-30 22:53:13 +01:00
Bill Somerville
0c3fa17865
Avoid an uninitialized COM pointer reference in the Omni-Rig i/f
Removed port locking as it doesn't seem to work.
2020-05-29 23:38:55 +01:00
Bill Somerville
6c2de129a7
Bump release candidate number 2020-05-29 22:32:02 +01:00
Bill Somerville
241abdb10e
Empty wsjtx_en.qm so that macOS doesn't load a secondary l10n 2020-05-29 22:11:41 +01:00
Bill Somerville
d11f7d1321
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-29 20:02:30 +01:00
Bill Somerville
1f06a2a948
Avoid text heuristics for macOS special menu actions
These  go wrong  too easily  with l10n,  this ensures  the right  menu
actions are  treated specially  on macOS and  moved to  their "normal"
place on the global system menu.
2020-05-29 20:00:02 +01:00
Joe Taylor
fa50c19a41 Correct the date at top of Release Notes. 2020-05-29 09:04:23 -04:00
Bill Somerville
69bb39c88f
Move minimum macOS version back to 10.12 in line with Qt 5.12 2020-05-29 00:29:19 +01:00
Bill Somerville
e329154c86
Updates to release notes 2020-05-29 00:03:03 +01:00
Bill Somerville
e7b8c5e7c0
Remove UI languages we do not yet have translation files for 2020-05-28 23:58:03 +01:00
Bill Somerville
bbfced4d2b
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-28 23:54:33 +01:00
Joe Taylor
2232c946df Updates to Release Notes in preparation for 2.2.0-rc3. 2020-05-28 10:01:16 -04:00
Bill Somerville
399baf6f83
Allow macOS 10.12 support as Qt 5.12 is OK with that 2020-05-28 11:06:07 +01:00
Bill Somerville
2088ad8597
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-26 19:57:43 +01:00
Bill Somerville
65ef7c47f7
Repair regression defect in WSPR power combo box items 2020-05-26 18:00:14 +01:00
Steven Franke
331d71d2ce Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-26 09:59:57 -05:00
Steven Franke
002748b44f Raise sync threshold for Normal and Fast decoding depth. 2020-05-26 09:59:52 -05:00
Joe Taylor
eeed9b5a2e Don't allow restart with "ISCAT B" mode label unless VHF features are enabled. 2020-05-26 10:28:14 -04:00
Joe Taylor
ee8c6915b6 Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-26 09:42:29 -04:00
Joe Taylor
9d104643a8 Minor fixes for an error and a typo in User Guide. 2020-05-26 09:41:31 -04:00
Bill Somerville
3a1b42a3fd
Enable UI translations to Japanese 2020-05-26 12:57:38 +01:00
Bill Somerville
80d16bcc91
Catalan UI translation updates, thanks to Xavi, EA3W 2020-05-26 11:12:14 +01:00
Bill Somerville
0856c4298a
Use language only to identify Spanish translation files
This  allows the  Spanish UI  translation to  work, for  now, for  all
Spanish speaking locales.  If necessary we  can make it es-ES if other
translators feel it is not a good base for their Spanish variant. OTOH
if they just need to l10n a  few strings then, say for Argentina, then
they can do  that in an wsjtx_es_AR.ts and  untranslated strings there
will fall back to the  ones in wsjtx_es.ts automatically. This happens
because of teh way the application loads multiple translation files in
an order suitable for that to happen.
2020-05-26 00:01:43 +01:00
Bill Somerville
0b0f29dc64
Updated UI translation, inc. Spanish, Tnx to Xavi, EA3W 2020-05-25 23:52:28 +01:00
Bill Somerville
7425f13abc
Add some polish to i18n
package Qt translations so that standard buttons etc. get l10n.
2020-05-25 22:44:05 +01:00
Bill Somerville
7104c4996e
Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-25 18:46:50 +01:00
Bill Somerville
9de87fb137
Load language translations only when matching the primary language 2020-05-25 15:02:16 +01:00
Bill Somerville
5f1aa8d52e
Bump release candidate number 2020-05-25 15:01:42 +01:00
Joe Taylor
c7ac74b2dc Correct the restoration of WideGraph, EchoGraph, nd FastGraph after minimization. 2020-05-25 09:35:31 -04:00
Bill Somerville
dbc42f7a61
Updated CTY.DAT - Big CTY - 20th May 2020 2020-05-24 19:30:44 +01:00
Joe Taylor
4088e9fbdc Merge branch 'release-2.2.0' of bitbucket.org:k1jt/wsjtx into release-2.2.0 2020-05-24 12:50:59 -04:00
Joe Taylor
304b6b2207 Update System Requirements to "Windows 7 or later". 2020-05-24 12:50:20 -04:00
Bill Somerville
bef3cc877d
Release note updates 2020-05-24 16:50:12 +01:00
Bill Somerville
c6688534cd
Performance improvements to decode highlighting
The Highlight  Callsign (13)  UDP message now  operates in  a slightly
different way.  The  "Highlight last" field, when  true valued, causes
all  instances of  the specified  callsign  to be  highlighted in  the
decoding  period. This  allows external  applications to  highlight DX
callsigns even when  multiple stations are calling  them.  Before this
was  unlikely to  work since  the external  application would  have to
respond to  Decode (2) UDP  messages exceedingly quickly  to guarantee
successful highlighting  before another decode  with the same  DX call
was  printed.   There  should  be  no  changes  required  to  external
applications acting  as servers  to the  WSJT-X UDP  Message Protocol,
although  using  the  version  of the  Highlight  Callsign  (13)  with
"Highlight   last"  should   not  be   required  for   adhoc  callsign
highlighting. It should be reserved for commonly recurring targets and
limited to  no more than 100  active highlighting requests at  any one
time, otherwise there may be performance impacts on WSJT-X.
2020-05-24 16:33:14 +01:00
Joe Taylor
b31dfba67b Consider a decode starting with "CQ <" as an invalid decode. 2020-05-24 10:03:56 -04:00
Joe Taylor
851e40a6c7 Correct typos in User Guide. Thanks to Frode, LA6VQ! 2020-05-23 11:57:53 -04:00
Joe Taylor
58a310674d More updates to the Release Notes for v2.2.0-rc2. 2020-05-23 10:57:18 -04:00
Joe Taylor
628eab2cb6 Don't clear the Hold Tx frequency box at unwanted times. 2020-05-23 10:56:17 -04:00
Joe Taylor
079bb80948 Add another suggested FT8 frequency, 50.310 MHz. 2020-05-23 10:55:20 -04:00