Statistics
| Branch: | Tag: | Revision:

root / grc / gui @ af1d0a61

Name Size
.gitignore 23 Bytes
ActionHandler.py 16 kB
Actions.py 8.2 kB
Bars.py 3.9 kB
Block.py 6.4 kB
BlockTreeWindow.py 7.5 kB
Colors.py 1.4 kB
Connection.py 6 kB
Constants.py 2.4 kB
Dialogs.py 4 kB
DrawingArea.py 4.8 kB
Element.py 7.2 kB
FileDialogs.py 6.7 kB
FlowGraph.py 18.6 kB
MainWindow.py 10.4 kB
Makefile.am 1.2 kB
Messages.py 3.4 kB
NotebookPage.py 5.1 kB
Param.py 6.6 kB
Platform.py 886 Bytes
Port.py 6.5 kB
Preferences.py 2.8 kB
PropsDialog.py 5.7 kB
StateCache.py 3.1 kB
Utils.py 3 kB
__init__.py 1 Byte

Latest revisions

# Date Author Comment
af1d0a61 04/14/2011 05:49 pm Josh Blum

grc: replaced asserts in gui subdirectory

21158d42 03/13/2011 06:36 pm Josh Blum

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.
96a20bb0 03/24/2010 06:39 am Josh Blum

work on the string representations for parameters (large vectors could be too much to render, ie use truncation)

d844c4f0 03/09/2010 08:40 pm Josh Blum

added a right click context menu for the flow graph elements

875c588c 12/08/2009 03:40 am Johnathan Corgan

Merge branch 'wip/grc/cleanup' of http://gnuradio.org/git/jblum

61830989 12/07/2009 04:18 am Josh Blum

removed unused import statements, thanks pyflakes

81223295 12/05/2009 10:44 pm Josh Blum

Created a pixmap rotation routine in Utils for handling those rotated labels.
The rotation is now performed by the gtk pixbuf class and not manually in python.

In addition, the block and port classes now draw from pixmaps and not from images.
Pixmaps are server-side objects, where images are client-side (meaning: possible speed-up).

87decb3b 12/05/2009 04:06 pm Josh Blum

combined param layouts

8efb3fce 11/20/2009 05:58 am Josh Blum

gtk.Tooltips() is deprecated, use set_tooltip_text.
Added a set_tooltop_text method to each InputParam.

175c074b 10/28/2009 09:33 pm Josh Blum

Created a grc_blockdir in makefile.common.
Switched the grc src prefix in grc makefiles.
Removed grc/Makefile.inc as it was no longer neededed.

View revisions

Also available in: Atom