On 31.12.2019 22.42, Albert Gerheim wrote:
Exactly which files do I have to install, and how do I go about it?

Well, that depends... What OS platform are you using? Under Linux the compile process is straightforward ( well -- more or less ). Thw wsjtx -source tarball contains a file called INSTALL which lists all the dependencies. I first compile a working WSJTX 'baseline' using the instructions provided in INSTALL and once I have everything working I compile again using file 'wsjtx.patch' to include my changes.


Keep in mind, I write C++, Java, and User RPL, but other than that, I'm pretty much lost.

I can feel your pain. I used to do some programming also but the language of choise was called COBOL way back then ;)


I figured it would come down to the tiny code swap you described!  Thanks for localizing the issue!

NP 'Kari



On Tue, Dec 31, 2019 at 1:25 PM Kari <oh2...@sral.fi <mailto:oh2...@sral.fi>> wrote:

    Hi Albert,

    On 31.12.2019 18.28, Albert Gerheim wrote:
    If I fail to install this properly (and, just looking at it, it's
    the most likely outcome), is there any way to get the development
    community to make a small change?  It's like this:

    In the hundreds of QSO's I've worked with WSJT-X, I've never
    needed to change the "priority" RX frequency via the waterfall
    window.  However, I have to change the TX frequency via the
    waterfall window constantly.  I know I can change the TX
    frequency with shift-left-click, but I frequently work remotely
    using a smart phone or a tablet, and this combination isn't
    available.  To move the TX frequency to a clear spot, I have to
    move the RX frequency, then click the RX->TX button, then get the
    "priority" RX frequency back to the station I'm calling by
    double-clicking on his/her line in the scroll.

    To fix this, all you have to do is swap the callbacks for
    left-click and shift-left-click in the waterfall.  I find the
    current assignment incredibly annoying.

    No need to install QT ( other than the libraries required for
    compiling ). Just edit file "plotter.cpp" in the "widgets"
    diectory and swap lines 697 and 699. The code should then look
    like this: if (ctrl) { emit setFreq1 (newFreq, newFreq); } else if
    (shift) { emit setFreq1(newFreq,oldTxFreq); } else { emit setFreq1
    (oldRxFreq, newFreq); } This mod makes "plain" left-click change
    the TX frequency, shift+left-click RX frequency and
    ctrl+left-click both. BR, 73 & HNY de Kari, oh2gqc

    _______________________________________________
    wsjt-devel mailing list
    wsjt-devel@lists.sourceforge.net
    <mailto:wsjt-devel@lists.sourceforge.net>
    https://lists.sourceforge.net/lists/listinfo/wsjt-devel



--
Al Gerheim




_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel


_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to