Commit graph

7 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
fc9d13b510 - Replace Q_FOREACH with C++ for loops. Q_FOREACH is deprecated in Qt 6.11,
use the standard C++17 or later library utility std::as_const which replaces
qAsConst
- Configuration.cpp: the parameters, allow_monitors and show_monitors,
are only used on Linux in a preprocessor guard. Silence the compiler
spam for Mac and Windows which see them as declared but unused parameters
2026-06-21 16:21:31 -05:00
Chris-AC9KH
3c0542e7d3 Remove obsolete Qt version checks (floor is Qt 6.9.3) 2026-06-14 20:38:03 -05:00
rruchte
cc9cdb199b Fixes use of deprecated Hamlib rig_get_conf function 2026-03-23 20:57:59 -04:00
Chris-AC9KH
459ebef8b3 Remove deprecated DisplayManual class
Move OmniRig to deprecated group, scheduled for deprecation due
to being no longer supported by Windows 11 and Qt6.9.3
Schedule OmniRig to removed from the code in July 2026
Noted in the doxy file description
2026-01-19 18:15:33 -06:00
Chris-AC9KH
963b9cd933 Add doxy hooks to all source file 2026-01-18 19:19:15 -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