summaryrefslogtreecommitdiff
path: root/gr-qtgui
AgeCommit message (Expand)Author
2011-03-01qtgui: work on variable chooserJosh Blum
2011-03-01grc: added tabbed widget in qtgui for grcJosh Blum
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
2011-03-01qtgui: an attempt at a slider formJosh Blum
2011-01-23Merge branch 'mergeme/qtgui/use_boost_posix_time' into nextTom Rondeau
2011-01-23Removing YYYY-mmm-DD from time displayed on Waterfall plot.Tom Rondeau
2011-01-22qtgui: use the posix time to_simple_string to simplify label textJosh Blum
2011-01-22Merge branch 'mergeme/qtgui/plots_static_const_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/qtgui/plot_waterfall_fix' into nextTom Rondeau
2011-01-17qtgui boost use posix time:Josh Blum
2011-01-17qtgui plots static const fixes:Josh Blum
2011-01-17qtgui missing stdint include fix:Josh Blum
2011-01-17qtgui plot waterfall fixJosh Blum
2010-12-10Use load-extension-global instead of load-extensionEric Blossom
2010-12-03Regenerated Makefile.swig.gen'sEric Blossom
2010-12-03Rename libguile- to libguile-gnuradio- to match guile library naming convention.Eric Blossom
2010-11-24Update .gitignore'sEric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
2010-11-24Removed link to missing .png in an attempt to keep doxygen from crashingEric Blossom
2010-11-19regeneratedRob Savoye
2010-11-16regeneratedEric Blossom
2010-11-10regeneratedEric Blossom
2010-11-10regeneratedRob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10Remove swig generated python code from C++-only librariesEric Blossom
2010-11-10additional regenerated filesEric Blossom
2010-11-10add load-extension supportRob Savoye
2010-11-10regenerateEric Blossom
2010-11-10Rengenerate Makefile.swig.gen'sEric Blossom
2010-11-10add python/*.cc to SOURCES so dependencies work properly.Rob Savoye
2010-11-10regeneratedRob Savoye
2010-11-10Update generated filesEric Blossom
2010-11-10regenerated after changes to .i filesRob Savoye
2010-11-10regenerated after changes to the templateRob Savoye
2010-11-10regenerated from templateRob Savoye
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-10-06Merge branch 'maint'Johnathan Corgan
2010-10-05Finally, the simple fix for the qtgui issues; also, changed the naming scheme...Tom Rondeau
2010-10-05Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with...Tom Rondeau
2010-10-05Fixed gitignore to reflect changes in moc/ui file naming.Tom Rondeau
2010-10-05Fixes a lot of warnings by cleaning up namespace issues.Tom Rondeau
2010-10-05Finally, the simple fix for the qtgui issues; also, changed the naming scheme...Tom Rondeau
2010-10-05Removing qwtplot3d dependency and fixing a missed include in waterfallGlobalD...Tom Rondeau
2010-10-05Removing Waterfall3DPlot. The qwt_plot3d is too much of a hassle to deal with...Tom Rondeau
2010-08-03Merge branch 'maint'Johnathan Corgan
2010-08-03Modify all block factories to use gnuradio::get_initial_sptr.Eric Blossom
2010-07-21Merge remote branch 'trondeau/qtclock'Johnathan Corgan
2010-06-29From my reading, we should never need to define the timespec struct (so we wi...Tom Rondeau
2010-06-27Checking for clock_gettime and timespec defined; use gettimeofday if not, but...Tom Rondeau