Bill Somerville
a611601eb6
Updated Catalan and Spanish UI translations, tnx Xavi, EA3W
2020-05-31 13:44:44 +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
68310ec561
Updated translation files, thanks to Xavi, EA3W
2020-05-30 22:46:50 +01:00
Bill Somerville
1da87fe904
Empty wsjtx_en.qm so that macOS doesn't load a secondary l10n
2020-05-30 22:01:47 +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
K9AN
304333a418
Fix MSK144 timestamps in ALL.TXT log.
2020-05-29 07:59:46 -05:00
Bill Somerville
a57dcd4a6f
Merge branch 'master' into develop
2020-05-29 00:53:36 +01:00
Bill Somerville
7528670ff1
Merge branch 'release-2.2.0'
2020-05-29 00:36:59 +01: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
Joe Taylor
8523e3415e
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-05-28 09:11:37 -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
12993cb266
Avoid some bound to fail Hamlib API calls
2020-05-27 20:05:16 +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
9ed7e5b903
Enable UI translations to Japanese
2020-05-26 12:42:13 +01:00
Bill Somerville
9ba4657309
Catalan UI translation updates, thanks to Xavi, EA3W
2020-05-26 12:29:23 +01:00
Bill Somerville
fc76966720
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 12:29:23 +01:00
Bill Somerville
546550e97a
Updated UI translation, inc. Spanish, Tnx to Xavi, EA3W
2020-05-26 12:29:23 +01:00
Bill Somerville
19c81eecb6
Add some polish to i18n
...
package Qt translations so that standard buttons etc. get l10n.
2020-05-26 12:29:10 +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
77f49bae7b
Merge branch 'master' into develop
2020-05-24 19:32:25 +01:00
Bill Somerville
62932bec5c
Merge branch 'release-2.2.0'
2020-05-24 19:32:14 +01:00
Bill Somerville
dbc42f7a61
Updated CTY.DAT - Big CTY - 20th May 2020
2020-05-24 19:30:44 +01:00
Joe Taylor
a9e9866017
Merge branch 'develop' of bitbucket.org:k1jt/wsjtx into develop
2020-05-24 13:39:46 -04: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