Tom Swartz
|
ae9e862f19
|
Fix typos in comments
|
2019-10-20 23:53:45 +01:00 |
Daniel Pavel
|
38c76393b1
|
added copyright notices to all source files
|
2013-07-15 17:54:42 +02:00 |
Daniel Pavel
|
ce9b10dc2d
|
started i18n support
|
2013-07-15 17:16:44 +02:00 |
Daniel Pavel
|
8e9ff939f3
|
hidconsole: enable hidpp automatically when talking to a Logitech Recevier
|
2013-07-05 16:19:24 +02:00 |
Daniel Pavel
|
3873d7099c
|
slightly reduce sleep timings when waiting for reply
|
2013-05-23 04:59:16 +03:00 |
Daniel Pavel
|
79cd52833c
|
fix hidconsole for python 2/3
|
2013-05-06 17:38:09 +02:00 |
Daniel Pavel
|
15f24eb26b
|
use 'with' lock syntax instead of acquire/release
|
2013-05-06 15:35:20 +02:00 |
Daniel Pavel
|
0283bb0e91
|
fix str/unicode detection in Python 3.2
|
2013-05-06 15:33:42 +02:00 |
Peter Wu
|
a6b89b3ea3
|
Python3 compatibility for hidconsole
`type(u'')` is 'str' in Python 3, it was `unicode` on Python 2 (with
`unicode_literals` from `__future__`).
|
2013-05-02 22:58:35 +02:00 |
Daniel Pavel
|
e7d19c9084
|
small fixes to hidconsole
|
2013-04-28 14:00:46 +02:00 |
Daniel Pavel
|
60405abf58
|
dropped unnecessary #! in lib/ python files
|
2013-01-07 11:54:52 +02:00 |
Daniel Pavel
|
36f34da227
|
proper debian packaging, dropper stdeb
|
2013-01-05 11:48:35 +02:00 |
Daniel Pavel
|
064a7a113c
|
added setup.py for python and debian packaging
|
2012-12-18 05:03:43 +02:00 |
Daniel Pavel
|
f4b92ee690
|
print () clean-ups
|
2012-12-12 21:43:55 +02:00 |
Daniel Pavel
|
33a9ca060d
|
made hidconsole more user-friendly
|
2012-12-08 00:41:10 +02:00 |
Daniel Pavel
|
b86dcce381
|
I come from the __future__, come with me if you want to live.
|
2012-12-07 17:10:22 +02:00 |
Daniel Pavel
|
37daf3a192
|
better handling of terminal in hidconsole
|
2012-12-07 14:40:48 +02:00 |
Daniel Pavel
|
7ada4af31b
|
hidconsole has to be run in unbuffered mode
|
2012-12-07 14:29:30 +02:00 |
Daniel Pavel
|
f0007d0a13
|
updates to the command lines
|
2012-12-07 13:41:07 +02:00 |
Daniel Pavel
|
5b8c983ab3
|
some speed tweaks to hidconsole batch mode
|
2012-11-24 22:49:15 +02:00 |
Daniel Pavel
|
50fedab19e
|
re-worked how fd handles are used in multi-threading
|
2012-11-11 17:03:13 +02:00 |
Daniel Pavel
|
ec6a2d892a
|
improved hidconsole in tty and batch mode
|
2012-11-08 12:01:00 +02:00 |
Daniel Pavel
|
f172ceebd1
|
when input is not a tty, wait a second before exiting
|
2012-11-07 21:28:42 +02:00 |
Daniel Pavel
|
6e06e39612
|
fixed loading readline history when the file does not exist
|
2012-11-02 09:57:08 +02:00 |
Daniel Pavel
|
1d8ac27614
|
clean-up and simpler monitoring of receiver state
|
2012-11-01 13:47:11 +02:00 |
Daniel Pavel
|
62a91b56d2
|
logging and python3 cleanups
|
2012-10-24 15:09:39 +03:00 |
Daniel Pavel
|
cbfcd8416a
|
re-organized the directories a bit
|
2012-10-11 19:19:27 +03:00 |
Daniel Pavel
|
c9f06aa5da
|
clean-ups in LUR library
|
2012-10-11 18:38:57 +03:00 |