Hi Mike,
On 17/02/2017 16:22, Black Michael wrote:
Ahhh..so it was logging correctly but on a client receving the object
it would misinterpret.
*Should have misinterpreted!* I am a little surprised that no one
decoding the UDP messages has pointed out that they are flagged as local
time even t
Ahhh..so it was logging correctly but on a client receving the object it would
misinterpret.
Do you think it's worth converting the Log window to use the edit widget? I
could do that.
de Mike W9MDB
From: Bill Somerville
To: wsjt-devel@lists.sourceforge.net
Sent: Friday, February 17,
On 17/02/2017 16:05, Black Michael wrote:
I see the patch set Qt::UTC.
I was getting UTC times on my system. Do you perhaps have an
environment var that changes the time zone that Qt is using?
I can't find any reference on environment variables overriding
defaults. I'm running on Windows 10.
Bill..I see the patch set Qt::UTC.
I was getting UTC times on my system. Do you perhaps have an environment var
that changes the time zone that Qt is using?I can't find any reference on
environment variables overriding defaults. I'm running on Windows 10.
And since you set UTC after the times h
On 17/02/2017 13:43, Black Michael wrote:
Appears to be this change that's causing it
- QStringList available_configurations;
// get the existing alternatives
- available_configurations = settings_.childGroups ();
+ auto const& available_configurations {settings_.childGroups ()};
Hi Mike
C:\JTSDK\src\wsjtx\MultiSettings.cpp: In member function 'void
MultiSettings::impl::create_menu_actions(QMainWindow*,
QMenu*)':C:\JTSDK\src\wsjtx\MultiSettings.cpp:421:84: error: no matching
function for call to 'MultiSettings::impl::create_sub_menu(QMainWindow*&,
QMenu*&, const QStringList&, Q