Commit Graph

1334 Commits

Author SHA1 Message Date
Alexandru Csete
f34b161c37 Disable plotter debug messages by default.
Enable it with PLOTTER_DEBUG.
2016-07-05 23:15:52 +02:00
Alexandru Csete
47c3c11bbf Merge pull request #390 from Cat-Ion/alsa-devices
[alsa-devices] Let ALSA users pick a sound card.
2016-07-05 22:39:00 +02:00
Valentin Ochs
42a3bf425f [alsa-devices] Remove ifdef from expression that checks if a non-default output device is selected 2016-07-05 22:20:59 +02:00
Valentin Ochs
0d3639ea77 [alsa-devices] Let ALSA users pick a sound card 2016-07-05 17:41:04 +02:00
Alexandru Csete
0df0c737b6 Update news and readme. 2016-07-04 22:26:28 +02:00
Wolfgang Fritz
4268098879 1-2-5 scaling for FFT axis
Calculate FFT level and frequency axis to 1/2/5 * 10^n steps. This is
done in many instruments like spectrum analyzers or oscilloscopes and
makes visual interpolation easier.

Signed-off-by: Wolfgang Fritz <wolfgang.fritz@gmx.net>
2016-07-04 22:20:20 +02:00
Alexandru Csete
795e8bea74 Merge pull request #381 from alexf91/fix_plotter_segfault
Fix integer overflow in plotter.cpp
2016-05-27 23:30:20 +02:00
Alexander Fasching
636059ff86 Merge remote-tracking branch 'upstream/master' into fix_plotter_segfault 2016-05-25 09:00:27 +02:00
Alexandru Csete
4f7a3657b2 Update README.md 2016-05-22 11:42:52 +02:00
Alexandru Csete
2322b1f1d4 Merge pull request #380 from alexf91/recording_decimation_fix
Recognize input decimation during IQ recording/playback.
Fixes issue #379 .
2016-05-22 11:41:11 +02:00
Alexander Fasching
b3ec1524ad fix integer overflow 2016-05-21 09:34:55 +02:00
Alexander Fasching
51a01f5afd fix wrong filename when decimation is enabled 2016-05-21 08:59:46 +02:00
Alexandru Csete
6397f9c924 Merge pull request #375 from cavedon/master
Remote control: Reset receiver offset if HW frequency needs to be changed.
Closes #374
2016-05-14 19:44:55 +02:00
Ludovico Cavedon
30474a1389 #374 remote control: reset receiver offset if hw frequency needs to be changed 2016-05-11 16:52:44 +02:00
Alexandru Csete
fb6df7aa0e Fixed typos 2016-05-08 15:51:26 +02:00
Alexandru Csete
78fff0395c Increase frequency deviation for APT. 2016-05-06 14:28:45 +02:00
Alexandru Csete
35eec7e8ed Use UTC time function available in Qt 4.8 2016-05-02 21:14:02 +02:00
Alexandru Csete
3c7b533060 Use UTC for waterfall times. 2016-05-01 01:15:01 +02:00
Alexandru Csete
ba612ea165 Updated readme. 2016-04-23 17:20:43 +02:00
Alexandru Csete
3abb0719a1 Merge pull request #367 from a1k0n/udplimit
Set UDP packet size limit to 512 bytes
2016-04-22 16:27:21 +02:00
Andy Sloane
8103ef6200 Set UDP packet size limit to 512 bytes
Workaround for #363. Substantially more reliable on OS X with this,
though the reason packets are lost remains elusive.
2016-04-22 07:17:52 -07:00
Alexandru Csete
c00e89f3bf Merge pull request #366 from a1k0n/crashfix
Prevent IQ panel from crashing on random *.raw
2016-04-22 11:17:10 +02:00
Andy Sloane
db58729a3f Prevent IQ panel from crashing on random *.raw
If a filename doesn't contain the expected
gqrx_yymmdd_hhmmss_freq_samprate_fc.raw pattern, sampleRateFromFileName
would crash.
2016-04-21 14:48:40 -07:00
Alexandru Csete
bd269212fe Fix OS X build issues (#361) 2016-04-15 23:33:37 +02:00
Alexandru Csete
f1d10b470c Updated news file. 2016-04-11 12:26:56 +02:00
Alexandru Csete
600f1913ae Use system font ion plotter.
This should fix small font issues with high resolution monitors, e.g. #359
2016-04-11 12:21:57 +02:00
Alexandru Csete
a4e9e927ec Fix incorrect merge in commit 317cdaa. 2016-04-06 21:52:18 +02:00
Alexandru Csete
317cdaafae Fix FCD Pro/Pro+ detection on Mac OS X 10.11.4
Fixes issue #357.
2016-04-04 21:35:22 +02:00
Alexandru Csete
6f36c2bd30 Update news and readme files. 2016-04-04 21:28:09 +02:00
Alexandru Csete
529fb143fa Fixed copy & paste error. 2016-04-04 21:22:38 +02:00
Wolfgang Fritz
04034816c5 Probe SDR devices only at program start
The probing of SDR devices is only done once before the first
configuration isn done. Later the cached list of devices is used. Reason
for this is that some devices (SDRPlay RSP) get reinitialized during
device probe and lose their configuration.
2016-04-04 21:20:27 +02:00
Wolfgang Fritz
3e32dfde39 src/qtgui/dockinputctl.cpp: Set gain mode on startup
Some drivers don not start with autogain enabled. Make sure that the
gain mode is properly restored from config file at start up.
2016-03-29 01:18:21 +02:00
Wolfgang Fritz
4cd8c561f4 Add sample rates for SDRPlay. 2016-03-26 12:32:42 +01:00
Alexandru Csete
0329f2ba0c Merge pull request #354 from daveol/master
Add appdata file and some dutch translations
2016-03-25 01:37:47 +01:00
Dave Olsthoorn
7890c8dfae Add appdata file
Add an appdata file to get gqrx to show up in softwarecenter(s)
2016-03-24 20:24:16 +01:00
Dave Olsthoorn
507d1f2b89 Add dutch translation to desktop file
Add dutch translations for the summary and the general name tags in the
desktop package
2016-03-24 20:04:29 +01:00
Alexandru Csete
bffb4892c8 Merge pull request #344 from alexf91/remote_recording
Control audio recorder via TCP socket.
2016-02-20 11:34:22 +01:00
Alexander Fasching
0428144175 refuse recording if receiver is not enabled 2016-02-20 11:30:08 +01:00
Alexander Fasching
b3ad7563fc update remote-control manual 2016-02-09 22:29:48 +01:00
Alexander Fasching
76e6052692 handle special cases when no demodulator is selected 2016-02-09 22:29:23 +01:00
Alexander Fasching
b207ec4fbf update recording status when mode is changed 2016-02-09 21:50:37 +01:00
Alexander Fasching
47fdb3b44d enable audio recording over tcp control 2016-02-09 21:40:23 +01:00
Alexandru Csete
876dbef543 Continue wit devlopment version string. 2016-02-04 01:28:21 +01:00
Alexandru Csete
8bbe051d79 Updated news file. 2016-02-04 00:42:28 +01:00
Alexandru Csete
6fe806ecf3 Re-enable unified toolbar for Mac. 2016-02-04 00:40:49 +01:00
Alexandru Csete
9a6376105d Set release version to 2.5.3 2016-02-03 23:35:19 +01:00
Alexandru Csete
929d3833a0 Update text files. 2016-02-01 22:22:46 +01:00
Alexandru Csete
d8f989235d Use qWarning instead of qInfo to keep Qt4 compatibility. 2016-01-29 23:30:26 +01:00
Alexandru Csete
21a8f35f32 Dump unknown remote commands to console. 2016-01-29 21:31:28 +01:00
Alexandru Csete
b424dd92a0 Update news file. 2016-01-29 17:05:25 +01:00