~dobey/unity-api/add-simple-logger

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
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
unity-api (8.4+17.04.20170223-0ubuntu1) zesty; urgency=medium

  [ Pete Woods ]
  * unity::util - Make Glib and GObject memory management
    utilities handle NULL quietly.

 -- Pete Woods <pete.woods@canonical.com>  Thu, 23 Feb 2017 11:22:37 +0000

unity-api (8.3+17.04.20170217-0ubuntu1) zesty; urgency=medium

  [ Pete ]
  * unity::util - Add typedef macros to GlibMemory to make method
    and member variable definitions easier.

 -- Pete Woods <pete.woods@canonical.com>  Fri, 17 Feb 2017 14:12:04 +0000

unity-api (8.2+17.04.20170206-0ubuntu1) zesty; urgency=medium

  [ Daniel d'Andrada ]
  * MirSurfaceInterface: add childSurfaceList and parentSurface

 -- Albert Astals Cid <albert.astals@canonical.com>  Mon, 06 Feb 2017 09:11:03 +0000

unity-api (8.1+17.04.20170120.1-0ubuntu1) zesty; urgency=medium

  [ Pete ]
  * unity::util - add GObject shared memory utility classes
    and helper methods.
  * unity::util - add Glib memory management utility functions.

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Fri, 20 Jan 2017 17:08:56 +0000

unity-api (8.1) UNRELEASED; urgency=medium

  * Added Mir::currentKeymap

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Fri, 30 Sep 2016 13:20:00 +0200

unity-api (8.0+17.04.20170110.1-0ubuntu1) zesty; urgency=medium

  [ Albert Astals Cid ]
  * Enable -Wsuggest-override
  * Use the new Q_ENUM (Qt 5.5)

  [ Nick Dedekind ]
  * Fully qualify pointer type namespaces in signals so that the
    parameters can be used in qml.

 -- Timo Jyrinki <timo.jyrinki@canonical.com>  Tue, 10 Jan 2017 06:42:45 +0000

unity-api (8.0+17.04.20161215-0ubuntu1) zesty; urgency=medium

  * unity::shel::application - changes for the miral way of doing things

 -- Daniel d'Andrada <daniel.dandrada@canonical.com>  Thu, 15 Dec 2016 16:16:07 +0000

unity-api (7.121+17.04.20161205-0ubuntu1) zesty; urgency=medium

  * Add AppDrawerModelInterface

 -- Michael Zanetti <michael.zanetti@canonical.com>  Mon, 05 Dec 2016 15:20:31 +0000

unity-api (7.120+17.04.20161123-0ubuntu1) zesty; urgency=medium

  [ Andrea Azzarone ]
  * Add hasSeparator role to quicklistModel.

  [ Marcus Tomlinson ]
  * Don't rely on glib error message strings in IniParser_test (LP:
    #1642673)

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

unity-api (7.119+16.10.20160909-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * Added MirSurfaceInterface::confinesMousePointer

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

unity-api (7.118+16.10.20160830-0ubuntu1) yakkety; urgency=medium

  [ Nick Dedekind ]
  * Added persistent Id property for MirSurface

 -- Ken VanDine <ken.vandine@canonical.com>  Tue, 30 Aug 2016 13:40:30 +0000

unity-api (7.117+16.10.20160819-0ubuntu1) yakkety; urgency=medium

  * Removed empty unreleased entry from changelog. (LP: #1613563)

 -- Michi Henning <michi@triodia.com>  Fri, 19 Aug 2016 22:16:23 +0000

unity-api (7.117+16.10.20160810-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * ApplicationInfoInterface: remove "stage" property
  * ApplicationManagerInterface: remove "stage" role

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 10 Aug 2016 08:20:08 +0000

unity-api (7.116+16.10.20160805-0ubuntu1) yakkety; urgency=medium

  * Remove unnecessary Boost dependency from package.

 -- James Henstridge <james.henstridge@canonical.com>  Fri, 05 Aug 2016 04:08:06 +0000

unity-api (7.116+16.10.20160730-0ubuntu1) yakkety; urgency=medium

  [ Michał Sawicz ]
  * Don't run tests on powerpc (LP: #1606927)

  [ Stephen Kelly ]
  * Silence some gcc warnings.

 -- Lukáš Tinkl <lukas.tinkl@canonical.com>  Sat, 30 Jul 2016 21:18:50 +0000

unity-api (7.116+16.10.20160620-0ubuntu1) yakkety; urgency=medium

  * MirSurfaceInterface: add inputBounds property

 -- Daniel d'Andrada <daniel.dandrada@canonical.com>  Mon, 20 Jun 2016 14:39:15 +0000

unity-api (7.115+16.10.20160614-0ubuntu1) yakkety; urgency=medium

  [ Michael Zanetti ]
  * Drop Launchermodel::setAlerting, it's not needed

 -- Albert Astals Cid <albert.astals@canonical.com>  Tue, 14 Jun 2016 08:34:16 +0000

unity-api (7.114) UNRELEASED; urgency=medium

  * Add ApplicationInfoInterface::surfaceCount property

 -- Michael Zanetti <michael.zanetti@canonical.com>  Mon, 09 May 2016 18:43:38 +0200

unity-api (7.113+16.10.20160525-0ubuntu1) yakkety; urgency=medium

  [ Daniel d'Andrada ]
  * Remove hotspot property from MirMousePointerInterface

  [ Albert Astals Cid ]
  * Mark roleNames as override

  [ Michi Henning ]
  * Re-enabled license/copyright test for xenial. (LP: #1194867)

 -- Michael Terry <michael.terry@canonical.com>  Wed, 25 May 2016 06:02:38 +0000

unity-api (7.112+16.04.20160518-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Move promptSurfaceList from MirSurfaceInterface to ApplicationInfoInterface
  * Added MirSurfaceListInterface::first property

  [ CI Train Bot ]
  * No-change rebuild.

 -- Nick Dedekind <ci-train-bot@canonical.com>  Wed, 18 May 2016 09:31:07 +0000

unity-api (7.111+16.04.20160426.2-0ubuntu1) xenial; urgency=medium

  [ Pawel Stolowski ]
  * Added RoleSocialActions to ResultsModelInterface of scopes.
  * Added ExpandableFilterWidgetInterface.

  [ CI Train Bot ]
  * No-change rebuild.

 -- Pawel Stolowski <ci-train-bot@canonical.com>  Tue, 26 Apr 2016 15:31:50 +0000

unity-api (7.110+16.04.20160413-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * MirSurfaceInterface: replace keymapLayout and keymapVariant with keymap
  * Unity.Application: Added and refactored APIs for surface-based window management

  [ CI Train Bot ]
  * No-change rebuild.

 -- Gerry Boland <ci-train-bot@canonical.com>  Wed, 13 Apr 2016 18:39:21 +0000

unity-api (7.109+16.04.20160405-0ubuntu1) xenial; urgency=medium

  [ Marcus Tomlinson ]
  * Add set*() methods to IniParser

  [ CI Train Bot ]
  * No-change rebuild.

 -- Marcus Tomlinson <marcus.tomlinson@canonical.com>  Tue, 05 Apr 2016 06:03:34 +0000

unity-api (7.108+16.04.20160322-0ubuntu1) xenial; urgency=medium

  [ Lukáš Tinkl, Michał Sawicz ]
  * Add API for setting keyboard layout+variant on a surface (LP:
    #1524400, #1491340)

  [ Nick Dedekind ]
  * Added setStage for sidestage redesign.
  * Added support for low shell chrome (LP: #1535397)

  [ Pawel Stolowski ]
  * Base interfaces for filters.
  * Interface for RangeInputFilter.
  * ValueSliderFilter interface.

 -- Michael Zanetti <michael.zanetti@canonical.com>  Tue, 22 Mar 2016 07:48:55 +0000

unity-api (7.107+16.04.20160223-0ubuntu1) xenial; urgency=medium

  * Removed PreviewStackInterface, modified ScopeInterface to return
    PreviewModelInterface on preview().
  * Interface for activationInProgress flag. (LP: #1537132)

 -- Pawel Stolowski <ci-train-bot@canonical.com>  Tue, 23 Feb 2016 12:12:26 +0000

unity-api (7.106+16.04.20160211.1-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Added ApplicationInfoInterface.initialSurfaceSize (LP: #1532974)
  * MirSurfaceInterface: added size hints

 -- Michał Sawicz <michal.sawicz@canonical.com>  Thu, 11 Feb 2016 23:53:29 +0000

unity-api (7.105+16.04.20160104-0ubuntu1) xenial; urgency=medium

  [ Michael Zanetti ]
  [Albert Astals Cid ]
  * New property to support more complex cards

  [ CI Train Bot ]
  * No-change rebuild.

 -- CI Train Bot <ci-train-bot@canonical.com>  Mon, 04 Jan 2016 15:09:55 +0000

unity-api (7.104+16.04.20151207-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Add MirSurfaceItem.fillMode

  [ Michael Terry ]
  * Added ApplicationInfoInterface::exemptFromLifecycle

  [ CI Train Bot ]
  * No-change rebuild.

 -- Gerry Boland <ci-train-bot@canonical.com>  Mon, 07 Dec 2015 16:21:29 +0000

unity-api (7.103+16.04.20151125-0ubuntu1) xenial; urgency=medium

  [ Daniel d'Andrada ]
  * Added MirMousePointerInterface::setCustomCursor
  * Added MirMousePointerInterface::handleWheelEvent

  [ CI Train Bot ]
  * No-change rebuild.

 -- Michał Sawicz <michal.sawicz@canonical.com>  Wed, 25 Nov 2015 14:13:25 +0000

unity-api (7.102+16.04.20151124-0ubuntu1) xenial; urgency=medium

  * Depend on devscripts, needed by licensecheck. Disable licensecheck
    on xenial for now.

 -- Pawel Stolowski <ci-train-bot@canonical.com>  Tue, 24 Nov 2015 12:01:48 +0000

unity-api (7.102+16.04.20151109-0ubuntu1) xenial; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

 -- Michael Zanetti <michael.zanetti@canonical.com>  Mon, 09 Nov 2015 14:40:51 +0000

unity-api (7.102+16.04.20151102-0ubuntu1) xenial; urgency=medium

  [ Nick Dedekind ]
  * Added visibility to surface interface.

  [ Michael Terry ]
  * Add isTouchApp to ApplicationInfoInterface

  [ CI Train Bot ]
  * New rebuild forced.

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

unity-api (7.102-0ubuntu1) UNRELEASED; urgency=medium

  * New method for in-card actions.

 -- Pawel Stolowski <pawel.stolowski@canonical.com>  Tue, 06 Oct 2015 18:06:37 +0200

unity-api (7.101+15.10.20151021-0ubuntu1) wily; urgency=medium

  [ Daniel d'Andrada ]
  * unity/shell/application: Add Mir.cursorName
  * unity/shell/application: Added MirMousePointerInterface.h
  * unity/shell/application: Added MirPlatformCursor.h

  [ Lukáš Tinkl ]
  * unity/shell/application: Add MirSurfaceInterface.nameChanged

  [ CI Train Bot ]
  * New rebuild forced.

  [ Michał Sawicz ]
  * Resync trunk

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

unity-api (7.100+15.10.20150903-0ubuntu1) wily; urgency=medium

  [ Michal Sawicz ]
  * No change rebuild to resync vivid+overlay and wily

  [ CI Train Bot ]
  * No-change rebuild.

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

unity-api (7.100+15.04.20150827-0ubuntu1) vivid; urgency=medium

  [ Daniel d'Andrada ]
  * Added MirSurface and MirSurfaceItem interfaces

  [ CI Train Bot ]
  * No-change rebuild.

 -- CI Train Bot <ci-train-bot@canonical.com>  Thu, 27 Aug 2015 08:50:45 +0000

unity-api (7.99+15.04.20150811-0ubuntu1) vivid; urgency=medium

  * New rebuild forced.

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 11 Aug 2015 14:05:55 +0000

unity-api (7.99+15.04.20150804-0ubuntu1) vivid; urgency=medium

  [ Daniel d'Andrada ]
  * Remove ApplicationManagerInterface.forceDashActive
  * Remove ApplicationManagerInterface.suspended
  * Add ApplicationInfoInterface.requestedState
  * Add a NO_TESTS options to cmake

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 04 Aug 2015 15:26:16 +0000

unity-api (7.99-0ubuntu1) UNRELEASED; urgency=medium

  * Changes to activate and preview methods of ScopeInterface.

 -- Pawel Stolowski <pawel.stolowski@canonical.com>  Mon, 03 Aug 2015 14:03:47 +0000

unity-api (7.98+15.04.20150724-0ubuntu1) vivid; urgency=medium

  [ Mirco Müller (MacSlow) ]
  * added alerting/setAlerting API to LauncherModel and LauncherItem interfaces

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 24 Jul 2015 09:53:01 +0000

unity-api (7.97+15.10.20150721-0ubuntu1) wily; urgency=medium

  [ Michi Henning ]
  * Remove dependency on gcc 4.9. (LP: #1452342)

 -- CI Train Bot <ci-train-bot@canonical.com>  Tue, 21 Jul 2015 05:13:26 +0000

unity-api (7.97+15.10.20150611-0ubuntu1) wily; urgency=medium

  [ Daniel d'Andrada ]
  * add supportedOrientations and rotatesWindowContents to ApplicationInfo

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

unity-api (7.96+15.04.20150410.2-0ubuntu1) vivid; urgency=medium

  [ CI Train Bot ]
  * New rebuild forced.

  [ Michi Henning ]
  * Reverted commit 93 because it cost me a cool 1.5 hours today. Turns
    out that libmcheck is not thread-safe and causes the most amazing
    crashes in unpredictable ways :-(

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 10 Apr 2015 16:07:39 +0000

unity-api (7.96+15.04.20150213-0ubuntu1) vivid; urgency=medium

  [ Pawel Stolowski ]
  * Added close method to scopes interface.

 -- CI Train Bot <ci-train-bot@canonical.com>  Fri, 13 Feb 2015 15:15:59 +0000

unity-api (7.95+15.04.20150211-0ubuntu1) vivid; urgency=medium

  [ Michael Zanetti ]
  * add onlyPinned property to launcher model

  [ Michał Sawicz ]
  * Add :native to g++ dependency for cross-building and wrap-and-sort
    for good measure. Python needs :any, too. (LP: #1353855)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 11 Feb 2015 16:28:29 +0000

unity-api (7.94+15.04.20141205-0ubuntu1) vivid; urgency=medium

  [ Albert Astals Cid ]
  * Add setFavorite/moveFavoriteTo

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 05 Dec 2014 10:51:44 +0000

unity-api (7.93+15.04.20141104-0ubuntu1) vivid; urgency=medium

  [ Michael Zanetti ]
  * add a signal to the launcher model to hint changes

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Nov 2014 14:42:57 +0000

unity-api (7.92+14.10.20141003.1-0ubuntu1) utopic; urgency=medium

  [ Michael Zanetti ]
  * Add dashActive property to application api

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 03 Oct 2014 16:52:41 +0000

unity-api (7.91+14.10.20140922.1-0ubuntu1) utopic; urgency=medium

  [ Daniel d'Andrada ]
  * Added splash screen data do ApplicationInfoInterface

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 22 Sep 2014 17:35:28 +0000

unity-api (7.90+14.10.20140918-0ubuntu1) utopic; urgency=medium

  [ Michael Zanetti ]
  * add countVisible property
  * allow updating item's name and icon properties. They might change in case of updates

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 18 Sep 2014 16:42:26 +0000

unity-api (7.89+14.10.20140825-0ubuntu1) utopic; urgency=medium

  [ Daniel d'Andrada ]
  * Remove all mentions to screenshotting from the API

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 25 Aug 2014 07:04:31 +0000

unity-api (7.88+14.10.20140806-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Define scopes interface version 4

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 06 Aug 2014 19:32:56 +0000

unity-api (7.87+14.10.20140731-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Added interface definition for scopes overview.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Jul 2014 11:14:00 +0000

unity-api (7.86+14.10.20140718.1-0ubuntu1) utopic; urgency=medium

  [ Michi Henning ]
  * Explicitly select g++-4.9 to prevent ABI breakage.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 18 Jul 2014 16:20:15 +0000

unity-api (7.85+14.10.20140708-0ubuntu1) utopic; urgency=medium

  [ Marcus Tomlinson ]
  * Add settings support for shell

  [ Michal Hruby ]
  * Added header links CategoriesInterface and performQuery() to
    ScopeInterface

  [ Michi Henning ]
  * A few minor fixes to the doc comments for comparison operators.

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

unity-api (7.84+14.10.20140702.2-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Added IniParser::get_locale_string_array

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Jul 2014 15:17:16 +0000

unity-api (7.83+14.10.20140626-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Added customizations property to ScopeInterface.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 26 Jun 2014 11:05:05 +0000

unity-api (7.82+14.10.20140616-0ubuntu1) utopic; urgency=medium

  [ Albert Astals Cid ]
  * Add interfaces for scope departments.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 16 Jun 2014 14:45:10 +0000

unity-api (7.81+14.10.20140528-0ubuntu1) utopic; urgency=low

  [ Michael Zanetti ]
  * properly parent mock items otherwise QML deletes them as of 5.2 (LP:
    #1318889)
  * properly parent MockApplicationInfo objects in the mock plugin. QML
    might delete them otherwise.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 28 May 2014 10:38:05 +0000

unity-api (7.81+14.10.20140520-0ubuntu1) utopic; urgency=medium

  [ Albert Astals Cid ]
  * Add interfaces for scopes.

  [ Jussi Pakkanen ]
  * Add missing include so compilation works with pch disabled.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 May 2014 12:05:11 +0000

unity-api (7.80.8+14.10.20140505-0ubuntu1) utopic; urgency=medium

  [ Mirco Müller (MacSlow) ]
  * Bump unity-notification version due to exposure of NotificationModel's Roles-Enum.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 05 May 2014 12:02:22 +0000

unity-api (7.80.7+14.10.20140428.1-0ubuntu1) utopic; urgency=medium

  [ Michal Hruby ]
  * Added IniParser::get_locale_string()

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 28 Apr 2014 17:28:16 +0000

unity-api (7.80.6+14.04.20140402-0ubuntu1) trusty; urgency=low

  [ Mirco Müller ]
  * The data-roles of the NotificationModel to should be exposed to QML.

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Apr 2014 17:42:41 +0000

unity-api (7.80.6+14.04.20140401-0ubuntu1) trusty; urgency=medium

  [ Michael Zanetti ]
  * Bump version for Application api changes

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 01 Apr 2014 22:41:05 +0000

unity-api (7.80.5+14.04.20140304-0ubuntu1) trusty; urgency=low

  [ CI bot ]
  * No change rebuild against Qt 5.2.1.

  [ Ubuntu daily release ]
  * New rebuild forced

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 04 Mar 2014 13:52:36 +0000

unity-api (7.80.5+14.04.20140120-0ubuntu2) UNRELEASED; urgency=medium

  * Made calls to IniParser constructor and destructor thread-safe. Without
    this, if the destructor is called from a different thread than the constructor,
    we get complaints from thread sanitizer.

 -- Michi Henning <michi.henning@canonical.com>  Tue, 18 Feb 2014 10:29:04 +1000

unity-api (7.80.5+14.04.20140120-0ubuntu1) trusty; urgency=low

  [ Jussi Pakkanen ]
  * Remove deprecated NonCopyable base class.

  [ Michi Henning ]
  * Removed final semicolon from NONCOPYABLE macro. This makes the usage
    consistent with the UNITY_DEFINES_PTRS macro, which also does not
    include the semicolon.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 119

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 20 Jan 2014 16:05:43 +0000

unity-api (7.80.5+14.04.20131219.1-0ubuntu1) trusty; urgency=low

  [ Michi Henning ]
  * Changed unity::Exception::what() to return the same text as unity::Exception::to_string().

  [ Michal Hruby ]
  * Expose full version including micro version number in pc file.

  [ Jussi Pakkanen ]
  * Made noncopyable a macro.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 116

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 19 Dec 2013 21:07:55 +0000

unity-api (7.80.4+14.04.20131126.2-0ubuntu1) trusty; urgency=low

  [ Michal Hruby ]
  * Added pkg-config module unity-shell-api.

  [ Albert Astals ]
  * Avoid cmake warnings CMake Warning (dev) in CMakeLists.txt: Syntax
    Warning in cmake code at /home/tsdgeos_work/phablet/unity-api/unity-
    api/CMakeLists.txt:53:88 Argument not separated from preceding token
    by whitespace. This warning is for project developers. Use -Wno-dev
    to suppress it. CMake Warning (dev) in CMakeLists.txt: Syntax
    Warning in cmake code at /home/tsdgeos_work/phablet/unity-api/unity-
    api/CMakeLists.txt:53:107 Argument not separated from preceding
    token by whitespace. This warning is for project developers. Use -
    Wno-dev to suppress it. .

  [ Michi Henning ]
  * Don't set -fno-permissive when compiling with clang because clang
    produces an "ignored" warning for this flag. Set -
    DGTEST_USE_OWN_TR1_TUPLE=1 to make tests compile with clang.
  * Fix warning from clang when building libgtest about unused field.
  * Removed obsolete doxygen config variable that caused a warning
    during the build.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 112

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 26 Nov 2013 19:42:23 +0000

unity-api (7.80.3+13.10.20130927.1-0ubuntu1) saucy; urgency=low

  [ Michi Henning ]
  * Changed pkgconfig to use absolute path for Libs, so things will work
    if the package is installed in a non-standard location.
  * Reverting commit 89, which added -D_GLIBCXX_DEBUG. This has truly
    hideous consequences when calling cross-library and passing STL
    types. If not all libraries involved are compiled with the same
    flag, the code links and runs and, in many cases, will work, except
    in some cases, where suddenly the stack gets trashed, the code
    segfaults on a memory allocation, or similar.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 106

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 27 Sep 2013 10:32:57 +0000

unity-api (7.80.3+13.10.20130912-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * update Launcher API to make use of the new ApplicationManager api.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 103

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 12 Sep 2013 13:45:40 +0000

unity-api (7.80.3+13.10.20130911-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * Shell::Application: Apply Q_ENUMS to the Roles enum so
    implementations can use it.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 101

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 11 Sep 2013 00:29:43 +0000

unity-api (7.80.3+13.10.20130905.2-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * AppManager: change startApplication to return ApplicationInfo, is
    useful for shell.

  [ Michael Zanetti ]
  * add applicationFocused method to LauncherModelInterface.
  * add focused role to model.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 99

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 05 Sep 2013 10:47:48 +0000

unity-api (7.80.3+13.10.20130904-0ubuntu1) saucy; urgency=low

  [ Gerry Boland ]
  * ApplicationManagerInterface: adjust API to use appId for app
    start/stop/focus. Return ApplicationInfoInterface only in get(index)
    and the new findApplication(appId) methods.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 95

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 04 Sep 2013 03:02:27 +0000

unity-api (7.80.3+13.10.20130903.1-0ubuntu1) saucy; urgency=low

  [ Jussi Pakkanen ]
  * Use glibc's memory validator.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 93

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 03 Sep 2013 06:09:20 +0000

unity-api (7.80.3+13.10.20130902-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * Add Ubuntu.Application API, including tests and a mock
    implementation.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 91

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 02 Sep 2013 02:29:21 +0000

unity-api (7.80.3+13.10.20130826.2-0ubuntu1) saucy; urgency=low

  [ Jussi Pakkanen ]
  * Enable validating STL on debug builds.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 89

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Aug 2013 10:08:34 +0000

unity-api (7.80.3+13.10.20130826.1-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 87

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Aug 2013 06:08:18 +0000

unity-api (7.80.3+13.10.20130826-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * Add setUser method to LauncherModel.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 86

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 26 Aug 2013 02:31:24 +0000

unity-api (7.80.3+13.10.20130820.2-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 84

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 10:09:27 +0000

unity-api (7.80.3+13.10.20130820.1-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * Add a role, clickable to quicklistModel which determines if the
    entry can be clicked or not.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 82

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 06:08:22 +0000

unity-api (7.80.3+13.10.20130820-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * Add a role, clickable to quicklistModel which determines if the
    entry can be clicked or not.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 82

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 20 Aug 2013 02:08:23 +0000

unity-api (7.80.3+13.10.20130801-0ubuntu1) saucy; urgency=low

  * Automatic snapshot from revision 80

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 01 Aug 2013 14:30:16 +0000

unity-api (7.80.3+13.10.20130729ubuntu.unity.next-0ubuntu1) saucy; urgency=low

  [ Michi Henning ]
  * Changed DefinesPtrs to a macro. That way, we don't need a virtual
    destructor, and the generated typedefs can be used with POD types.
    The macro also prevents ambiguous names that were caused by the
    template for classes in a derivation hierarchy.
  * Added UNITY_DEFINES_PTRS (needed by scopes). Added coverage
    suppresssion for unreachable line of code.

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 29 Jul 2013 03:40:54 +0000

unity-api (7.80.3+13.10.20130709ubuntu.unity.next-0ubuntu1) saucy; urgency=low

  [ Michael Zanetti ]
  * added quicklist support to launcher api

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 09 Jul 2013 02:58:47 +0000

unity-api (7.80.2+13.10.20130703ubuntu.unity.next-0ubuntu1) saucy; urgency=low

  [ Michał Sawicz ]
  * Do not require any particular version of boost.

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 03 Jul 2013 02:35:04 +0000

unity-api (7.80.2+13.10.20130702ubuntu.unity.next-0ubuntu1) saucy; urgency=low

  [ Didier Roche ]
  * Add a better package description.

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 02 Jul 2013 02:31:07 +0000

unity-api (7.80.2+13.10.20130627ubuntu.unity.next-0ubuntu1) saucy; urgency=low

  [ Didier Roche ]
  * Fix packaging to follow daily release guidelines
  * Automatic snapshot from revision 67 (bootstrap)

  [ Michi Henning ]
  * Changed "Lesser GNU General Public License" to "GNU Lesser General
    Public License" throughout. Fixed five files that used GPL instead
    of LGPL. licensecheck comes up clean now, reporting LGPL v3 for
    everything. (LP: #1194867)
  * Renamed COPYING.LIB -> COPYING. (LP: #1194867)

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 27 Jun 2013 09:48:56 +0000

unity-api (7.80.1) saucy; urgency=low

  * This project forked from lp:unity/phablet. Updating the versioning to
    reflect that.

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Tue, 04 Jun 2013 16:06:54 -0300

unity-api (0.2) saucy; urgency=low

  * Releasing for saucy.

 -- Sergio Schvezov <sergio.schvezov@canonical.com>  Tue, 04 Jun 2013 02:16:12 -0300

unity-api (0.1) raring; urgency=low

  * Initial release

 -- Michał Sawicz <michal.sawicz@canonical.com>  Fri, 10 May 2013 12:43:53 +0200