summaryrefslogtreecommitdiff
path: root/gr-qtgui
AgeCommit message (Expand)Author
2011-04-06gr-qtgui: finishing off removing references to 3D plotting in UI file.Tom Rondeau
2011-04-06gr-qtgui: removing references to 3D waterfall plot and changning QtGui API to...Tom Rondeau
2011-04-06gr-qtgui: cleaning up unnecessary plotting calls.Tom Rondeau
2011-04-06gr-qtgui: don't delete the SpectrumDisplayWindow; as a QWidget, it takes care...Tom Rondeau
2011-04-04gr-qtgui: missed lock call that was just deleted.Tom Rondeau
2011-04-04gr-qtgui: removing uncessary file of qtevents and objects.Tom Rondeau
2011-04-04gr-qtgui: removing unnecessary mutex and qtevent objects.Tom Rondeau
2011-04-01gr-qtgui: wip trying to figure out segfaults.Tom Rondeau
2011-03-27gr-qtgui: tightening up and cleaning up some memory leaks.Tom Rondeau
2011-03-27gr-qtgui: improvements to python test apps.Tom Rondeau
2011-03-27gr-qtgui: cleaning up handling of mutexTom Rondeau
2011-03-27gr-qtgui: fixing up the Makefile for proper dist. Passes make distcheck.Tom Rondeau
2011-03-27gr-qtgui: making necessary changes to build a python package and export qtgui...Tom Rondeau
2011-03-27gr-qtgui: small correction in Python QA code with new structure.Tom Rondeau
2011-03-27gr-qtgui: qtgui builds and passes make check under new structure.Tom Rondeau
2011-03-27gr-qtgui: fixed some signed/unsigned comparison warnings.Tom Rondeau
2011-03-27gr-qtgui: moving qtgui apps to the apps directory.Tom Rondeau
2011-03-27gr-qtgui: wip: moving and renaming files for new structure.Tom Rondeau
2011-03-27gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau
2011-03-27gr-qtgui: moving gitignore to new location.Tom Rondeau
2011-03-27gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau
2011-03-26gr-qtgui: adding QA code for qtgui; remarked out until a fix for the segfault...Tom Rondeau
2011-03-14qtgui: fix distcheck errorJohnathan Corgan
2011-03-14Merge remote branch 'jblum/mergeme/qtgui/grc' into nextJohnathan Corgan
2011-03-12qtgui: removed python directory that was added, never usedJosh Blum
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
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-02-27qtgui use gruel thread mutex:Josh 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