Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: clean-up grc directory | Sebastian Koslowski | 2016-02-17 | 1 | -155/+0 |
| | |||||
* | grc-refactor: move grc.base to grc.python.base | Sebastian Koslowski | 2016-02-17 | 1 | -26/+6 |
| | |||||
* | grc: nicer block documentation tooltip and properties dialog tab | Sebastian Koslowski | 2016-02-05 | 1 | -12/+13 |
| | |||||
* | grc: auto-generate missing hier_blocks | Sebastian Koslowski | 2015-11-13 | 1 | -0/+53 |
| | |||||
* | grc: try to load block class from <import> and <make> to extract docstring | Sebastian Koslowski | 2015-11-13 | 1 | -1/+5 |
| | |||||
* | grc: finish doc_string extraction in the background (faster start-up) | Sebastian Koslowski | 2015-11-13 | 1 | -3/+6 |
| | |||||
* | grc: move docstring extraction into subprocess | Sebastian Koslowski | 2015-11-13 | 1 | -8/+32 |
| | |||||
* | grc: move gui prefs file to ~/.gnuradio/grc.conf | Sebastian Koslowski | 2015-08-13 | 1 | -9/+28 |
| | |||||
* | grc: change url in about dialog to gnuradio.org | Sebastian Koslowski | 2015-08-04 | 1 | -1/+1 |
| | |||||
* | grc: update copyright year in about dialog | Sebastian Koslowski | 2015-08-04 | 1 | -2/+2 |
| | |||||
* | grc: adding version information to flowgraph files using XML processing ↵ | Seth Hitefield | 2014-08-26 | 1 | -1/+1 |
| | | | | instructions | ||||
* | grc: python 2.6 compatibility fix | Sebastian Koslowski | 2014-07-22 | 1 | -7/+1 |
| | |||||
* | grc: nicer output of blocks paths and prefs file | Sebastian Koslowski | 2014-04-09 | 1 | -17/+10 |
| | |||||
* | grc: honour order of block paths, print them out on startup, override hier ↵ | Balint Seeber | 2014-04-09 | 1 | -1/+15 |
| | | | | block and pref file path with GRC_HIER_PATH & GRC_PREFS_PATH | ||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -33/+33 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | grc: added new IO types | Josh Blum | 2011-10-12 | 1 | -14/+1 |
| | | | | | | | | | | 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. | ||||
* | grc: replaced asserts in python subdirectory | Josh Blum | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | grc: define __doc__ for license in case its optimized out (that was easy) | Josh Blum | 2011-04-14 | 1 | -1/+1 |
| | |||||
* | grc: moved wxgui blocks and python into gr-wxgui/grc | Josh Blum | 2011-03-01 | 1 | -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) | ||||
* | updated wiki url | Josh Blum | 2010-02-24 | 1 | -2/+2 |
| | |||||
* | Switched the python classes to inherit from the base and gui classes. | Josh Blum | 2009-08-30 | 1 | -1/+3 |
| | | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | ||||
* | Removed Source and Sink classes as Port subclasses. | Josh Blum | 2009-08-17 | 1 | -3/+2 |
| | | | | A port can be a source or a sink based on the dir parameter. | ||||
* | apply diff from previous commits | Josh Blum | 2009-08-10 | 1 | -1/+2 |
| | |||||
* | make use of gr.version() | jblum | 2009-07-11 | 1 | -2/+2 |
| | | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11420 221aa14e-8319-0410-a670-987f0aec2ac5 | ||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+81 |
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 |