f4exb
|
e492253bc8
|
Removed obsolete basic channel settings widget
|
2017-11-12 10:36:08 +01:00 |
|
f4exb
|
9cca7100ac
|
Demdulators: removed obsolete on menu double clicked event handling. Modulators: removed obsolete basic settings shown indicator
|
2017-11-12 10:30:12 +01:00 |
|
f4exb
|
e2252836f0
|
Modulators: removed obsolete on menu double clicked event handling
|
2017-11-12 10:06:32 +01:00 |
|
f4exb
|
44b49847f9
|
Bumped to version 3.8.3
|
2017-11-11 05:14:58 +01:00 |
|
f4exb
|
e6b2d12236
|
SSB mod/demod: make sure channel marker bandwidth and low cutoff are displayed correctly
|
2017-11-10 23:01:21 +01:00 |
|
f4exb
|
f2b53fe3aa
|
Use the modulator constructor separated from the modulator GUI constructor
|
2017-11-08 22:54:58 +01:00 |
|
f4exb
|
9c68da780e
|
Added mod constructor interface in the plugin API. Created method in all Tx channel plugins
|
2017-11-08 17:09:25 +01:00 |
|
f4exb
|
aa56988d83
|
Tx plugins: removed useless create method in private slot
|
2017-11-08 00:09:40 +01:00 |
|
f4exb
|
d4c9765480
|
Renamed createTxChannel to createTxChannelGUI to described only the GUI will be created there in the future
|
2017-11-08 00:05:49 +01:00 |
|
f4exb
|
fabb5ea6ba
|
ATV modulator: better size text overlay
|
2017-11-07 02:00:54 +01:00 |
|
f4exb
|
3d74ac9ed8
|
Various small corrections
|
2017-11-06 02:12:44 +01:00 |
|
f4exb
|
95f9df8396
|
Moved m_deviceAPI->addThreadedSource at the end of the constructor sequence in all channel plugins
|
2017-11-06 01:39:44 +01:00 |
|
f4exb
|
465416ee19
|
SSB channels: fix the fixes (2)
|
2017-11-03 20:13:54 +01:00 |
|
f4exb
|
3bdddb5818
|
SSB channels: fix the fixes (1)
|
2017-11-03 19:29:48 +01:00 |
|
f4exb
|
9e5a7bb6fd
|
SSB mod/demod: fixed default window title
|
2017-11-03 09:39:36 +01:00 |
|
f4exb
|
4be176fcbd
|
SSB modulator: refactored bandwidths settings and fixed segfault
|
2017-11-03 02:55:12 +01:00 |
|
f4exb
|
10e92686fc
|
Move main window readme to the sdrgui folder where it makes more sense
|
2017-11-02 14:09:15 +01:00 |
|
f4exb
|
7370eba0f7
|
Bumped version to v3.8.0
|
2017-11-01 14:58:36 +01:00 |
|
f4exb
|
d5d7d40102
|
Tx Channel plugins now handled via DeviceUISet
|
2017-11-01 00:00:03 +01:00 |
|
f4exb
|
a106deeaf7
|
Make a static getter of Main Window reference as it is de facto a singleton. Use it in place of plugin API getter
|
2017-10-24 13:45:10 +02:00 |
|
f4exb
|
fa77ca3fb6
|
Code re-organization in two libraries sdrbase and sdrgui in view of core / GUI split
|
2017-10-22 19:12:43 +02:00 |
|
f4exb
|
4252d76bc2
|
Bumped some plugins version
|
2017-10-22 01:54:15 +02:00 |
|
f4exb
|
f1bad36f2c
|
ATV mod: separate GUI and modulator phase 1
|
2017-10-22 01:49:27 +02:00 |
|
f4exb
|
b14066a8f0
|
ATV modulator: use settings (3)
|
2017-10-22 01:36:18 +02:00 |
|
f4exb
|
305a613667
|
ATV modulator: use settings (2)
|
2017-10-22 01:13:04 +02:00 |
|
f4exb
|
04c8729e44
|
ATV modulator: use settings (1)
|
2017-10-22 00:33:18 +02:00 |
|
f4exb
|
dcb43d554c
|
ATV modulator: added settings class
|
2017-10-21 19:13:14 +02:00 |
|
f4exb
|
fa393b2873
|
SSB mod: restored channel marker slot
|
2017-10-21 16:47:30 +02:00 |
|
f4exb
|
0ee4e4040a
|
SSB modulator: separate GUI and modulator phase 1
|
2017-10-21 16:01:16 +02:00 |
|
f4exb
|
483cdfdcea
|
SSB modulator: use settings in modulator
|
2017-10-21 12:17:11 +02:00 |
|
f4exb
|
4815b4bc3e
|
All other audio modulators: use CW keyer's pulse smoother
|
2017-10-21 05:27:05 +02:00 |
|
f4exb
|
7570a2f9d8
|
SSB mod: use CW keyer's pulse smoother
|
2017-10-21 05:01:47 +02:00 |
|
f4exb
|
1f60fa48d0
|
SSB modulator: use settings in GUI (4)
|
2017-10-21 03:42:28 +02:00 |
|
f4exb
|
d2c7b6c26b
|
SSB modulator: use settings in GUI (3)
|
2017-10-20 21:19:42 +02:00 |
|
f4exb
|
f3513f9d9a
|
SSB modulator: use settings in GUI (2)
|
2017-10-19 08:45:28 +02:00 |
|
f4exb
|
cf78f9199c
|
SSB modulator: use settings in GUI (1)
|
2017-10-19 00:26:03 +02:00 |
|
f4exb
|
d83967d9ee
|
SSB modulator: created settings object
|
2017-10-18 23:16:13 +02:00 |
|
f4exb
|
294c39097b
|
UDP sink: separate GUI and sink (2)
|
2017-10-17 23:45:57 +02:00 |
|
f4exb
|
77ba4dac60
|
UDP sink: separate GUI and sink (1)
|
2017-10-17 21:08:54 +02:00 |
|
f4exb
|
09f06b2561
|
UDP Sink: removed useless and confusing references
|
2017-10-17 09:02:33 +02:00 |
|
f4exb
|
876001cf8c
|
UDP Sink: use settings in sink (6)
|
2017-10-17 00:27:48 +02:00 |
|
f4exb
|
199d7a054e
|
UDP Sink: use settings in sink (5)
|
2017-10-17 00:21:19 +02:00 |
|
f4exb
|
b8564edbc9
|
UDP Sink: use settings in sink (4)
|
2017-10-17 00:14:06 +02:00 |
|
f4exb
|
7c4aff362a
|
UDP Sink: use settings in sink (3)
|
2017-10-16 23:04:53 +02:00 |
|
f4exb
|
24b1002360
|
UDP Sink: use settings in sink (2)
|
2017-10-16 22:22:29 +02:00 |
|
f4exb
|
da8c14791b
|
UDP Sink: use settings in sink (1)
|
2017-10-16 21:56:56 +02:00 |
|
f4exb
|
1bca649e7a
|
UDP Sink: use settings in GUI (5)
|
2017-10-16 00:28:01 +02:00 |
|
f4exb
|
7bca818672
|
UDP Sink: use settings in GUI (4)
|
2017-10-16 00:08:27 +02:00 |
|
f4exb
|
76f20aa2e5
|
UDP Sink: use settings in GUI (3)
|
2017-10-15 23:32:11 +02:00 |
|
f4exb
|
898fcce31e
|
UDP Sink: use settings in GUI (2)
|
2017-10-15 22:55:00 +02:00 |
|