Opened 20 years ago
Closed 20 years ago
#1634 closed enhancement (invalid)
This will enhance the touchpanel functionality (add new gestures)
| Reported by: | anonymous | Owned by: | florinbaiduc |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | mythtv | Version: | |
| Severity: | low | Keywords: | |
| Cc: | Ticket locked: | no |
Description
It adds some extra gestures for the touchpanel. I named them "Step", "DoubleStep" and "Z". Also support for clockwise and counterclockwise full circle is added.
Attachments (3)
Change History (7)
by , 20 years ago
| Attachment: | mythgesture.patch added |
|---|
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|
comment:2 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Patch is broken. Different indentation style than existing code, has unnecessary code (both changes + new), etc.
comment:3 by , 20 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → reopened |
Sorry for the trouble with the previous patch, I simply forgot to add the patch for the header. Also I removed the debugging cout and #include<iostream> calls.
Renamed "MaxGesture" to "WrongGesture" - sounds much more intuitive to me.
Any other suggestions?
by , 20 years ago
| Attachment: | mythgesture.cpp.patch added |
|---|
by , 20 years ago
| Attachment: | mythgesture.h.patch added |
|---|
comment:4 by , 20 years ago
| Resolution: | → invalid |
|---|---|
| Status: | reopened → closed |
Almost all comments about the first patch still apply to the second one.

Patch for adding new gestures