Robin Getz
77fa427e62
afc: fix iterator invalidation when removing channels
...
Avoid incrementing an iterator after it has been invalidated by
QMap::erase() by using the iterator returned from erase().
This fixes undefined behavior when removing a channel from m_channelsMap.
Found by cppcheck.
Signed-off-by: Robin Getz <rgetz503@gmail.com >
2026-08-09 21:17:13 -04:00
Daniele Forsi
8c3f7e3775
Remove unused includes and use more direct includes
2024-04-11 23:31:34 +02:00
f4exb
00b041d762
Rewriting of copyright notices for plugins/features. Part of #1893
2023-11-18 13:12:18 +01:00
f4exb
6a3c4d8312
APRS feature: Make settings assignments atomic. Part of #1329
2022-11-23 00:19:12 +01:00
f4exb
f3c5cd0ab5
AFC feature: Make settings assignments atomic. Part of #1329
2022-11-19 23:30:49 +01:00
f4exb
008e53104d
Update threading model in AFC feature. Part of #1346
2022-09-21 06:01:45 +02:00
Jiří Pinkava
0df2d75e6d
Replace deprecated QMutex(Recursive) with QRecursiveMutex
2022-09-17 23:00:07 +02:00
f4exb
75b034180c
AFC feature: moved device scan in AFC class
2022-02-27 09:58:16 +01:00
Jon Beniston
d5857c3878
Move Feature workers to thread
2021-11-25 09:28:59 +00:00
f4exb
ee0e5fc777
AFC: implemented message pipes for sending back channel settings. Implemented in all relevant channel plugins. Removed obsolete methods
2020-12-13 13:04:36 +01:00
f4exb
55eb6cc951
Fixed -Wunused-parameter warnings
2020-11-14 11:13:32 +01:00
f4exb
b5162dfc5f
AFC: fixes. Implement devices apply and reset channels feedbac
2020-10-27 06:36:25 +01:00
f4exb
d0081b2af4
AFC: REST API: actions and report: implementation
2020-10-27 06:36:15 +01:00
f4exb
797bbdbac5
AFC: fixed channel tracking
2020-10-27 06:34:15 +01:00
f4exb
be4f7f3178
AFC: added tracker adjustment period and fixes
2020-10-27 06:19:39 +01:00
f4exb
bee032833e
AFC: process tracker frequency change only if its offset actually chages
2020-10-27 06:17:34 +01:00
f4exb
b69ab47e90
AFC: UI changes and fixes
2020-10-27 06:17:18 +01:00
f4exb
c6699562f4
AFC: fixed transverter correction
2020-10-27 06:16:30 +01:00
f4exb
977638d9d6
AFC: implemented full functionality
2020-10-27 06:06:31 +01:00
f4exb
1c1eade408
AFC: settings fix
2020-10-27 06:02:59 +01:00
f4exb
0cd512ce4a
AFC plugin: brute force copy from Simple PTT plugin
2020-10-27 06:00:09 +01:00