~ci-train-bot/ubuntu-settings-components/ubuntu-settings-components-ubuntu-zesty-2236

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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
ubuntu-settings-components (0.13+17.04.20170221-0ubuntu1) zesty; urgency=medium

  [ Jonas G. Drange ]
  * packaging: suggest cups, depend on libcups2-dev
  * adds cups bindings for printer/job management

 -- Andrew Hayzen <ahayzen@gmail.com>  Tue, 21 Feb 2017 16:16:23 +0000

ubuntu-settings-components (0.12+17.04.20170118-0ubuntu1) zesty; urgency=medium

  [ Pete Woods ]
  * Compatibility with unversioned cmake-extras modules (LP: #1563573)

 -- Jonas G. Drange <jonas.drange@canonical.com>  Wed, 18 Jan 2017 15:19:59 +0000

ubuntu-settings-components (0.12+17.04.20170104-0ubuntu1) zesty; urgency=medium

  * Allows Fingerprint and VPN modules to work well with APL and pagestacks.
  * Bumps version to 0.12 so that consumers can migrate to APL safely.

 -- Jonas G. Drange <jonas.drange@canonical.com>  Wed, 04 Jan 2017 23:19:33 +0000

ubuntu-settings-components (0.11+17.04.20161223-0ubuntu1) zesty; urgency=medium

  * CMake: use find_package(QmlPlugins) instead of include(QmlPlugins)

 -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Fri, 23 Dec 2016 14:30:08 +0000

ubuntu-settings-components (0.11+17.04.20161201-0ubuntu1) zesty; urgency=medium

  * dateExt: take care of the numbers of days in month when adding
    months

 -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Thu, 01 Dec 2016 00:34:16 +0000

ubuntu-settings-components (0.11+17.04.20161123-0ubuntu1) zesty; urgency=medium

  [ Lukáš Tinkl ]
  * Indicator components fixes for right-to-left languages (RTL)

 -- Andrea Cimitan <andrea.cimitan@canonical.com>  Wed, 23 Nov 2016 12:10:36 +0000

ubuntu-settings-components (0.11+17.04.20161116.1-0ubuntu1) zesty; urgency=medium

  * Menus: add Pointer and Touch styles to be used depending on the user
    interaction with components

    Menu items now have a new Style property that defines some common properties
    such as shared colors and sizes that change depending on the UX journey. I'm
    only defining Pointer and TouchStyles for now, but they can be easily
    overridden in case.

    Removed some deprecated properties and adapted colors and sizes to new
    style.

  * Bump package version as there's a new API for various components
  * Calendar: update to new style with weekdays header and Month
    selection (LP: #1640936, #1641719, #1641721, #1641722, #1641724,
    #1641728)
  * RadioMenu: add menu item for creating radio items

 -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Wed, 16 Nov 2016 18:54:00 +0000

ubuntu-settings-components (0.10+17.04.20161024-0ubuntu1) zesty; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * Menus: rewrite components using ListItemLayout's and SlotsLayout's
  * Bump revision to 0.10, as per Components removal

 -- Michael Zanetti <michael.zanetti@canonical.com>  Mon, 24 Oct 2016 11:32:22 +0000

ubuntu-settings-components (0.9+16.10.20160927-0ubuntu1) yakkety; urgency=medium

  [ Łukasz 'sil2100' Zemczak ]
  * Do not depend on qtdeclarative5-ubuntu-ui-toolkit-plugin* as these
    are transitional packages. Use qml-module-ubuntu-components*
    instead. This should fix issues with i386 image builds.

 -- Łukasz Zemczak <lukasz.zemczak@canonical.com>  Tue, 27 Sep 2016 07:27:21 +0000

ubuntu-settings-components (0.9+16.10.20160909-0ubuntu1) yakkety; urgency=medium

  [ Lukáš Tinkl ]
  * Calculate the days to add for the next week correctly (LP: #1620496)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Fri, 09 Sep 2016 14:39:30 +0000

ubuntu-settings-components (0.9+16.10.20160818.1-0ubuntu1) yakkety; urgency=medium

  [ Michał Sawicz ]
  * rename qtdeclarative5-ubuntu-settings-components to new naming scheme,
    qml-module-ubuntu-settings-components

  [ Nick Dedekind ]
  * Fixes for calendar test failures.

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 18 Aug 2016 10:54:07 +0000

ubuntu-settings-components (0.8+16.10.20160809-0ubuntu1) yakkety; urgency=medium

  [ Albert Astals Cid ]
  * Remove StatusIcon, we've moved to SDK Icon

 -- Michał Sawicz <michal.sawicz@canonical.com>  Tue, 09 Aug 2016 23:00:43 +0000

ubuntu-settings-components (0.8+16.10.20160713-0ubuntu1) yakkety; urgency=medium

  [ jonas-drange ]
  * swap swipe with tap when asking the user to enroll a fingerprint
    (LP: #1602828)

 -- Jonas G. Drange <jonas.drange@canonical.com>  Wed, 13 Jul 2016 19:55:21 +0000

ubuntu-settings-components (0.8+16.10.20160627.2-0ubuntu1) yakkety; urgency=medium

  [ Lukáš Tinkl ]
  * Fix an issue with "today" not updating when TZ does

  [ Michael Zanetti ]
  * remove some unneeded layouts (LP: #1585645)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Mon, 27 Jun 2016 18:12:21 +0000

ubuntu-settings-components (0.8+16.10.20160620-0ubuntu1) yakkety; urgency=medium

  [ Jonas G. Drange ]
  jonas-drange
  * Add components for Fingerprint management.

 -- Ken VanDine <ken.vandine@canonical.com>  Mon, 20 Jun 2016 14:01:31 +0000

ubuntu-settings-components (0.7+16.10.20160617-0ubuntu1) yakkety; urgency=medium

  [ Lukáš Tinkl ]
  * Fix huge icons in network indicator caused by a binding loop (LP:
    #1585645, #1586667)

  [ Nick Dedekind ]
  * Removed some of the timezone sensitive date code from calendar (LP:
    #1450036, #1560188)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Fri, 17 Jun 2016 13:02:37 +0000

ubuntu-settings-components (0.7+16.10.20160615.2-0ubuntu1) yakkety; urgency=medium

  * Make sure a size is specified for the albumArtImage for indicator-
    sound or else the albumart lookup via thumbnailer will fail and the
    albumArtImage will not render.

 -- Jim Hodapp <jim.hodapp@canonical.com>  Wed, 15 Jun 2016 20:33:30 +0000

ubuntu-settings-components (0.7+16.10.20160519-0ubuntu1) yakkety; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ Lukáš Tinkl ]
  * Fix modem icons growing/shrinking with DGU (LP: #1577425)

  [ Michał Sawicz, Nick Dedekind ]
  * Fixed ModemInfoItem translation  to use ubuntu-settings-components
    domain. (LP: #1560039)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 19 May 2016 17:52:23 +0000

ubuntu-settings-components (0.7+16.04.20160427-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk.

  [ jonas-drange ]
  * Make Cancel/Ok buttons visible always Add support for TLS, Password,
    Password+TLS and Static auth types. (LP: #1558531, #1567389)

 -- Jonas G. Drange <ci-train-bot@canonical.com>  Wed, 27 Apr 2016 12:32:16 +0000

ubuntu-settings-components (0.7+16.04.20160321.1-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk. added: po/ia.po po/sl.po

  [ jonas-drange ]
  * prune vpn's translated strings like cipher options, "0" and "1", and
    update the .pot file

 -- Jonas G. Drange <ci-train-bot@canonical.com>  Mon, 21 Mar 2016 16:54:08 +0000

ubuntu-settings-components (0.7+16.04.20160318-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk. added: po/id.po

  [ Michael Zanetti ]
  * Align the progress label color to the main entry label color (LP:
    #1554616)

 -- Michael Zanetti <michael.zanetti@canonical.com>  Fri, 18 Mar 2016 12:25:35 +0000

ubuntu-settings-components (0.7+16.04.20160315-0ubuntu1) xenial; urgency=medium

  [ jonas-drange ]
  * New plugins Ubuntu.Settings.Vpn, Ubuntu.Settings.Vpn.Openvpn and
    Ubuntu.Settings.Vpn.Pptp for creating, deleting and configuring VPN
    connections, implicitly using the Connectivity API. (LP: #1495553)

 -- Jonas G. Drange <ci-train-bot@canonical.com>  Tue, 15 Mar 2016 13:47:10 +0000

ubuntu-settings-components (0.7+16.04.20160310.1-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * Resync trunk. added: po/ar.po po/be.po po/ca.po po/de.po po/el.po
    po/es.po po/fi.po po/fr.po po/gd.po po/gl.po po/hu.po po/it.po
    po/nb.po po/nl.po po/pl.po po/pt.po po/pt_BR.po po/ru.po po/tr.po
    po/uk.po po/zh_CN.po

  [ Nick Dedekind ]
  * Fixed tests

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 10 Mar 2016 15:10:20 +0000

ubuntu-settings-components (0.7+16.04.20160302-0ubuntu1) xenial; urgency=medium

  [ Nick Dedekind ]
  * Moved ModemItem class here from unity8

  [ Albert Astals Cid ]
  * Standarize QtQuick and Ubuntu.Components.Listitems imports

 -- Zoltan Balogh <zoltan.balogh@canonical.com>  Wed, 02 Mar 2016 21:39:36 +0000

ubuntu-settings-components (0.6+16.04.20151102-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Lukáš Tinkl ]
  * Add a forgotten "X-Ubuntu-Use-Langpack: yes"

 -- Michał Sawicz <michal.sawicz@canonical.com>  Mon, 02 Nov 2015 11:23:22 +0000

ubuntu-settings-components (0.6+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Nick Dedekind ]
  * Fixed problem with message time text alignment. (LP: #1372061,
    #1378821)

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 21 Oct 2015 11:48:16 +0000

ubuntu-settings-components (0.6+15.10.20150915-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Daniel d'Andrada ]
  * Avoid creating a deluge of deprecation warnings

  [ Lukáš Tinkl ]
  * Use the standalone month name for the calendar caption

  [ Nick Dedekind ]
  * Crop icons to aspect ratio inside UbuntuShapes. (LP: #1450229)

 -- Nick Dedekind <ci-train-bot@canonical.com>  Tue, 15 Sep 2015 09:42:35 +0000

ubuntu-settings-components (0.6+15.10.20150903-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Lukáš Tinkl ]
  * Setup message extraction, load the catalog from the plugins (LP:
    #1436912)

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 03 Sep 2015 08:46:09 +0000

ubuntu-settings-components (0.6+15.10.20150716-0ubuntu1) wily; urgency=medium

  [ Michael Zanetti ]
  * Tell the layout what size we want the icons to be

  [ Nick Dedekind ]
  * Don't use preferred values inside Standard item compoonent Loader.
    (LP: #1448716)
  * Multiline support for message replies (lp#1396058) (LP: #1396058)

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 16 Jul 2015 09:48:43 +0000

ubuntu-settings-components (0.6+15.10.20150518-0ubuntu1) wily; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Nick Dedekind ]
  * ServerPropertySynchorniser - Do not update to old server value when
    the control is no longer buffering.

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 18 May 2015 23:02:01 +0000

ubuntu-settings-components (0.6+15.04.20150409.1-0ubuntu1) vivid; urgency=medium

  [ Nick Dedekind ]
  * Added ServerActivationSync

  [ CI Train Bot ]
  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 09 Apr 2015 13:57:19 +0000

ubuntu-settings-components (0.5+15.04.20150123.1-0ubuntu1) vivid; urgency=medium

  [ Sebastien Bacher ]
  * Updated version, so the users of the new property can update their depends

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 23 Jan 2015 12:17:25 +0000

ubuntu-settings-components (0.5-0ubuntu1) UNRELEASED; urgency=medium

  * Added SyncSwitch & SyncCheckBox components

 -- Nick Dedekind <nick.dedekind@canonical.com>  Thu, 23 Oct 2014 17:09:21 -0400

ubuntu-settings-components (0.4+15.04.20141105-0ubuntu1) vivid; urgency=low

  [ Sebastien Bacher ]
  * Get the string translation from telephony-service, that's a
    workaround but ubuntu-settings-components is not currently setup for
    translations (LP: #1389234)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Nov 2014 08:45:40 +0000

ubuntu-settings-components (0.4+15.04.20141104-0ubuntu1) vivid; urgency=low

  [ Nick Dedekind ]
  * Enable send button on input composition (LP: #1369737)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Nov 2014 13:01:00 +0000

ubuntu-settings-components (0.4+14.10.20140926-0ubuntu1) utopic; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 26 Sep 2014 19:16:57 +0000

ubuntu-settings-components (0.4+14.10.20140918-0ubuntu1) utopic; urgency=low

  [ Nick Dedekind ]
  * Added ability to use try*. Added target for test files in qcreator.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 18 Sep 2014 09:48:32 +0000

ubuntu-settings-components (0.4-0ubuntu1) UNRELEASED; urgency=medium

  [ Nick Dedekind ]

  * Updated components UI for design review

 -- Nicholas Dedekind <nicholas.dedekind@gmail.com>  Thu, 31 Jul 2014 17:57:51 +0100

ubuntu-settings-components (0.3+14.10.20140708-0ubuntu1) utopic; urgency=medium

  [ Nick Dedekind ]
  * Added plugin module for Ubuntu.Settings.Menus
  * Added TransferMenu

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Jul 2014 09:24:00 +0000

ubuntu-settings-components (0.2+14.10.20140701.2-0ubuntu2) utopic; urgency=medium

  * debian/control: 
    list qtdeclarative5-ubuntu-ui-toolkit-plugin-gles as an alternative
    choice, since provides are not versionned, should restore installability
    on amd64 and i386

 -- Sebastien Bacher <seb128@ubuntu.com>  Thu, 03 Jul 2014 13:32:17 +0200

ubuntu-settings-components (0.2+14.10.20140701.2-0ubuntu1) utopic; urgency=medium

  [ Michał Sawicz ]
  * Adapt to suru icon theme
  * Add new StatusIcon component. New run-time dependency: suru-icon-
    theme.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Jul 2014 14:06:36 +0000

ubuntu-settings-components (0.1+14.10.20140502-0ubuntu1) utopic; urgency=low

  [ daker ]
  * Use Button instead of Image to avoid the MouseArea Made Min/Max
    buttons clickable

  [ Nick Dedekind ]
  * Fixed issue with Access Point checkbox not fetching initial value.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 02 May 2014 13:50:39 +0000

ubuntu-settings-components (0.1+14.04.20140306-0ubuntu1) trusty; urgency=low

  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 06 Mar 2014 08:12:43 +0000

ubuntu-settings-components (0.1+14.04.20140221-0ubuntu1) trusty; urgency=low

  [ Nick Dedekind ]
  * Fixed slider issue where if minimum/maximum set after value, the
    original value would be lost.

  [ Dimitri John Ledkov ]
  * Specify assets package to be Multi-Arch:foreign, to allow cross-
    compilation of reverse-dependencies.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 21 Feb 2014 09:09:52 +0000

ubuntu-settings-components (0.1+14.04.20131217-0ubuntu1) trusty; urgency=low

  [ Nick Dedekind ]
  * Fixed visual design of EventMenu. Simplified Checkbox/GroupMessage.
    (LP: #1237752)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 59

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 17 Dec 2013 12:49:47 +0000

ubuntu-settings-components (0.1+14.04.20131120.1-0ubuntu1) trusty; urgency=low

  [ Robert Bruce Park ]
  * Initial release.
  * Inline packaging.

  [ Andrea Cimitan ]
  * Initial work
  * Initial CMakeLists.txt
  * Add basic test for ButtonMenu
  * Add simple test for MediaPlayerMenu
  * Added initial preliminar TODO
  * Added tests for SliderMenu, expose some properties
  * Removed not used id
  * Added tests for ProgressBarMenu, exposed properties
  * Updated TODO
  * Added tests for MediaPlayerMenu, removed the listview here and used
    a different approach
  * Added test for UserSessionMenu
  * updated todo
  * Added tests for EventMenu and UserSessionMenu, split EventMenu in
    single items
  * Added testcase for TimeZone, split it into single items, use aliases
    for name / text
  * Updated TODO
  * Just some refresh of the calendar review/work, WIP
  * Simplified code
  * Some alphabetical ordering
  * Clamp dates within maximum and minimum
  * Removed TODO
  * Added label with month names
  * Removed property not used
  * React on currentDate changes
  * Added empty test file
  * Add back compressed property
  * Added tests for Calendar component
  * Added tests for CalendarMenu
  * Add TODO
  * Updated some tests to use _data()
  * Some changes, renaming and new tests
  * Fixed other tests...
  * Some theming capabilities, waiting more support from SDK
  * Some further tweaks
  * Minimal changes to custom thindivider visibility
  * Changed tests for Calendar compressed property
  * Small fix to thindivider
  * Move to use listitem.empty
  * Fix tests
  * Further changes and support pause for the mediaplayer through
    playing bool property
  * Some changes following nick's review
  * Use ListModel for the calendar model
  * Some refactoring of the calendar...
  * Some renamings in code
  * Latest fixes
  * removed now useless properties
  * Updated TODO
  * Merged branch for removing itemstyle and fixed the calendar
  * Change the way the model works...

  [ Nick Dedekind ]
  * Reworked directory, qml and resources into a more workable structure
    for release.
  * Copied indicator menu items from unity8.
  * Changes to indicator menus required to sit into settings.
  * Added tests for indicator menu components.
  * Fixed test dependencies.
  * Fixed tests broken by daylight savings time.

  [ Łukasz 'sil2100' Zemczak ]
  * Small changes to packaging.
  * The newly added tests are copyrighted under GPL-3, not LGPL-3.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 57

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 20 Nov 2013 14:57:11 +0000