| Commit message (Expand) | Author | Age | Files | Lines |
* | qtgui: only one definition of (internal) TimePrecisionClass | Marcus Müller | 2021-06-19 | 1 | -19/+1 |
* | qtgui: remove spurious volk includes | Marcus Müller | 2021-06-19 | 1 | -1/+0 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 1 | -1/+0 |
* | qtgui: Remove manual memory management from TimeDomainDisplayPlot | Thomas Habets | 2021-04-06 | 1 | -24/+13 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 1 | -2/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 1 | -13/+1 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -2/+2 |
* | clang-tidy in gnuradio-runtime: use empty() instead of size()!=0 | Marcus Müller | 2019-08-22 | 1 | -1/+1 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 1 | -2/+2 |
* | Tree: clang-format without the include sorting | Marcus Müller | 2019-08-09 | 1 | -513/+451 |
* | Use unsigned integers where dealing with indices | Marcus Müller | 2018-08-28 | 1 | -12/+12 |
* | qtgui: raised time sink inputs to 12/24 and added GRC check for 5/10 | Marc L | 2017-08-27 | 1 | -1/+7 |
* | Qt time sink now respects tag color from QSS stylesheet | Johannes Demel | 2016-10-02 | 1 | -4/+4 |
* | qtgui: adds ability to set the tag text and background colors. | Tom Rondeau | 2015-05-10 | 1 | -1/+49 |
* | qtgui: adds single-shot autoscale button and stop button to time sink | Tom Rondeau | 2015-04-05 | 1 | -0/+13 |
* | qtgui: wip: adding control panel to time display. | Tom Rondeau | 2015-03-29 | 1 | -0/+43 |
* | qtgui: compare current time domain x-axis unit with new unit to ensure time s... | Marcus Mueller | 2014-12-03 | 1 | -1/+7 |
* | qtgui: allows users to set title and unit of Y axis for qt time plotter. | Tom Rondeau | 2014-07-11 | 1 | -6/+25 |
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -4/+4 |
* | qtgui: enables use of QWT 6.1. | Tom Rondeau | 2013-12-18 | 1 | -0/+29 |
* | qtgui: fix for issue #615. | Tom Rondeau | 2013-11-18 | 1 | -87/+89 |
* | qtgui: improved handling of qtgui time plotting. Simpler work function. Trigg... | Tom Rondeau | 2013-11-07 | 1 | -2/+20 |
* | qtgui: fixing variable names to make it more like the rest of the code. | Tom Rondeau | 2013-10-29 | 1 | -86/+87 |
* | qtgui: time sink plots (complex and float) display tags on the sample they we... | Tom Rondeau | 2013-10-29 | 1 | -1/+134 |
* | wip, gr-qtgui not compiling | Johnathan Corgan | 2013-04-29 | 1 | -1/+1 |
* | qtgui: moving all qtgui headers to install into qtgui directory. | Tom Rondeau | 2013-03-17 | 1 | -1/+1 |
* | qtgui: improved handling of GUI events and log-y scale. | Tom Rondeau | 2013-02-17 | 1 | -2/+14 |
* | qtgui: adding new features. | Tom Rondeau | 2013-02-17 | 1 | -18/+77 |
* | qtgui: adding auto scaling to other plotters. | Tom Rondeau | 2013-02-06 | 1 | -0/+29 |
* | qtgui: added ability to toggle time plots into stem plots. | Tom Rondeau | 2013-01-20 | 1 | -0/+18 |
* | qtgui: function names updated so they are (or should be) consistent. | Tom Rondeau | 2013-01-03 | 1 | -8/+8 |
* | qtgui: wip: some fixes to make updating markers/symbols Qwt5/6 compatible. | Tom Rondeau | 2012-07-15 | 1 | -5/+3 |
* | qtgui: made display form and display plot base classes to handle duplicated f... | Tom Rondeau | 2012-06-29 | 1 | -170/+17 |
* | qtgui: adding ability to start/stop running time plots. | Tom Rondeau | 2012-06-28 | 1 | -18/+26 |
* | qtgui: added ability to set line style and add markers. | Tom Rondeau | 2012-06-27 | 1 | -0/+35 |
* | qtgui: adding ability to set line width's from time display form. | Tom Rondeau | 2012-06-24 | 1 | -1/+11 |
* | qtgui: Adding menu feature to timedisplayform. | Tom Rondeau | 2012-06-24 | 1 | -0/+6 |
* | Merge branch 'master' into my_qtsink | Tom Rondeau | 2012-06-24 | 1 | -11/+12 |
|\ |
|
| * | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do thi... | Tom Rondeau | 2012-04-13 | 1 | -11/+11 |
* | | qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we didn't... | Nick Foster | 2012-04-18 | 1 | -6/+4 |
* | | qtgui: fix zoomer tracker text callbacks for Qwt 6. | Nick Foster | 2012-04-17 | 1 | -1/+5 |
|/ |
|
* | qtgui: Fixing slot names that can't be #if'd out for compatibility between Qw... | Tom Rondeau | 2011-10-25 | 1 | -5/+3 |
* | qtgui: more compatability issues. | Tom Rondeau | 2011-10-16 | 1 | -0/+16 |
* | qtgui: Time domain plot working againt under qwt6. | Tom Rondeau | 2011-10-16 | 1 | -0/+2 |
* | qtgui: wip: updating qtgui to work with QWT 6 (and trying to maintain backwar... | Tom Rondeau | 2011-10-15 | 1 | -6/+24 |
* | gr-qtgui: adding function and slot to set a time display curve's color. | Tom Rondeau | 2011-04-24 | 1 | -1/+8 |
* | gr-qtgui: clean up | Tom Rondeau | 2011-04-24 | 1 | -11/+10 |
* | gr-qtgui: provide function and slot for setting the labels of a time curve. | Tom Rondeau | 2011-04-24 | 1 | -0/+5 |
* | gr-qtgui: multiple connections working, each with their own color. | Tom Rondeau | 2011-04-23 | 1 | -5/+12 |
* | gr-qtgui: Passing vectors of data to update plot for stability; also moving r... | Tom Rondeau | 2011-04-23 | 1 | -19/+11 |