Commit graph

12 commits

Author SHA1 Message Date
luz paz
d7ea470096 Fix various typos
Found via `codespell -q 3 -S *.po,*.ts,./share,./docs/man/es,./configs/attic,*_fr.*,*_es.*,README_es -L ans,ba,bulle,componentes,doubleclick,dout,dum,fo,halp,ihs,inout,parm,parms,ro,ser,te,ue,wille,wont`
2022-02-16 11:17:29 -05:00
0c8a0058bf use python3 in all #!python lines 2021-09-02 18:32:58 -05:00
Rene Hopf
2b580c1af7 jogwheel.py: gtk3 changes 2021-05-24 15:56:57 +02:00
Rene Hopf
28b27e65e3 Merge branch 'master' into master-gtk3 2021-05-23 02:19:18 +02:00
Rene Hopf
f1bed86b5c change masks to gtk3 syntax, fix icon warnings 2021-05-23 01:10:30 +02:00
Rene Hopf
dd95e08979 gtk3 wip 2021-05-23 00:51:14 +02:00
luz paz
ea08a53edd docs: fix source comment and doc typos in lib/python
Found via `codespell v2.0.dev`  
```
codespell -q 3  -L ans,doubleclick,halp,parms
```
2021-01-04 09:53:06 -05:00
Rene Hopf
50801163d3 jogwheel.py: python3 compatibility 2020-04-26 23:29:17 +02:00
Dewey Garrett
e9554c23ec jogwheel.py: support .scaled output pin
new property:   show_scaled_value
                (default==False for compatibilty with prior behavior)

new IN halpin:  .scale (default 1.0)

new function:   get_scaled_value()
                (enables creation of .scaled OUT pin in parent class
                  (_HalJogWheelBase))

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-12-28 06:14:30 -07:00
Dewey Garrett
5f12205e76 jogwheel.py: queue_draw() get_value() @hal_update
for better draw behavior when exposed for instance

Signed-off-by: Dewey Garrett <dgarrett@panix.com>
2014-12-28 06:14:18 -07:00
Norbert Schechner
91b7eb3f4a gladevcp - JogWheel - added label function
added a label property, so the user can set a label
to be shown within the widget
2013-12-24 12:28:28 +01:00
Norbert Schechner
dc35fbb761 gladevcp - included new widget JogWheel
- this widget simulates a real jogwheel, it works similar
  to the pyvcp jogwheel widget from Anders Wallin

- I exports one halpin, representing the counts value

and has the following propertys

show counts = bool     , whether you want to display the counts in the widget or not
size        = interger , the size of the widget in pixel,
                         allowed values are in the range from 100 to 500,
                         default is 300
cpr         = integer  , The counts per revolution,
                         allowed values are in the range from 25 to 360,
                         default is 40
2013-12-23 15:24:54 +01:00