MacOS Tahoe, wsjtx improved 3.0 and receiving progress bar at bottom of the window is not visible in light mode (it is visible in dark mode). My workaround is: widgets/mainwindow.cpp 8217 } else { 8218- progressBar.setStyleSheet(""); 8218+ progressBar.setStyleSheet("QProgressBar {color: #ffffff; text-align: center;} QProgressBar::chunk {background-color: #4287f5;}"); 8219 progressBar.setFormat ("%v/%m"); 8220 } ps. can development be made in more friendly way like proper git repository and issues...
MacOS Tahoe, wsjtx improved 3.0 and receiving progress bar at bottom of the window is not visible in light mode (it is visible in dark mode). My workaround is: widgets/mainwindow.cpp > 8217 } else { > 8218- progressBar.setStyleSheet(""); > 8218+ progressBar.setStyleSheet("QProgressBar {color: #ffffff; text-align: center;} QProgressBar::chunk {background-color: > #4287f5;}"); > 8219 progressBar.setFormat ("%v/%m"); > 8220 } ps. can development be made in more friendly way like proper git repository...
MacOS Tahoe, wsjtx improved 3.0 and receiving progress bar at bottom of the window is not visible in light mode (it is visible in dark mode). My workaround is: widgets/mainwindow.cpp 8217 } else { 8218- progressBar.setStyleSheet(""); 8218+ progressBar.setStyleSheet("QProgressBar {color: ffffff; text-align: center;} QProgressBar::chunk {background-color: 4287f5;}"); 8219 progressBar.setFormat ("%v/%m"); 8220 } ps. can development be made in more friendly way like proper git repository and issues enabled?...
MacOS Tahoe, wsjtx improved 3.0 and receiving progress bar at bottom of the window is not visible in light mode (it is visible in dark mode). My workaround is: widgets/mainwindow.cpp 8217 } else { 8218- progressBar.setStyleSheet(""); 8218+ progressBar.setStyleSheet("QProgressBar {color: ffffff; text-align: center;} QProgressBar::chunk {background-color: 4287f5;}"); 8219 progressBar.setFormat ("%v/%m"); 8220 } ps. can development be made in more friendly way like proper git repository and issues enabled?...
Additional PKTUSB and PKTLSB mapping for USB-D1/LSB-D1
Freshly released version of "improved" seems to work fine on Sequoia. (tested wsjtx-2.7.1-devel_improved_PLUS_250106-RC8_Darwin.dmg)
Hello. I'm trying to use wsjtx-2.7.1-devel_improved_PLUS_241014-RC7_Darwin.dmg but I'm experiencing audio being dropped after first tx on MacOS Sequoia. That's known wsjtx bug that was already fixed. I'm looking at wsjtx-2.7.1-devel_improved_PLUS_241014-RC7.tgz source code and it also contains a fix for that, Audio/soundout.cpp: // this code is here to help certain rigs not drop audio, however on Sequoia this causes audio to drop, so we don't do it! if( QOperatingSystemVersion::current() < QOperatingSystemVersion(QOperatingSystemVersion::MacOS,...
That's known issue. Unfortunately binary builds of "wsjtx improved" somehow don't contain fix while published source code has it. Use official wsjtx 2.7.0 rc7 (which contains the fix in binary builds) or wait until "wsjtx improved" author fixes his improved variant macos builds.