Joe Taylor
d915ba0daa
Starting to fill in the "Protocol Specifications" section of User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6657 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-04-28 18:59:34 +00:00
Joe Taylor
41bf465542
Clean up the "Platform Dependencies" page in User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6656 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-04-28 18:07:51 +00:00
Joe Taylor
b338fb8935
Update the copyright notice.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6653 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-04-28 16:07:38 +00:00
Bill Somerville
0b71f73bee
Improve the "translatability" of some of the User Guide links
...
To aid translators some of the links in the doc/common/links.adoc
file, which is shared by all translations, have been changed to remove
generic link text like "here" with the titles of the linked
references. Since these are in the language of the references
documents there is no need to translate these.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6647 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-04-24 19:45:52 +00:00
Bill Somerville
460cb2c681
Only generate USLetter size PDFs for languages that might need it
...
Only en-US, fr-CA, es-MX and es-CO use the USLetter paper size.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6646 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-04-24 19:05:03 +00:00
Bill Somerville
762684a543
Add a shift+click waterfall option to set Tx DF
...
Thanks to Mike W9MDB for contributing this patch.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6512 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-03-09 15:47:26 +00:00
Bill Somerville
e23d14a98e
Fix errors in UG platform dependent file locations
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6394 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-01-13 14:45:54 +00:00
Bill Somerville
f7f5d99539
Correct links in User Guide for new language subdir
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6342 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-01-02 22:38:06 +00:00
Bill Somerville
188dad0293
User Guide localization
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6341 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2016-01-02 22:30:12 +00:00
Bill Somerville
2595b9c723
Another attempt to get installed locations right
...
That is, right for all platforms with both local and package installs.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6248 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-12-08 20:39:50 +00:00
Bill Somerville
9a21e77159
Make install locations configuration variables
...
Locations of various components to be determined at configuration
time. This allows various "Standard" system layouts to be
accomodated. For example on FreeBSD the manpages are usually installed
in the man directory i.e. /usr/local/man whereas the WSJT-X default is
to install them in share/man i.e. /usr/share/man. By setting the CMake
variable WSJT_MANPAGE_DESTINATION to either a relative or absolute
path the install location can be set:
$ cmake -D WSJT_MANPAGE_DESTINATION=. ...
will install the manpages at ${CMAKE_INSTALL_PREFIX}/man
The new configuration variables are:
WSJT_BIN_DESTINATION
WSJT_LIB_DESTINATION
WSJT_SHARE_DESTINATION
WSJT_DOC_DESTINATION
WSJT_DATA_DESTINATION
WSJT_MANPAGE_DESTINATION
WSJT_PLUGIN_DESTINATION
WSJT_QT_CONF_DESTINATION
NB: changes to the above may break WSJT-X at present where the install
locations of files used directly by WSJT-X are moved.
Warning: using absolute paths for these variables is not recommended
as files may be installed in unexpected places, particularly when run
with root privileges. All relative paths with be relative to
CMAKE_INSTALL_PREFIX.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6192 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-26 19:45:10 +00:00
Bill Somerville
2bd71bfd2f
Add PDF generation to docs target
...
Cleaned up some syntax anomolies because of the switch to
asciidoctor. Minor text tweaks to improve PDF pagination. Reduced HTML
master font size to 80% for better web rendering.
Removed references to KVASD from User Guide.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6142 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-21 02:34:20 +00:00
Bill Somerville
3760d89995
Switch to ascidoctor for User Guide generation
...
Requires Ruby and asciidoctor to be installed.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6131 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-19 00:08:30 +00:00
Joe Taylor
f83ce2fcef
Mistakenly omitted including the file "implementation.adoc".
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6113 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-17 16:56:34 +00:00
Joe Taylor
1b461e3228
File tx-rx.adoc was renamed to implementation.adoc.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6112 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-17 16:46:11 +00:00
Bill Somerville
5e7fdfdd0f
Remove unused IMPLEMENTATION DETAILS section from the User Guide
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6111 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-17 16:36:55 +00:00
Joe Taylor
46c47bb8ce
Fix a typo.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6110 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-17 16:23:42 +00:00
Joe Taylor
fdcb35b0fe
Add User Guide text on WSPR band-hopping.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6109 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-17 14:42:16 +00:00
Joe Taylor
a59952bb8a
Fix a couple of typos.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6106 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-16 22:08:18 +00:00
Joe Taylor
f125c22a72
Many more edits of the User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6105 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-16 20:13:47 +00:00
Joe Taylor
e272a12062
Use HK0/ rather than HK0A/ in table of prefixes.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6104 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-16 15:55:52 +00:00
Joe Taylor
1870966ada
More editing of User Guide. Bring some images up to Version 1.6.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6102 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-16 00:11:40 +00:00
Joe Taylor
79310954f4
More editing of v1.6.0 User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6100 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-15 15:01:57 +00:00
Joe Taylor
bf09435e17
Add an inadvertently omitted note about future releases.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6092 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-13 20:47:43 +00:00
Joe Taylor
2c98233d3a
Final (?) additions to WSJT-X User Guide for v1.6.0. Close reading
...
is now strongly encouraged! We "go to press" soon!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6090 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-13 20:26:41 +00:00
Joe Taylor
a20ab72ae6
Further updates to v1.6.0 User Guide. Getting closer! Comments will be
...
very welcome.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6086 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-12 21:44:22 +00:00
Joe Taylor
3f7f3bf635
Further work on v1.6.0 User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6072 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-11 13:49:20 +00:00
Joe Taylor
258fcbbdbb
Previous commit message should have mentioned User Guide updates. More to come...
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6067 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-10 14:21:34 +00:00
Joe Taylor
d228bd69c7
Add Tool Tips for WSPR controls.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6066 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-10 14:19:22 +00:00
Joe Taylor
bfcb10145c
Bringing the User Guide up to date for WSJT-X v1.6.0-rc1. More still
...
to come!
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6062 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-09 17:21:05 +00:00
Greg Beam
101ffb9086
Add command ref holding section for logging
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6050 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-11-03 20:41:33 +00:00
Joe Taylor
ca4095153b
Add a brief "Support" section to the WSJT-X User Guide. (Section 16.)
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5602 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-06-12 19:52:29 +00:00
Joe Taylor
b6a887e9aa
Some partially completed additions to User Guide.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5505 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-06-02 23:55:17 +00:00
Joe Taylor
2725a6d559
Add a dummy (TBD) file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5500 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-06-02 18:23:19 +00:00
Joe Taylor
6248063353
Corrected image for Settings | Radio tab.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5486 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-06-01 19:59:52 +00:00
Joe Taylor
1c9c50b22d
Add a dummy tutorial-vhf file.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5481 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-31 18:35:20 +00:00
Joe Taylor
7d88ac61b2
More additions to User Guide for v1.6.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5480 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-31 15:58:33 +00:00
Joe Taylor
bbde47e847
Starting to update the User Guide to describe features new to v1.6.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5479 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-31 15:29:59 +00:00
Bill Somerville
5b711d5d8d
Updated Mac KVASD install instructions
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5460 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-29 17:49:28 +00:00
Joe Taylor
e78975f037
Simplify installation section of User Guide and make the Windows,
...
Linux, and OS X sub-sections similar in appearance.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5457 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-29 14:20:06 +00:00
Greg Beam
1844fea5f4
WSJTX v1.6.0 - Update User Guide Linux Install Section
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5454 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-29 05:29:40 +00:00
Joe Taylor
db5f194434
Changes to WSJT-X User Guide for v1.5.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5442 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-28 14:36:41 +00:00
Joe Taylor
db38924d1d
Resize several images for better printing; edit a few lines of text.
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5441 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-28 09:00:30 +00:00
Greg Beam
acb04f1be7
Fix faq.adoc syntac and add some comments
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5440 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-28 06:50:21 +00:00
Bill Somerville
28da5db930
Added graphic for JTAlert to user guide
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5438 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-28 02:07:15 +00:00
Bill Somerville
d20112fe9d
Fix up user guide sources for use in WSJT-X build
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5437 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-28 01:50:34 +00:00
Bill Somerville
75ed079a1b
user guide migration
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5435 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-27 23:50:50 +00:00
Bill Somerville
def93a8931
user guide migration
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5434 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-27 23:50:08 +00:00
Bill Somerville
6a85b972e7
user guide migration
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5432 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-27 23:46:43 +00:00
Bill Somerville
e02475bbad
user guide migration
...
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5431 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2015-05-27 23:46:20 +00:00