Commit Graph

145 Commits

Author SHA1 Message Date
Johannes Pohl
59de8015a3 build sequentially in pyinstaller_helper.py (#736) 2020-03-04 21:35:51 +01:00
Johannes Pohl
c0f2e28f93 Run .exe in CI for testing (#735) 2020-03-04 20:26:53 +01:00
Johannes Pohl
65e3c13ed4 improve timeouts in tests (#734) 2020-03-04 14:48:55 +01:00
Johannes Pohl
af691f452d make include path in rebuild configurable (#733) 2020-03-04 14:12:29 +01:00
Johannes Pohl
28e34522c9 make combobox for device selection editable 2020-03-04 09:49:33 +01:00
Johannes Pohl
90d82463ab Improve tests (#730)
Improve performance of tests and fix some minor bugs in insert sine dialog and "apply to all" action
2020-03-03 22:06:18 +01:00
Johannes Pohl
34397a453d Update Readme.md and pyinstaller_helper 2020-02-22 00:22:35 +01:00
Johannes Pohl
53548c03bd allow more granular values in spinboxes
Some frequencies such as 1575,42M (GPS) are not representable
by four decimals with the higher suffix (1,57542G).
This commit adapts the number of decimals to the actual value.
The maximum number of decimals is capped at 10.
2020-01-27 21:31:22 +01:00
Johannes Pohl
d48487edc7 pin boost version with brew 2020-01-21 00:26:19 +01:00
Johannes Pohl
be1aa9c7c1 centralize setting operations + rename constants.py->settings.py (#714) 2020-01-07 18:22:58 +01:00
Johannes Pohl
eecc5aff9f update requirements.txt 2020-01-06 22:09:59 +01:00
Martin Hauke
b0dea42613 Fix some typos 2019-12-30 16:54:08 +01:00
Johannes Pohl
ac0ff358e0 update requirements.txt 2019-12-30 10:58:26 +01:00
Johannes Pohl
0ee01225a8 improve some text 2019-12-30 10:58:26 +01:00
Johannes Pohl
c611a8148f update requirements 2019-11-10 19:24:02 +01:00
Johannes Pohl
e38cff8eeb add note about state of changelog.md file 2019-10-20 11:01:45 +02:00
Johannes Pohl
80d172f09b update filter dialog UI 2019-10-17 16:24:56 +02:00
Johannes Pohl
794fbc18da Add GUI for higher order modulations (#666) 2019-10-11 12:54:23 +02:00
Johannes Pohl
e7045fc669 update requirements 2019-10-01 17:09:56 +02:00
Johannes Pohl
7763d65ca5 add hidden import (#682) 2019-08-18 16:05:23 +02:00
Johannes Pohl
8eadb7d952 make subdevice and antenna for usrp configurable (#678)
* make subdevice for usrp configurable

* update requirements

* fix test

* update requirements

* improve init of struct

* improve bytes call

* add antenna selection for usrp

* add date to filename

* update test
2019-07-24 13:24:35 +02:00
Johannes Pohl
f10bda8cbe make analysis look better in lower resolutions 2019-07-04 18:32:39 +02:00
Johannes Pohl
b3701bffd5 give workpath to pyinstaller 2019-07-03 18:29:41 +02:00
Johannes Pohl
7f5de75fb5 Update CI (#673) 2019-07-03 17:28:39 +02:00
Johannes Pohl
ac7364f143 move to macOS 10.14 in CI (#672) 2019-06-29 22:50:09 +02:00
Johannes Pohl
32af82f530 update requirements 2019-06-26 15:13:41 +02:00
Johannes Pohl
28acf1609f refactor demod backend (#665) 2019-06-21 20:06:50 +02:00
andynoack
d5efa7226b Improve usability of Decoding 2019-06-19 13:39:21 +02:00
Johannes Pohl
312ad8061b Provide a DMG for OSX (#654) 2019-06-01 15:49:14 +02:00
Johannes Pohl
1e90427655 Use SDR native IQ formats (#652) 2019-05-29 13:22:53 +02:00
Johannes Pohl
1e18cdb751 More accurate logic analysis (#403) 2019-05-20 10:41:21 +02:00
Johannes Pohl
7c0bcaccbf fix error with message length divisor (#640) 2019-04-07 12:11:53 +02:00
Johannes Pohl
1a2e33144a add sdist build to CI (#639) 2019-04-07 12:01:05 +02:00
Johannes Pohl
0a624a541f build windows only for python 3.7 2019-03-29 11:06:45 +01:00
Johannes Pohl
c918fbfa08 update requirements.txt 2019-03-27 07:28:56 +01:00
Johannes Pohl
52ebfde5d7 increase variance 2019-03-15 11:03:16 +01:00
Johannes Pohl
e520df3706 give base branch ref 2019-03-15 11:03:16 +01:00
Johannes Pohl
ad31f90bac create directory before to prevent error with multiprocessing (#625) 2019-02-26 16:19:55 +01:00
Johannes Pohl
c5f0315cd5 Improve PyInstaller performance (#622) 2019-02-24 22:39:53 +01:00
Johannes Pohl
22b4fc9635 Fix InnoSetup Version (#621) 2019-02-24 15:30:43 +01:00
Johannes Pohl
c252616380 install pyaudio for 3.7 and build win binary with 3.7 (#620) 2019-02-24 13:30:48 +01:00
Johannes Pohl
9ef4d1ad5c Use PyInstaller and InnoSetup for Windows binaries (#618) 2019-02-23 17:02:43 +01:00
Johannes Pohl
8666216c71 update requirements.txt for linux (#617) 2019-02-20 11:38:04 +01:00
Johannes Pohl
3966d56778 Update CI (#614)
* remove boxed flag from pytest

* remove OS check of cleanup routines

* coverage with python37 instead of python36
2019-02-06 16:54:17 +01:00
Johannes Pohl
1d1ec153ff Add debug build for windows (#602) 2019-01-14 13:42:13 +01:00
Johannes Pohl
6a3ebb34dc make test output more verbose and optimize timeouts (#600) 2019-01-11 18:18:09 +01:00
Johannes Pohl
92831f4485 Make auto interpretation work in live mode during simulation (#583)
* Update adaptive noise calculation -> increase performance
* Add automatic center to simulation rx dialog
2019-01-11 13:55:59 +01:00
jopohl
75da8f1244 update brew before install 2019-01-10 13:08:13 +01:00
Johannes Pohl
f2751ecb22 move azure-pipelines.yml and CHANGELOG.md to data 2019-01-08 18:50:06 +01:00
Johannes Pohl
d42bdbf024 upgrade pytest in travis (#586)
* upgrade pytest in travis

* remove old file
2018-12-15 13:06:17 +01:00