Changeset 9379
- Timestamp:
- 08/22/08 22:13:02
- Files:
-
- gnuradio/trunk/AUTHORS (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/ActionHandler.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/Actions.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/Messages.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/ParseXML.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/Preferences.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/StateCache.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/Utils.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/converter.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Block.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Connection.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Element.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/FlowGraph.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Param.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Platform.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/Port.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/elements/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/Bars.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/BlockTreeWindow.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/Dialogs.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/DrawingArea.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/FileDialogs.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/MainWindow.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/NotebookPage.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/ParamsDialog.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Block.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Colors.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Connection.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Element.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/FlowGraph.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Param.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Platform.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Port.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/Utils.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc/gui/elements/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Block.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Connection.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/FlowGraph.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Generator.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Param.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Platform.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/Port.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/utils/__init__.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/utils/convert_hier.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/utils/expr_utils.py (modified) (1 diff)
- gnuradio/trunk/grc/src/grc_gnuradio/utils/extract_docs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/AUTHORS
r9290 r9379 14 14 Tom Rondeau <trondeau@vt.edu> Mostly digital waveforms and a little bit of trouble 15 15 Nate Goergen (UMD Student) 16 Josh Blum <josh@joshknows.com> OpenGL versions of graphical sinks 16 Josh Blum <josh@joshknows.com> OpenGL versions of graphical sinks, 17 The GNU Radio Companion (grc) gnuradio/trunk/grc/src/grc/ActionHandler.py
r9378 r9379 19 19 ##@package ActionHandler 20 20 #ActionHandler builds the interface and handles most of the user inputs. 21 #@author Josh Blum22 21 23 22 import os gnuradio/trunk/grc/src/grc/Actions.py
r9378 r9379 20 20 #Global actions for gui elements to communicate state changes to the action handler. 21 21 #Use gtk.stock_list_ids() to get a list of possible stock ids (for toolbar/menu icons) 22 #@author Josh Blum23 22 24 23 import pygtk gnuradio/trunk/grc/src/grc/Messages.py
r9378 r9379 19 19 ##@package Messages 20 20 #Handle all of the system messages and error reports. 21 #@author Josh Blum22 21 23 22 from Constants import VERSION gnuradio/trunk/grc/src/grc/ParseXML.py
r9378 r9379 19 19 ##@package grc.gui.ParseXML 20 20 #Parse xml files to nested data and vice-versa. 21 #@author Josh Blum22 21 23 22 from lxml import etree gnuradio/trunk/grc/src/grc/Preferences.py
r9378 r9379 19 19 ##@package grc.Preferences 20 20 #Holds global paramerences 21 #@author Josh Blum22 21 23 22 from Constants import HOME_DIR, FLOW_GRAPH_DTD gnuradio/trunk/grc/src/grc/StateCache.py
r9378 r9379 19 19 ##@package StateCache 20 20 #Stores the flow graph states to drive the undo/redo and save interface. 21 #@author Josh Blum22 21 23 22 from Actions import FLOW_GRAPH_UNDO, FLOW_GRAPH_REDO, get_action_from_name gnuradio/trunk/grc/src/grc/Utils.py
r9378 r9379 19 19 ##@package grc.gui.Utils 20 20 #Utility methods and classes. 21 #@author Josh Blum22 21 23 22 from UserDict import DictMixin gnuradio/trunk/grc/src/grc/__init__.py
r9378 r9379 19 19 ##@package grc 20 20 #grc package. 21 #@author Josh Blum22 21 gnuradio/trunk/grc/src/grc/converter.py
r9378 r9379 19 19 ##@package grc.converter 20 20 #convert old flow graph file format to new format 21 #@author Josh Blum22 21 23 22 from grc.Constants import FLOW_GRAPH_DTD gnuradio/trunk/grc/src/grc/elements/Block.py
r9378 r9379 19 19 ##@package grc.elements.Block 20 20 #Flow graph block. 21 #@author Josh Blum22 21 23 22 from grc import Utils gnuradio/trunk/grc/src/grc/elements/Connection.py
r9378 r9379 22 22 #One port must be input, one output. 23 23 #The port decided whether it can have the connection. 24 #@author Josh Blum25 24 26 25 from grc.elements.Element import Element gnuradio/trunk/grc/src/grc/elements/Element.py
r9378 r9379 19 19 ##@package grc.elements.Element 20 20 #The base class for all elements. 21 #@author Josh Blum22 21 23 22 class Element(object): gnuradio/trunk/grc/src/grc/elements/FlowGraph.py
r9378 r9379 19 19 ##@package grc.elements.FlowGraph 20 20 #Primative flow graph. 21 #@author Josh Blum22 21 23 22 from grc import Utils gnuradio/trunk/grc/src/grc/elements/Param.py
r9378 r9379 20 20 #Flow graph block parameters. 21 21 #And options for enum type paramater. 22 #@author Josh Blum23 22 24 23 from grc import Utils gnuradio/trunk/grc/src/grc/elements/Platform.py
r9378 r9379 19 19 ##@package grc.elements.Platform 20 20 #A Platform contains all blocks in platform. 21 #@author Josh Blum22 21 23 22 import os gnuradio/trunk/grc/src/grc/elements/Port.py
r9378 r9379 19 19 ##@package grc.elements.Port 20 20 #Flow graph block port (source or sink). 21 #@author Josh Blum22 21 23 22 from grc import Utils gnuradio/trunk/grc/src/grc/elements/__init__.py
r9378 r9379 19 19 ##@package grc.elements 20 20 #Package for flow graph elements. 21 #@author Josh Blum22 21 gnuradio/trunk/grc/src/grc/gui/Bars.py
r9378 r9379 19 19 ##@package grc.gui.Bars 20 20 #Create the GUI's toolbar and menubar 21 #@author Josh Blum22 21 23 22 from grc.Actions import * gnuradio/trunk/grc/src/grc/gui/BlockTreeWindow.py
r9378 r9379 19 19 ##@package grc.gui.BlockTreeWindow 20 20 #The block selection panel gives the user a tree selection to choose a block. 21 #@author Josh Blum22 21 23 22 from grc.Constants import * gnuradio/trunk/grc/src/grc/gui/Dialogs.py
r9378 r9379 19 19 ##@package grc.gui.Dialogs 20 20 #Misc dialogs. 21 #@author Josh Blum22 21 23 22 import pygtk gnuradio/trunk/grc/src/grc/gui/DrawingArea.py
r9378 r9379 19 19 ##@package grc.gui.DrawingArea 20 20 #Drawing area for graphical elements. 21 #@author Josh Blum22 21 23 22 import pygtk gnuradio/trunk/grc/src/grc/gui/FileDialogs.py
r9378 r9379 19 19 ##@package grc.gui.FileDialogs 20 20 #The open/save dialog for flow graph fFileDialogiles and screen shots. 21 #@author Josh Blum22 21 23 22 import pygtk gnuradio/trunk/grc/src/grc/gui/MainWindow.py
r9378 r9379 19 19 ##@package grc.gui.MainWindow 20 20 #The main window, containing all windows, tool bars, and menu bars. 21 #@author Josh Blum22 21 23 22 from grc.Constants import * gnuradio/trunk/grc/src/grc/gui/NotebookPage.py
r9378 r9379 19 19 ##@package grc.gui.NotebookPage 20 20 #A page in the notebook, represents an individual flow graph. 21 #@author Josh Blum22 21 23 22 from grc.Actions import * gnuradio/trunk/grc/src/grc/gui/ParamsDialog.py
r9378 r9379 19 19 ##@package grc.gui.ParamsDialog 20 20 #A dialog for editing a block's parameters. 21 #@author Josh Blum22 21 23 22 import pygtk gnuradio/trunk/grc/src/grc/gui/__init__.py
r9378 r9379 19 19 ##@package grc.gui 20 20 #GTK based classes go into this package. 21 #@author Josh Blum22 21 23 22 #only import the modules that need external access gnuradio/trunk/grc/src/grc/gui/elements/Block.py
r9378 r9379 19 19 ##@package grc.gui.elements.Block 20 20 #The graphical signal block. 21 #@author Josh Blum22 21 23 22 from grc import Preferences gnuradio/trunk/grc/src/grc/gui/elements/Colors.py
r9378 r9379 19 19 ##@package grc.gui.elements.Colors 20 20 #Global Colors for the gui 21 #@author Josh Blum22 21 23 22 import pygtk gnuradio/trunk/grc/src/grc/gui/elements/Connection.py
r9378 r9379 19 19 ##@package grc.gui.elements.Connection 20 20 #The graphical connection for input/output ports. 21 #@author Josh Blum22 21 23 22 import Utils gnuradio/trunk/grc/src/grc/gui/elements/Element.py
r9378 r9379 20 20 #Base class for graphical elements such as: 21 21 #signal blocks, input sockets, output sockets and connections. 22 #@author Josh Blum23 22 24 23 import Colors gnuradio/trunk/grc/src/grc/gui/elements/FlowGraph.py
r9378 r9379 19 19 ##@package grc.gui.elements.FlowGraph 20 20 #A flow graph structure for storing signal blocks and their connections. 21 #@author Josh Blum22 21 23 22 from grc import Preferences gnuradio/trunk/grc/src/grc/gui/elements/Param.py
r9378 r9379 19 19 ##@package grc.gui.elements.Param 20 20 #GTK objects for handling input and the signal block parameter class. 21 #@author Josh Blum22 21 23 22 import Utils gnuradio/trunk/grc/src/grc/gui/elements/Platform.py
r9378 r9379 19 19 ##@package grc.gui.elements.Platform 20 20 #Graphical platform to turn an existing platform into a gui platform. 21 #@author Josh Blum22 21 23 22 from FlowGraph import FlowGraph gnuradio/trunk/grc/src/grc/gui/elements/Port.py
r9378 r9379 19 19 ##@package grc.gui.elements.Port 20 20 #The graphical input/output sockets of the signal block. 21 #@author Josh Blum22 21 23 22 from Element import Element gnuradio/trunk/grc/src/grc/gui/elements/Utils.py
r9378 r9379 19 19 ##@package grc.gui.elements.Utils 20 20 #Shared functions for flow graph elements. 21 #@author Josh Blum22 21 23 22 def get_angle_from_coordinates((x1,y1), (x2,y2)): gnuradio/trunk/grc/src/grc/gui/elements/__init__.py
r9378 r9379 19 19 ##@package grc.gui.elements 20 20 #All graphical elements used in a flow graph. 21 #@author Josh Blum22 21 23 22 gnuradio/trunk/grc/src/grc_gnuradio/Block.py
r9378 r9379 19 19 ##@package grc_gnuradio.Block 20 20 #Flow graph block. 21 #@author Josh Blum22 21 23 22 from grc.elements.Block import Block as _Block gnuradio/trunk/grc/src/grc_gnuradio/Connection.py
r9378 r9379 22 22 #One port must be input, one output. 23 23 #The port decided whether it can have the connection. 24 #@author Josh Blum25 24 26 25 from grc.elements.Connection import Connection as _Connection gnuradio/trunk/grc/src/grc_gnuradio/FlowGraph.py
r9378 r9379 19 19 ##@package grc_gnuradio.FlowGraph 20 20 #Primative flow graph. 21 #@author Josh Blum22 21 23 22 from utils import expr_utils gnuradio/trunk/grc/src/grc_gnuradio/Generator.py
r9378 r9379 19 19 ##@package grc_gnuradio.Generator 20 20 #Create python based flow graphs. 21 #@author Josh Blum22 21 23 22 import os gnuradio/trunk/grc/src/grc_gnuradio/Param.py
r9378 r9379 19 19 ##@package grc_gnuradio.Param 20 20 #Flow graph block parameters. 21 #@author Josh Blum22 21 23 22 from utils import expr_utils gnuradio/trunk/grc/src/grc_gnuradio/Platform.py
r9378 r9379 19 19 ##@package grc_gnuradio.Platform 20 20 #Gnuradio python specific platform. 21 #@author Josh Blum22 21 23 22 import os gnuradio/trunk/grc/src/grc_gnuradio/Port.py
r9378 r9379 19 19 ##@package grc_gnuradio.Port 20 20 #Flow graph block port (source or sink). 21 #@author Josh Blum22 21 23 22 from grc.elements.Port import Port as _Port gnuradio/trunk/grc/src/grc_gnuradio/__init__.py
r9378 r9379 19 19 ##@package grc_gnuradio 20 20 #gnuradio overloaded elements and supplemental python modules 21 #@author Josh Blumgnuradio/trunk/grc/src/grc_gnuradio/utils/__init__.py
r9378 r9379 19 19 ##@package grc_gnuradio.utils 20 20 #utility functions and classes 21 #@author Josh Blum22 21 gnuradio/trunk/grc/src/grc_gnuradio/utils/convert_hier.py
r9378 r9379 19 19 ##@package grc_gnuradio.utils.convert_hier 20 20 #Utility functions to convert a grc hier block to an xml wrapper 21 #@author Josh Blum22 21 23 22 from grc_gnuradio.Constants import BLOCK_DTD gnuradio/trunk/grc/src/grc_gnuradio/utils/expr_utils.py
r9378 r9379 19 19 ##@package grc_gnuradio.utils.expr_utils 20 20 #Utility functions to comprehend variable expressions. 21 #@author Josh Blum22 21 23 22 import string gnuradio/trunk/grc/src/grc_gnuradio/utils/extract_docs.py
r9378 r9379 19 19 ##@package grc_gnuradio.utils.extract_docs 20 20 #Extract documentation from the gnuradio doxygen files. 21 #@author Josh Blum22 21 23 22 from grc_gnuradio.Constants import *
