summaryrefslogtreecommitdiff
path: root/grc/grc_gnuradio
Commit message (Collapse)AuthorAgeFilesLines
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-38/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵Tom Rondeau2011-10-251-2/+2
| | | | block.
* grc: tell the packet utility to look in gr.digital for packet_utils.Tom Rondeau2011-10-251-1/+2
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-191-3/+0
|\
| * Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-3/+0
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+35
|/
* Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum2011-03-147-344/+2
|\ | | | | | | | | Conflicts: grc/grc_gnuradio/Makefile.am
| * grc: rework the probe blocks and how they fit into grcJosh Blum2011-03-064-194/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removed the source on all probe blocks. Advertise the probe-able function in the docs. Added missing signal probe block. Removed probe function and variable sink blocks. Removed all supporting grc_gnuradio python files. Added variable_function_probe block that can probe arbitrary functions on a block. All the code needed by the function probe is available is the make tag. To display the value of a probe block, use the variable probe block, and a gui widget. To disply the value of a stream, do the same but use the signal probe block. Simple see :-) If more types other than floats need to be read from the stream, the signal probe should be extended.
| * grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-014-151/+0
| | | | | | | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
* | grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum2011-03-135-354/+1
|/ | | | | | | | | | Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
* Trial feature for different source sides for usrp dual source.Josh Blum2010-03-101-4/+4
|
* removed unused import statements, thanks pyflakesJosh Blum2009-12-063-3/+2
|
* Modifications to the usrp blocks and wrapper so that the lo offset is set ↵Josh Blum2009-09-022-12/+12
| | | | with the lo frequency.
* Added git ignore files auto created from svn:ignore properties.git2009-08-141-0/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11309:11357 from grc branch.jblum2009-07-064-62/+83
| | | | | | | | Adds notebook cabability to grc and its wxgui windows/controls. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11358 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-2316-0/+1323
Fixes, features, and reorganization for grc. Minor fixes and features for wxgui forms. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11274 221aa14e-8319-0410-a670-987f0aec2ac5