Vinícius
|
8c32c2e63c
|
ui: add new Set rules to rule editor (partial support)
|
2022-01-24 11:12:04 -05:00 |
Hugo Osvaldo Barrera
|
6c4e0333d4
|
Drop legacy Python 2 `super()` syntax
This is a no-op on Python 3.
|
2021-10-30 16:49:41 -04:00 |
Hugo Osvaldo Barrera
|
cf28308a9f
|
Simplify yield syntax
|
2021-10-30 16:49:41 -04:00 |
Hugo Osvaldo Barrera
|
df83fd655c
|
Stop declaring `object` as superclass
This syntax was only required on Python 2 and has no effect on Python 3.
|
2021-10-30 16:49:41 -04:00 |
Hugo Osvaldo Barrera
|
22bf4fafff
|
Drop unnecessary __future__ imports
These are all active by default on all recent Python versions.
|
2021-10-30 16:49:41 -04:00 |
Hugo Osvaldo Barrera
|
b96d16672b
|
Drop obsolete encoding declaration
This was only parsed in Python 2.
Python 3 only supports UTF-8 for source files, and that's what it uses.
|
2021-10-30 16:49:41 -04:00 |
Peter F. Patel-Schneider
|
02a7d8cadd
|
util: allow accessing NamedInts by readable name
|
2020-11-13 08:46:04 -05:00 |
Peter F. Patel-Schneider
|
733bf913e6
|
device: implement UNIFIED_BATTERY feature
device: implement UNIFIED_BATTERY feature
|
2020-11-02 08:27:08 -05:00 |
Wojciech Nawrocki
|
95dc973748
|
hidpp20: add full support for version 2 of REPROG_CONTROLS_V4
|
2020-08-07 13:40:36 -04:00 |
Filipe Laíns
|
27c90fa736
|
yapf: adjust style to not indent closing brackets
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
8e89aa0038
|
yapf: set max line lenght to 127
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
627185079f
|
flake8: initial fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
33521558ed
|
pre-commit: initial fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
e6369e0c3c
|
isort: intial import fix
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Filipe Laíns
|
72a8d311bc
|
yapf: change code style to yapf
Signed-off-by: Filipe Laíns <lains@archlinux.org>
|
2020-07-07 15:11:15 +01:00 |
Tom Swartz
|
12f4e187d6
|
Fix typos in logging, output
|
2019-10-20 23:53:45 +01:00 |
Alex Cherkayev
|
f9618dd0ab
|
Add M185 keys reporting using REPROG CONTROLS V4 in cli
Add smooth scrolling using LOWRES_WHEEL
Add mouse speed selection using POINTER_SPEED
|
2017-03-21 18:02:59 +02:00 |
Peter Wu
|
9c768d60a1
|
Add full support for adjustable DPI
Feature 0x2201 as used by the MX Master. Valid DPI values are read
directly from the device. Based on Logitech specifications.
|
2016-03-15 23:37:39 +01:00 |
Daniel Pavel
|
5d4d0c07ad
|
use () instead of [] where possible
|
2013-07-19 11:48:40 +02:00 |
Daniel Pavel
|
c3718d22d6
|
minor clean-ups
|
2013-07-18 20:36:27 +02:00 |
Daniel Pavel
|
61dfefde94
|
internationalized most strings; fixes #79
some might have slipped through the cracks
|
2013-07-17 19:53:21 +02:00 |
Daniel Pavel
|
38c76393b1
|
added copyright notices to all source files
|
2013-07-15 17:54:42 +02:00 |
Daniel Pavel
|
43ab629a26
|
moved logitech.unifying_receiver package to logitech_receiver
|
2013-07-12 22:48:09 +02:00 |