WSJT-X/widgets
Bill Somerville 60792182ad
Environment variables to set audio buffer sizes and fix Windows Rx timing
The two environment variables:

    WSJT_RX_AUDIO_BUFFER_FRAMES
    WSJT_TX_AUDIO_BUFFER_FRAMES

each can  be defined to  an integer number which  will be used  as the
suggested audio  buffer size for  Rx and Tx respectively.  Not setting
the variable  or setting  it to  zero or less  will cause  the default
buffer size to be used, which should be a good choice for most, if not
all, systems.
2020-12-07 20:34:56 +00:00
..
about.cpp Command line tool prints WSJT-X version to console, tnx Dave, W3DJS 2020-12-02 01:57:32 +00:00
about.h
about.ui
AbstractLogWindow.cpp Cosmetic punctuation for translation 2020-05-19 01:45:39 +01:00
AbstractLogWindow.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
astro.cpp Correct slot function signatures due to Raspberry Pi compile error 2020-09-26 21:08:43 +01:00
astro.h Testing options 2020-11-06 18:28:59 +00:00
astro.ui
CabrilloLogWindow.cpp Use DB date time field item delegate to imbue editing in log windows 2019-12-08 18:37:35 +00:00
CabrilloLogWindow.hpp Move Fox log reset action to Fox log window context menu and allow deletes of QSOs 2018-11-25 22:19:41 +00:00
CabrilloLogWindow.ui Improvements to accessibiity 2019-05-03 10:21:50 +01:00
CheckableItemComboBox.cpp Message Client allows sending multicast UDP on multiple interfaces 2020-11-05 03:37:01 +00:00
CheckableItemComboBox.hpp Message Client allows sending multicast UDP on multiple interfaces 2020-11-05 03:37:01 +00:00
colorhighlighting.cpp Cleaner warning sidestep 2019-07-02 21:07:43 +01:00
colorhighlighting.h
colorhighlighting.ui
DateTimeEdit.hpp Add default QDateTime delegate editor 2019-05-04 01:02:16 +01:00
DecodeHighlightingListView.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
DecodeHighlightingListView.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
displaytext.cpp Repair regression that stopped Best S&P transmitting on a match 2020-11-27 12:36:24 +00:00
displaytext.h Repair regression that stopped Best S&P transmitting on a match 2020-11-27 12:36:24 +00:00
DoubleClickablePushButton.cpp
DoubleClickablePushButton.hpp
DoubleClickableRadioButton.cpp
DoubleClickableRadioButton.hpp
echograph.cpp
echograph.h
echograph.ui
echoplot.cpp Updates to support Qt v5.13 2019-07-08 01:37:04 +01:00
echoplot.h Improve performance of Fox and contest log view windows 2018-12-06 05:41:16 +00:00
ExportCabrillo.cpp Qt v5.15 compatibility 2020-06-13 16:04:41 +01:00
ExportCabrillo.h Preparation for UI i18n 2019-06-06 12:56:25 +01:00
ExportCabrillo.ui
fastgraph.cpp Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
fastgraph.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
fastgraph.ui
fastplot.cpp Updates for Qt v5.14 compaibility 2020-05-07 02:56:57 +01:00
fastplot.h Change m_TRperiod from qint32 to double. Functional, but needs more testing! 2019-05-22 12:44:28 -04:00
FoxLogWindow.cpp Use DB date time field item delegate to imbue editing in log windows 2019-12-08 18:37:35 +00:00
FoxLogWindow.hpp Add Fox log ADIF export to the Fox Log window log table contextual pop up menu 2018-12-30 12:35:41 +00:00
FoxLogWindow.ui Add tool tips to log view windows 2018-11-25 22:30:28 +00:00
FrequencyDeltaLineEdit.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyDeltaLineEdit.hpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyLineEdit.cpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyLineEdit.hpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
HelpTextWindow.cpp Translatable help windows 2020-07-29 18:44:34 +01:00
HelpTextWindow.hpp Translatable help windows 2020-07-29 18:44:34 +01:00
HintedSpinBox.cpp
HintedSpinBox.hpp
LazyFillComboBox.cpp Improve audio device handling and error recovery 2020-09-20 18:20:16 +01:00
LazyFillComboBox.hpp Message Client allows sending multicast UDP on multiple interfaces 2020-11-05 03:37:01 +00:00
LettersSpinBox.cpp
LettersSpinBox.hpp
logqso.cpp Use the system localized short date format for Log QSO dialog dates 2020-12-07 10:41:33 +00:00
logqso.h Adapt brach to changes proposed by G4WJS 2020-06-26 23:46:08 +01:00
logqso.ui Adapt brach to changes proposed by G4WJS 2020-06-26 23:46:08 +01:00
mainwindow.cpp Environment variables to set audio buffer sizes and fix Windows Rx timing 2020-12-07 20:34:56 +00:00
mainwindow.h Environment variables to set audio buffer sizes and fix Windows Rx timing 2020-12-07 20:34:56 +00:00
mainwindow.ui Add tool-tip for "Best S+P" push-button 2020-12-01 15:47:07 +00:00
messageaveraging.cpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
messageaveraging.h Preparation for UI i18n 2019-06-06 12:56:25 +01:00
messageaveraging.ui
MessageBox.cpp
MessageBox.hpp
meterwidget.cpp
meterwidget.h
MultiGeometryWidget.hpp MultiGeometryWidget template class abstracts window geometry changes 2020-11-27 01:14:12 +00:00
plotter.cpp Shift+Click on waterfall now sets TxFreq in FST4W mode. 2020-09-29 13:20:14 -04:00
plotter.h FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements. 2020-09-16 20:16:32 -04:00
RestrictedSpinBox.cpp Squash a compiler warning that was also a potential defect 2019-07-03 00:16:39 +01:00
RestrictedSpinBox.hpp New UDP messages to close and reconfigure WSJT-X plus more status fields 2019-06-25 14:35:58 +01:00
signalmeter.cpp Updates for Qt v5.14 compaibility 2020-05-07 02:56:57 +01:00
signalmeter.h
SplashScreen.cpp
SplashScreen.hpp
widegraph.cpp FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements. 2020-09-16 20:16:32 -04:00
widegraph.h FST4 GUI controls for FLow, FHigh, should disappear when Single Decode is checked. And some related improvements. 2020-09-16 20:16:32 -04:00
widegraph.ui Increase max value of Navg spinner on WideGraph. 2020-07-20 11:16:37 -04:00
widgets.pri New combo box with a list of checkable items 2020-11-03 20:28:29 +00:00