summaryrefslogtreecommitdiff
path: root/grc/python
Commit message (Collapse)AuthorAgeFilesLines
* core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea2012-12-073-3/+44
|
* core: gr_blocks can now have only message ports with no general_work()Tim O'Shea2012-11-302-2/+2
| | | | | | | | | | | | * msg only blocks now get thread context * added blocking msg queue delete call * added gr_message_strobe block * added grc definitions for message_debug, message_strobe, pdu_to_tagged_stream, tagged_stream_to_pdu. * allow message fan-in connections in GRC
* core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-294-1/+18
|
* grc: revert changes to flow_graph.tmpl, runtime enforces thisJosh Blum2012-10-051-2/+2
|
* grc: added optional flag to pad source and sinkJosh Blum2012-10-043-2/+5
|
* added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-282-1/+3
| | | | using an instance of them
* Merge branch 'maint'Johnathan Corgan2012-05-311-0/+4
|\
| * grc: restore virtual ports in grcJustin R. Cutler2012-05-311-0/+4
| |
* | GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma2012-05-031-0/+16
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-132-5/+5
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan2012-04-071-7/+50
|\
| * grc: resolve down and up stream for empty typesJosh Blum2012-03-251-7/+50
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-45/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* grc: replaced doxygen extracted docs with python docstringsJosh Blum2011-11-176-112/+13
|
* grc: fix bug when displaying string paramsJosh Blum2011-10-291-0/+1
| | | | | | If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly.
* Merge branch 'master' into nextJosh Blum2011-10-192-9/+13
|\
| * grc: tweaks for colors, added 64 int, vector darkenJosh Blum2011-10-192-9/+13
| |
* | grc: added throttle tag to blocks that throttleJosh Blum2011-10-193-3/+7
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-191-2/+1
|\ \
| * | Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-2/+1
| | | | | | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-171-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h
| * | Merge branch 'next' into dig_ofdmTom Rondeau2011-10-175-42/+62
| |\|
| * | docs: Updated some docs and made it so GRC can pull docs in from other ↵Tom Rondeau2011-10-141-1/+4
| | | | | | | | | | | | components like vocoder and digital.
* | | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-145-42/+62
|\ \ \ | | |/ | |/|
| * | grc: append index to duplicated portsJosh Blum2011-10-121-4/+10
| | |
| * | grc: added new IO typesJosh Blum2011-10-124-38/+52
| |/ | | | | | | | | | | | | | | | | | | Added all complex/real float/integer types. Used volk naming convention: fc32, etc... The port type checking now relies on IO size, therefore a short vector of length 2 can connect to a complex short, a float can connect to an int. Basically, the same size checking done in gnuradio runtime.
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
| |
* | Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum2011-09-221-1/+1
|\| | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap
| * Merge branch 'maint'Tom Rondeau2011-09-221-1/+1
| |\
| | * grc: one line fix to fix port duplicator when removing portsJosh Blum2011-09-221-1/+1
| | | | | | | | | | | | was an issue when removing more than one port
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+45
|/ /
* / grc: qtgui windows have scrollbars (thanks jason)Josh Blum2011-06-221-1/+10
|/
* grc: disable pythonw on darwin, apparently not neededJosh Blum2011-06-091-2/+3
|
* Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau2011-05-029-79/+78
|\
| * grc: added logic to discover the path to the python interpreterJosh Blum2011-04-192-9/+17
| | | | | | | | | | | | | | | | | | | | | | Rather than simply exec-ing the application w/ "python", use the same interpreter that executed grc w/ full path. Added code to handle the following exceptions: - for a wx app on mac osx, use the pythonw interpreter (this was in the m4 file, but its easier as a runtime check) - for a no gui app on linux, prepend xterm cuz its nice (we were already doing that but its now restricted to linux)
| * grc: replaced asserts in base subdirectoryJosh Blum2011-04-141-9/+6
| |
| * grc: replaced asserts in python subdirectoryJosh Blum2011-04-147-69/+63
| |
| * grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum2011-04-141-1/+1
| |
* | grc: fix hier block generation w/ multiple pad blocksJosh Blum2011-04-213-27/+34
|/
* grc: stop the top block after qapp exec for qtgui generationJosh Blum2011-04-131-0/+1
|
* grc: fix for generating top block when in run to completion modeJosh Blum2011-04-071-1/+1
|
* qtgui-grc: added suport in main template for theme iconJosh Blum2011-03-071-1/+2
|
* qtgui-grc: minor tweaks to the various thingsJosh Blum2011-03-071-0/+1
|
* qtgui-grc: use a vboxlayout for the top_layoutJosh Blum2011-03-041-1/+1
|
* qtgui-grc: enable start/stop control through qt widgetsJosh Blum2011-03-011-0/+2
|
* grc: work on generator for gui flowgraphs to simplify generationJosh Blum2011-03-013-43/+17
| | | | | | | 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-011-1/+1
| | | | | Prefixed wxgui blocks with WX GUI in the block names. Added category to wxgui variables blocks (not in the main block tree.xml)
* grc: added tabbed widget in qtgui for grcJosh Blum2011-03-013-5/+37
| | | | | | created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
* qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum2011-03-011-4/+9
|
* grc: added qtgui support to grc (just added sink)Josh Blum2011-03-011-0/+9
|