Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2011-01-17 | qtgui missing stdint include fix: | Josh Blum | |
These files use stdint types but did not include the header stdint.h | |||
2011-01-17 | qtgui plot waterfall fix | Josh Blum | |
Removed QWT_EXPORT from PlotWaterfall. PlotWaterfall is not part of libqwt, this is likely a copy/paste typo. Its very wrong and specifies incorrect linkage. Affects MSVC. | |||
2010-12-10 | Use load-extension-global instead of load-extension | Eric Blossom | |
2010-12-03 | Regenerated Makefile.swig.gen's | Eric Blossom | |
2010-12-03 | Rename libguile- to libguile-gnuradio- to match guile library naming convention. | Eric Blossom | |
The stuff in gnuradio-core ends up with funky names, but that could be fixed by renaming gnuradio_core_filter.i -> core_filter.i etc. | |||
2010-11-24 | Update .gitignore's | Eric Blossom | |
2010-11-24 | Major Makefile.am housecleaning. Passes distcheck. | Eric Blossom | |
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files. | |||
2010-11-24 | Removed link to missing .png in an attempt to keep doxygen from crashing | Eric Blossom | |
2010-11-19 | regenerated | Rob Savoye | |
2010-11-16 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Eric Blossom | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | Remove swig generated python code from C++-only libraries | Eric Blossom | |
2010-11-10 | additional regenerated files | Eric Blossom | |
2010-11-10 | add load-extension support | Rob Savoye | |
2010-11-10 | regenerate | Eric Blossom | |
2010-11-10 | Rengenerate Makefile.swig.gen's | Eric Blossom | |
2010-11-10 | add python/*.cc to SOURCES so dependencies work properly. | Rob Savoye | |
2010-11-10 | regenerated | Rob Savoye | |
2010-11-10 | Update generated files | Eric Blossom | |