Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | gr-qtgui: Fix range.py to work with both Qt4 and Qt5 | Paul Cercueil | 2016-06-21 | 2 | -3/+10 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> | |||||
| * | | | | gr-qtgui: update for Qt5 | Paul Cercueil | 2015-10-12 | 1 | -13/+13 | |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | This commit switch the gr-qtgui blocks from being usable with Qt4 to being usable with Qt5. Signed-off-by: Paul Cercueil <paul.cercueil@analog.com> | |||||
* | | / | Test: adds swig dirs to python tests to allow ctest to run on win builds | gnieboer | 2018-03-22 | 1 | -0/+2 | |
| |_|/ |/| | | ||||||
* | | | Fix: Set qt-gui precision before setting value | Spencer Ross | 2017-08-08 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | qtgui: adding util.py | Tim O'Shea | 2016-10-17 | 1 | -0/+35 | |
| | | ||||||
* | | qtgui: make sure QSS style is applied to Qt gui even when no plotter is attached | Tim O'Shea | 2016-10-14 | 3 | -1/+4 | |
|/ | ||||||
* | qtgui: improved type checking for range block and simplifies python. | Seth Hitefield | 2015-04-22 | 1 | -25/+40 | |
| | | | | | Removes Long as a possible type. Doesn't really help in Python and GRC doesn't recognize it easily. | |||||
* | qtgui: adds Type setting for Range widget. | Tom Rondeau | 2015-04-22 | 1 | -17/+35 | |
| | | | | | Can set type to Float, Int, or Long to connect to properties requiring specific data types. Defaults to Float. | |||||
* | qtgui: Fixed issue where clicking on the range widget jumped to the wrong ↵ | Seth Hitefield | 2015-04-08 | 1 | -1/+9 | |
| | | | | location | |||||
* | qtgui: Refactored range widget. | Seth Hitefield | 2015-04-08 | 1 | -73/+99 | |
| | | | Enabled slider focus, fixed issue where slider event caused counter to round, and fixed whitespace to match PEP8. | |||||
* | qtgui: Slight modification to the precision of the counter in the qt range. | Seth Hitefield | 2015-04-08 | 1 | -6/+8 | |
| | ||||||
* | qtgui: no longer have a need for numpy library | Bill Clark | 2015-04-08 | 1 | -1/+0 | |
| | ||||||
* | qtgui: fixes the need to use memory to store the range values. Now uses ↵ | Bill Clark | 2015-04-08 | 1 | -15/+43 | |
| | | | | linear mapping functions. The counter box now also waits for an enter or defocus. | |||||
* | qtqui: fixed notches on knob | Thaddeus Koehn | 2015-04-03 | 1 | -1/+1 | |
| | ||||||
* | qtgui: cherry-pick the range slide starting point bug fix | Bill Clark | 2015-04-03 | 1 | -2/+4 | |
| | ||||||
* | qtgui: range comment cleanup | Bill Clark | 2015-04-03 | 1 | -7/+1 | |
| | ||||||
* | qtgui: range control -> jump to nearest step with left click | Bill Clark | 2015-04-03 | 1 | -0/+13 | |
| | ||||||
* | qtgui: fixed slider tracking and scrolling | Bill Clark | 2015-04-03 | 1 | -6/+3 | |
| | ||||||
* | qtgui: counter_slider now respond to each other without error | Bill Clark | 2015-04-02 | 1 | -20/+53 | |
| | ||||||
* | qt-gui: updating range, counter now shows decimals | Bill Clark | 2015-04-02 | 1 | -40/+41 | |
| | ||||||
* | qtgui: Replaced pyqwt range block with working pyqt version. | Seth Hitefield | 2015-04-02 | 2 | -68/+86 | |
| | ||||||
* | qtgui: Initial removal of pyqwt. Replaced with pyqt4. | Seth Hitefield | 2015-04-02 | 3 | -0/+109 | |
| | ||||||
* | Removing trailing/extra whitespaces before release. | Tom Rondeau | 2014-07-07 | 1 | -1/+1 | |
| | | | | We should be more careful about letting these into the code in the future. In emacs, we can use (add-hook 'before-save-hook 'delete-trailing-whitespace). | |||||
* | Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when ↵ | Philip Balister | 2013-12-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | cross compiling. With this (and the prior) patch, you can mount the compile directory on the target and run the QA code (as long as the paths are the same). The qtgui tests fail if there is no X server. Volk seems to fail for hard float builds. We'll need to look at adding thes changes to gr_modtool. Signed-off-by: Philip Balister <philip@balister.org> | |||||
* | qtgui: improved handling of scale in histogram plots. | Tom Rondeau | 2013-08-02 | 1 | -1/+1 | |
| | | | | | | Mouse scroll zooms in/out horizonatally. Added auto-scale feature, can set x-min and max in constructor. Mouse scroll in constellation plot now does both axes at the same time. | |||||
* | qtgui: Added histogram sink. | Tom Rondeau | 2013-08-02 | 1 | -0/+3 | |
| | ||||||
* | Removing gruel from QA python paths. | Ben Reynwar | 2013-06-06 | 1 | -1/+0 | |
| | ||||||
* | uninstalled imports: Fixing up after merge with master. | Ben Reynwar | 2013-06-03 | 1 | -1/+1 | |
| | ||||||
* | Merged in next_docs branch. | Ben Reynwar | 2013-05-19 | 1 | -2/+1 | |
|\ | ||||||
| * | docstrings: Improving subpackage docstrings. | Ben Reynwar | 2013-05-10 | 1 | -2/+1 | |
| | | ||||||
* | | qtgui: Updating testing environment. | Ben Reynwar | 2013-03-11 | 2 | -12/+12 | |
| | | ||||||
* | | qtgui: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-08 | 3 | -2/+7 | |
|/ | ||||||
* | core: cleaning up remez and firdes in gnuradio-core; now in gr-filter. | Tom Rondeau | 2013-03-06 | 1 | -7/+10 | |
| | ||||||
* | qtgui: adding QA code for time raster plot. | Tom Rondeau | 2013-02-03 | 1 | -0/+8 | |
| | ||||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-11-14 | 1 | -7/+7 | |
|\ | | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt | |||||
| * | gr: same change for common PYTHON test paths | Josh Blum | 2012-11-14 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||||
| * | gr: set a common GR_TEST_TARGET_DEPS for all module unit tests | Josh Blum | 2012-11-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-11-04 | 1 | -1/+1 | |
|\| | ||||||
| * | gr: added python -B everywhere for clean source tree | Josh Blum | 2012-11-04 | 1 | -1/+1 | |
| | | ||||||
* | | qtgui: QA code reflects change in waterfall plot API. | Tom Rondeau | 2012-07-29 | 1 | -2/+2 | |
| | | ||||||
* | | qtgui: changed qtgui sinks to pimpl structure. | Tom Rondeau | 2012-07-19 | 1 | -4/+27 | |
| | | ||||||
* | | qtgui: Updated qtgui to use gr-fft components. | Tom Rondeau | 2012-07-17 | 2 | -8/+8 | |
|/ | | | | Also updates qa code for style. | |||||
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 2 | -15/+15 | |
| | | | | | | this in the future. The sed script was provided by Moritz Fischer. | |||||
* | Merge branch 'master' into next | Johnathan Corgan | 2012-03-22 | 1 | -2/+2 | |
|\ | ||||||
| * | volk: added volk as depedency for various components | Josh Blum | 2012-03-22 | 1 | -2/+2 | |
| | | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking. | |||||
* | | Removed autotools, gr-waveform, some cleanup | Johnathan Corgan | 2011-12-08 | 3 | -51/+0 | |
|/ | | | | Nick Foster owes Nick Corgan a six-pack of beer! | |||||
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | 2011-10-11 | 1 | -0/+5 | |
|\ | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h | |||||
| * | qtgui: sneaking in a fix to add an include directory to gr-qtgui. | Tom Rondeau | 2011-10-09 | 1 | -0/+5 | |
| | | ||||||
* | | gr: the CMakeLists.txt took a chill pill | Josh Blum | 2011-10-08 | 1 | -10/+10 | |
| | | ||||||
* | | gr: squashed cmakelists.txt into one commit | Josh Blum | 2011-07-20 | 1 | -0/+46 | |
|/ |