summaryrefslogtreecommitdiff
path: root/gr-wxgui/grc
Commit message (Collapse)AuthorAgeFilesLines
* wxgui: allows LEFT click to set a flow-graph variable to the adjusted X ↵Marcus Leech2012-05-212-0/+24
| | | | value on either the FFT or waterfall display.
* GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma2012-05-031-2/+6
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-4/+4
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-47/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-3/+3
|\
| * Merge branch 'master' into nextTom Rondeau2011-10-182-3/+3
| |\ | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/general.i
| | * wxgui: saner defaults to wxgui plotters from issue #450.Tom Rondeau2011-10-182-3/+3
| | |
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-4/+4
|\| | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * | wxgui: Updating constellation plot to work with gr-digital.Tom Rondeau2011-10-081-4/+4
| |/
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-3/+3
| |
* | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+36
|/
* grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-0114-5/+83
| | | | | | | generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
* grc: moved wxgui blocks and python into gr-wxgui/grcJosh Blum2011-03-0117-0/+1808
Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)