Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-12 | gr-qtgui: exposing double-click events through spectrumdisplayform and ↵ | Mike Cornelius | |
through to Python. | |||
2011-04-12 | gr-qtgui: adding double-click point selector to main gui widgets. | Mike Cornelius | |
2011-04-12 | gr-qtgui: fix the interface file. | Mike Cornelius | |
2011-04-12 | gr-qtgui: rearranging swig directory to allow other .i files; adding a ↵ | Mike Cornelius | |
qtgui2 interface file. | |||
2011-04-12 | gr-qtgui: adding new qtgui_util.h to handle plot picker machinery. | Mike Cornelius | |
2011-04-10 | gr-qtgui: ignore GRC-built py file of grc_qt_example.grc. | Tom Rondeau | |
2011-04-10 | gr-qtgui: fixes problem with initial axes not showing up properly. | Tom Rondeau | |
2011-04-10 | gr-qtgui: exposing set_update_time to Python. | Tom Rondeau | |
2011-04-10 | gr-qtgui: removed OpenGL calls; we still link against the QTOPENGL_LIBS ↵ | Tom Rondeau | |
because of some dependencies in Qwt. | |||
2011-04-10 | gr-qtgui: adding a GRC example for QtGui graphs. | Tom Rondeau | |
2011-04-10 | gr-qtgui: updating example apps so the wrapped instance of the qtgui is not ↵ | Tom Rondeau | |
a class member; this ensures proper cleanup on exit. | |||
2011-04-09 | gr-qtgui: removing Guile-specific stuff since there is no way QtGui will ↵ | Tom Rondeau | |
work with Guile yet. Changed Python QA to complete properly. | |||
2011-04-06 | gr-qtgui: finishing off removing references to 3D plotting in UI file. | Tom Rondeau | |
2011-04-06 | gr-qtgui: removing references to 3D waterfall plot and changning QtGui API ↵ | Tom Rondeau | |
to remove bool that turns it on/off. | |||
2011-04-06 | gr-qtgui: cleaning up unnecessary plotting calls. | Tom Rondeau | |
2011-04-06 | gr-qtgui: don't delete the SpectrumDisplayWindow; as a QWidget, it takes ↵ | Tom Rondeau | |
care of itself when the parent is deleted. | |||
2011-04-04 | gr-qtgui: missed lock call that was just deleted. | Tom Rondeau | |
2011-04-04 | gr-qtgui: removing uncessary file of qtevents and objects. | Tom Rondeau | |
2011-04-04 | gr-qtgui: removing unnecessary mutex and qtevent objects. | Tom Rondeau | |
2011-04-01 | gr-qtgui: wip trying to figure out segfaults. | Tom Rondeau | |
2011-03-27 | gr-qtgui: tightening up and cleaning up some memory leaks. | Tom Rondeau | |
2011-03-27 | gr-qtgui: improvements to python test apps. | Tom Rondeau | |
2011-03-27 | gr-qtgui: cleaning up handling of mutex | Tom Rondeau | |
2011-03-27 | gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck. | Tom Rondeau | |
2011-03-27 | gr-qtgui: making necessary changes to build a python package and export ↵ | Tom Rondeau | |
qtgui; also preserves old convention of 'from gnuradio.qtgui import qtgui'. Some of the examples have been updated to use the new (cleaner) convention. | |||
2011-03-27 | gr-qtgui: small correction in Python QA code with new structure. | Tom Rondeau | |
2011-03-27 | gr-qtgui: qtgui builds and passes make check under new structure. | Tom Rondeau | |
2011-03-27 | gr-qtgui: fixed some signed/unsigned comparison warnings. | Tom Rondeau | |
2011-03-27 | gr-qtgui: moving qtgui apps to the apps directory. | Tom Rondeau | |
2011-03-27 | gr-qtgui: wip: moving and renaming files for new structure. | Tom Rondeau | |
2011-03-27 | gr-qtgui: moving Python files to new structure; get rid of src directory. | Tom Rondeau | |
2011-03-27 | gr-qtgui: moving gitignore to new location. | Tom Rondeau | |
2011-03-27 | gr-qtgui: restructuring qtgui directory to new layout. | Tom Rondeau | |
2011-03-26 | gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵ | Tom Rondeau | |
segfault can be found. | |||
2011-03-14 | qtgui: fix distcheck error | Johnathan Corgan | |
2011-03-14 | Merge remote branch 'jblum/mergeme/qtgui/grc' into next | Johnathan Corgan | |
* jblum/mergeme/qtgui/grc: (27 commits) qtgui: removed python directory that was added, never used qtgui-grc: added suport in main template for theme icon qtgui-grc: minor tweaks to the various things qtgui-grc: added read-only thermo widget to range block qtgui-grc: fix for list option working in chooser block qtgui-grc: added check for pyqwt in config grc: added function args to probe block and documentation grc: rework the probe blocks and how they fit into grc qtgui-grc: moved slider to range, added knob and gui tweaks qtgui-grc: use a vboxlayout for the top_layout qtgui-grc: made slider widget components (counter/slider) optional qtgui-grc: add engineering notation to entry and label + other tweaks qtgui-grc: enable start/stop control through qt widgets qtgui-grc: rename the text entry and label blocks grc-qtgui: creaded check box widget with qtgui, cleanup label code grc-qtgui: added variable text box and static text widgets grc-qtgui: pick correct signal overload for variable chooser grc-qtgui: added radio button support, tweaks, more options grc-qtgui: work on variable chooser block grc: work on generator for gui flowgraphs to simplify generation ... | |||
2011-03-12 | qtgui: removed python directory that was added, never used | Josh Blum | |
2011-03-07 | qtgui-grc: minor tweaks to the various things | Josh Blum | |
2011-03-07 | qtgui-grc: added read-only thermo widget to range block | Josh Blum | |
2011-03-07 | qtgui-grc: fix for list option working in chooser block | Josh Blum | |
2011-03-05 | qtgui-grc: moved slider to range, added knob and gui tweaks | Josh Blum | |
2011-03-03 | qtgui-grc: made slider widget components (counter/slider) optional | Josh Blum | |
2011-03-02 | qtgui-grc: add engineering notation to entry and label + other tweaks | Josh Blum | |
2011-03-01 | qtgui-grc: rename the text entry and label blocks | Josh Blum | |
2011-03-01 | grc-qtgui: creaded check box widget with qtgui, cleanup label code | Josh Blum | |
2011-03-01 | grc-qtgui: added variable text box and static text widgets | Josh Blum | |
2011-03-01 | grc-qtgui: pick correct signal overload for variable chooser | Josh Blum | |
2011-03-01 | grc-qtgui: added radio button support, tweaks, more options | Josh Blum | |
2011-03-01 | grc-qtgui: work on variable chooser block | Josh Blum | |
2011-03-01 | grc: work on generator for gui flowgraphs to simplify generation | Josh 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 |