[wsjt-devel] Documentation

2015-05-29 Thread John Nelson
Hi Joe, I have been away for sometime - now catching up with developments. First: documentation. 1. Section 3.3 Macintosh OSX A reminder to run the KVASD installer should be added before the Remember to use.. line * Proceed to RUN_KVASD_INSTALLER, Run KVASD Installer --- John G4KLA

Re: [wsjt-devel] WSJT-X: Mode dependent working frequencies.

2015-05-29 Thread Bill Somerville
On 29/05/2015 01:55, Joe Taylor wrote: Hi Bill, Hi Joe, Thanks for your work on the frequency/mode combinations. An unwanted side effect is that WSPR-mode band hopping no longer works. Not sure why, but I've determined that the structure auto f = frequency.valueFrequency();

Re: [wsjt-devel] WSJT-X: Mode dependent working frequencies.

2015-05-29 Thread Joe Taylor
Bill -- Thanks for the quick fix. Probably I should have been able to figure out what was wrong, myself; but I'm not particularly comfortable with the use of QVariants, and I hadn't quite figured out what you were doing with the frequencies list. Surely the line

Re: [wsjt-devel] WSJT-X: Mode dependent working frequencies.

2015-05-29 Thread Bill Somerville
On 29/05/2015 15:20, Michael Black wrote: Hi Mike, Isn't it possible for WSJT-X to run the frequency reset itself if it's never been set before? Perhaps with a message box Frequencies have been reset for multi-mode operation. For now I am leaving it as is, I am considering an upgrade option

Re: [wsjt-devel] Documentation

2015-05-29 Thread Bill Somerville
Hi Joe, the Mac instructions for installing KVASD are incorrect. There is a graphical application to install KVASD into a WSJT-X installation, it is included at the root of the Mac installer disk image and there are instructions in the ReadMe.txt file also in the same location:

Re: [wsjt-devel] WSJT-X: Mode dependent working frequencies.

2015-05-29 Thread Bill Somerville
On 29/05/2015 13:50, Joe Taylor wrote: Bill -- Hi Joe, Thanks for the quick fix. Probably I should have been able to figure out what was wrong, myself; but I'm not particularly comfortable with the use of QVariants, and I hadn't quite figured out what you were doing with the frequencies

Re: [wsjt-devel] Documentation

2015-05-29 Thread John Nelson
Hi Joe, My mistake. Fixed. Bill will check in my correct version of install-mac.adoc --- John G4KLA -- ___ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net

Re: [wsjt-devel] wspr hopping

2015-05-29 Thread Joe Taylor
Hi Steve and all, Thanks for committing the tone-frequency patch and for catching the logical error in the code supposedly guarding against consecutive transmissions. As you have probably noticed, I've been working mostly on other things (JT4, etc) -- and I know that WSPR mode still needs some

[wsjt-devel] WSJT-X v1.5.0 RC2 PPA Up on Launchpad

2015-05-29 Thread KI7MT
Hello All, I used Bills latest wsjtx-1.5.0-rc2.tgz posted in the files section to update the my PPA on Launchpad ( WSJTX-DEV ). I'm using that name so when v1.5.0 is fully released, I can push an update to the Debian developers for the current version of WSJT-X (v1.1) in the Debian/Ubuntu

[wsjt-devel] wspr hopping

2015-05-29 Thread Steven Franke
Bill, Joe and all, Running r5467 which incorporates Bill’s recent repairs to bandhopping. Hopping seems to be working, but I have seen 4 successive transmissions already after running for only an hour or so. FWIW, I noticed that the line of code that should prevent successive transmissions

Re: [wsjt-devel] wspr hopping

2015-05-29 Thread Bill Somerville
On 30/05/2015 01:38, Joe Taylor wrote: Hi Steve and all, Hi Joe, ... I have no idea where these tags are being incorrectly assigned -- or where a non-ham-band like 5m came from. Probably it has something to do with the changes Bill made to the way frequency/mode combinations are stored and

Re: [wsjt-devel] wspr hopping

2015-05-29 Thread Joe Taylor
Steve -- One more thing that I forgot to mention. So far I'm not enthusiastic about making WSPR's Tx frequency spinner a double instead of an int. We could do that, of course; but if we really need to do something about correcting a fractional-Hz error there might be better ways. We could,

Re: [wsjt-devel] WSJT-X v1.5.0 RC2 PPA Up on Launchpad

2015-05-29 Thread Bill Somerville
On 30/05/2015 02:14, KI7MT wrote: Hello All, Hi Greg, ... BUILD and INSTALLATION COMMENTS: Overall, things went as expected on build and install. There are a couple of niggles that need to be addressed, but nothing major: * Lintian Error: binary-without-manpage usr/bin/message_aggregator.

Re: [wsjt-devel] WSJT-X: Mode dependent working frequencies.

2015-05-29 Thread Michael Black
Isn't it possible for WSJT-X to run the frequency reset itself if it's never been set before? Perhaps with a message box Frequencies have been reset for multi-mode operation. Otherwise there will be lots of people claiming things are broken. Should avoid some support requests... 73 Mike W9MDB

Re: [wsjt-devel] Documentation

2015-05-29 Thread Joe Taylor
Hi John, Greg, Bill, and all, Thanks for your input. I've made a few last revisions to the User Guide and committed them to ^/branches/wsjtx. Bill, these changes to Section 3 should be merged into the wsjtx-1.5 branch for the RC2 release. -- Joe On 5/29/2015 8:01 AM, John Nelson