Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grc-refactor: rewrite tree-api in core | Sebastian Koslowski | 2016-06-10 | 1 | -2/+2 |
| | |||||
* | grc: py3k compat using python-modernize | Sebastian Koslowski | 2016-06-09 | 1 | -0/+1 |
| | |||||
* | grc: gtk3: remove some deprecated warnings | Sebastian Koslowski | 2016-06-01 | 1 | -2/+1 |
| | |||||
* | grc-refactor: replace some unnecessary getters | Sebastian Koslowski | 2016-06-01 | 1 | -84/+13 |
| | |||||
* | grc: gtk3: remove canvas size and enable zooming | Sebastian Koslowski | 2016-05-31 | 1 | -41/+27 |
| | |||||
* | gtk3: add flowgraph draw code and other gtk3 fixes (WIP) | Sebastian Koslowski | 2016-05-24 | 1 | -9/+7 |
| | |||||
* | grc: Main window opens with pygobject and gtk3. Still throws tons of errors. | Seth Hitefield | 2016-05-24 | 1 | -22/+24 |
| | |||||
* | grc: fix flow graph execution (amends ActionHandler refactoring) | Sebastian Koslowski | 2016-05-23 | 1 | -5/+4 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into refactoring | Sebastian Koslowski | 2016-04-15 | 1 | -3/+10 |
|\ | |||||
| * | grc: fix bug #856: paging/scrolling from keyboard | Sebastian Koslowski | 2016-04-05 | 1 | -3/+10 |
| | | |||||
* | | grc-refactor: Platform.py | Sebastian Koslowski | 2016-02-17 | 1 | -4/+2 |
|/ | |||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -14/+14 |
| | | | | 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: Fix whitespace issue in grc to use proper spaces | Tim O'Shea | 2013-07-09 | 1 | -182/+182 |
| | | | | Remove all \t's to match the rest of GNU Radio | ||||
* | docs: Modified argument formating in python docstrings in grc. | Ben Reynwar | 2012-08-14 | 1 | -15/+43 |
| | |||||
* | grc: swap store the subprocess object rather than the pid when executing | Josh Blum | 2011-03-13 | 1 | -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. | ||||
* | Simply Actions module imports, using module prefix. | Josh Blum | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Reworked actions api and actions objects: | Josh Blum | 2009-09-13 | 1 | -3/+2 |
| | | | | | | | 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/+188 |
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 |