There is an outstanding issue with the FTdx3000 via HRD in that
setting the "other" VFO mode doesn't work. This appears to be
insoluable and the only current option is to set "Mode" to "None" in
WSJT-X leaving mode setting to the user. As it happens the best mode
combo on this rig is probably DATA-U on Tx and USB on Rx which would
require "Mode" as "None" anyway.
This change is quite large including several general strategy changes
in an attempt to make the HRD interface more generic and more robust.
Also cleaned up trace output removing stuff that is working and just
clutters output.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4523 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Commander sends invalid UTF-8 strings for numbers that contain group
separators, e.g. non-break space U+00A0 in French regional number
formats.
Revert to old undocumented frequency query commands that always use
'.' and ',' for number punctuation.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4518 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
The justified text in the project description caused many unwanted
hard line breaks when viewed in Debian package install tools.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4511 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
On Ubuntu a2x generates invalid shadow manpages. A sed edit has been
added to teh build script to rectify this.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4509 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Debian packages are only build if dpkg-buildpackage is available and
RPM package generation is only done if rpmbuild is available.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4503 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
The manpage directory build was using an invalid a2x option and was
liable to errors in parallel builds due to gzip on a wildcard having
no input files.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4499 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
The kavasd binary is not open source so cannot be automatically
bundled with WSJT-X on Linux.
The CMake option WSJT_INCLUDE_KVASD has been added with a default of
OFF in Linux Release configuration builds.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4497 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
On some systems or font combinations this window starts too small for
the layout to render all the widgets on the Radio tab.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4481 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
The existing trace file location created when the CMake option
WSJT_QDEBUG_TO_FILE is ON is not usable with a Linux package installed
in /usr.
Moved location to the temporary directory as <APPNAME>_trace.log
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4474 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Since the log files have moved to a hidden directory a menu action to
open the logs directory in a suitable system applicaiton is needed.
Added "Open log directory" to File manu bar pop up menu.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4470 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Spaces left in the CAT network server cause incorrect servername
lookups, particularly just spaces which override the default values.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4468 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
User manual and kvasd downloads are occasionally timing out with a 10s
timeout.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4457 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Some rigs always receive on the same VFO, the
HamlibTransceiver::init_rig() method was not allowing for this. It
needs to simply do nothing and assume VFO MAIN/A is current at
startup.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4449 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
Because PowerSDR for the FlexRadio rigs doesn't implement split or VFO
B, querying the TX VFO in transceiver polls causes an error with
them. This query is unecessary. Removing it will cause a delay of one
poll period after split is set for the Tx frequency to appear. This
should be harmless, if not then there is a possibility of querying
split before the Tx frequency. This seems obvious but I believe the
order matters with some rigs so it needs more investigation.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4434 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
The latest revision rather than the revision of the last change to the
current working set was being used in the program name text as seen in
the "About" window and reported to PSKReporter.
Also removed a redundant old file.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4423 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This became RO in error in a previous update.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4414 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This was generated in error by selecting one of the source CPack
generators as a default.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4407 ab8295b8-cf94-4d9e-aec4-7959e3be5d79