Hi Ton & Joe,

I have committed this patch into the development branch.

I have implemented it slightly differently from what I believe is in ^/branches/wsjtx_exp so as to use the same band info model that is used elsewhere.

This will almost certainly conflict when it comes to merge ^/branches/wsjtx_exp back to ^/branches/wsjtx, I recommend that the version in ^/branches/wsjtx be retained.

Thanks for the patch Ton.

73
Bill
G4WJS.

On 10/04/2015 17:02, Ton PA0TBR wrote:
Hello Joe,

I made a small change to my implementation of the band indicator in the Band Activity window.

In MainWindow.cpp, the assignment of the band is now conditional. The band is only included in the "Line between decoding periods" if there was no band change. It is the same decision as if a decode should be sent to PSK reporter after a bandchange.

        if(m_config.insert_blank () && m_blankLine)
          {
            QString band;
if (int(QDateTime::currentMSecsSinceEpoch()/1000-m_secBandChanged) > 50) band = ADIF::bandFromFrequency ((m_dialFreq + ui->TxFreqSpinBox->value ()) / 1.e6);
            else
               band = "";
            band = band.rightJustified(40, '-');
ui->decodedTextBrowser->insertLineSpacer(band);
            m_blankLine=false;
          }

I hope that this is useful.

73,
Ton PA0TBR


On Mon, Mar 9, 2015 at 8:07 PM, Ton PA0TBR <pa0...@mubo.nl <mailto:pa0...@mubo.nl>> wrote:

    Hello Joe,

    Many thanks for your confirmation!
    I appreciate the efforts of you and your team very much.

    73,
    Ton PA0TBR



    On Mon, Mar 9, 2015 at 7:08 PM,
    <wsjt-devel-requ...@lists.sourceforge.net
    <mailto:wsjt-devel-requ...@lists.sourceforge.net>> wrote:


        Message: 7
        Date: Mon, 09 Mar 2015 14:08:15 -0400
        From: Joe Taylor <j...@princeton.edu <mailto:j...@princeton.edu>>
        Subject: Re: [wsjt-devel] Patch for WSJT-X
        To: WSJT software development
        <wsjt-devel@lists.sourceforge.net
        <mailto:wsjt-devel@lists.sourceforge.net>>
        Message-ID: <54fde18f.4030...@princeton.edu
        <mailto:54fde18f.4030...@princeton.edu>>
        Content-Type: text/plain; charset=ISO-8859-1; format=flowed

        Hi Ton,

        Thanks for the suggested patch.  It's a useful addition, and I
        have
        included it in my current working branch.  (It may be a while
        before I
        do a merge into the main development branch, though.)

                -- 73, Joe, K1JT

        On 3/2/2015 5:10 AM, Ton PA0TBR wrote:
        > Hi all,
        >
        > I have a small patch for WSJT-X which I think would also be
        useful for
        > other users and would like to see it added in the mainstream.
        >
        > The patch puts the band info in the last n characters of the
        separator
        > line in the decodes windows, like:
        >
        > -------------------------------------10m
        > 0900 -8 0.2 745 # CQ UN7BK MO51 ~Kazakhstan
        > 0900 -16 0.4 1032 # OZ1SMS VK3FZ QF22
        > -------------------------------------20m
        > 0902 -1 0.3 1200 # SM7MME R7RIB KN64
        > 0902 -16 0.3 1794 # CQ DG7EL JO31 ~F.. of Germany
        > -------------------------------------20m
        > 0903 -17 0.2 955 # UA9OES UA6LJX 73
        > 0903 -13 -0.2 1585 # VK6PG IW1APE JN35
        > -------------------------------------15m
        > 0904 -21 0.5 1485 # CQ DL7UKA JO50 ~F.. of Germany
        > -------------------------------------15m
        > 0905 -2 0.5 784 # RA9CHS RW6AB R-05
        > 0905 -18 0.6 1461 # CQ OO6A JO11 ~Belgium
        > -------------------------------------10m
        > 0906 -20 -0.2 748 # CQ UN7BK MO51 ~Kazakhstan
        > 0906 -10 0.4 1643 # UA0CGR ZS1BHJ JF97
        >


------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to