mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-24 11:40:31 -05:00
fd7bca080a
Deferring using a 0mS timer does not work for Fox logging as it may be invoked more than once in a loop when multiple streams are active. This change directly calls the logging member function(s) inside the message processing loop. This change was initially made because an unhelpful database query order along with a need to display the latest logged QSO at the bottom of the Fox log table view was causing GUI unresponsiveness when the Fox log table had many rows. The current implementation shows the Fox log table view in descending time order with the latest logged QSO at the top which avoids this unresponsiveness issue (tested with a Fox log table with over 15,000 rows). |
||
---|---|---|
.. | ||
about.cpp | ||
about.h | ||
about.ui | ||
AbstractLogWindow.cpp | ||
AbstractLogWindow.hpp | ||
astro.cpp | ||
astro.h | ||
astro.ui | ||
CabrilloLogWindow.cpp | ||
CabrilloLogWindow.hpp | ||
CabrilloLogWindow.ui | ||
colorhighlighting.cpp | ||
colorhighlighting.h | ||
colorhighlighting.ui | ||
DecodeHighlightingListView.cpp | ||
DecodeHighlightingListView.hpp | ||
displaytext.cpp | ||
displaytext.h | ||
DoubleClickablePushButton.cpp | ||
DoubleClickablePushButton.hpp | ||
DoubleClickableRadioButton.cpp | ||
DoubleClickableRadioButton.hpp | ||
echograph.cpp | ||
echograph.h | ||
echograph.ui | ||
echoplot.cpp | ||
echoplot.h | ||
ExportCabrillo.cpp | ||
ExportCabrillo.h | ||
ExportCabrillo.ui | ||
fastgraph.cpp | ||
fastgraph.h | ||
fastgraph.ui | ||
fastplot.cpp | ||
fastplot.h | ||
FoxLogWindow.cpp | ||
FoxLogWindow.hpp | ||
FoxLogWindow.ui | ||
FrequencyLineEdit.cpp | ||
FrequencyLineEdit.hpp | ||
HelpTextWindow.cpp | ||
HelpTextWindow.hpp | ||
HintedSpinBox.cpp | ||
HintedSpinBox.hpp | ||
LettersSpinBox.cpp | ||
LettersSpinBox.hpp | ||
logqso.cpp | ||
logqso.h | ||
logqso.ui | ||
mainwindow.cpp | ||
mainwindow.h | ||
mainwindow.ui | ||
messageaveraging.cpp | ||
messageaveraging.h | ||
messageaveraging.ui | ||
MessageBox.cpp | ||
MessageBox.hpp | ||
meterwidget.cpp | ||
meterwidget.h | ||
plotter.cpp | ||
plotter.h | ||
RestrictedSpinBox.cpp | ||
RestrictedSpinBox.hpp | ||
signalmeter.cpp | ||
signalmeter.h | ||
SplashScreen.cpp | ||
SplashScreen.hpp | ||
widegraph.cpp | ||
widegraph.h | ||
widegraph.ui | ||
widgets.pri |