[wsjt-devel] Watchdog patch

2016-02-19 Thread Michael Black
This patch changes the watchdog timeout dialog box to a yellow/red spinbox the # of repeats allowed. The spinbox only shows up when watchdog is enabled. I defaulted it to 3 repeats (4 total transmissions). You can set it from 0-15 which means you could set it for 0 to have no repeats at all thou

Re: [wsjt-devel] Watchdog patch#2

2015-12-24 Thread Michael Black
Yeah,,,I was thinking the same thing...listen before transmit. Thought about resetting on offset change too or mode change. Seems pretty much any user interaction seems should reset the thing. I assume the only intent is really to halt tx if you walk away. RRR Mike W9MDB On Thu, Dec 24, 2015 at 7:

Re: [wsjt-devel] Watchdog patch#2

2015-12-24 Thread Bill Somerville
On 19/12/2015 16:20, Michael Black wrote: > Another one that resets the watchdog counter when you change bands. Hi Mike, thanks for that, included in r6311 in the trunk. Also disabled "Enable Tx" on band change as that seems sensible too. 73 Bill G4WJS.

[wsjt-devel] Watchdog patch#2

2015-12-19 Thread Michael Black
Another one that resets the watchdog counter when you change bands. Index: mainwindow.cpp === --- mainwindow.cpp (revision 6299) +++ mainwindow.cpp (working copy) @@ -3917,6 +3939,7 @@ qsy (f); setXIT (ui->TxFreqSp

Re: [wsjt-devel] Watchdog patch

2015-12-18 Thread Joe Taylor
Tnx Mike -- Done. On 12/18/2015 5:34 PM, Michael Black wrote: > Really long, complicated patch :-) to allow any message button press to > reset the watchdog timer. > A minor annoyance. > > Index: mainwindow.cpp > === > --- mainwindow.

[wsjt-devel] Watchdog patch

2015-12-18 Thread Michael Black
Really long, complicated patch :-) to allow any message button press to reset the watchdog timer. A minor annoyance. Index: mainwindow.cpp === --- mainwindow.cpp(revision 6298) +++ mainwindow.cpp(working copy) @@ -2618,6 +2640