Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2011-03-01 | qtgui: work on variable chooser | Josh Blum | |
2011-03-01 | grc: added tabbed widget in qtgui for grc | Josh 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-01 | qtgui: use pyqwt widgets in grc variable slider block | Josh Blum | |
2011-03-01 | qtgui: created a forms module with a slider and text box, implemented in grc | Josh Blum | |
2011-03-01 | qtgui: an attempt at a slider form | Josh Blum | |
2011-02-27 | qtgui use gruel thread mutex: | Josh Blum | |
Replace pthread mutex usage with gruel thread mutex to make the code portable on systems without pthreads. | |||
2011-01-23 | Merge branch 'mergeme/qtgui/use_boost_posix_time' into next | Tom Rondeau | |
2011-01-23 | Removing YYYY-mmm-DD from time displayed on Waterfall plot. | Tom Rondeau | |
2011-01-22 | qtgui: use the posix time to_simple_string to simplify label text | Josh Blum | |
2011-01-22 | Merge branch 'mergeme/qtgui/plots_static_const_fix' into next | Tom Rondeau | |
2011-01-22 | Merge branch 'mergeme/qtgui/plot_waterfall_fix' into next | Tom Rondeau | |
2011-01-17 | qtgui boost use posix time: | Josh Blum | |
Replace calls to gmtime_r with boost::posix_time to make the code portable on systems without gmtime_r. | |||
2011-01-17 | qtgui plots static const fixes: | Josh Blum | |
Initialize static data members in the cpp file: http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12 For the WaterfallDisplayPlot, rather than bringing the initialization into the cpp file, the numbers seemed far more fitting as an enum given that they are by nature. This removed the symbol declaration from the cpp file, so its actually simpler. |