Commit Graph

3606 Commits

Author SHA1 Message Date
f4exb 9435c7446f Commands and presets: tabify dock widgets. Changed placement of the delete button 2018-01-05 18:53:01 +01:00
f4exb 5d7ffe7a50 Presets: reorder display on preset update too (possible frequency change) 2018-01-05 18:39:37 +01:00
f4exb 98429d7ec8 AM demod: fix debug message 2018-01-05 18:39:12 +01:00
f4exb aed125e3d0 SSB demod: interpolator fixes 2018-01-05 18:38:47 +01:00
f4exb b26126ffaa Commands: fixed key associate 2018-01-05 13:27:45 +01:00
f4exb 7e4ddbbd9c Commands: code commented cleanup 2018-01-05 12:07:38 +01:00
f4exb 74a7585c99 BFM demod is now compilable on a RPi3 host 2018-01-05 12:07:15 +01:00
f4exb de5cedffea Commands: implemented save commands button 2018-01-05 11:54:05 +01:00
f4exb aa8e01f8ce Commands and presets: added possibility to rename group or merge groups. In addition for presets: added possibility to edit description 2018-01-05 11:45:20 +01:00
f4exb 5c3938753c Commands: implemented run commands by shortcut key 2018-01-05 10:28:32 +01:00
f4exb b82e667240 Commands: use the command key event filter to capture key sequences in the edit command dialog window 2018-01-05 09:59:37 +01:00
f4exb 5526ccd5bd Commands: optional trap of keyboard input in main window to be able to trigger commands 2018-01-05 05:05:12 +01:00
f4exb 9de6aabee6 Commands: removed debug messages on event handlers 2018-01-05 02:13:15 +01:00
f4exb 7ef6964982 Enforce device set terminology on main window 2018-01-05 02:12:49 +01:00
f4exb 2bd1692a2f Commands: use monospaced font to view the log 2018-01-05 01:59:01 +01:00
f4exb 0f5501ca5b Commands: set QPlainTextEdit enabled but read only to view the log 2018-01-05 00:12:38 +01:00
f4exb 098ae3be74 Commands: fixed error and exit signals handling 2018-01-04 23:10:05 +01:00
f4exb 069d9a7d07 Commands: implemented run and output GUI 2018-01-04 20:15:33 +01:00
f4exb 89f98f504a Commands: implemented management GUI 2018-01-04 11:11:53 +01:00
f4exb 8fdb73028a Commands: added new button 2018-01-03 12:35:28 +01:00
f4exb 28196978e2 Commands: basic dock widget setup and command class 2018-01-03 12:25:58 +01:00
f4exb 565d463f10 Get rid of connectSlotsByName: No matching signal for... at startup 2018-01-03 10:38:06 +01:00
f4exb 1ec8eecefb DSD demod: use lower cutoff for optional audio high pass filter 2018-01-02 20:02:30 +01:00
f4exb 66aa8363cc Reverted change of warning message when adding more than one channel source in transmission mode 2018-01-02 17:56:16 +01:00
f4exb 36b3137a48 DSP device source/sink engines: reworked add source sequence of actions 2018-01-02 16:25:34 +01:00
f4exb 80d243811f UDP sink: fixes 2018-01-02 16:23:31 +01:00
f4exb 7c5066d27c Bumped to version 3.9.1 and 2018 2018-01-02 12:38:28 +01:00
f4exb 09ef1953bd Debian changelog update for v3.9.1 2018-01-02 12:33:31 +01:00
f4exb 95bb0ba6c3 Changed warning message when adding more than one channel source in transmission mode 2018-01-02 12:33:02 +01:00
f4exb 018c8ade40 WFM modulator: fixed tone frequency and apply channel settings output sample rate handling 2018-01-02 12:32:22 +01:00
f4exb 23e5ef76d4 Device sink engine: fixed adding source channels while it runs 2018-01-02 11:00:00 +01:00
f4exb fdce9958e5 NFM modulator: corrected NCO sample rate setting in apply channel settings 2018-01-02 10:32:00 +01:00
f4exb 73d070a055 LimeSDR: use qDebug() in a different way 2018-01-02 10:02:44 +01:00
f4exb f30edc983d Tx: new handling of multiple channel sources. Fixed segfault 2018-01-02 04:01:01 +01:00
f4exb df1e09fdb7 Tx: new handling of multiple channel sources (1) 2018-01-02 03:40:55 +01:00
f4exb 1056a39983 Tx support: single channel: make FIFO read and writes truly independent (optimized) 2018-01-02 02:14:31 +01:00
f4exb 420ef78ad5 Tx support: single channel: make FIFO read and writes truly independent (unoptimized) 2018-01-02 01:33:09 +01:00
f4exb b731ff851a Renamed some DSP messages to make them more explicit 2018-01-02 01:04:49 +01:00
f4exb 9a2ae892ed Sample source FIFO: moved emit data write at top of method so that samples can be written with no delay 2018-01-02 01:04:04 +01:00
f4exb 7c679d10a8 Merge branch 'dev' of /shared/development/sdrangel into dev 2018-01-02 00:29:59 +01:00
f4exb 8801462f96 DSP device sink engine: simplify code for single channel source handling 2018-01-02 00:27:45 +01:00
f4exb 0f1291eaaa Web API: removed useless compile feature in CMakeLists.txt file 2018-01-02 00:27:28 +01:00
f4exb 0c39c9dfd3 BFM demod: RDSTMC: use char* instead of std::string for constant array 2017-12-31 11:54:56 +01:00
f4exb ffa24cde9b BFM demod: RDSTMC: specify 0 value in array initialization 2017-12-31 11:45:47 +01:00
f4exb 0b72c016ab DSD demod: gcc7 warnings fixes 2017-12-31 03:34:38 +01:00
f4exb 723df69943 BFM and DSD demod: gcc7 warnings fixes 2017-12-31 03:16:30 +01:00
f4exb c23894e567 SDRdaemon sink: removed throw lists as they are dprecated in c++11 (gcc7 warning) 2017-12-31 02:46:03 +01:00
f4exb 3f96ce4187 BFM demod: set -fno-var-tracking-assignments for rdstmc.cpp as it makes compilation very busy and memory hungry for nothing. May fix compilation on RPi3 2017-12-31 02:14:46 +01:00
f4exb 48b3077ac8 Updated main readme 2017-12-31 00:34:45 +01:00
f4exb 415d2222d5 Server: implemented a signal handler for SIGQUIT, SIGINT, SIGTERM, SIGHUP so the application exits nicely 2017-12-30 21:29:48 +01:00