f4exb
|
af13b31d85
|
Massive UI revamping (v7): display channel absolute frequency in status bar. Manage shift frequency limits
|
2022-04-13 11:08:21 +02:00 |
|
f4exb
|
f1cf2f4f18
|
Massive UI revamping (v7): persistent channel show/hide
|
2022-04-12 18:27:27 +02:00 |
|
f4exb
|
2f89b79c84
|
Massive UI revamping (v7): added channels
|
2022-04-12 16:20:45 +02:00 |
|
f4exb
|
7f1c838cec
|
Updated versions and changelogs
|
2022-03-30 22:16:08 +02:00 |
|
f4exb
|
7689a16109
|
ChannelAPI: Added more convenient getIdentifier pure virtual method
|
2022-03-26 09:51:06 +01:00 |
|
f4exb
|
4111c967e9
|
Fixed some signal/slot connects. Removed unnecessary m_channelMessageQueue in ChannelAPI. Fixes #1185
|
2022-03-23 22:32:23 +01:00 |
|
f4exb
|
9c063410fb
|
Message pipes rework: more renaming
|
2022-03-02 23:57:35 +01:00 |
|
f4exb
|
cbe643c0b1
|
Message pipes rework: settings pipes change in other plugins
|
2022-03-02 23:07:15 +01:00 |
|
f4exb
|
634b25ac1e
|
Channel API rework: make it inherit from QObject and removed QObject inheritance from DSP interfaces. Fixes #1147
|
2022-02-13 00:57:33 +01:00 |
|
Jon Beniston
|
97496ae9f9
|
Install debug symbols on Windows for debug builds
|
2022-02-06 12:56:58 +00:00 |
|
f4exb
|
98b305f320
|
Make rollup state a serializable object so that it can be dumped in JSON format for the API. Prerequisite tp #1050
|
2022-01-09 05:27:12 +01:00 |
|
f4exb
|
128dd03684
|
New Jogdial Controller feature plugin. Implements #1088
|
2022-01-06 22:47:41 +01:00 |
|
f4exb
|
2a3ce0e7fb
|
API: implemented Channel Marker in Tx channels
|
2021-12-03 23:11:56 +01:00 |
|
Edouard Griffiths
|
cab9dc6094
|
Merge pull request #1056 from srcejon/channel_help
Add links to documentation
|
2021-11-24 22:02:11 +01:00 |
|
Jon Beniston
|
03004e00f7
|
Add links to documentation
|
2021-11-24 11:31:51 +00:00 |
|
Jon Beniston
|
2e68017b12
|
Save/restore rollup state in channel plugins
|
2021-11-24 09:50:42 +00:00 |
|
f4exb
|
b62cf26b22
|
Moved message to GUI to ChannelAPI. Prepares #769
|
2021-02-08 21:52:47 +01: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
|
89a901e383
|
Fixed getURI method in channels and features
|
2020-11-22 19:29:27 +01:00 |
|
Kacper Michajłow
|
f2d01b61d3
|
Avoid global QString init in plugins
This workarounds issue with LTO with GCC #716
|
2020-11-22 04:06:32 +01:00 |
|
Kacper Michajłow
|
cf70d9430f
|
Use QStringLiteral when it make sense
|
2020-11-22 04:05:04 +01:00 |
|
f4exb
|
3f2f1fcd7f
|
Fixed -Wclass-memaccess warnings
|
2020-11-15 00:03:34 +01:00 |
|
f4exb
|
9bd8e9c34e
|
Fixed -Wsign-compare warnings
|
2020-11-14 22:08:06 +01:00 |
|
f4exb
|
7a6636b63a
|
Fixed -Wunused-variable warnings
|
2020-11-14 18:45:05 +01:00 |
|
f4exb
|
55eb6cc951
|
Fixed -Wunused-parameter warnings
|
2020-11-14 11:13:32 +01:00 |
|
f4exb
|
f668863aed
|
Fixed -Wreorder warnings
|
2020-11-14 05:51:19 +01:00 |
|
f4exb
|
b9adbfb1d8
|
Refactored GUI queue access (from kasper93)
|
2020-10-31 19:27:35 +01:00 |
|
f4exb
|
6f4f7910f1
|
Channel settings feature feedback: all plugins
|
2020-10-27 06:16:17 +01:00 |
|
f4exb
|
61d3431095
|
Some cleanup
|
2020-10-14 22:10:26 +02:00 |
|
f4exb
|
8ba95addc0
|
Use MainCore instance in place of MainWindow
|
2020-10-12 22:11:13 +02:00 |
|
f4exb
|
170a2661e1
|
Updated version and changelogs
|
2020-10-06 07:41:32 +02:00 |
|
f4exb
|
31bf99a619
|
Removed dangling PluginInstanceGUI references
|
2020-10-05 16:30:24 +02:00 |
|
f4exb
|
6ebf4569bf
|
Delete channel API from DeviceUISet. Update FeatureUISet
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
b1c9a35dcb
|
Channel plugins: use specialized ChannelGUI superclass. Handle GUI lifecycle in MainWindow
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
d3d506a5ae
|
Removed handleMessage virtual method from PluginInstanceGUI
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
d085b4eb7d
|
Removed undesirable methods from PluginInstanceGUI and related common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
a93a93cec0
|
Channel API: new getURI method. Applied to common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
1b11363214
|
Add GUI to device set outside plugin: applied to common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
ef65afea02
|
Replace separate create channel methods (BS and CS): common plugins
|
2020-10-04 22:16:09 +02:00 |
|
f4exb
|
8a565a0de2
|
Upgrade libiio and libairspyhf versions. Updated version and changelogs
|
2020-08-20 14:02:06 +02:00 |
|
Vort
|
fe1f2305a5
|
ATV Modulator: fix crash when m_pointsPerHBar = 0
|
2020-08-14 11:07:54 +03:00 |
|
f4exb
|
161cded056
|
Fixed some compiler warnings
|
2020-08-03 13:07:06 +02:00 |
|
f4exb
|
720d69311e
|
ATV Modulator: fixed 819 lines system
|
2020-08-03 08:23:24 +02:00 |
|
f4exb
|
1de1bf4d08
|
Updated versions and changelogs
|
2020-08-01 05:13:55 +02:00 |
|
f4exb
|
e8b454847c
|
ATV: updated dociumentation
|
2020-07-31 04:53:01 +02:00 |
|
f4exb
|
8578b3e117
|
ATV Modulator: complete vertical sync rework. Removed 405 lines and added 819 lines system. Implements #578
|
2020-07-31 04:04:16 +02:00 |
|
f4exb
|
96078bc9b8
|
ATV Modulator: fixed some vertical sync parameters
|
2020-07-23 13:13:41 +02:00 |
|
f4exb
|
d240d1ae57
|
ATV mod: corrected m_interleaved to m_interlaced
|
2020-07-21 23:54:06 +02:00 |
|
f4exb
|
31555e4476
|
ATV mod: corrected line timings and created a diagonal pattern
|
2020-07-21 23:52:30 +02:00 |
|
f4exb
|
a4a16265a3
|
Updated version and changelogs
|
2020-07-01 20:22:41 +02:00 |
|