1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-03-20 19:19:02 -04:00
WSJT-X/widgets
2024-03-07 01:14:11 +01:00
..
about.cpp Update copyright notices. 2023-12-20 15:37:11 +01:00
about.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
about.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
AbstractLogWindow.cpp refresh QSO # when the underlying data changes 2022-07-15 11:24:57 -07:00
AbstractLogWindow.hpp Preparation for UI i18n 2019-06-06 12:56:25 +01:00
activeStations.cpp Make coloring of the Q65-30B lines compliant with Dark Style. 2023-12-28 23:51:09 +01:00
activeStations.h Implement Q65 "wanted only". Still need to tie widget visibility to mode changes. 2023-03-06 15:18:15 -05:00
activeStations.ui Better checkbox labels in Active Stations window. 2023-12-07 14:38:49 -05:00
astro.cpp Make the "Doppler tracking" checkbox sticky. 2022-08-31 11:52:43 -04:00
astro.h Display full Doppler in Echo mode text output, not just the audio shift. 2022-08-16 14:42:22 -04:00
astro.ui Work in progress on Echo mode. Some temporary stuff here! 2022-07-21 11:39:24 -04:00
BandComboBox.cpp retain old type name for FrequencyList_v2, use new type name for new class 2022-10-11 18:30:01 -07:00
BandComboBox.hpp Improve band combo box pop up list width management 2021-06-25 12:33:30 +01:00
CabrilloLogWindow.cpp use correct method for getting row count from the DB; use signals/slots to inform the CabrilloLogWindow the qso_count has changed 2022-07-15 20:42:57 -07:00
CabrilloLogWindow.hpp use correct method for getting row count from the DB; use signals/slots to inform the CabrilloLogWindow the qso_count has changed 2022-07-15 20:42:57 -07:00
CabrilloLogWindow.ui use correct method for getting row count from the DB; use signals/slots to inform the CabrilloLogWindow the qso_count has changed 2022-07-15 20:42:57 -07: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 Make the colour highlighting scheme immune to style sheet overrides 2021-01-02 18:02:09 +00:00
colorhighlighting.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
colorhighlighting.ui Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
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 Special case: yellow Tx message for Q65-60x should use hhmmss. 2024-01-25 11:14:55 -05:00
displaytext.h Ensure that "Start new period decodes at top" still works after several hours. Patch from Mike W9MDB. 2022-12-06 14:54:24 +01:00
DoubleClickablePushButton.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickablePushButton.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickableRadioButton.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
DoubleClickableRadioButton.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
echograph.cpp ClearAvg now erases the plot in Echo Graph. 2022-09-01 11:49:06 -04:00
echograph.h ClearAvg now erases the plot in Echo Graph. 2022-09-01 11:49:06 -04:00
echograph.ui Add an optional baseline to plots in Echo Graph. 2022-09-01 11:20:00 -04:00
echoplot.cpp Add an optional baseline to plots in Echo Graph. 2022-09-01 11:20:00 -04:00
echoplot.h Add an optional baseline to plots in Echo Graph. 2022-09-01 11:20:00 -04:00
ExportCabrillo.cpp Qt v5.15 compatibility 2020-06-21 20:35:26 +01:00
ExportCabrillo.h Preparation for UI i18n 2019-06-06 12:56:25 +01:00
ExportCabrillo.ui Add new CabrilloLogWindow widget and integrate it into the application 2018-11-12 04:44:03 +00:00
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 Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
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 show last_10, last_100, and last 60m rates in FoxLog window 2023-04-25 19:38:47 -07:00
FoxLogWindow.hpp show last_10, last_100, and last 60m rates in FoxLog window 2023-04-25 19:38:47 -07:00
FoxLogWindow.ui Minor adjustments to the Fox statistics code. 2023-05-06 11:08:33 +02:00
FrequencyDeltaLineEdit.cpp Fix implicit-const-int-float-conversion error (by JG1UAA) 2022-02-11 11:00:21 +01:00
FrequencyDeltaLineEdit.hpp Moving toward multiplier and dupe detection for contest modes 2019-05-30 22:20:09 +01:00
FrequencyLineEdit.cpp Fix implicit-const-int-float-conversion error (by JG1UAA) 2022-02-11 11:00:21 +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 Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
HintedSpinBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
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 Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
LettersSpinBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
logqso.cpp Enable contest logging of the ARRL Digi Contest. 2023-06-04 19:15:51 +02: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 Fix a compilation error. 2024-03-07 01:14:11 +01:00
mainwindow.h Most (probably not all) of the QMAP <-> WSJT-X interaction is now functional. 2023-12-07 14:29:27 -05:00
mainwindow.ui Make some right-click mouse press events more intuitive and consistent. 2023-12-06 13:18:25 +01: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 Revert the message averaging window to it's original single personality 2018-11-12 22:03:39 +00:00
MessageBox.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
MessageBox.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
meterwidget.cpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
meterwidget.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
MultiGeometryWidget.hpp MultiGeometryWidget template class abstracts window geometry changes 2020-11-27 01:14:12 +00:00
plotter.cpp Display "T M R 73" only for JT4 and Q65 D and E. 2024-01-25 11:32:36 -05:00
plotter.h Allow total power plot to scroll left. 2022-09-09 16:46:24 -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 Add mode buttons to the mainwindow 2022-01-10 13:54:48 +01:00
signalmeter.h Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
SplashScreen.cpp Update splash screen 2021-02-18 12:18:43 +00:00
SplashScreen.hpp Start implememntation of database based Fox log model and a new Fox log window widget 2018-11-07 17:49:45 +00:00
widegraph.cpp Diasble zero2dSlider when WideGraph is plotting in TotalPower mode. 2022-09-10 09:49:27 -04:00
widegraph.h First attempt at a useful total-power plotter. 2022-09-08 15:27:01 -04:00
widegraph.ui First attempt at a useful total-power plotter. 2022-09-08 15:27:01 -04:00
widgets.pri Change the source file names from arrl_digi.* to activeStations.* 2022-03-11 15:12:32 -05:00