summaryrefslogtreecommitdiff
path: root/gr-qtgui/grc
AgeCommit message (Collapse)Author
2011-05-09gr-qtgui: adding the various windows as initial options for the qtgui sink ↵Tom Rondeau
in GRC.
2011-04-24gr-qtgui: adding GRC component for time_sink block.Tom Rondeau
2011-04-06gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵Tom Rondeau
to remove bool that turns it on/off.
2011-03-07qtgui-grc: minor tweaks to the various thingsJosh Blum
2011-03-07qtgui-grc: added read-only thermo widget to range blockJosh Blum
2011-03-07qtgui-grc: fix for list option working in chooser blockJosh Blum
2011-03-05qtgui-grc: moved slider to range, added knob and gui tweaksJosh Blum
2011-03-03qtgui-grc: made slider widget components (counter/slider) optionalJosh Blum
2011-03-02qtgui-grc: add engineering notation to entry and label + other tweaksJosh Blum
2011-03-01qtgui-grc: rename the text entry and label blocksJosh Blum
2011-03-01grc-qtgui: creaded check box widget with qtgui, cleanup label codeJosh Blum
2011-03-01grc-qtgui: added variable text box and static text widgetsJosh Blum
2011-03-01grc-qtgui: pick correct signal overload for variable chooserJosh Blum
2011-03-01grc-qtgui: added radio button support, tweaks, more optionsJosh Blum
2011-03-01grc-qtgui: work on variable chooser blockJosh Blum
2011-03-01grc: work on generator for gui flowgraphs to simplify generationJosh Blum
generator does not differentiate between notebooks and controls, they are all block, but block are now sorted by variables present in the make also adjusted categories listed in the wx and qt widget related blocks
2011-03-01qtgui: work on variable chooserJosh Blum
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
created gui_hint type to handle tab descriptor + position markup, and to handle the generation of the name of the parent widget. No support python modules required in gr-qtgui.
2011-03-01qtgui: use pyqwt widgets in grc variable slider blockJosh Blum
2011-03-01qtgui: created a forms module with a slider and text box, implemented in grcJosh Blum