Commit Graph

172 Commits

Author SHA1 Message Date
Joe Taylor
bb2a0f6dfe Fix a typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7651 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-04-24 17:09:15 +00:00
Bill Somerville
0e56d95a90 Rework install locations for better flexibility
Using the  CMake module  GNUInstallDirs to  set up  standard locations
which allows  better customisation for packagers  building for various
distributions.

The change does change some internal package file paths and will leave
some  files  in  old   locations  in  Windows  installations.  Running
uninstall  is probably  wise  on Windows  before  installing this  new
package layout if future clean uninstalls are desired.

Linux and other  *nix package maintainers can use  the CMake variables
CMAKE_INSTALL_xxx to vary the install paths of various components. See
the  CMake GNUInstallDirs  module documentation  for more  details. An
example might be for Slackware where package documents are expected to
be                            installed                           into
<install-prefix>/doc/<package-name>-<package-version>/ whereas the GNU
default         is         to        install         them         into
<install-prefix>/share/doc/<package-name>/.  To achieve  this set  the
CMake variable CMAKE_INSTALL_DOCDIR as follows when configuring:

cmake -D CMAKE_INSTALL_DOCDIR:PATH=doc/wsjtx-1.7.1 -D CMAKE_INSTALL_PREFIX= ...

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7623 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-28 13:03:48 +00:00
Joe Taylor
b2ce24b822 Minor tweak to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7600 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-09 21:56:25 +00:00
Joe Taylor
8548296b1c Add a brief description of Rx gain slider adjacent to audio level meter.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7598 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-06 19:43:33 +00:00
Joe Taylor
d5a8dbb917 Code cleanup following level meter changes. New screen shot for main-left controls.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7597 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-06 15:52:09 +00:00
Joe Taylor
c0db8cc12d Modified behavior of audio level meter and adjacent slider; Tx6 at program startup.
1. Level meter range increased to 0-90 dB.
2. Level meter reading is independent of slider setting.
3. For a trial period: thermometer bar goes red if a 16-bit sample
   is within 5 dB A/D limit.
4. Slider can be used to adjust levels sent to waterfall.
5. Tx6 message is selected on program startup.
Thanks to W9MDB for most of this code.



git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7596 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-06 14:34:25 +00:00
Joe Taylor
fa0e71e29d Fix typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7594 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-03-03 13:54:31 +00:00
Bill Somerville
8b24b3f9a2 Remove User Guide tip about SSL libraries on Windows
This is  no longer necessary as  the sample downloader now  reverts to
HTTP if SSL libararies are not installed.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7563 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-02-17 12:32:19 +00:00
Joe Taylor
64bf7e78d8 Delete the default frequency for WSPR in the 60 m band. Insert a warning
about same in the USer Guide.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7562 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-02-14 18:12:50 +00:00
Joe Taylor
95a0a712ea Fix a typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7560 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-02-08 16:15:43 +00:00
Joe Taylor
fdbe8bb34d Correct a typo in User Guide. Re-order items on Tools menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7507 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-01-16 13:38:12 +00:00
Bill Somerville
16541b58f1 Add index section to PDF User Guide
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7454 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-01-06 13:45:07 +00:00
Joe Taylor
0a8697f82c 1. We did the experiment: users clearly prefer a "Prompt to log QSO"
only when 73 is sent.  Revert to that well-established behavior.
2. Correct the logic that detects short-form RO, RRR, and 73 messages in
JT65 VHF modes and color-highlights the Tx message box.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7442 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2017-01-02 14:22:29 +00:00
Joe Taylor
3182b273dd I throw in the towel. Prompt to log QSO when *either* RRR or 73 is sent.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7431 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-30 19:04:51 +00:00
Joe Taylor
220c866b8f Options (via Ctrl+M) to minimize size of Main Window and Wide Graph; add separate Start/End times to logging information. Thanks to W9MDB!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7430 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-30 15:45:31 +00:00
Bill Somerville
6f9c0d1c8c Make the user guide images path absolute
The current  Linux asciidoctor-fopub seems  to use relative  paths for
the imagesdir  asciidoctor attribute incorrectly when  generating PDFs
so this makes it based on the docdir attribute which is absolute.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7400 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-19 01:20:11 +00:00
Joe Taylor
4cd038f342 Make Contest Mode messages properly readable by anyone in the sender's
hemisphere.  Add Contest Mode info to User Guide.


