summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-25gnuradioinput: update project url and plugin versionDimitri Stolnikov1-2/+2
2013-09-25gnuradioinput: show sample rate and bandwidth in MHzDimitri Stolnikov2-5/+9
2013-09-25gnuradioinput: update to latest plugin api changesDimitri Stolnikov4-5/+12
2013-09-25fix TCPSrcChristian Daniel11-52/+266
2013-09-24fix RollupWidgetChristian Daniel2-19/+19
2013-09-24fix TCPSrc closing crashChristian Daniel1-0/+6
2013-09-24fix FFTW initialisation crashChristian Daniel3-3/+18
2013-09-23fix channel display for tcp-srcChristian Daniel1-1/+3
2013-09-23fix RollupWidgetChristian Daniel1-4/+5
2013-09-23major rewrite and changes... far too many to put into individual commitsChristian Daniel56-295/+1456
2013-08-08optimize interpolator with SSEChristian Daniel3-15/+121
2013-08-07allow edges of spectrum in channelizerChristian Daniel1-2/+4
2013-08-07improve interpolatorChristian Daniel5-44/+68
2013-08-07fix signednessHoernchen7-15/+15
2013-08-07minor cmake fixesHoernchen2-4/+9
2013-08-07use % operator instead of range checks in halfbandfilterChristian Daniel4-53/+71
2013-08-07fix audio crash and loopingChristian Daniel1-1/+10
2013-08-02make sure that all files end up in the same dir when building with vsHoernchen1-0/+9
2013-08-01fix Qt5 buildingChristian Daniel1-1/+1
2013-08-01finalize switch to QAudioOutput, get rid of PortAudioChristian Daniel8-298/+84
2013-07-30at5 audioHoernchen9-165/+199
2013-07-30fix a typoHoernchen1-1/+1
2013-07-30msvc flagsHoernchen1-0/+7
2013-07-29qt5Hoernchen18-44/+55
2013-06-10gnuradioinput: implement DC correction controlDimitri Stolnikov5-3/+71
2013-05-30gnuradioinput: migrate to gr3.7 version of gr-osmosdrDimitri Stolnikov8-68/+54
2013-04-15gnuradioinput: implement BB bandwidth controlDimitri Stolnikov5-18/+100
2013-04-14make msvc happyHoernchen2-7/+27
2013-04-13gnuradioinput: implement dynamic gain sliders based on named gain APIDimitri Stolnikov8-395/+294
2013-04-04fix loading of SampleSource settings during startupChristian Daniel3-2/+42
2013-03-31fix about dialog titleChristian Daniel1-1/+1
2013-03-31add full rotation to halfband filterChristian Daniel1-0/+41
2013-03-31make plugins optional according to available dependenciesChristian Daniel2-5/+11
2013-03-31remove border around GNURadio samplesource pluginChristian Daniel1-2/+11
2013-03-31add moving average to NFM squelchChristian Daniel5-1/+63
2013-03-31add about-dialogChristian Daniel8-0/+212
2013-03-25fix PluginInterfaceChristian Daniel1-5/+5
2013-03-25fix building on Windows with VS2010Christian Daniel46-90/+180
2013-03-23gnuradioinput: move horizontal line in gui controlDimitri Stolnikov1-12/+9
2013-03-23gnuradioinput: adopt gnuradio component header structureDimitri Stolnikov5-11/+11
2013-03-22cmake: enable gnuradio source if the dependencies are metDimitri Stolnikov2-0/+9
2013-03-22gnuradioinput: cache device args if not empyDimitri Stolnikov1-1/+8
2013-03-22gnuradioinput: add control for IQ balance correctionDimitri Stolnikov7-15/+99
2013-03-22gnuradioinput: use IF gain stage only if supported by radioDimitri Stolnikov1-2/+18
2013-03-22add GNURadio input pluginChristian Daniel13-0/+1561
2013-03-22fix gitignore for newer versions of QtCreatorChristian Daniel1-1/+2
2013-03-22monster reworkChristian Daniel186-10558/+14268
2013-02-17new halfband filter for downsamplingChristian Daniel2-20/+88
2013-02-15properly integrate scopeChristian Daniel13-348/+524
2013-02-14add support for pluggable FFT engines, add KissFFT and FFTW as available enginesChristian Daniel12-19/+277