Commit graph

11 commits

Author SHA1 Message Date
Wyatt Miler
269e004227 Test and document TX.GET_QUEUE_DEPTH 2026-02-01 12:51:38 -06:00
Wyatt Miler
02e1a93628 Adds RIG.SET_TUNE and RIG.TX_HALT 2026-02-01 12:51:38 -06:00
Wyatt Miler
183758135c Renamed GET_PTT and updated docs 2026-02-01 12:51:38 -06:00
Wyatt Miler
d0c1b09135 Fix set_spot, updated docs 2026-02-01 12:51:38 -06:00
Wyatt Miler
9efa51772f GET_OS, GET/SET_SPOT, various other things. SET_SPOT doesn't work yet 2026-02-01 12:51:38 -06:00
Wyatt Miler
a1915d014b Add STATION.VERSION and STATION.GET_PTT calls 2026-02-01 12:51:38 -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
Wyatt Miler
9c242cd3af
User Manual as markdown file, other documentation changes (#128)
* User Manual as a markdown file. Minor other additions/fixes.

* repo version of doxygen is too old, build our own
2026-01-10 21:33:24 -05:00
Chris-AC9KH
854666bde1 Add doxy hooks to MainWindow class member function files in JS8_Mainwindow 2026-01-06 22:47:39 -06:00
Chris-AC9KH
8c647b5a9e Move MainWindow member functions to external source files in
JS8_Mainwindow:
- buildQueryMap.cpp
- checkVersion.cpp
- dataSink.cpp
- displayBandActivity.cpp
- displayCallActivity.cpp
- initializeDummyDate.cpp
- initializeGroupMessage.cpp
- networkMessage.cpp
- processCommandActivity.cpp
- processDecodeEvent.cpp
- processRxActivity.cpp

reduces mainwindow.cpp from 12,482 to 8,284 lines of code
2026-01-06 22:47:39 -06:00