Commit Graph

882 Commits

Author SHA1 Message Date
Johannes Pohl
aef0573c82 version1.2.4.6 2017-01-31 09:45:00 +01:00
Johannes Pohl
d288fca8d7 increase waiting time 2017-01-31 09:44:41 +01:00
Johannes Pohl
f80c6a5017 fix windows compiler warning that breaks pip in some cases 2017-01-31 09:44:20 +01:00
Johannes Pohl
d651666d1d fix some compiler warnings 2017-01-31 09:25:43 +01:00
Johannes Pohl
dacafcb6a7 add unittest reminders 2017-01-30 21:20:30 +01:00
Johannes Pohl
44c5ee7a0f add test for windows + git tests for latest version 2017-01-30 21:02:29 +01:00
Johannes Pohl
e447a54a98 create ssh helper + add test for mac osx with latest code from git 2017-01-30 18:58:57 +01:00
Johannes Pohl
cc5c550c8f reformat modulator dialog controller 2017-01-30 18:07:47 +01:00
Johannes Pohl
36decee1f5 reformat file 2017-01-30 15:10:35 +01:00
Johannes Pohl
2035278a5a add missing arguments to slots + rearrange methods 2017-01-30 15:00:51 +01:00
Johannes Pohl
dce2e2bf16 Rearrange Methods + add missing slots in CFC 2017-01-30 14:40:50 +01:00
Johannes Pohl
3d965bc4f1 add missing slot annotations + rearrange methods 2017-01-28 16:14:44 +01:00
Johannes Pohl
cfadeba861 disable cache dir for os x 2017-01-28 14:10:11 +01:00
Johannes Pohl
b403eb92c3 version1.2.4.5 v1.2.4.5 2017-01-28 14:05:16 +01:00
Johannes Pohl
59e899603e add plugin to setup py 2017-01-28 14:05:03 +01:00
Johannes Pohl
479895a8d7 version1.2.4.4 2017-01-28 14:01:24 +01:00
Johannes Pohl
12f19f58b1 Merge pull request #118 from jopohl/network_sdr_plugin
Network sdr plugin
2017-01-28 14:00:21 +01:00
Johannes Pohl
adcbfa59f3 add information where to find network sdr send button when network sdr is selected in default sending dialog 2017-01-28 13:59:09 +01:00
Johannes Pohl
32c8c62ad9 enhance plugin description 2017-01-28 12:49:49 +01:00
Johannes Pohl
271f2a0920 Send messages via tcp 2017-01-28 12:33:47 +01:00
Johannes Pohl
cabd477feb improve network send button design 2017-01-28 10:43:10 +01:00
Johannes Pohl
c9969d972b add network sdr send button to generator + toggle status when plugin enabled changed 2017-01-27 15:28:23 +01:00
Johannes Pohl
34b9e40fc2 Merge branch 'master' into network_sdr_plugin
# Conflicts:
#	src/urh/cythonext/path_creator.cpp
#	src/urh/cythonext/signalFunctions.cpp
#	src/urh/cythonext/util.cpp
2017-01-27 14:48:26 +01:00
Johannes Pohl
954229c5f2 make encoding enforceable in generator via right click menu 2017-01-27 14:48:02 +01:00
Johannes Pohl
5f2d3b34de fix start step for os x 2017-01-26 23:00:13 +01:00
Johannes Pohl
ddf2aace45 uncomment gentoo test till docker bug gets fixed 2017-01-26 22:57:47 +01:00
Johannes Pohl
803bbadf44 add automated install test for osx 2017-01-26 22:50:25 +01:00
Johannes Pohl
9bb552d348 make psk serial to prevent parallelization errors 2017-01-26 19:19:19 +01:00
Johannes Pohl
458ae94c0d add instructions for mac os x installation 2017-01-26 18:55:55 +01:00
Johannes Pohl
1bc1bdcaf9 version1.2.4.3 2017-01-26 18:50:38 +01:00
Johannes Pohl
2cdd325899 Merge pull request #117 from jopohl/macosxfixes
Macosxfixes
2017-01-26 18:49:52 +01:00
Johannes Pohl
b5f20ae6bb better definition for complex number 2017-01-26 18:45:13 +01:00
Johannes Pohl
2f59e2ec5f fix lloyd 2017-01-26 18:37:25 +01:00
Johannes Pohl
4dfe109019 remove open mp flag for osx 2017-01-26 17:10:47 +01:00
Johannes Pohl
2a1292a715 remove static compile options 2017-01-26 17:06:18 +01:00
Johannes Pohl
0390d136d5 make complex definition osx friendly 2017-01-26 16:55:18 +01:00
Johannes Pohl
49c29125f4 rebuild cpp files 2017-01-26 16:28:19 +01:00
andynoack
0a623e38c6 remove debug info 2017-01-26 12:09:23 +01:00
andynoack
ee74798e16 error handling 2017-01-26 10:48:07 +01:00
andynoack
70cdd87701 removed ip check 2017-01-26 10:43:35 +01:00
andynoack
333f86a9f5 improve network SDR plugin GUI 2017-01-26 10:37:18 +01:00
Johannes Pohl
11d6d77767 version1.2.4.2 v1.2.4.2 2017-01-25 19:46:59 +01:00
Johannes Pohl
d473c56aa4 remove layout changed calls in generator to ensure refresh on windows 2017-01-25 19:43:48 +01:00
Johannes Pohl
1f32d3dbad layoutChanged is not enough on windows to refresh model 2017-01-25 19:27:12 +01:00
Johannes Pohl
a18e7adea7 Use INI Format for QSettings to prevent Windows from using Registry 2017-01-25 18:34:16 +01:00
jopohl
0f6d884e1a add link to protocol sniffer in plugin options 2017-01-25 13:30:48 +01:00
jopohl
565f2f9341 show options dialog without blocking 2017-01-25 13:09:57 +01:00
jopohl
d23fb92425 move show_proto_sniff_dialog to MainController 2017-01-25 13:07:22 +01:00
jopohl
6b3ddcd300 add todo for encoding 2017-01-25 09:44:17 +01:00
jopohl
1e5b917b7c show received bits from network sdr in gui 2017-01-25 09:39:41 +01:00