~albaguirre/qtubuntu-sensors/fix-1381105

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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
qtubuntu-sensors (0.6+14.10.20141008-0ubuntu1) 14.09; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Florian Boucault ]
  * Delay creating of location service session until needed (until
    PositionSource requests position updates). (LP: #1377272)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 08 Oct 2014 12:19:41 +0000

qtubuntu-sensors (0.6+14.10.20140924-0ubuntu1) utopic; urgency=low

  [ Olivier Tilloy ]
  * Shield position updates against NaN values for horizontal and
    vertical accuracy. (LP: #1371166)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 24 Sep 2014 17:13:51 +0000

qtubuntu-sensors (0.6+14.10.20140917-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Export correct error code from positioning plugin.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 17 Sep 2014 14:21:54 +0000

qtubuntu-sensors (0.6+14.10.20140707-0ubuntu1) utopic; urgency=low

  [ Brendan Donegan ]
  * Initialize m_last{X,Y,Z} to avoid faulty values (LP: #1337284)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 07 Jul 2014 21:49:14 +0000

qtubuntu-sensors (0.6+14.10.20140630.1-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Add interpretation of horizontal and vertical accuracy fields. Add
    mutex to guard lastKnownPosition during updates. (LP: #1281817)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 30 Jun 2014 14:24:27 +0000

qtubuntu-sensors (0.6+14.10.20140624.3-0ubuntu1) utopic; urgency=low

  [ Ricardo Mendoza ]
  * Migrate to Platform API based vibrator

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 24 Jun 2014 23:20:39 +0000

qtubuntu-sensors (0.6+14.10.20140623.3-0ubuntu1) utopic; urgency=low

  [ Ricardo Mendoza ]
  * New orientation sensing code, borrow from Android for low pass
    filtering and smart tilt detection.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 23 Jun 2014 17:21:30 +0000

qtubuntu-sensors (0.6+14.10.20140619-0ubuntu1) utopic; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 19 Jun 2014 04:49:57 +0000

qtubuntu-sensors (0.6+14.10.20140618-0ubuntu1) utopic; urgency=low

  [ Ricardo Mendoza ]
  * Dont load sensors if Platform API backend isnt live

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 18 Jun 2014 14:15:31 +0000

qtubuntu-sensors (0.6+14.10.20140612-0ubuntu1) utopic; urgency=low

  [ Ubuntu daily release ]
  * New rebuild forced

  [ Ricardo Mendoza ]
  * Migrate to Platform API v2

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 12 Jun 2014 10:41:49 +0000

qtubuntu-sensors (0.6+14.10.20140523-0ubuntu1) utopic; urgency=low

  [ Timo Jyrinki ]
  * Depend on libqt5sensors5-dev instead of qtsensors5-dev. (LP:
    #1317885) (LP: #1317885)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 May 2014 10:20:03 +0000

qtubuntu-sensors (0.6+14.10.20140507-0ubuntu1) utopic; urgency=low

  [ thomas-voss ]
  * Migrate to new platform API to allow for GCC 4.8 across hybris
    boundary.

  [ Ricardo Mendoza ]
  * Migrate to new platform API to allow for GCC 4.8 across hybris
    boundary.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 07 May 2014 10:39:15 +0000

qtubuntu-sensors (0.6+14.04.20140304-0ubuntu1) trusty; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Mar 2014 12:45:32 +0000

qtubuntu-sensors (0.6+14.04.20140213-0ubuntu1) trusty; urgency=low

  [ Martin Pitt ]
  * Add integration tests for the QtSensor API  qtubuntu-sensors 
    platform-api (with simulated sensor backend).
  * Fix crash if there are no available sensors. (LP: #1272294)

  [ Albert Astals ]
  * Make it compile with Qt 5.2 (LP: #1271415). (LP: #1271415)
  * Q_ASSERT -> EXPECT_EQ Since sometimes Q_ASSERT can be compiled out
    and thus the test would fail. (LP: #1271886)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 13 Feb 2014 01:44:53 +0000

qtubuntu-sensors (0.6+14.04.20140113.1-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * Add the position plugin for QtLocation. (LP: #1214402)
  * Switch buildsystem to CMake.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 45

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 13 Jan 2014 10:07:56 +0000

qtubuntu-sensors (0.6+14.04.20140108.2-0ubuntu1) trusty; urgency=low

  [ thomas-voss ]
  * Remove obsolete symbols file. Add a TODO in
    core::SharedAccelerometer for switching to an object-pool for
    allocation of sensor readings. Refactor core-based sensor backend
    implementation. Fix numerous bugs for the orientation and
    acceleration sensor. Make sure that signal-slot connections are
    queued as sensor callbacks can happen on any thread. Add a
    configuration file (place in /etc/xdg/QtProject) to select the
    ubuntu sensors by default.

  [ Christian Dywan ]
  * Keep vibrator around to prevent it from being recycled too fast.
    (LP: #1241735)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 42

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 08 Jan 2014 17:17:24 +0000

qtubuntu-sensors (0.6+14.04.20131024.4-0ubuntu1) trusty; urgency=low

  [ Robert Bruce Park ]
  * Stop depending on transitional package.

  [ Christian Dywan ]
  * Add Ubuntu feedback plugin backend. (LP: #1214404)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 39

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Oct 2013 22:03:14 +0000

qtubuntu-sensors (0.6+13.10.20130718-0ubuntu1) saucy; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Turn libqtubuntu_sensors.so into a private library. (LP: #1190698)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 36

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 18 Jul 2013 02:01:35 +0000

qtubuntu-sensors (0.6daily13.06.21-0ubuntu1) saucy; urgency=low

  [ Ubuntu daily release ]
  * debian/*symbols: auto-update new symbols to released version

  [ Dmitrijs Ledkovs ]
  * Add a symbol files with unmangled C++ symbols to track ABI.

  [ Didier Roche ]
  * Add a symbol files with unmangled C++ symbols to track ABI.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 34

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Jun 2013 02:01:09 +0000

qtubuntu-sensors (0.6daily13.06.05-0ubuntu1) saucy; urgency=low

  [ Timo Jyrinki ]
  * Update Q_PLUGIN_METADATA (com.nokia -> com.qt-project) to fix plugin
    detection with newer qtsensors snapshot. (LP: #1178401). (LP:
    #1178401, #1178554)

  [ Łukasz 'sil2100' Zemczak ]
  * Use a static arch list instead of any, since we don't want to build
    for powerpc.

  [ Ricardo Mendoza ]
  * Update to use new sensors API.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 32

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Jun 2013 02:01:58 +0000

qtubuntu-sensors (0.6daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 31 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 May 2013 18:21:50 +0000

qtubuntu-sensors (0.6-0ubuntu1) raring; urgency=low

  * Making an official new upstream release, so we can start using just the
    package available via the daily release process

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Thu, 30 May 2013 14:35:25 -0300

qtubuntu-sensors (0.5.1daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ricardo Mendoza ]
  * Update to use new sensors API.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 29 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 30 May 2013 03:29:39 +0000

qtubuntu-sensors (0.5.1daily13.05.13ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Timo Jyrinki ]
  * qtubuntu-sensors doesn't identify with a newer qtsensors snapshot
    (LP: #1178554)
  * AalSensorPlugin QtSensors plugin loading is broken with Qt 5.0.2
    deployment (LP: #1178401)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 27 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 13 May 2013 02:01:06 +0000

qtubuntu-sensors (0.5.1daily13.04.16ubuntu.unity.next-0ubuntu1) raring; urgency=low

  * Automatic snapshot from revision 25 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 16 Apr 2013 06:33:56 +0000

qtubuntu-sensors (0.5.1daily13.04.12ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Dmitrijs Ledkovs ]
  * Packaging cleanup in preparation for daily landing.

  [ Michael Terry ]
  * Automatic snapshot from revision 21 (bootstrap)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 23 (ubuntu-unity/next)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 12 Apr 2013 02:01:44 +0000

qtubuntu-sensors (0.5-0ubuntu1) quantal; urgency=low

  * Bumping package version number for a release.

 -- Jim Hodapp <jim.hodapp@canonical.com>  Fri, 15 Feb 2013 13:42:21 -0500

qtubuntu-sensors (0.4-0ubuntu1) quantal; urgency=low

  * Updating build-dependency to use the new ubuntu-platform-api package
  * debian/control: updating entries to be compatible with Ubuntu standards

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 06 Feb 2013 20:38:22 -0200

qtubuntu-sensors (0.3) quantal; urgency=low

  * release latest

 -- Bill Filler <bill.filler@canonical.com>  Tue, 29 Jan 2013 11:21:47 -0500

qtubuntu-sensors (0.2) quantal; urgency=low

  [Jim Hodapp]
  * Only emit the accelerometer and orientation sensor change signals if the value change.
  [Bill Filler]
  * debian/control: added qtbase5-dev as build-dep 

 -- Bill Filler <bill.filler@canonical.com>  Mon, 28 Jan 2013 15:50:48 -0500

qtubuntu-sensors (0.1) quantal; urgency=low

  * Initial release with a debian package.

 -- Bill Filler <bill.filler@canonical.com>  Wed, 23 Jan 2013 13:49:24 -0500