~oif-packaging/frame/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
------------------------------------------------------------
revno: 29
tags: v1.1.2
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-03-15 20:15:23 +0100
message:
  Release version 1.1.2
  
  Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
------------------------------------------------------------
revno: 28
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-03-15 20:15:17 +0100
message:
  Allow replay of device data through utouch-frame
  
  This patch adds replay capabilities to test-mtdev.
  If the specified device points to a valid evemu file,
  the device properties will be extracted from that file
  instead. Any appended event data will be replayed in
  realtime. In practise, test-mtdev can be executed with
  a test file.
  
  Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
------------------------------------------------------------
revno: 27 [merge]
committer: Stephen M. Webb <stephen.webb@canonical.com>
branch nick: utouch-frame
timestamp: Tue 2011-03-15 15:04:33 -0400
message:
  Added a dependency check on xorg-server-dev when building with xi2 support.
------------------------------------------------------------
revno: 26
tags: v1.1.1
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Thu 2011-02-24 15:48:20 +0100
message:
  Release v1.1.1
------------------------------------------------------------
revno: 25
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Thu 2011-02-24 15:47:40 +0100
message:
  Do not accept non-mt devices until emulation is in place
  
  The current code accepts multi-finger non-mt devices such as
  older synaptics trackpads, which breaks things since emulation
  of these devices is not in place. Fixed with this patch.
------------------------------------------------------------
revno: 24
tags: v1.1.0
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:37:53 +0100
message:
  Release version 1.1.0
  
  With this release, the (ABI-stable) API additions are official.
------------------------------------------------------------
revno: 23
tags: v1.0.4
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:06:36 +0100
message:
  Bump to version 1.0.4
------------------------------------------------------------
revno: 22
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 12:06:09 +0100
message:
  Add missing manpage source to tarball
  
  The .txt files where missing from the tarball, such that the
  manpage could not be regenerated.
------------------------------------------------------------
revno: 21
tags: v1.0.3
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:03:51 +0100
message:
  Bump to version 1.0.3
------------------------------------------------------------
revno: 20
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:03:28 +0100
message:
  Ignore generated xi2 binary and manpage
------------------------------------------------------------
revno: 19
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Wed 2011-02-23 11:02:52 +0100
message:
  Generate manpage also for the optional xi2 configuration
------------------------------------------------------------
revno: 18
tags: v1.0.2
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 16:32:16 +0100
message:
  Bump to version 1.0.2
------------------------------------------------------------
revno: 17
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 16:32:00 +0100
message:
  Disable time-dependent filtering for current XI2.1
  
  Velocity-adjusted positioning and Kalman filters depend on accurate
  time stamps on events. Until we have device event times, disable this
  functionality for XI2.1
------------------------------------------------------------
revno: 16
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 15:53:42 +0100
message:
  Fix ABS_MT_DISTANCE compilation conditional
  
  The ABS_MT_DISTANCE is new, and the corresponding entry in
  xserver-properties.h is even newer. Make compilation conditional on
  the existence of those two defines.
------------------------------------------------------------
revno: 15
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-22 15:53:21 +0100
message:
  Simplify XInput package test
  
  The XI2.1 support is present in sufficiently recent xinput packages,
  so simplify the testing accordingly.
------------------------------------------------------------
revno: 14
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:16:19 +0100
message:
  Adjust to xi2 api changes
  
  The touch event types have new names since February 2011. Modify
  accordingly.
------------------------------------------------------------
revno: 13
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:16:00 +0100
message:
  Add functions to extract number of frames and slots
------------------------------------------------------------
revno: 12
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:15:30 +0100
message:
  Add velocity estimate
  
  The per-touch velocity is useful in many contexts. This patch
  adds a simple estimator of the velocity, which also smooths out
  position jumps caused by course-grained event updates.
------------------------------------------------------------
revno: 11
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Mon 2011-02-21 13:15:13 +0100
message:
  Break out common display functions
------------------------------------------------------------
revno: 10
tags: v1.0.1
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:06:12 +0100
message:
  Bump to v1.0.1
------------------------------------------------------------
revno: 9
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:01:51 +0100
message:
  Optional XI2.1 support
  
  This patchs adds optional XI2.1 support to utouch-frame. The
  utouch/frame-xi2.h header contains helper functions equivalent
  to utouch/frame-mtdev.h. In addition, the device-to-screen mapping
  is handled via XEvents and optionally XIPropertyEvent. The latter
  allows free device placement via xinput set-prop, useful in multi-
  head setups, thanks to Chase Douglas. Touch frame events can be tested
  using the utouch-frame-test-xi2 tool. Use --with-xi to enable.
------------------------------------------------------------
revno: 8
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:01:01 +0100
message:
  Fix makefile oops
------------------------------------------------------------
revno: 7
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:00:42 +0100
message:
  Add set slot by touch id utility
------------------------------------------------------------
revno: 6
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 15:00:12 +0100
message:
  Map device coordinates onto target surface
  
  The current implementation outputs most touch attributes in device
  coordinates. However, the primary use case is to map the input device
  onto an area on the screen, needed in particular for multihead setups.
  Moreover, the XI2.1 backend works with screen coordinates, creating
  an unnecessary discrepancy between backends. This patch adds the basic
  transformation layer to the utouch surface, thus serving as the master
  point of device-to-surface mapping.
------------------------------------------------------------
revno: 5
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-15 14:59:40 +0100
message:
  Add C++ header integration
------------------------------------------------------------
revno: 4
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-08 19:28:09 +0100
message:
  Display device properties based on utouch surface instead
  
  The current code erroneously extracts the device properties from
  the evemu device, when there is a utouch surface structure to read
  from. Remedied.
------------------------------------------------------------
revno: 3
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Tue 2011-02-08 19:24:27 +0100
message:
  Setup device properties based on udev heuristic for non-property devices
------------------------------------------------------------
revno: 2 [merge]
committer: Stephen M. Webb <stephen.webb@canonical.com>
branch nick: utouch-frame
timestamp: Thu 2011-02-03 13:39:08 -0500
message:
  Changes required for uploading into Ubuntu.
------------------------------------------------------------
revno: 1
tags: v1.0.0
committer: Henrik Rydberg <rydberg@bitmath.org>
branch nick: trunk
timestamp: Thu 2010-12-30 20:23:24 +0100
message:
  Initial load of utouch-frame
  
  Compiles and runs on mtdev. ABI proof.
------------------------------------------------------------
Use --include-merges or -n0 to see merged revisions.