Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | grc: Reworked save confirmation dialog to allow cancel option | Ethan Trewhitt | 2015-04-02 | 1 | -8/+18 | |
| | ||||||
* | grc: update all flowgraphs when hiding port labels | Sebastian Koslowski | 2014-10-01 | 1 | -6/+6 | |
| | ||||||
* | grc: Reloading blocks forces reload for all open flow graphs. | Seth Hitefield | 2014-08-26 | 1 | -0/+9 | |
| | ||||||
* | Removing trailing/extra whitespaces before release (for master). | Tom Rondeau | 2014-07-07 | 1 | -13/+13 | |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | |||||
* | grc: minor edits. removed extra whitespace | Sebastian Koslowski | 2014-06-13 | 1 | -1/+1 | |
| | ||||||
* | grc: Fixed scroll functionality in GRC. | Seth Hitefield | 2014-06-13 | 1 | -2/+1 | |
| | | | | Also added clear and scrollback capability for the logging window | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2014-01-27 | 1 | -4/+2 | |
|\ | ||||||
| * | grc: fix report window auto-scrolling | Sebastian Koslowski | 2014-01-18 | 1 | -4/+2 | |
| | | ||||||
* | | grc: switched to ToggleActions; made visibility settings persistent | Sebastian Koslowski | 2013-11-24 | 1 | -0/+2 | |
|/ | ||||||
* | Merge branch 'maint' | Johnathan Corgan | 2013-11-07 | 1 | -2/+2 | |
|\ | ||||||
| * | grc: make backspace chars work in TextDisplay | Sebastian Koslowski | 2013-11-07 | 1 | -2/+2 | |
| | | ||||||
* | | filter-based block tree search | Sebastian Koslowski | 2013-10-24 | 1 | -1/+1 | |
|/ | ||||||
* | grc: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -271/+271 | |
| | | | | Remove all \t's to match the rest of GNU Radio | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-01-15 | 1 | -0/+3 | |
|\ | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/demod/ber_simulation.grc gr-digital/examples/demod/digital_freq_lock.grc gr-digital/examples/demod/pam_sync.grc gr-digital/examples/demod/pam_timing.grc | |||||
| * | grc: Fixed Bug #485 by gracefully exiting when user sets ↵ | Martin Braun | 2013-01-15 | 1 | -0/+3 | |
| | | | | | | | | GR_DONT_LOAD_PREFS=1 GRC_BLOCKS_PATH= | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-09-28 | 1 | -1/+4 | |
|\| | ||||||
| * | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | 2012-09-28 | 1 | -0/+2 | |
| | | | | | | | | using an instance of them | |||||
| * | adding GRC Reload Block XML action | Tim O'Shea | 2012-09-28 | 1 | -1/+2 | |
| | | ||||||
* | | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -17/+45 | |
|/ | ||||||
* | grc: swap store the subprocess object rather than the pid when executing | Josh Blum | 2011-03-13 | 1 | -3/+3 | |
| | | | | | For some reason os.kill(p.pid, SIGKILL) does not work on windows. However, the subprocess p.kill() works just fine for both systems. | |||||
* | Simply Actions module imports, using module prefix. | Josh Blum | 2009-09-13 | 1 | -9/+6 | |
| | ||||||
* | Reworked actions api and actions objects: | Josh Blum | 2009-09-13 | 1 | -10/+10 | |
| | | | | | | | Created standardized Action object for all gui actions. Actions module constants are actual Action objects (not strings). Keypresses, labels, tooltips, stock icons, etc all associate in the Action constructor. Usage of the action's signaling call () eliminated the need for a reference to handle_states. | |||||
* | Merging r11186:11273 from grc branch. | jblum | 2009-06-23 | 1 | -0/+324 | |
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 |