Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gr-qtgui: Fix range.py to work with both Qt4 and Qt5 | Paul Cercueil | 2016-06-21 | 1 | -259/+0 |
| | | | | 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> | ||||
* | 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 | 1 | -67/+85 |
| | |||||
* | qtgui: Initial removal of pyqwt. Replaced with pyqt4. | Seth Hitefield | 2015-04-02 | 1 | -0/+105 |