Statistics
| Branch: | Tag: | Revision:

root / grc / gui @ 25b29495

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
CMakeLists.txt 1.3 kB
Colors.py 1.5 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.8 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
9a3f3caf 12/07/2011 11:09 pm Timo Lindfors

grc: fix typos

c2bf4895 12/01/2011 02:27 am Josh Blum

grc: force param text to black to guarantee readability

accb9f2f 07/21/2011 02:04 am Josh Blum

gr: squashed cmakelists.txt into one commit

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).

View revisions

Also available in: Atom