Commit Graph

3336 Commits

Author SHA1 Message Date
Joe Taylor
10bda6b6d2 A number of minor edits to the User Guide -- mostly thanks to Roger, VE1SKY.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7271 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-31 17:23:51 +00:00
Joe Taylor
e0f80b7afc Correct a flaw in deep4 (apparently caused by gfortran optimizer?). Move
display of the "No More Files..." message until after the "Decode Finished"
message is received.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7270 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-31 14:24:02 +00:00
Joe Taylor
854d1287e4 I think this is better logic for enabling/disabling the checkbox that enables "CQ Rx nnn". Please check!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7269 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-30 23:52:25 +00:00
Bill Somerville
e2eb51fd3a Choose the nearest preset frequency in a band when forced to align
This ensures that an already  selected preset frequency is not changed
when exiting  the settings  dialog.  Probably would  be better  to not
reset  the frequency  when exiting  the  settings dialog  but that  is
buried inside other function calls that are probably necessary.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7268 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-30 22:36:13 +00:00
Joe Taylor
bc32b6a6ff Correct a bug that could switch to a JT65 shorthand message if Tx5 window
is edited to (say) "73 ...".


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7267 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-30 21:38:52 +00:00
Joe Taylor
09094b3b28 Don't use soft keying with CW iD in fast modes. (I don't understand why this was needed...)
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7266 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-30 20:19:18 +00:00
Bill Somerville
cc4583f772 Fix issue with the configurations menu on Mac OS X
On Mac OS X  due to the Qt use of native  menu widgets the connections
for  a menu  action get  disconnected before  they are  triggered when
using QMenu::aboutToHide()  to remove the items  dynamically.  Changed
to  depopulate  the   sub  menu  just  before   re-population  in  the
QMenu::aboutToShow() event.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7263 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-29 19:26:20 +00:00
Bill Somerville
53280deb8d Refactor the MultiSettings class to work on Linux with Qt 5.5
This  change  to  using  dynamically   built  pop  up  menus  for  teh
configurations menu gets around an  issue with teh Linux Unity appmenu
not being able to handle actions used in multiple menu items.

There is  a remaining issue  with the QMenu::aboutToHide()  signal not
being fired if the Unity appmenu  is not disabled. Hopefully this will
be fixed  in later  Qt/Unity versions.  Until then  the configurations
menu cannot be used unless the appmenu_qt5 package is removed.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7260 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-29 12:05:52 +00:00
Bill Somerville
50c8e888e1 Bump RC number in preparation for a beta release
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7258 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 18:37:27 +00:00
Bill Somerville
cfb1a3cbe2 Use Qt signals to process configuration name changes
This change maintains the encapsulation  of the MultiSettings class by
using  a  signal   to  notify  clients  of  changes   to  the  current
configuration name.

