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 | |
| | ||||||
* | qtgui: Updating testing environment. | Ben Reynwar | 2013-03-11 | 2 | -12/+12 | |
| | ||||||
* | qtgui: Enabling uninstalled python imports. | Ben Reynwar | 2013-03-08 | 3 | -0/+163 | |