Commit graph

13 commits

Author SHA1 Message Date
Chris-AC9KH
bc32797e1c OmniRig: was scheduled for deprecation if the program was never bought
up to modern 64-bit standards and supported by newer versions of Qt
- Remove OmniRig from source tree
2026-07-14 12:38:03 -05:00
Chris-AC9KH
7696e80b73 Add callsign blocking feature, settable in the UI 2026-05-09 20:14:09 -05:00
Chris-AC9KH
6a7d831263 Add UI setting to enable/disable automatic blacklisting of stations
that send more often than every 55 minutes
2026-05-05 07:03:41 -05:00
Wyatt Miler
7839e49bd8
Load Stylesheet (#243)
* Add a Load stylesheet button to Settings->UI
2026-04-06 10:47:14 -04:00
Rico Beier-Grunwald
b036e48660 Visualize commands and routing as pills 2026-03-25 07:10:18 -05:00
rruchte
9a1082634e Refactor audio device settings to use device ID instead of description
Misc audio device identification and handling improvements
Adds diagnostics tab to settings to dump system, app, and device details
2026-03-11 21:45:29 -04:00
rruchte
5aa1d13c07 Addresses issue #187 - PSK Reporter Failing to Spot
Removes TCP socket functionality from PSKReporter
Removes PSK Reporter TCP option from configuration
Revert PSKReporter MIN_SEND_INTERVAL to 120 seconds
2026-02-16 06:36:24 -06:00
Chris-AC9KH
b257112a1c Fix UI issues for Settings:
- turn off APRS inbound relay by default
- fix sizing and alignment of Heartbeat Network box
2026-01-18 19:19:15 -06:00
Chris-AC9KH
963b9cd933 Add doxy hooks to all source file 2026-01-18 19:19:15 -06:00
Chris-AC9KH
1ab08249b1 remove MainWindow class from mainwindow.cpp and replace it with UI_Constructor class
rename remaining files that didn't match their class definitions
relocate the explicit UI_Constructor member function to JS8_MainWindow
relocate the processBufferedActivity member function to JS8_MainWindow
format affected files with LLVM clang-format

Set default APRS inbound relay to off
Fix layout of General->Networking & Autoreply tab in Settings
2026-01-18 19:19:15 -06:00
dt229878
c9162356cd Inbound APRS message relay into JS8 mesh. 2026-01-16 06:40:35 -06:00
rruchte
a2633e827a Addresses issue #103, dark mode cleanup
- Removes explicit background color specifications
- Adds alert icons to the callsign and grid, entry fields when they are empty
- Removes custom styles from saved messages list
2026-01-13 10:34:21 -06:00
Chris-AC9KH
356bdc0f50 Code cleanup - move loose source and header files in source tree to group folders
Rename all header files with .h extension
Fix function declaration in HamlibTransceiver.h that overrode member function but was not marked override
Remove unused variable in Modulator.cpp
Remove unused files from source tree
Remove duplicate LazyFillComboBox files
Reformat codebase to LLVM C++ standard
2026-01-02 16:46:38 -06:00
Renamed from Configuration.ui (Browse further)