[wsjt-devel] WSJT10 - templates

2015-06-24 Thread Allan Downie
I am not sure if this problem has been mentioned before, but here goes. I (and others), have had an issue with the templates in WSJT 10.0 for some time now. Any templates which may be modified by the user, are reset to the default templates when changing from one mode to another and then

[wsjt-devel] wspr two-pass decoder status and .c2 file problem

2015-06-24 Thread Steven Franke
For those testing wspr mode in wsjt-x, I have placed a .pdf file containing information on the current status of the experimental two-pass decoder wsprd_exp at this link: https://dl.dropboxusercontent.com/u/33211132/signal_subtraction.pdf I have been running the two-pass decoder with wsjt-x and

Re: [wsjt-devel] Displayed fonts

2015-06-24 Thread K2AK - Jeff
Everything is working just fine here on this rev. 73, Jeff - K2AK -Original Message- From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Wednesday, June 24, 2015 3:28 PM To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Displayed fonts On 24/06/2015 22:24, Michael B

Re: [wsjt-devel] Displayed fonts

2015-06-24 Thread Michael Black
So far so good, JTAlert seems happy with picking up the DX Call and inserting macros. I'm not sure what else he's peeking at though I seem to remember him checking transmit status or some other such color. So I'd vote to push out the patch. 73 Mike W9MDB -Original Message- From: Bill S

Re: [wsjt-devel] Displayed fonts

2015-06-24 Thread Bill Somerville
On 24/06/2015 22:24, Michael Black wrote: Hi Mike, > Is this going to change the pixel location of things in its default font? > I ask in concern for JTAlert. Probably, but the other UI changes in the current development trunk probably will as well. Relying on the physical position of controls on

Re: [wsjt-devel] Displayed fonts

2015-06-24 Thread Michael Black
Is this going to change the pixel location of things in its default font? I ask in concern for JTAlert. I'll take an installation package and test it if you haven't tested it already. 73 Mike W9MDB -Original Message- From: Bill Somerville [mailto:g4...@classdesign.com] Sent: Wednesday,

Re: [wsjt-devel] Displayed fonts

