* 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
* move frozen interpreter fix so it also works without gnu radio path
* fix gnuradio check for windows cmd (#371)
* add filechooser dialog for gr directory and python2 interpreter
* Use shell=True to prevent console window popping up on windows
* increase timeout for ci
* remove gnuradio path file if not needed
* cleanup appveyor output
* disable travis email notification
* centralize init path method
* update gitignore
* move pause threshold to advanced settings dialog
* fix logger message format
* increase timeout for travis
* decrease values for travis
* remove deprecated group
* revert changes
* cleanup tests
* consider pause_threshold and message divisor in apply to all action
* add unittest for pause threshold
* add logic for minimum message length
* try parallel testing with travis
* revert parallel testing
* show advanced button only for ask
* save pause_threshold and message length divisor in project file
* Changed help text for ASK features