Johannes Pohl
7fdc05ab01
Save antenna selection ( #494 )
...
* fix #493
* update changelog
* refactor open label dialog test
2018-07-08 15:30:10 +02:00
Johannes Pohl
f0e8c46e62
use python 3.6 when building msi installer ( #489 )
...
* add htmlparser dep
* use python 3.6 for building msi installer
2018-07-03 15:44:50 +02:00
Johannes Pohl
929d4310e4
allow save and load of binary protocols ( #488 )
...
* allow save and load of binary protocols
* update changelog
* use vs2017 for appveyor
* update requirements
* update travis
2018-07-03 12:04:56 +02:00
Johannes Pohl
6df4cdf081
update readme
2018-07-01 18:17:57 +02:00
Johannes Pohl
865b63f384
update readme
2018-07-01 18:17:04 +02:00
Johannes Pohl
b0bb5a0390
disable connect slots by name
2018-07-01 12:39:03 +02:00
Johannes Pohl
70fb57b648
version2.2.2
v2.2.2
2018-07-01 11:38:18 +02:00
Johannes Pohl
0e08af957c
update changelog
2018-07-01 11:38:10 +02:00
Johannes Pohl
4de7bd7a1f
Remove config.pxi and use compile_time_env instead ( #484 )
2018-07-01 11:36:15 +02:00
Johannes Pohl
971b72613e
appveyor: do not run unittests on tag pushes
2018-06-30 20:46:59 +02:00
Johannes Pohl
2ed8d98a6c
update changelog
2018-06-30 20:38:28 +02:00
Johannes Pohl
e7e5c43255
version2.2.1
v2.2.1
2018-06-30 19:54:05 +02:00
Johannes Pohl
36a9081750
add input before release
2018-06-30 19:53:50 +02:00
Johannes Pohl
b3fc97909a
ensure cython can find config pxi when building with setuptools ( #483 )
...
* ensure cython can find config pxi when building with setuptools (#481 )
* copy only if needed
* remove unused path
2018-06-30 19:52:15 +02:00
Johannes Pohl
ee649708dd
add comment
2018-06-30 18:48:50 +02:00
Johannes Pohl
4a4d123124
disable will not regenerate ui message fix #482
2018-06-30 18:46:27 +02:00
Johannes Pohl
9f822502b1
Revert "version2.2.1"
...
This reverts commit dd980de43d .
2018-06-30 17:42:24 +02:00
Johannes Pohl
dd980de43d
version2.2.1
2018-06-30 17:40:31 +02:00
Johannes Pohl
632aa44f33
update changelog
2018-06-29 17:25:13 +02:00
Johannes Pohl
a47dd5642a
version2.2.0
v2.2.0
2018-06-29 16:41:40 +02:00
Johannes Pohl
567ba6e540
improve device table
2018-06-29 16:18:16 +02:00
Johannes Pohl
ff8608d968
improve simulator pause captions
2018-06-29 15:22:22 +02:00
Johannes Pohl
2b9960404f
improve splitter layout
2018-06-27 11:00:35 +02:00
Johannes Pohl
82ef6e98c1
set default pause of dropped message to 0
2018-06-26 12:18:32 +02:00
Johannes Pohl
8bb0d6ba40
update changelog
2018-06-26 09:50:05 +02:00
Johannes Pohl
79bcb54eef
adapt target num samples to new pause API
2018-06-26 09:48:22 +02:00
Johannes Pohl
f3741b20b4
make message pause configurable in simulator
2018-06-26 09:48:22 +02:00
Johannes Pohl
5ac33fa30c
Add alignment action in analysis ( #458 )
...
* add align action to gui
* initial message alignment
* consider alignment in diff and search
* add reset link for alignment
* consider alignment in setData
* rebuild icons + change placeholder text of search line edit
* catch None error
* increase timeout for ci
* fix restore selection + label adding for aligned messages
* consider alignment for labels
* consider alignment offset when calculating column count
* enhance show diff unittest
* scroll to alignment
* consider hidden labels when changing alignment
* update changelog
2018-06-24 21:02:37 +02:00
Johannes Pohl
dd584e1a6b
ensure endless sender sets num_sending_repeats to zero
...
this prevents the simulator from stopping too early
2018-06-24 18:53:34 +02:00
Johannes Pohl
63b06edac1
pad short sounds when sending data
2018-06-24 18:53:34 +02:00
Johannes Pohl
4e64ab660c
update requirements to skip broken pyqt5 windows release
2018-06-23 22:12:59 +02:00
Johannes Pohl
f2ad269326
fix suffix handling for % suffix when entering ask amplitudes
2018-06-23 22:12:59 +02:00
Johannes Pohl
c2b59b0b0d
add scroll areas to modulation dialog
2018-06-23 22:12:59 +02:00
Johannes Pohl
8e564ea67f
fix padding of modulator data scene
2018-06-23 22:12:59 +02:00
Johannes Pohl
683b963f58
increase timeout for ci
2018-06-22 17:25:34 +02:00
Johannes Pohl
55a98aa885
move desktop file to data folder ( #473 )
...
* move desktop file to data folder
* update changelog
2018-06-22 16:59:28 +02:00
Johannes Pohl
cc6dd936f4
fix warning for path creator
2018-06-22 12:43:26 +02:00
Johannes Pohl
33c3009f00
make relative external programs paths relative to project path ( #471 )
...
* make relative external programs paths relative to project path
* update changelog
* use realpath in unittest
* update unittests
* protect system commands like cmd.exe from being made relative
* increase timeout for ci
* remove x flag
* remove realpath
2018-06-22 11:49:55 +02:00
Johannes Pohl
f1bbcb6745
improve QPen api calls
2018-06-21 23:30:52 +02:00
Johannes Pohl
0174005dd9
enable autoscale on demodulated plots
2018-06-21 22:29:51 +02:00
Johannes Pohl
d91d455630
update release script consider dockerhub
2018-06-21 19:37:49 +02:00
Johannes Pohl
f0ed7f8b73
add dockerfile and update readme
2018-06-21 13:07:26 +02:00
Johannes Pohl
fc27406fde
Improve conditional compile of native device backends ( #470 )
...
* use pxi for config
* make cython mandatory + use pxi for conditional build
* remove build artifacts from git repo
* exit if cython not installed
* update gitignore
* update requirements and changelog
* fix parameter
* do not use multiprocessing for cython
* fix hackrf cython header
* fix include dirs
* add output
* add output
* paths must be absolute for windows cython
* update package data
* make a appveyor test release
* Revert "make a appveyor test release"
This reverts commit 46b09e146e .
* Update appveyor.yml
* update gitignore and config.pxi
* Revert "update gitignore and config.pxi"
This reverts commit 5e5d029e31 .
* update config.pxi
2018-06-21 10:48:59 +02:00
Johannes Pohl
3e621815de
improve device selection in options, use a table instead of a list view ( #469 )
...
* improve device selection
* refresh gnuradio installed status + write changelog
* adapt unittest to new view
* reformat changelog
* optimize device table flags
* add qwait so model data gets called during test
* Revert "add qwait so model data gets called during test"
This reverts commit f1250b7c25 .
* add to coveragerc
2018-06-20 19:36:13 +02:00
Johannes Pohl
9dc1f84c8d
add timeout to gr receive socket to shutdown thread properly
2018-06-20 13:24:43 +02:00
Johannes Pohl
4449141154
correct initial setting of python2 interpreter path
2018-06-20 10:35:36 +02:00
Johannes Pohl
4ae9b4b4ed
update changelog
2018-06-20 09:17:46 +02:00
Johannes Pohl
67fceb1461
fix crash when no python2 interpreter set
2018-06-20 09:12:59 +02:00
Johannes Pohl
c6ab821f39
centralize python2 interpreter setting
2018-06-20 09:12:59 +02:00
Johannes Pohl
55e4fad7e2
improve test
2018-06-19 10:41:51 +02:00