Modifications  to   the  MainWindow  class  to   display  the  current
configuration name in the status bar, if it is not "Default", based on
MultiSettings events rather than polling for changes.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7257 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 17:15:04 +00:00
Joe Taylor
5fb0b05198 Fic label_7 for MSK144. User guide updates.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7256 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 15:33:56 +00:00
Joe Taylor
9f1008adfc New status bar picture for User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7255 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 14:37:15 +00:00
Bill Somerville
3324da9c01 Remove outer main window window sizes for better cross platform behaviour
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7254 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 14:34:37 +00:00
Bill Somerville
9fda726c60 Fix up broken settings UI layouts and tab order
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7253 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 14:34:30 +00:00
Joe Taylor
0c0e3ec978 Add a status bar label for configuration name (if other than "Default").
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7252 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-28 14:33:00 +00:00
Joe Taylor
7173c47c78 User Guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7251 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-27 18:13:30 +00:00
Joe Taylor
4e18934246 Update list of active files in wsjtx.pro.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7250 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-27 17:41:31 +00:00
Joe Taylor
aa09a55ec0 Clean up a few more Tool Tips.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7249 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-27 17:04:34 +00:00
Joe Taylor
a965d87721 User Guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-27 16:47:39 +00:00
Joe Taylor
fb24784bd8 User Guide updates.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7247 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 23:36:50 +00:00
Joe Taylor
fd7514c6fc Cleanup of Tool Tips and Tab Order.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7246 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 20:22:26 +00:00
Joe Taylor
f862c46e1f More User guide updates.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7245 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 19:32:09 +00:00
Joe Taylor
bc1ffa6839 Remove more diagnostic prints.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7244 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 19:13:18 +00:00
Joe Taylor
da6c803e89 Remove diagnostic print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7243 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 19:02:43 +00:00
Joe Taylor
a0d27d23f7 Introduce a 1-second delay before starting wsprd. (There is probably a better
way to make sure that the new .wav file is ready, before starting wsprd?)


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7242 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 19:01:46 +00:00
Joe Taylor
a4185e0665 More User Guide updates.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7241 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 18:28:37 +00:00
Joe Taylor
459cbf2e17 A few more User Guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7240 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 17:50:48 +00:00
Joe Taylor
bf7c903318 Update the CMakeLists.txt for docs.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7239 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 16:47:59 +00:00
Joe Taylor
8a5e21510d MOre edits to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7238 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 16:44:04 +00:00
Joe Taylor
9cdd7d0c02 Don't allow a second LogQSO window to overwrite one already in use (thanks to W9MDB).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7237 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 16:21:30 +00:00
Joe Taylor
1928850813 Correct some values of the m_hsymStop.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 16:11:21 +00:00
Joe Taylor
ddeb1bab4e Many editorial changes to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7235 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 15:36:22 +00:00
Joe Taylor
cddd34c351 Correct the undesired relocation of "OK/Cancel" buttons on Settings screen.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7234 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-26 13:17:57 +00:00
Joe Taylor
e7237a0fa4 Prevents auto power tune from resetting attenuation to 0 by default.
Fix autotune for tx pwr on band changes to keep current level if never set.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7233 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 22:49:20 +00:00
Joe Taylor
dcf8521c18 Minor tweaks to MDB patch and User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7232 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 21:15:12 +00:00
Joe Taylor
31b474883b Further updates of the v1.7 release notes.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7231 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 20:50:36 +00:00
Joe Taylor
c067a21e9a Minor tweaks of the Pwr memory feature.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7230 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 20:35:34 +00:00
Joe Taylor
0441986ccc Add the W9MDB patch (very slightly modified) for band-by-band memory
of power settings for Transmit and Tune.  Also an interim update of
v1.7_Features.txt.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7229 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 20:24:09 +00:00
Joe Taylor
40cf903db5 Many more additions to the WSJT-X User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7228 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-25 18:04:33 +00:00
Joe Taylor
a251c045e3 Rationalize several VHF-oriented features of the JT4 and JT64 decoders. More additions to the User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7227 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 20:48:24 +00:00
Joe Taylor
e4d10d4f19 Clarify what VHF-enabled JT65 messages get sent to the right window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7226 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 17:01:47 +00:00
Joe Taylor
87d4f2fdbc Use bVHF rather than single_decode to control display of params at end of decode line.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7225 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 15:25:25 +00:00
Joe Taylor
5b47bbf22e Don't display dupes in JT65, even if minsync<0. Use VHFfeatures rather than single_decode to control display of Tol, etc., in plotter.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7224 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 14:56:14 +00:00
Joe Taylor
a700663b0d Protect against ndecodes > 50.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7223 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 14:23:21 +00:00
Joe Taylor
b34c3d7ec1 Fix typos reported by IW3RAB. Thanks, Sandro!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7222 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-24 13:37:15 +00:00
Steven Franke
ad0ad1680b Tweaks to decrease UER for Sh messages.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7221 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-23 17:37:44 +00:00
Joe Taylor
0bc06e27e6 More edits in the User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7220 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-22 20:08:57 +00:00
Joe Taylor
fff1caade2 Additions to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7219 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-21 20:24:42 +00:00
Joe Taylor
c1d5531603 For now, we'll allow click-to-decode in ISCAT mode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7218 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-21 18:07:12 +00:00
Bill Somerville
f564269335 Fix issue with sample downloader directory progress bars
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7217 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-21 17:51:40 +00:00