Create Python ctypes wrapper for evemu
Bug #731678 reported by
Duncan McGreggor
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
evemu |
Fix Released
|
Medium
|
Stephen M. Webb |
Bug Description
Blocks:
* Bug #731375
This will save us from having to create all sorts of ugly and hard-to-maintain subprocess/
Related branches
lp://staging/~bregma/evemu/lp-731678
- Open Input Framework Team: Pending requested
-
Diff: 1466 lines (+1291/-5)23 files modified.bzrignore (+1/-0)
Makefile.am (+5/-1)
configure.ac (+2/-0)
data/3m.prop (+1/-1)
data/bcm5974.prop (+1/-1)
data/ntrig-dell-xt2.event (+146/-0)
data/ntrig-dell-xt2.prop (+31/-0)
data/ntrig-lenovo-T410s.prop (+24/-0)
data/synaptics.prop (+32/-0)
data/wetab.prop (+1/-1)
python/Makefile.am (+37/-0)
python/evemu-test-runner.in (+4/-0)
python/evemu/__init__.py (+271/-0)
python/evemu/base.py (+43/-0)
python/evemu/const.py (+235/-0)
python/evemu/exception.py (+22/-0)
python/evemu/testing/mocker.py (+5/-0)
python/evemu/testing/result.py (+48/-0)
python/evemu/testing/runner.py (+63/-0)
python/evemu/testing/testcase.py (+70/-0)
python/evemu/tests/test_base.py (+25/-0)
python/evemu/tests/test_device.py (+223/-0)
src/evemu.c (+1/-1)
description: | updated |
summary: |
- Create Python bindings for evemu + Create Python ctypes wrapper for evemu |
Changed in utouch-evemu: | |
assignee: | Duncan McGreggor (oubiwann) → Stephen M. Webb (bregma) |
Changed in utouch-evemu: | |
milestone: | none → utouch-evemu-1.0.8 |
Changed in utouch-evemu: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
Nice going, Stephen -- thanks! And say "hi" to the team for me :-)