summaryrefslogtreecommitdiff
path: root/grc/gui/Actions.py
Commit message (Collapse)AuthorAgeFilesLines
...
* grc: Small fixes to make menu items consistent.Seth Hitefield2014-08-261-5/+5
|
* grc: added save_reports action.Seth Hitefield2014-08-261-0/+5
|
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_snap_blocks_to_grid'Johnathan Corgan2014-08-201-1/+21
|\
| * grc: toggle action and mod1 modifier for snap-to-gridSebastian Koslowski2014-08-201-0/+5
| |
| * grc: one preferences handler for all boolsSebastian Koslowski2014-08-201-1/+16
| |
* | grc: switch execute action icon to media_playSebastian Koslowski2014-08-151-1/+1
|/
* Merge remote-tracking branch 'gnuradio-wg-grc/grc_port_view_options'Tom Rondeau2014-07-121-0/+4
|\
| * grc: toogle action to disable auto-hiding port labelsSebastian Koslowski2014-07-111-0/+4
| |
* | Removing trailing/extra whitespaces before release (for master).Tom Rondeau2014-07-071-2/+2
|/ | | | 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 whitespaceSebastian Koslowski2014-06-131-1/+1
|
* grc: Changed dialog to directly call the SCROLL_LOCK and CLEAR_REPORTS actions.Seth Hitefield2014-06-131-4/+4
| | | | Moved clear reports under view and grouped all Report menu items together
* grc: Fixed scroll functionality in GRC.Seth Hitefield2014-06-131-0/+9
| | | | Also added clear and scrollback capability for the logging window
* grc: tools menu entry 'more to come'Sebastian Koslowski2014-04-161-0/+3
|
* grc: new tools menu to execute gr_filter_designSebastian Koslowski2014-04-161-0/+5
|
* grc: option to hide disabled blocksSebastian Koslowski2014-04-081-0/+6
|
* grc: renaming flowgraph errors menu item and xml parser actionSebastian Koslowski2014-01-181-2/+2
|
* grc: adding a page that captures and stores some XML parsing errorsTim O'Shea2014-01-181-0/+5
|
* Merge remote-tracking branch 'skoslowski/grc_toggle_widgets'Johnathan Corgan2013-11-241-22/+54
|\
| * grc: switched to ToggleActions; made visibility settings persistentSebastian Koslowski2013-11-241-22/+54
| |
* | Merge branch 'maint'Johnathan Corgan2013-11-231-1/+1
|\ \ | |/ |/|
| * grc: fix search entry focus (again)Sebastian Koslowski2013-11-221-1/+1
| |
* | grc: toggle visibility of report and block tree widgetsSebastian Koslowski2013-11-221-0/+10
|/
* grc: Typo in search action and clean-upSebastian Koslowski2013-10-301-1/+1
|
* grc: slash key activates searchSebastian Koslowski2013-10-281-2/+3
|
* Add 'Find Blocks' action and auto-hide search entry boxSebastian Koslowski2013-10-241-0/+6
|
* grc: Fix whitespace issue in grc to use proper spacesTim O'Shea2013-07-091-185/+185
| | | | Remove all \t's to match the rest of GNU Radio
* grc: add bus portsNicholas McCarthy2013-07-081-0/+10
| | | | | Bus ports allow ganging together of block input or output ports into a single display item for connection to other bus ports.
* grc: remove "c" key shortcut for create heir actionTim O'Shea2013-05-231-1/+1
|
* Merge branch 'master' into nextTom Rondeau2012-10-031-0/+6
|\
| * grc: ability to automatically create hier_blocks from a flowgraph.Tom Rondeau2012-10-031-0/+6
| | | | | | | | 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.
* | Merge branch 'master' into nextJohnathan Corgan2012-09-281-0/+10
|\|
| * added the ability to open custom GRC hier block definitions from graphs ↵Tim O'Shea2012-09-281-0/+5
| | | | | | | | using an instance of them
| * adding GRC Reload Block XML actionTim O'Shea2012-09-281-0/+5
| |
* | docs: Modified argument formating in python docstrings in grc.Ben Reynwar2012-08-141-4/+10
|/
* grc: replaced asserts in gui subdirectoryJosh Blum2011-04-141-2/+3
|
* put the flow graph errors button into the toolbarJosh Blum2009-09-181-3/+3
|
* added errors dialog to show all error messages in flow graphJosh Blum2009-09-181-0/+5
|
* tweaked key handling callbacksJosh Blum2009-09-131-6/+7
|
* Reworked actions api and actions objects:Josh Blum2009-09-131-133/+226
| | | | | | | 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-16/+19
| | | | | | Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules.
* rename variable, use keysyms in props dialogJosh Blum2009-09-101-2/+2
|
* use the keymap's translate_keyboard_state, use the key value rather than nameJosh Blum2009-09-101-41/+42
|
* ignore irrelevant modifiers and events pendingJosh Blum2009-09-101-0/+2
|
* renamed the colors dialog to typesJosh Blum2009-08-241-2/+2
|
* Merging r11186:11273 from grc branch.jblum2009-06-231-0/+169
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