Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-03 | grc: ability to automatically create hier_blocks from a flowgraph. | Tom Rondeau | |
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. | |||
2012-10-03 | grc: populate file variable correctly when we save. | Tom Rondeau | |
2012-09-28 | added the ability to open custom GRC hier block definitions from graphs ↵ | Tim O'Shea | |
using an instance of them | |||
2012-09-28 | adding GRC Reload Block XML action | Tim O'Shea | |
2012-04-13 | Removed 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. | |||
2011-04-14 | grc: replaced asserts in gui subdirectory | Josh Blum | |
2011-03-13 | grc: swap store the subprocess object rather than the pid when executing | Josh Blum | |
For some reason os.kill(p.pid, SIGKILL) does not work on windows. However, the subprocess p.kill() works just fine for both systems. | |||
2009-12-06 | removed unused import statements, thanks pyflakes | Josh Blum | |
2009-09-18 | added errors dialog to show all error messages in flow graph | Josh Blum | |
2009-09-13 | tweaked key handling callbacks | Josh Blum | |
2009-09-13 | Reworked actions api and actions objects: | Josh Blum | |
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. | |||
2009-09-13 | Move key press extraction logic into actions module. | Josh Blum | |
Replaced xml encode with gtk escape text. Added templates for category and docs tool tips. Other various code tweaks in gui modules. | |||
2009-09-10 | use the keymap's translate_keyboard_state, use the key value rather than name | Josh Blum | |
2009-09-10 | ignore irrelevant modifiers and events pending | Josh Blum | |
2009-09-09 | properties dialog with ok/cancel buttons | Josh Blum | |
2009-09-05 | renamed params dialog to props dialog | Josh Blum | |
2009-08-30 | Switched the python classes to inherit from the base and gui classes. | Josh Blum | |
Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | |||
2009-08-26 | Added virtual sink and logic to clone port. | Josh Blum | |
Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | |||
2009-08-24 | renamed the colors dialog to types | Josh Blum | |
2009-06-29 | fixed screenshot capability, calls get pixbuf in drawing area | jblum | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11307 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-06-23 | Merging r11186:11273 from grc branch. | jblum | |
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 |