git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7395 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-18 02:46:04 +00:00
Joe Taylor
171610871c Another tweak to User Guide. Disable Deep Search and Averaging if VHF features is turned off.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7387 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-16 17:14:00 +00:00
Joe Taylor
c203e7a8eb Additions and corrections to User Guide in preparation for v1.7 GA release.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7386 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-16 16:26:01 +00:00
Joe Taylor
026fe91110 Minor tweaks to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7384 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-15 20:09:06 +00:00
Joe Taylor
633dd96977 Minor changes and additions to User Guide and utility programs.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7374 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-09 19:26:45 +00:00
Joe Taylor
8f436bdb78 Fix a wrong number in User Guide. Add qratest.f90 and a private makefile.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7366 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-05 21:00:13 +00:00
Joe Taylor
1a64817355 Version 1.7.0-rc3 is a Beta (not Alpha) release. Substitute a correct image for the Settings->General tab.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7365 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-05 14:48:08 +00:00
Joe Taylor
d127fa1962 Add Tip about OpenSSL to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7362 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-12-04 19:45:27 +00:00
Joe Taylor
af74f94b76 User Guide updates in preparation for pending release of v1.7.0-rc3.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7344 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-28 19:06:25 +00:00
Joe Taylor
3c86d20a06 More editing of User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7335 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 20:33:50 +00:00
Joe Taylor
1cc6d9272a Edit the user guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7333 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 17:59:12 +00:00
Joe Taylor
fced65cd7f Updates to User Guide with a new QRA64C example.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7332 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-22 17:48:59 +00:00
Joe Taylor
4cbd7900da Clarify use of the "17%" (etc.) indicator for MSK144 decoding.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7313 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-14 15:57:15 +00:00
Joe Taylor
aec94b6c25 Update a User Guide image.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7309 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-13 21:05:43 +00:00
Bill Somerville
3f49d2ca29 Fix a markup error that caused the User Guide PDF generation to fail
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7302 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-08 23:41:27 +00:00
Joe Taylor
86624ca5c9 Fix a typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7292 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-04 21:00:56 +00:00
Joe Taylor
b0fbfd2012 Addition to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7291 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-04 18:44:20 +00:00
Joe Taylor
08707e7b34 Install msk144code[.exe]. Many additions and correctiions to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7290 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-04 18:15:14 +00:00
Joe Taylor
504d828bf0 Edit and add to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7284 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-03 19:14:07 +00:00
Joe Taylor
3020202ef0 Add warning message if VHF features enabled on a lower band. Clean up "Decoded Lines" table in User Guide, and corresponding ISCAT end-of-line characters.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7283 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-03 14:05:05 +00:00
Joe Taylor
edc02db039 Fix a typo and several Table numbers.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7282 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-02 20:58:33 +00:00
Joe Taylor
0cd291082c Add description of information accompanying decoded text to User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7281 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-02 20:25:51 +00:00
Joe Taylor
48fad11a97 User guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7279 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-02 16:54:25 +00:00
Joe Taylor
7ba9e44158 Correct a typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7278 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-02 15:01:33 +00:00
Joe Taylor
cefe2ceba2 User Guide edits.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7277 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-02 13:03:33 +00:00
Joe Taylor
6a8985422d State the MSK144 bandwidth as 2400 Hz (User Guide Section 15.3.4, Table 3).
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7274 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-11-01 14:17:28 +00:00
Joe Taylor
bddc397fdb Another file that should have been committed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7273 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-31 18:56:55 +00:00
Joe Taylor
904f967b0d Forgot to commit this file.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7272 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-10-31 18:55:23 +00:00
Joe Taylor
e61434aaa3 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
406669e450 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
a3f5e22c38 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
Joe Taylor
e6372c94b0 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
51e97903ed 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
9a8c2ca07e 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