13 Commits

Author SHA1 Message Date
Sebastian Koslowski
59cb4ebdd2 gtk3: add flowgraph draw code and other gtk3 fixes (WIP) 2016-05-24 13:02:23 -04:00
Seth Hitefield
f337362360 grc: Main window opens with pygobject and gtk3. Still throws tons of errors. 2016-05-24 11:11:33 -04:00
Sebastian Koslowski
1e9c05a5a3 grc: fix flow graph execution (amends ActionHandler refactoring) 2016-05-23 10:45:54 +02:00
Sebastian Koslowski
5f4e639fc3 Merge remote-tracking branch 'upstream/master' into refactoring 2016-04-15 21:09:19 +02:00
Sebastian Koslowski
e108d79926 grc: fix bug #856: paging/scrolling from keyboard 2016-04-05 17:58:55 +02:00
Sebastian Koslowski
460dc4d07a grc-refactor: Platform.py 2016-02-17 19:55:17 +01:00
Tom Rondeau
54e2324de4 Removing trailing/extra whitespaces before release.
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).
2014-07-07 12:18:00 -04:00
Tim O'Shea
4a4083b1a9 grc: Fix whitespace issue in grc to use proper spaces
Remove all \t's to match the rest of GNU Radio
2013-07-09 16:29:52 -07:00
Ben Reynwar
1f2f17bb2b docs: Modified argument formating in python docstrings in grc. 2012-08-14 10:28:23 -07:00
Josh Blum
27b058ac51 grc: swap store the subprocess object rather than the pid when executing
For some reason os.kill(p.pid, SIGKILL) does not work on windows.
    However, the subprocess p.kill() works just fine for both systems.
2011-03-13 11:36:03 -07:00
Josh Blum
e12d54bae5 Simply Actions module imports, using module prefix. 2009-09-13 02:29:26 -07:00
Josh Blum
7c9d9354ad Reworked actions api and actions objects:
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 02:14:27 -07:00
jblum
fee6c43b2b Merging r11186:11273 from grc branch.
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
2009-06-23 20:38:18 +00:00