.. |
about.cpp
|
Further preparations for making a release candidate WSJT-X 2.6.0-rc1.
|
2022-05-31 11:12:45 -04:00 |
about.h
|
|
|
about.ui
|
|
|
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
|
Set a warning color when BandChanges is 8 or higher.
|
2022-03-28 17:45:03 -04:00 |
activeStations.h
|
Add labels for Band Changes, Rate, and Score to the ActiveStations window.
|
2022-03-26 16:15:04 -04:00 |
activeStations.ui
|
ActiveStations lineEdits for Rate, Score, and Band changes should be ReadOnly.
|
2022-07-16 09:43:55 -04:00 |
astro.cpp
|
If DX grid is blank, set DX astro params to zero. Do this in astrosub.f90, not asstro.cpp!
|
2022-07-17 16:12:59 -04:00 |
astro.h
|
Testing options
|
2020-11-06 18:28:59 +00:00 |
astro.ui
|
|
|
BandComboBox.cpp
|
Improve band combo box pop up list width management
|
2021-06-25 12:33:30 +01: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-10 20:12:37 +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
|
|
|
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
|
Re-enable display of country names if ActiveStations window is closed.
|
2022-03-30 14:23:44 -04:00 |
displaytext.h
|
Cleanup of "workedB4" interaction with ActiveStations.
|
2022-03-22 12:41:08 -04: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
|
|
|
DoubleClickableRadioButton.hpp
|
|
|
echograph.cpp
|
|
|
echograph.h
|
Start implememntation of database based Fox log model and a new Fox log window widget
|
2018-11-07 17:49:45 +00:00 |
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
|
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
|
|
|
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
|
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
|
Make OK button the default on the LogQSO dialog window.
|
2022-07-01 11:56:22 -04: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
|
Minor code cleanup.
|
2022-07-16 09:50:09 -04:00 |
mainwindow.h
|
Remember settings for T/R period and Submode by mode.
|
2022-07-05 10:55:00 +02:00 |
mainwindow.ui
|
Edits and additions to User Guide.
|
2022-06-02 13:15:20 -04: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
|
Remove more vestiges of JT9+JT65 mode.
|
2021-07-19 09:26:25 -04:00 |
plotter.h
|
Remove setting of m_modeTx in WideGraph and Plotter. No need for it now.
|
2021-06-10 14:49:52 -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
|
|
|
SplashScreen.cpp
|
Update splash screen
|
2021-02-18 12:18:43 +00:00 |
SplashScreen.hpp
|
|
|
widegraph.cpp
|
Remove more vestiges of JT9+JT65 mode.
|
2021-07-19 09:26:25 -04:00 |
widegraph.h
|
Remove setting of m_modeTx in WideGraph and Plotter. No need for it now.
|
2021-06-10 14:49:52 -04:00 |
widegraph.ui
|
Remove Q65_MultiSync as a separate option. We always show both red and orange sync curves.
|
2021-02-01 15:28:22 -05:00 |
widgets.pri
|
Change the source file names from arrl_digi.* to activeStations.*
|
2022-03-11 15:12:32 -05:00 |