Commit Graph

8 Commits

Author SHA1 Message Date
Dr. Johannes Pohl
854a84f9ca Add exit action and new menu for recent files (#1100) 2024-01-21 11:53:43 +01:00
Dr. Johannes Pohl
02183da14b add default noise threshold setting (#949) 2022-02-22 21:16:33 +01:00
Martin Hauke
b0dea42613 Fix some typos 2019-12-30 16:54:08 +01:00
Johannes Pohl
7eee396f95 make auto interpretation optional (#555)
* make auto interpretation optional and add indicator

* update changelog

* fix dc correction save bug

* fix off by one error for label creation

* update changelog

* update changelog

* revert changes

* reformat file

* reformat file

* update requirements

* try older osx imag

* reformat file
2018-10-23 11:21:22 +02:00
Johannes Pohl
353868768d UI Upgrade of message type configuration (#532)
* first step of message type ui upgrade

* remove preselected index from ProtocolLabelDialog constructor

* remove selection changed for label

* move edit message type button to table

* remove delete button, functionality is now in table

* improve message type context menu

* add color selection to protocol label table

* allowing hiding of message types

* sync selection between message type table and message table

* make label visibility configurable in table

* enable deletion of labels in table

* update unittests

* fix selection bug

* update coveragerc

* support copy of labels to other message type

* avoid creating new object when reading message types from project

* fix test

* update changelog

* Make configuration button transparent

* selected label bold

* resize headers

* add show/hide all action

* same behaviour for label edits in tables

* adapt unittest

* cleanup on_table_selection_timer_timeout + update selection ui

* make current label and message type bold + add message type icon

* adapt unittest

* draw number of configured rules

* increase timeout for ci

* show num active rules only

* minor fixes

* increase timeout for ci

* sync show state

* disable grid

* close all -> close all files

* add close project action

* fix close project action

* clear message types on new project

* update changelog and project dialog buttons

* adapt unittests

* adapt unittests

* remove live update of qapp style to prevent segfault

* improve icon
2018-09-27 18:06:22 +02:00
Johannes Pohl
fd933edfc7 integrate changes from simulator branch but disable simulator for now
The simulator is not yet ready for usage but the changes on the
architecture are valueable for the master branch.
Therefore, I merged the branch with the following addition:
 * Close the Simulator Tab whenever the program starts
2018-01-30 11:58:30 +01:00
Johannes Pohl
9f1c0341ed add native support for SDRplay (#378)
* setup environment for native sdrplay support

* prepare stream callback

* add sdrplay class with error codes and pack complex method

* add receive callback for sdrplay

* add call in virtual device

* simplify unpack complex method

* improve initial gain setting

* remove debug prints

* sdrplay rx prototype

* make protocol sniff settings collapsabile

* move spectrum analyzer action to the top of signal actions

* make device settings collapsable

* improve collapse boxes

* fix collapse icon

* wrap live methods

* fix layout

* integrate methods

* fix gil problems when live setting parameters

* enable antenna selection for sdrplay

* add optional dependency to readme

* add winlibs

* improve device list output

* increase timeout for travis

* consider changed set gr for rsp1
2017-12-15 12:23:27 +01:00
jopohl
acb1a504bf move ui folder under data 2017-12-08 17:26:37 +01:00