2015-06-24 Thread Bill Somerville
On 10/06/2015 19:36, Joe Taylor wrote: > Can anyone help me to understand how to make the on-screen appearance of > WSJT-X look more uniform, across platforms and OS settings? ... > The larger system fonts also have the effect of making some labels not > fit the size of the control they're on. > >

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Robert Kalkwarf
Hi Jay, At the risk of interrupting a good interaction, why not create a new user id that has no space in it? 73 Bob w7wo Sent from my iPad > On Jun 24, 2015, at 11:17, Jay Hainline wrote: > > I still get no file or folder found when I try and run JTSDK-DOC. > > Thanks for your help Greg. I

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread KI7MT
Hi Jay, Lets take this off line, as there's no reason to clog up the wsjt-devel list with this. I'll send you an email directly. 73's Greg, KI7MT On 06/24/2015 12:13 PM, Jay Hainline wrote: > It looks like it ran. This is what it finished with: > > Hamlib Version 3.0~git configuration: > > Pr

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
I still get no file or folder found when I try and run JTSDK-DOC. Thanks for your help Greg. I think we made some progress. Jay Hainline KA9CFD Colchester, IL EN40om -Original Message- From: KI7MT Sent: Wednesday, June 24, 2015 17:53 To: wsjt-devel@lists.sourceforge.net Subject: Re: [ws

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
It looks like it ran. This is what it finished with: Hamlib Version 3.0~git configuration: Prefix C:/JTSDK/hamlib3 Preprocessor C:/JTSDK/qt5/Tools/mingw48_32/bin/gcc.exe -E C Compiler C:/JTSDK/qt5/Tools/mingw48_32/bin/gcc.exe -fdata-sections -ffunction-sections C++ Compiler C:/J

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread KI7MT
Hi Jay, I just updated the script in SVN. To test, do another JTSDK update, close / re-open JTSDK-MSYS, and try to build Hamlib3 again. 73's Greg, KI7MT On 06/24/2015 11:49 AM, Jay Hainline wrote: > I don’t know how to edit that or where. I am not a programmer! > > > Jay Hainline KA9CFD > Co

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread KI7MT
Hi Jay, Mike, That may work for the hamlib3 build script, however, he's also having a similar issue when trying to check out the documentation branch. The doc checkout alias command is double quoted for parameter expansion, which includes $HOME. I don't have a username with a space in it setup to

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
I don’t know how to edit that or where. I am not a programmer! Jay Hainline KA9CFD Colchester, IL EN40om -Original Message- From: Michael Black Sent: Wednesday, June 24, 2015 17:20 To: 'WSJT software development' Subject: Re: [wsjt-devel] Building Hamlib3 question All the $HOME referen

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
Yes it would be Jay Hainline with a space. Jay Hainline KA9CFD Colchester, IL EN40om -Original Message- From: KI7MT Sent: Wednesday, June 24, 2015 17:06 To: wsjt-devel@lists.sourceforge.net Subject: Re: [wsjt-devel] Building Hamlib3 question Hi Jay, Is your Windows username "Jay" or "

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Michael Black
All the $HOME references should be "$HOME" in the shell scripts I do believe that will fix the problem. Jay..there are two $HOME references in msys-build-hamlib3.sh which you can change to "$HOME" and test to see if it works for you. 73 Mike W9MDB -Original Message- From: KI7MT [mailto:k

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread KI7MT
Hi Jay, Is your Windows username "Jay" or "Jay Hainline" with a space ? If it's the the latter, I'll have to research how to work around this, as path names with a "space" in them are a bit of a pain when using *Nix based apps on Windows.JTSDK-QT/PY are all Windows shell scripts, whereas, JTSDK-DO

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
Sorry Greg, it did not fix it. When I type build-hamlib3, I get this: /scripts/msys-build-hamlib3.sh: line 124: cd: /home/Jay: No such file or directory Jay Hainline KA9CFD Colchester, IL EN40om -Original Message- From: KI7MT Sent: Wednesday, June 24, 2015 14:53 To: wsjt-devel@lists.

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread KI7MT
Hi Jay, The problem was an issue in one of the updates I had made. It has been corrected and you should be able to update JTSDK to correct it. To Update: Got Start > Programs > JTSDK > Tools > Maintenance At the prompt, type: update followed by upgrade Then re-launch JTSDK-MSYS to rebuild Haml

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
Thanks for the reply Bill. I will heed your advice and not worry about it for now. I am able to build the various WSJT programs without any issues. 73 Jay Jay Hainline KA9CFD Colchester, IL EN40om -Original Message- From: Bill Somerville Sent: Wednesday, June 24, 2015 12:57 To: wsjt-de

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Bill Somerville
On 24/06/2015 13:50, Jay Hainline wrote: Hi Jay, > pwd gives me this: > > /home/Jay Hainline > > I assume this means the software is looking for just "Jay" for the directory > name rather than my full name which is what my Windows 7 computer uses. Is > there an easy way to change directory names w

Re: [wsjt-devel] Building Hamlib3 question

2015-06-24 Thread Jay Hainline
pwd gives me this: /home/Jay Hainline I assume this means the software is looking for just "Jay" for the directory name rather than my full name which is what my Windows 7 computer uses. Is there an easy way to change directory names without having to do a complete uninstall/install?? 73 Jay

Re: [wsjt-devel] Different decoding result with presence of call3.txt in WSJT-X

2015-06-24 Thread Bill Somerville
On 24/06/2015 13:30, char...@sucklingfamily.free-online.co.uk wrote: > Hi Mike Hi Mike & Charlie, > > As you note, CALL3.TXT is not installed with a standard build. > > We only found this as someone copied the file from a previous installation > of WSJT10 into the AppData -> Local-> WSJT-X folder.

Re: [wsjt-devel] Different decoding result with presence of call3.txt in WSJT-X

2015-06-24 Thread charlie
Hi Mike As you note, CALL3.TXT is not installed with a standard build. We only found this as someone copied the file from a previous installation of WSJT10 into the AppData -> Local-> WSJT-X folder. 73 Charlie > It doesn't look like deep4.f90 is instrumented for timer.out. Would be > useful

[wsjt-devel] Short Sequence ISCAT Experiement

2015-06-24 Thread Bill Ockert - ND0B
A group of us are experimenting on 6m with a modified version of WSJT that support ISCAT sequences as short as 5 seconds, auto TX sequencing as well as auto configuration. Results are very promising with closed band QSO being made regularly. Both short Es and meteor pings are being taken adv

Re: [wsjt-devel] Different decoding result with presence of call3.txt in WSJT-X

2015-06-24 Thread Michael Black
It doesn't look like deep4.f90 is instrumented for timer.out. Would be useful for comparisons...don't see an obvious reason why a large file would cause a problem unless you're missing part of the next decode period because it's get so slow. I see in deep4.f90 that CALL3.TXT is re-read and parsed

[wsjt-devel] Different decoding result with presence of call3.txt in WSJT-X

2015-06-24 Thread charlie
Hi All Further to last message, we have come across a situation with some weak JT4F files where the single line decoding results are different according to whether there is a (large) call3.txt present in the directory. Different in this case means lower confidence numbers in the periods that do d