1549 Commits

Author SHA1 Message Date
Bill Somerville
d36f858b09 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4483 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-06 23:43:37 +00:00
Bill Somerville
c8c79fb423 Increase Settings dialog default size
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
2014-10-06 23:35:24 +00:00
Bill Somerville
746e2ea283 Optional trace file located in temp directory
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
2014-10-04 19:29:16 +00:00
Bill Somerville
037178561d Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4472 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-04 14:28:17 +00:00
Bill Somerville
da7da2b2b4 Menu action to open the log directory
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
2014-10-04 11:44:54 +00:00
Bill Somerville
fc33d1b4c5 Trim spaces from network server query
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
2014-10-04 01:10:33 +00:00
Joe Taylor
bfa64afe06 Update issue-log.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4467 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-03 16:41:57 +00:00
Bill Somerville
842a4c9437 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4466 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-03 16:11:32 +00:00
Bill Somerville
dcc7bbe68b Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4461 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-03 00:56:07 +00:00
Bill Somerville
8b348533c4 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4460 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-03 00:55:53 +00:00
Bill Somerville
a0843d20f2 Increase web download timeouts to 2 minutes
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
2014-10-02 20:44:28 +00:00
Bill Somerville
e208c9b61d Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4455 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 17:44:26 +00:00
Bill Somerville
4bc24ed2d2 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4454 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 16:28:13 +00:00
Bill Somerville
c4f3a6950f Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4453 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 16:27:57 +00:00
Bill Somerville
d92f9aad79 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4452 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 15:17:12 +00:00
Bill Somerville
f669ca0ec5 Issue log uipdate
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4451 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 14:52:31 +00:00
Bill Somerville
db726e2a76 Allow for rigs with neither get VFO nor toggle VFO CAT commands
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
2014-10-02 14:43:14 +00:00
Bill Somerville
32924e7fe6 Issue log update
Also changed filename for usability.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4448 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 14:33:25 +00:00
Bill Somerville
ff7fd2281a Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4447 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 14:13:21 +00:00
Bill Somerville
af8153e4ce Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4446 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 13:46:57 +00:00
Bill Somerville
1a3d41f6dd Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4444 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 13:27:54 +00:00
Bill Somerville
f5907d552a Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4442 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 12:46:45 +00:00
Bill Somerville
175d4aea29 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4441 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 12:33:28 +00:00
Bill Somerville
232b853226 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4440 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 12:33:19 +00:00
Bill Somerville
392ff30d8a Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4439 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 03:03:59 +00:00
Bill Somerville
af83ada265 Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4438 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 02:50:01 +00:00
Bill Somerville
a28c17d912 Updated issue log
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4437 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 02:04:11 +00:00
Bill Somerville
c6c6f2b088 Issue log update.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4436 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 01:53:15 +00:00
Bill Somerville
62a7192f78 Only poll split frequency if in split mode
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
2014-10-02 01:15:42 +00:00
Bill Somerville
328ade5d6e Update issue log
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4433 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 00:42:51 +00:00
Bill Somerville
53171dbafb Issue log update
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4432 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 00:34:15 +00:00
Bill Somerville
d8df1fedd6 Added an issue log to aid issue resolution collaboration
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4431 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-02 00:32:14 +00:00
Bill Somerville
b4a709ad9b Use correct svn revision in program name text
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
2014-10-01 17:08:08 +00:00
Bill Somerville
70d59541ad Bump to RC3.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4420 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-10-01 14:06:23 +00:00
Bill Somerville
96d23c1c70 Revert "Gen msg" line edit to read/write status.
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
2014-09-30 20:53:53 +00:00
Bill Somerville
08f011cba6 Do not generate a binary tarball package on Linux.
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
2014-09-30 01:15:09 +00:00
Bill Somerville
1ee169a286 Add missing separators in help NSIS help menu links.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4400 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-29 15:24:38 +00:00
Bill Somerville
b06e385c06 Add Qt Assistive Technology Plugin to Release builds.
Use  of  screen   readers  etc.  (AT)  is  not   possible  unless  the
qtassistivewidgets plugin is included. This is now included in release
builds and installer packages.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4393 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-27 22:49:03 +00:00
Bill Somerville
f70a2a02fd Back out Debian manpage compliance because it breaks RPM.
The Debian packaging rule bad-so-link-within-manual-page is a PITA, it
is apparently  suprerflous because  our alias  manpages with  links as
generated by a2x work just fine as they are. Trying to get rid of this
Lintian error  unfortunately breaks manpage  lookup of alias  pages on
RPM systems.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4391 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-27 19:50:37 +00:00
Bill Somerville
8dcbf92ae4 Include Mac install instructions in package root
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4387 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-27 15:42:56 +00:00
Bill Somerville
695c74f8e7 Add some RPM package generator variables.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4384 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-27 00:25:14 +00:00
Bill Somerville
16d085f28d Fix package file naming on Linux to include architecture.
The *nix package generators do  not include the target architecture in
the package file names.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4381 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-26 13:49:59 +00:00
Joe Taylor
030887afd0 Add KI7MT to credits listed in the "About" window.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4376 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 20:51:04 +00:00
Bill Somerville
801fa572c5 Prepare WSJT-X v1.4 branch for -rc2.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4374 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 19:37:54 +00:00
Bill Somerville
b0f26a8f28 WSJT-X v1.4 bugfix branch created.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.4@4373 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 19:20:47 +00:00
Bill Somerville
78d3807cf7 Release candidate 1 of WSJT-X v1.4.0
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/tags/wsjtx-1.4.0-rc1@4371 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 17:58:14 +00:00
Bill Somerville
119eb1b1bd Define supported o/s versions on Mac.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4369 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 16:12:19 +00:00
Bill Somerville
0354dae27d Make forced include of config file work with clang.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4368 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 16:12:11 +00:00
Bill Somerville
4e4142f5fd Fix local user manual on Mac.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4367 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 16:12:03 +00:00
Bill Somerville
fcc0563391 Get local user manual working on Linux systems.
The  location  of  documentation   files  on  Linux  distributions  is
controlled  to a  certain extent.  Using the  QStandardPaths::locate()
method helps us with this.

Work round the  misbehaviour of QCoreApplication::applicationDirPath()
when  the  CWD has  been  changed  by  working out  the  documentation
location before changing  the CWD to a temporary  directory. This path
is now provided by the Configuration settings class which also manages
other run time paths.

Updated  Debian packaging  to move  a little  nearer a  conforming DEB
file.

Added a basic manpage for rigctld-wsjtx.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4364 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
2014-09-25 14:45:36 +00:00