summaryrefslogtreecommitdiff
path: root/grc/gui/ActionHandler.py
Commit message (Collapse)AuthorAgeFilesLines
...
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-392/+390
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-0/+19
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* Merge branch 'master' into nextTom Rondeau2012-10-031-0/+130
|\
| * grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-031-0/+129
| | | | | | | | Highlight a set of blocks and hit 'c' or right-click and 'Create Hier' to automatically build a new hier_block that opens in GRC with the probes in place. Any parameter/variables become parameters in the new graph. Save, generate, and hit the 'Reload Blocks' to get access to new block.
| * grc: populate file variable correctly when we save.Tom Rondeau2012-10-031-0/+1
| |
* | Merge branch 'master' into nextJohnathan Corgan2012-09-281-0/+12
|\|
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-281-0/+6
| | | | | | | | using an instance of them
| * adding GRC Reload Block XML actionTim O'Shea2012-09-281-0/+6
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-5/+13
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-1/+1
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* grc: replaced asserts in gui subdirectoryJosh Blum2011-04-141-3/+2
|
* grc: swap store the subprocess object rather than the pid when executingJosh Blum2011-03-131-10/+10
| | | | | For some reason os.kill(p.pid, SIGKILL) does not work on windows. However, the subprocess p.kill() works just fine for both systems.
* removed unused import statements, thanks pyflakesJosh Blum2009-12-061-1/+0
|
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-0/+3
|
* tweaked key handling callbacksJosh Blum2009-09-131-3/+1
|
* Reworked actions api and actions objects:Josh Blum2009-09-131-84/+67
| | | | | | | 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.
* Move key press extraction logic into actions module.Josh Blum2009-09-131-12/+8
| | | | | | Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules.
* use the keymap's translate_keyboard_state, use the key value rather than nameJosh Blum2009-09-101-3/+4
|
* ignore irrelevant modifiers and events pendingJosh Blum2009-09-101-2/+0
|
* properties dialog with ok/cancel buttonsJosh Blum2009-09-091-4/+11
|
* renamed params dialog to props dialogJosh Blum2009-09-051-2/+2
|
* Switched the python classes to inherit from the base and gui classes.Josh Blum2009-08-301-2/+0
| | | | | Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module.
* Added virtual sink and logic to clone port.Josh Blum2009-08-261-2/+0
| | | | | Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented.
* renamed the colors dialog to typesJosh Blum2009-08-241-3/+3
|
* fixed screenshot capability, calls get pixbuf in drawing areajblum2009-06-291-4/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11307 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+411
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