summaryrefslogtreecommitdiff
path: root/gr-qtgui/python/qtgui/range.py
Commit message (Collapse)AuthorAgeFilesLines
* gr-qtgui: Fix range.py to work with both Qt4 and Qt5Paul Cercueil2016-06-211-259/+0
| | | | Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
* gr-qtgui: update for Qt5Paul Cercueil2015-10-121-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 Hitefield2015-04-221-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 Rondeau2015-04-221-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 Hitefield2015-04-081-1/+9
| | | | location
* qtgui: Refactored range widget.Seth Hitefield2015-04-081-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 Hitefield2015-04-081-6/+8
|
* qtgui: no longer have a need for numpy libraryBill Clark2015-04-081-1/+0
|
* qtgui: fixes the need to use memory to store the range values. Now uses ↵Bill Clark2015-04-081-15/+43
| | | | linear mapping functions. The counter box now also waits for an enter or defocus.
* qtqui: fixed notches on knobThaddeus Koehn2015-04-031-1/+1
|
* qtgui: cherry-pick the range slide starting point bug fixBill Clark2015-04-031-2/+4
|
* qtgui: range comment cleanupBill Clark2015-04-031-7/+1
|
* qtgui: range control -> jump to nearest step with left clickBill Clark2015-04-031-0/+13
|
* qtgui: fixed slider tracking and scrollingBill Clark2015-04-031-6/+3
|
* qtgui: counter_slider now respond to each other without errorBill Clark2015-04-021-20/+53
|
* qt-gui: updating range, counter now shows decimalsBill Clark2015-04-021-40/+41
|
* qtgui: Replaced pyqwt range block with working pyqt version.Seth Hitefield2015-04-021-67/+85
|
* qtgui: Initial removal of pyqwt. Replaced with pyqt4.Seth Hitefield2015-04-021-0/+105