Merge lp://staging/~jpakkane/evemu/touchviewer into lp://staging/evemu

Proposed by Jussi Pakkanen
Status: Needs review
Proposed branch: lp://staging/~jpakkane/evemu/touchviewer
Merge into: lp://staging/evemu
Diff against target: 501 lines (+487/-0)
3 files modified
tools/eventparser.py (+240/-0)
tools/eventviewer.glade (+57/-0)
tools/eventviewer.py (+190/-0)
To merge this branch: bzr merge lp://staging/~jpakkane/evemu/touchviewer
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Needs Fixing
Chase Douglas (community) Needs Fixing
Review via email: mp+73815@code.staging.launchpad.net

Description of the change

This branch adds the touch viewer application originally developed under Grail: https://code.launchpad.net/~jpakkane/utouch-grail/touchviewer/+merge/71893

It reads the touches data from a trace file and plots it graphically. It parses the data file itself rather than use evemu's output. The main reason for this being that there are no Python bindings for evemu as of yet.

The app can be extended to have an evemu output backend when the bindings appear. It could even parse both at the same time and plot their results next to each other, making debugging easier.

To post a comment you must log in.
Revision history for this message
Chase Douglas (chasedouglas) wrote :

Just to carry over from the previous review, I think the concept is good but it should use the evemu library to get the events. That means it's blocked on adding python bindings to evemu.

I don't think it would be too difficult to add python bindings. If for some reason it is, we can revisit whether to merge this without the evemu library linkage.

review: Needs Fixing
Revision history for this message
Stephen M. Webb (bregma) wrote :

On 09/02/2011 01:42 PM, Chase Douglas wrote:
> Review: Needs Fixing
> Just to carry over from the previous review, I think the concept is good but it should use the evemu library to get the events. That means it's blocked on adding python bindings to evemu.
>
> I don't think it would be too difficult to add python bindings. If for some reason it is, we can revisit whether to merge this without the evemu library linkage.
See bug #731678 and the branch
lp:~oubiwann/utouch-evemu/731678-python-wrapper.

--
Stephen M. Webb <email address hidden>
Canonical Ltd.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

FAILED: Continuous integration, rev:42
No commit message was specified in the merge proposal. Click on the following link and set the commit message (if you want a jenkins rebuild you need to trigger it yourself):
https://code.launchpad.net/~jpakkane/evemu/touchviewer/+merge/73815/+edit-commit-message

http://jenkins.qa.ubuntu.com/job/evemu-ci/3/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/evemu-raring-amd64-ci/3//console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/evemu-raring-armhf-ci/3//console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/evemu-raring-i386-ci/3//console

Click here to trigger a rebuild:
http://jenkins.qa.ubuntu.com/job/evemu-ci/3//rebuild/?

review: Needs Fixing (continuous-integration)

Unmerged revisions

42. By Jussi Pakkanen

Imported touch viewer from Grail repo.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches