Commit Graph

257 Commits

Author SHA1 Message Date
f4exb f01b90094b PVS-Studio static analysis corrections (1) issue #137 2018-02-21 18:54:59 +01:00
f4exb 58086b422b Web API: fixed missing initializations of error object (2) 2018-02-21 13:50:05 +01:00
f4exb 0162b1d2bc Web API: fixed missing initializations of error object 2018-02-21 13:27:10 +01:00
f4exb a85adbfe0f Compile sdrbase resources as a binary resource file loaded dynamically 2018-02-18 23:01:02 +01:00
f4exb 2dbb0b3253 Scopevis NG: prevent invalid index 2018-02-15 18:48:31 +01:00
f4exb 5cb9b6ebed Main window: fixed memory leak on m_commandKeyReceiver 2018-02-15 10:52:34 +01:00
f4exb 8c05974686 Main Window: moved source/sink API destruction last 2018-02-15 00:25:50 +01:00
f4exb c0eed06b69 Web API and related: fixed memory leaks (3) 2018-02-14 19:59:19 +01:00
f4exb 8f3ef9e76d Main Window: fixed memory leak with remove last device 2018-02-14 13:40:34 +01:00
f4exb e8537d6582 Web API and related: fixed memory leaks and some malfunctions 2018-02-14 11:27:57 +01:00
f4exb a1f69ebc2b Web API: new generator with lazy instantiation and some memory leak fixes. Implemented in webapi classes (part 1) 2018-02-14 01:42:35 +01:00
f4exb c23828a1fa Revert "Web API: removed call to init() on generated Swagger objects as this is now handled automatically at construction time. Suppresses memory leaks."
This reverts commit aa796c30b6.
2018-02-13 20:12:54 +01:00
f4exb aa796c30b6 Web API: removed call to init() on generated Swagger objects as this is now handled automatically at construction time. Suppresses memory leaks. 2018-02-13 07:05:25 +01:00
f4exb 8f7f7298fe Merge branch 'master' into dev 2018-02-12 22:14:42 +01:00
fire 9bdf673f90
remove line 2018-02-12 01:44:24 +01:00
fire 30111bdca0
fix QtWheelEvent propagation
as described here
http://www.setnode.com/blog/mouse-wheel-events-event-filters-and-qscrollarea/
2018-02-12 01:43:04 +01:00
fire bef050fc7e
fix QtWheelEvent propagation
as described here
http://www.setnode.com/blog/mouse-wheel-events-event-filters-and-qscrollarea/
2018-02-12 01:40:34 +01:00
f4exb 4d5376ac7b SSB demod: start level meter at -120 dB when in 24 bit mode 2018-02-10 05:43:11 +01:00
f4exb 5af03b2a39 About dialog: cosmetic changes 2018-01-28 09:28:04 +01:00
f4exb 4a442e97e7 Web API: re-organize online documentation and integrate Swagger-UI 2018-01-24 18:17:13 +01:00
f4exb 9bafb2d9b3 24 bit DSP: document in log and Web API. Adding PID information 2018-01-22 23:29:09 +01:00
f4exb a47587e16f Specify Scope and Spectrum Vis floating point sample scale 2018-01-22 14:07:24 +01:00
f4exb 2ddcb8c358 Differentiate Rx and Tx DSP sample sizes 2018-01-22 08:46:05 +01:00
f4exb 491b8a6d33 Replaced hardcoded bit scaling literals by defines 2018-01-21 10:57:04 +01:00
f4exb 5bad3637f3 Show REST API URL in about dialog 2018-01-12 00:57:05 +01:00
f4exb 1fd5c48d62 Updated missing documentation for SSB and WFM audio UDP output 2018-01-07 10:42:25 +01:00
f4exb 9fda9804e3 Added build info in the about dialog box 2018-01-07 03:36:47 +01:00
f4exb 2bb579fb4b Logging: removed v prefix on SDRangel version 2018-01-07 03:22:38 +01:00
f4exb 1f4cdd1f3c Logging: also print pointer size of building architecture 2018-01-07 03:20:27 +01:00
f4exb 333df92c06 Put application and system info at the start of the log file if it is being used 2018-01-07 02:52:35 +01:00
f4exb eca3527beb Windows build: fixed missing files in sdrgui.pro 2018-01-07 02:33:44 +01:00
f4exb 7bdc161c91 Added information about O/S, CPU architecture and application name where it was missing 2018-01-07 01:33:57 +01:00
f4exb 85e1606962 Updated documentation with latest changes 2018-01-07 00:42:22 +01:00
f4exb eafeaa2a77 Commands: added run and delete group. Presets: added delete group. 2018-01-06 20:02:08 +01:00
f4exb 9256e6b0ed Web API: DeviceSetList: added focused device set index for the GUI 2018-01-06 09:50:09 +01:00
f4exb 7974548a25 Commands: use dash in P/R column to show that key association is not active 2018-01-06 06:26:00 +01:00
f4exb b002596677 Commands: corrected edit command dialog focus handling to capture associated key 2018-01-06 05:51:14 +01:00
f4exb 8a032d0532 Web API: implemented /sdrangel/deviceset/{deviceSetIndex}/focus PATCH 2018-01-06 03:46:53 +01:00
f4exb 13a0f445d0 Commands and presets GUI: changed view details 2018-01-06 02:44:45 +01:00
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 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 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 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 7c5066d27c Bumped to version 3.9.1 and 2018 2018-01-02 12:38:28 +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 e39e080cc0 Channel source/sink APIs: removed useless getDeltaFrequency pure virtual method 2017-12-29 05:22:26 +01:00
f4exb ccffb5101d Web API: /sdrangel/deviceset/{deviceSetIndex}/device/settings PUT, PATCH with all settings parameters optional 2017-12-27 01:46:33 +01:00
f4exb e1d7ada5dd DSD demod: highpass filtering for audio (1) 2017-12-26 10:59:51 +01:00
f4exb 9213b3c0b2 Device sink plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected 2017-12-25 12:59:44 +01:00
f4exb 49d1439981 Device source plugins: implemented an init method for initializations to be done when all collaborating objects are created and possibly connected 2017-12-25 09:10:19 +01:00
f4exb bf6607044a Server: Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH with all settings parameters optional 2017-12-24 03:27:07 +01:00
f4exb ead034e21d Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex} DELETE implemented in GUI also 2017-12-23 23:41:37 +01:00
f4exb d79ef49112 Plugin interface: simplify createTxChannelGUI 2017-12-23 10:38:45 +01:00
f4exb 31aacc9571 Plugin interface: simplify createRxChannelGUI 2017-12-23 10:32:02 +01:00
f4exb 0f7faff299 Plugin interface: simplify createTxChannel 2017-12-23 10:16:27 +01:00
f4exb 703aa21159 Plugin interface: simplify createRxChannel 2017-12-23 09:54:42 +01:00
f4exb 4b51599706 Web API: changed /sdrangel/devicesets POST,DELETE to /sdrangel/deviceset to reflect that it applies to a single device set 2017-12-22 01:07:03 +01:00
f4exb a945d582bc Web API: return more descriptive messages on status 202 2017-12-21 22:35:25 +01:00
f4exb 41e18eefd2 Web API: replaced status code 200 by 202 whenever an asynchronous message is enqueued 2017-12-21 18:10:43 +01:00
f4exb 88e56d1a37 Web API: renamed /sdrangel/preset GET to /sdrangel/presets GET as this returns the list of presets 2017-12-21 00:50:58 +01:00
f4exb 15453b7528 Server: Web API: implemented /sdrangel/preset POST 2017-12-21 00:23:36 +01:00
f4exb ef5cf18778 Reverted Fixed missing channel registration when creating a new channel from a preset load for the GUI version 2017-12-20 21:49:22 +01:00
f4exb 761fc2cb3a Fixed missing channel registration when creating a new channel from a preset load 2017-12-20 14:48:40 +01:00
f4exb 894d926329 Server: Web API: implemented /sdrangel/preset (PUT) 2017-12-20 14:31:17 +01:00
f4exb da4884d1a0 Web API: suppress waiting after asynchronous message posting and return 200 with a simple message 2017-12-19 17:55:05 +01:00
f4exb e428f55c82 Server: load presets on start and save them on exit 2017-12-18 13:56:10 +01:00
f4exb 2784a026d6 Web API: added Qt version in the instance summary 2017-12-18 13:19:20 +01:00
f4exb 7dab0f67bb Server: reviewed application handling 2017-12-18 00:00:21 +01:00
f4exb 6d12443100 Server: changes to support DeviceSet 2017-12-17 23:15:42 +01:00
f4exb f2cdacb057 Server: pass plugins subdirectory to the PluginManager::loadPlugins method 2017-12-17 10:36:22 +01:00
f4exb 3e0918c768 Web API: fixed segfault in WebAPIAdapterGUI::devicesetDeviceSettingsPutPatch 2017-12-14 23:12:52 +01:00
f4exb b446f67434 Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH for NFM demod and mod. Fixes (1) 2017-12-12 18:56:24 +01:00
f4exb e4b65b52b4 Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings PUT, PATCH for NFM demod and mod 2017-12-11 18:18:47 +01:00
f4exb 0e3b558141 Web API: /sdrangel/deviceset/{deviceSetIndex}/channel (POST) 2017-12-11 01:18:10 +01:00
f4exb 2dd82e9eca Web API: /sdrangel/deviceset/{deviceSetIndex}/channel/{channelIndex}/settings GET for NFM demod and mod 2017-12-10 20:27:08 +01:00
f4exb 7d122b6b67 Web API: created run state getter. Implemented in RTLSDR 2017-12-09 10:49:20 +01:00
f4exb 9c581107e8 Web API: RTLSDR run implementation 2017-12-08 17:12:33 +01:00
f4exb c38497d9df Web API: have /sdrangel/deviceset/{deviceSetIndex}/device/settings PUT,PATCH (1) 2017-12-07 13:55:42 +01:00
f4exb f9794c7701 Web API: have /sdrangel/deviceset/{deviceSetIndex}/device/settings URL in its own right 2017-12-06 22:08:34 +01:00
f4exb fc4627f82e Web API: file source settings getter (1) 2017-12-06 19:23:42 +01:00
f4exb 3fb4af82e6 Web API: implement devicesetDeviceGet (2) 2017-12-04 23:07:30 +01:00
f4exb 7dafae3fa1 Web API: implement devicesetDeviceGet (1) 2017-12-04 18:22:25 +01:00
f4exb 8d3541c5ad Web API: changed namespace and some namings 2017-12-02 05:45:30 +01:00
f4exb 06f49e1405 Web API: DV serial: update UI checkbox accordingly 2017-11-30 22:53:28 +01:00