summaryrefslogtreecommitdiff
path: root/grc/python
AgeCommit message (Collapse)Author
2014-03-02Changed API to accomodate <image> tag in grc file of the blockmanojgudi
Ex: <image>/home/manoj/Pictures/new.jpg</image>
2013-03-31Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
Conflicts: gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h
2013-03-26grc: fixes problem with order of defining message ports vs. data ports.Tom Rondeau
2013-02-22Merge branch 'maint' into v3.6.4git_gras_supportJosh Blum
Conflicts: volk/apps/volk_profile.cc
2013-02-18GRC: adds ability for grc to pull in documentation for blocks from other GR ↵Julien Olivain
modules.
2013-01-13gras: support changeset for 3.6.4Josh Blum
used volk from next branch cf5c930d89ac89ba5a0da4a616c88d3c37e018ae for grextras support (it uses the dispatcher) empty stubs for the gr_basic_block msg passing. This is going to be difficult to figure out. The alias stuff may or may not be related most qa pass, there seems to be some additional issues, will be working through them on futher commits Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/runtime/CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block.h gnuradio-core/src/lib/runtime/gr_hier_block2.h gnuradio-core/src/lib/runtime/gr_top_block.h gnuradio-core/src/python/gnuradio/gr/__init__.py gr-audio/examples/c++/CMakeLists.txt gr-fcd/examples/c++/CMakeLists.txt grc/python/Port.py
2012-12-07core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancementsTim O'Shea
2012-11-30core: gr_blocks can now have only message ports with no general_work()Tim O'Shea
* 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
2012-11-29core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea
2012-10-05grc: revert changes to flow_graph.tmpl, runtime enforces thisJosh Blum
2012-10-04grc: added optional flag to pad source and sinkJosh Blum
2012-09-28added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea
using an instance of them
2012-05-31Merge branch 'maint'Johnathan Corgan
2012-05-31grc: restore virtual ports in grcJustin R. Cutler
2012-05-03GRC: patch to allow users to specify max_noutput_items in GRC options block.Jose Quaresma
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-07Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan
2012-03-25grc: resolve down and up stream for empty typesJosh Blum
2011-12-08Removed autotools, gr-waveform, some cleanupJohnathan Corgan
Nick Foster owes Nick Corgan a six-pack of beer!
2011-11-17grc: replaced doxygen extracted docs with python docstringsJosh Blum
2011-10-29grc: fix bug when displaying string paramsJosh Blum
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.
2011-10-19Merge branch 'master' into nextJosh Blum
2011-10-19grc: tweaks for colors, added 64 int, vector darkenJosh Blum
2011-10-19grc: added throttle tag to blocks that throttleJosh Blum
2011-10-19Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau
Also removes related M4 and dependency requirements for USRP-related libs.
2011-10-17Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
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
2011-10-17Merge branch 'next' into dig_ofdmTom Rondeau
2011-10-14Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum
2011-10-14docs: Updated some docs and made it so GRC can pull docs in from other ↵Tom Rondeau
components like vocoder and digital.
2011-10-12grc: append index to duplicated portsJosh Blum
2011-10-12grc: added new IO typesJosh Blum
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.
2011-10-08gr: the CMakeLists.txt took a chill pillJosh Blum
2011-09-22Merge branch 'next' of gnuradio.org:gnuradio into nextJosh Blum
Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap
2011-09-22Merge branch 'maint'Tom Rondeau
2011-09-22grc: one line fix to fix port duplicator when removing portsJosh Blum
was an issue when removing more than one port
2011-07-20gr: squashed cmakelists.txt into one commitJosh Blum
2011-06-22grc: qtgui windows have scrollbars (thanks jason)Josh Blum
2011-06-09grc: disable pythonw on darwin, apparently not neededJosh Blum
2011-05-02Merge branch 'mergeme/grc/cross_platform_work'Tom Rondeau
2011-04-21grc: fix hier block generation w/ multiple pad blocksJosh Blum
2011-04-19grc: added logic to discover the path to the python interpreterJosh Blum
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)
2011-04-14grc: replaced asserts in base subdirectoryJosh Blum
2011-04-14grc: replaced asserts in python subdirectoryJosh Blum
2011-04-14grc: define __doc__ for license in case its optimized out (that was easy)Josh Blum
2011-04-13grc: stop the top block after qapp exec for qtgui generationJosh Blum
2011-04-07grc: fix for generating top block when in run to completion modeJosh Blum
2011-03-07qtgui-grc: added suport in main template for theme iconJosh Blum
2011-03-07qtgui-grc: minor tweaks to the various thingsJosh Blum
2011-03-04qtgui-grc: use a vboxlayout for the top_layoutJosh Blum