~indicator-applet-developers/hud/trunk.14.04

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
hud (14.04+14.04.20140604-0ubuntu1) trusty; urgency=medium

  [ Pete Woods ]
  * Resolve crasher in previous attempted SRU. (LP: #1298656)
    - Fix order of menu traversal.
    - Add timeout to legacy HUD queries.
    - Improve legacy menu safety valve trigger.
    - Remove duplicate entries in upstart job.

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

hud (13.10.1+14.04.20140425-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Harden HUD against misbehaving applications Report the offending
    applications using Apport's recoverable problem tool. Switch to
    using shared pointers where possible for managing memory. (LP:
    #1298656)

  [ Marcus Tomlinson ]
  * Harden HUD against misbehaving applications Report the offending
    applications using Apport's recoverable problem tool. Switch to
    using shared pointers where possible for managing memory. (LP:
    #1298656)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 25 Apr 2014 08:48:46 +0000

hud (13.10.1+14.04.20140402-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Make the DBusMenu safety valve actually work this time (LP:
    #1280372)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Apr 2014 10:38:40 +0000

hud (13.10.1+14.04.20140326-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Add safety valve for DBusMenuCollector that also reports the
    offending application (LP: #1280372)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 26 Mar 2014 09:36:22 +0000

hud (13.10.1+14.04.20140325-0ubuntu1) trusty; urgency=low

  [ Charles Kerr ]
  * Simplify the implementation of QtGActionGroup. This started off with
    the intent of removing the overhead of g_action_group_list_actions()
    in QtGActionGroup::Action(), but then I found
    QtGActionGroup::Action() was only called in the object's constructor
    and destructor, so it made more sense to remove the function
    altogether. Summary of changes:   * Plugged GVariant leak in
    QtGActionGroup::TriggerAction()   * Plugged char* leak in
    QtGMenuUtils::makeStringListQVariant   * ActionGroup ctor calls
    g_action_group_list_actions() once instead of n+1 times   *
    ActionGroup dtor calls g_action_group_list_actions() once instead of
    n times   * Removed unused public method Size()   * Removed newly-
    unused public method Action()   * Removed newly-unused field m_size
    (LP: #1296746)

  [ Pete Woods ]
  * Add null guards to ItemStore search (LP: #1292237)
  * Fix test failures exposed by fix to libqtdbustest (LP: #1296744)
  * Call only "safe" write method from UNIX signal handler See
    http://pubs.opengroup.org/onlinepubs/000095399/functions/xsh_chap02_
    04.html#tag_02_04_01 (LP: #1296602)

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

hud (13.10.1+14.04.20140314-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Make legacy queries return no results with an empty search string
    (LP: #1276569)
  * Tweak search parameters following advice from Jussi (LP: #1276569)
  * Use new DBusMenu API to make dbusmenu calls sync (LP: #1292586)
  * Support multiple GMenuCollectors for each window, and multiple
    QtGActionGroups for each QtGMenuModel. (LP: #1288025)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 14 Mar 2014 16:37:38 +0000

hud (13.10.1+14.04.20140304-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Change GTK documentation so that it builds with the new glib version
    (LP: #1287580)

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

hud (13.10.1+14.04.20140218.2-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Abstract out settings for improved testability (LP: #1280559)
  * Prevent rare crash when first opening dbusmenu window

  [ Marcus Tomlinson ]
  * Store actions for entire QtGMenuModel hierarchy in top menu
    m_actions (LP: #1276225)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 18 Feb 2014 14:29:30 +0000

hud (13.10.1+14.04.20140212-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Make UTF8-safe implementation of nih_dbus_path (LP: #1278439)
  * Use deleteLater to avoid crash in destruction of QGSettings (LP:
    #1278440)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 12 Feb 2014 13:50:40 +0000

hud (13.10.1+14.04.20140206-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Re-enable quit action in HUD client library. (LP: #1269409)
  * Extra checks for null DBusMenuCollector

  [ Marcus Tomlinson ]
  * Cache size of QtGActionGroup in m_size rather and re-calculating it
    on every Size() call. (LP: #1276225)

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 06 Feb 2014 11:58:43 +0000

hud (13.10.1+14.04.20140120-0ubuntu1) trusty; urgency=low

  * New rebuild forced
  * Automatic snapshot from revision 362

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

hud (13.10.1+14.04.20140108-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Replace core HUD service and improve testing.
  * Generate valid window stack introspection XML. (LP: #1254949)
  * Fix window stack breakage introduced by last commit.
  * Build application paths using NIH DBus utils to maintain
    compatibility with confinement policies. (LP: #1262316)
  * Restore keyword reading functionality to libQtGmenu. (LP: #1262323,
    #1262326, #1262318)
  * Restore the sqlite database reading functionality. (LP: #1262320)
  * Valgrind is not available on all platforms.

  [ Ted Gould ]
  * Search for Pango so we can build the command line utilities.

  [ Marcus Tomlinson ]
  * Replace core HUD service and improve testing.
  * Check window handle is not null before attempting to dereferencing
    it.
  * Remove unnecessary polling from QtGMenuImporter to reduce DBus
    comms. (LP: #1262333)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 361

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

hud (13.10.1+14.04.20131205-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Fix keywords test on ARM. (LP: #1257861)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 350

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 05 Dec 2013 09:35:45 +0000

hud (13.10.1+14.04.20131204-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * In the window stack always return a property list of the correct
    length.
  * Initialize the current_source pointer. (LP: #1253676)

  [ Ted Gould ]
  * Improve handling of unfound windows. (LP: #1247898)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 348

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 04 Dec 2013 13:51:14 +0000

hud (13.10.1+14.04.20131029.1-0ubuntu1) trusty; urgency=low

  [ Pete Woods ]
  * Fix the ref counting of application sources The application sources
    are now entirely owned by the application-list's hash table.

  [ Ted Gould ]
  * Add apport dependencies to the package hook. (LP: #1233994)
  * Don't show disabled items in search results. (LP: #1192646)

  [ Charles Kerr ]
  * Add a nullptr safeguard to prevent a crash-on-null-ptr-reference.
    Also, move a QMap lookup outside of a for loop. Yay! . (LP:
    #1242032)
  * if we can't get the busname, log a g_critical and then exit
    gracefully instead of abort()ing in g_error. (LP: #1244688)
  * Add a null safeguard when accessing window SharedPtrs held in the
    m_windows QMap . (LP: #1243654)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 343

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 29 Oct 2013 11:17:56 +0000

hud (13.10.1+13.10.20131031-0ubuntu1) saucy; urgency=low

  [ Charles Kerr ]
  * If we can't get the busname, log a g_critical and then exit
    gracefully instead of abort()ing in g_error. (LP: #1244688)
  * Add a null safeguard when accessing window SharedPtrs held in the
    m_windows QMap. (LP: #1243654)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 344

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 31 Oct 2013 23:12:19 +0000

hud (13.10.1+13.10.20131024-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Fix the ref counting of application sources The application sources
    are now entirely owned by the application-list's hash table.

  [ Ted Gould ]
  * Add apport dependencies to the package hook. (LP: #1233994)
  * Don't show disabled items in search results. (LP: #1192646)
  * Don't crash if we get asked about a window we don't know about,
    return a null list. (LP: #1242339)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 341

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 24 Oct 2013 16:12:43 +0000

hud (13.10.1+13.10.20131014-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Fix crash on window removal. (LP: #1238338)
  * Fix application disposal, so HUD doesn't crash for apps with no
    actions.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 336

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 14 Oct 2013 08:53:02 +0000

hud (13.10.1+13.10.20131010.1-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Handle errors from the BAMF interface It looks like windows are
    sometimes disappearing before we get round to asking for information
    about them. (LP: #1238002)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 333

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Oct 2013 18:43:20 +0000

hud (13.10.1+13.10.20131010-0ubuntu1) saucy; urgency=low

  [ Loïc Minier ]
  * Fix build-deps for desktop build.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 331

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 10 Oct 2013 02:23:33 +0000

hud (13.10.1+13.10.20131009.1-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Support unity8's window stack API. (LP: #1233992)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 329

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 09 Oct 2013 23:26:00 +0000

hud (13.10.1+13.10.20131009-0ubuntu1) saucy; urgency=low

  [ Dmitrijs Ledkovs ]
  * Use /bin/sh instead of /bin/bash in the dbus activation script, to
    speed up execution.

  [ Pete Woods ]
  * Improve HUD's voice error handling for when either nothing is said,
    or the mic isn't working.
  * Working around the missing session bus variable and reporting a bug.

  [ Ted Gould ]
  * Working around the missing session bus variable and reporting a bug.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 326

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 09 Oct 2013 12:24:00 +0000

hud (13.10.1+13.10.20131008.1-0ubuntu1) saucy; urgency=low

  [ Dmitrijs Ledkovs ]
  * Use /bin/sh instead of /bin/bash in the dbus activation script, to
    speed up execution.

  [ Pete Woods ]
  * Improve HUD's voice error handling for when either nothing is said,
    or the mic isn't working.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 325

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Tue, 08 Oct 2013 12:50:58 +0000

hud (13.10.1+13.10.20131002.1-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Raise an error instead of a warning if we can't get our hands on the
    HUD service name.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 322

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 02 Oct 2013 11:54:52 +0000

hud (13.10.1+13.10.20130918-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Handle searches that result in no tokens as NULL searches. (LP:
    #1193700)

  [ Antti Kaijanmäki ]
  * Fix search results when application starts and also include
    ALL_WINDOWS context on different searches. (LP: #1205097). (LP:
    #1205097)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 320

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 18 Sep 2013 07:10:50 +0000

hud (13.10.1+13.10.20130904-0ubuntu1) saucy; urgency=low

  [ Jamie Strandboge ]
  * use libnih-dbus to generate object path name (LP: #1218107) -
    CMakeLists.txt: add NIH_INCLUDE_DIRS and NIH_DBUS_INCLUDE_DIRS -
    src/CMakeLists.txt: add NIH_LIBRARIES and NIH_DBUS_LIBRARIES -
    src/application-source.c: use nih_dbus_path() - debian/control:
    Build-Depends on libnih-dbus-dev. (LP: #1218107)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 317

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

hud (13.10.1+13.10.20130822.4-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Fix hud client-reconnects on the phone This branch fixes hud-
    clients's ability to seamlessly reconnect to HUD. (LP: #1205097)

  [ Ted Gould ]
  * Migrate from g_simple_action_group_insert to
    g_action_map_add_action. (LP: #1215180)

  [ Antti Kaijanmäki ]
  * Fix Ubuntu UI Session callbacks. On Touch Images where we use Ubuntu
    UI Session API to get notifications when active window changes. The
    callbacks are being invoked from a separate thread. We have to pass
    the callbacks through g_idle_add() to process them in main
    gmaincontext. This also requires to change the type of
    AbstractWindow and AbstractApp as we can't pass on the
    ubuntu_ui_session_properties accross different threads. (LP:
    #1205097, #1203772, #1214996)
  * Fix hud client-reconnects on the phone This branch fixes hud-
    clients's ability to seamlessly reconnect to HUD. (LP: #1205097)
  * g_simple_action_group_lookup() was deprecated. use
    g_action_map_lookup_action() instead.
  * Adjust watchdog test limits to get rid of random timing failures.
    (LP: #1215180)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 315

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 22 Aug 2013 18:12:30 +0000

hud (13.10.1+13.10.20130816.1-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Patch up hud-gtk.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 309

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 16 Aug 2013 22:09:30 +0000

hud (13.10.1+13.10.20130812-0ubuntu1) saucy; urgency=low

  * New rebuild forced
  * Automatic snapshot from revision 307

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 12 Aug 2013 11:58:36 +0000

hud (13.10.1+13.10.20130731-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * Don't build-depend on gnome-doc-utils.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 306

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

hud (13.10.1+13.10.20130719-0ubuntu1) saucy; urgency=low

  [ Łukasz 'sil2100' Zemczak ]
  * Do not install hud-tools tests, it's not needed. Especially that the
    test install directory is sooo wrong.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 304

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Fri, 19 Jul 2013 03:01:43 +0000

hud (13.10.1+13.10.20130717-0ubuntu1) saucy; urgency=low

  [ Antti Kaijanmäki ]
  * Fix hud-service emitting multiple UpdatedQuery signals.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 302

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 17 Jul 2013 03:06:37 +0000

hud (13.10.1+13.10.20130715-0ubuntu1) saucy; urgency=low

  [ Jeremy Bicha ]
  * * Drop explicit build-depends on gir1.2-dee-1.0 * Build against
    default valac.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 300

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Mon, 15 Jul 2013 03:16:53 +0000

hud (13.10.1+13.10.20130710-0ubuntu1) saucy; urgency=low

  [ Antti Kaijanmäki ]
  * libhud: * Don't try to unexport menu model if it's exporting failed.
    * g_critical() instead of g_error().

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 298

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 10 Jul 2013 06:24:02 +0000

hud (13.10.1+13.10.20130703-0ubuntu1) saucy; urgency=low

  [ Antti Kaijanmäki ]
  * * libhud: - cache active contexts so that they can be restored on
    (re)connect * hud-service: - add debug information on window context
    switching.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 296

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

hud (13.10.1+13.10.20130702-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Checking for the NULL return.

  [ Antti Kaijanmäki ]
  * * Ignore deprecation warning with
    bamf_application_get_application_menu(). * add WindowStackForMonitor
    to test-application-list.c dbusmock.
  * Fix parameterized actions which were broken by r283.
  * Search also ALL_WINDOWS context.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 294

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

hud (13.10.1daily13.06.19-0ubuntu1) saucy; urgency=low

  [ Ted Gould ]
  * Support unity-gtk-module exported menus.
  * Don't clear the last focused pointer when we get a NULL new window.
  * Don't create an endpoint with bad names.
  * Upstart job, dbus activation hack.
  * When failing to start the proxy, don't cause criticals.
  * Fixing critical messages from Dee and GSignal.
  * Extending dbus-activation hack to non-upstart sessions.
  * Adding a WindowType to the BAMF Window Mock.
  * Increase timeouts and further push out voice init for the phone.
  * Adds the ability to switch contexts in the application sources. This
    required splitting out a bunch code into a new context object.
    Unfortunately a big change.
  * Complete toolbar support.
  * Making file naming consistent.
  * When creating a new matcher get the focused window.
  * Don't trust BAMF to give us a correct application when windows are
    being closed.
  * Clear the refresh id when running the idle function.
  * Refresh models who are base models not leaf models.

  [ Antti Kaijanmäki ]
  * Adds the ability to switch contexts in the application sources. This
    required splitting out a bunch code into a new context object.
    Unfortunately a big change.
  * libhud/action-publisher.c: * fix use-after-free if exporting of a
    publisher fails * fix the overall publisher export logic * fix
    memory leak when freeing HudActionPublisherActionGroupSet.

  [ Didier Roche ]
  * remove julius, we have sphinx-voxforge now.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 289

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 19 Jun 2013 03:53:18 +0000

hud (13.10.1daily13.06.05.1-0ubuntu1) saucy; urgency=low

  [ Pete Woods ]
  * Merge the remaining HUD 2.0 branch contents.
  * Fix voice on the device Have to duplicate the call to cmd_ln_init to
    handle each case, it won't accept NULL arguments. (LP: #1177226)
  * Switch acoustic model over to using voxforge-sphinx now that it's in
    the archive.

  [ Ted Gould ]
  * Make sure the paren always has data to show. (LP: #1172228)
  * Test that pinging the watchdog with NULL isn't an error.
  * Allow applications to define a context for actions.
  * If the service has disappeared request a start when updating the
    query. (LP: #1181289)
  * Ensuring the models are sync'd before reporting the query is built.
    (LP: #1183520)
  * Destroy queries when the client disappears off DBus.
  * Remove unused test and cleanup dependencies.
  * Load model schema to ensure matching with service.
  * Use shared search update function in voice search.
  * Diable appstack search by default.
  * Make sure we get the query parameter before construct is called.
  * Lazily load voice engine when doing voice queries.
  * Adds in detection of the highlights in both the command and the
    description.

  [ Łukasz 'sil2100' Zemczak ]
  * Fixes related to unit tests - increase the number of session waits
    (SESSION_MAX_WAIT) to 20.
  * Temporarily disable the test-source unit test since it's failing on
    non-Android armhf systems. Also, tweak up a bit some of the timeouts
    for slower systems.

  [ Albert Astals ]
  * Return true instead of false It is still un-implemented but this way
    the Shell can start using this function and have the same behaviour
    it had.

  [ Ricardo Mendoza ]
  * * Remove libhybris dep * Update platform API includes * Update
    platform API usage * Get rid of hybris references.

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 270

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Wed, 05 Jun 2013 12:33:44 +0000

hud (13.10.1daily13.05.30ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ted Gould ]
  * If the service has disappeared request a start when updating the
    query. (LP: #1181289)

  [ Ricardo Mendoza ]
  * * Remove libhybris dep * Update platform API includes * Update
    platform API usage * Get rid of hybris references.

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

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

hud (13.10.1daily13.05.23ubuntu.unity.next-0ubuntu1) raring; urgency=low

  [ Ted Gould ]
  * Bumping the number to make diffs more plesant.

  [ Mathieu Trudel-Lapierre ]
  * debian/control:
    - Update Vcs-Bzr and Vcs-Browser to point to the correct branches for
      phablet.
  * debian/rules:
    - build with ENABLE_PLATFORM_API=ON on armhf.
    - drop --parallel; give us a better chance to build successfully.

  [ Pete Woods ]
  * Merge the remaining HUD 2.0 branch contents.
  * Fix voice on the device Have to duplicate the call to cmd_ln_init to
    handle each case, it won't accept NULL arguments. (LP: #1177226)
  * Switch acoustic model over to using voxforge-sphinx now that it's in
    the archive.

  [ Ted Gould ]
  * Make sure the paren always has data to show. (LP: #1172228)
  * Test that pinging the watchdog with NULL isn't an error.
  * Allow applications to define a context for actions.

  [ Albert Astals ]
  * Return true instead of false It is still un-implemented but this way
    the Shell can start using this function and have the same behaviour
    it had.

  [ Łukasz 'sil2100' Zemczak ]
  * Fixes related to unit tests - increase the number of session waits
    (SESSION_MAX_WAIT) to 20.
  * Temporarily disable the test-source unit test since it's failing on
    non-Android armhf systems. Also, tweak up a bit some of the timeouts
    for slower systems.

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

 -- Ubuntu daily release <ps-jenkins@lists.canonical.com>  Thu, 23 May 2013 03:01:28 +0000

hud (13.10.0-0ubuntu1~ppa2) quantal; urgency=low

  * Don't spin CPU at 100% when closing share-app (LP: #1131186)

 -- Albert Astals Cid  <albert.astals@canonical.com>  Fri, 22 Feb 2013 12:08:19 +0100

hud (13.10.0-0ubuntu1~ppa1) quantal; urgency=low

  * Upstream release of many, many changes.

 -- Ted Gould <ted@ubuntu.com>  Wed, 20 Feb 2013 09:28:40 -0600

hud (13.04.0daily13.04.03-0ubuntu1) raring; urgency=low

  [ Michael Terry ]
  * HUD test suite requires some universe packages (LP: #1131111)

  [ Ubuntu daily release ]
  * Automatic snapshot from revision 244

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

hud (13.04.0daily13.02.20-0ubuntu2) raring; urgency=low

  * debian/control:
    - Remove some Build-Depends that aren't in main yet and are used for the
      test suite.  We'll add tests back very soon as dep8 or without
      bustle.  This is just a brown-paper-bag release to fix component
      mismatch.
  * debian/hud-tools.install:
    - Don't ship hud-gtk stuff, since that's only built when tests are.

 -- Michael Terry <mterry@ubuntu.com>  Wed, 20 Feb 2013 17:49:47 +0000

hud (13.04.0daily13.02.20-0ubuntu1) raring; urgency=low

  [ Ted Gould ]
  * First version
    * Now independent of indicator-appmenu

  [ Michael Terry ]
  * Switch to dh9
  * Update copyright to DEP-5
  * Use valac-0.18 instead of valac-0.16
  * Require raring's version of bustle for the --count argument

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 237 (bootstrap).
  * debian/control:
    - update Maintainer.
    - Further flesh out long description for the packages.
    - Reorganize Build-Depends for clarity.

  [ Automatic PS uploader ]
  * Automatic snapshot from revision 242

 -- Automatic PS uploader <ps-jenkins@lists.canonical.com>  Wed, 20 Feb 2013 02:01:50 +0000

hud (13.04.0-0ubuntu1~ppa17) quantal; urgency=low

  [ Florian Boucault ]
  * Support for additional field in struct ubuntu_ui_session_lifecycle_observer.

 -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com>  Wed, 20 Feb 2013 05:47:29 -0300

hud (13.04.0-0ubuntu1~ppa16) quantal; urgency=low

  * Reverse item ordering (LP: #1130050) (LP: #1125656)

 -- Antti Kaijanmäki <antti.kaijanmaki@canonical.com>  Tue, 19 Feb 2013 21:58:39 +0200

hud (13.04.0-0ubuntu1~ppa15) quantal; urgency=low

  * Sidestage support for appstack ordering (LP: #1127653)
  * Stop crashing on second application start after quit (LP: #1126580)
  * Usage not getting used in ranking (LP: #1129154) and not tracked
    for parameterized actions (LP: #1129156)
  * Fix GMenuModel based indicator actions (LP: #1129170)
  * Description fixes (LP: #1122171)
    * Use keywords from menu model for description
    * Make context look like keywords in description (LP: #1125685)
    * Show descriptions in results model
  * Small Coverity fixes
    * Unchecked return value (LP: #1126462)
    * Parameter name hidden (LP: #1126448)
    * Forward NULL (LP: #1126458)
    * Stray semicolon (LP: #1126459)

 -- Ted Gould <ted@ubuntu.com>  Mon, 18 Feb 2013 10:36:12 -0600

hud (13.04.0-0ubuntu1~ppa14) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Sat, 16 Feb 2013 10:07:38 -0600

hud (13.04.0-0ubuntu1~ppa13) quantal; urgency=low

  * Bumping version

 -- Pete Woods <pete.woods@canonical.com>  Fri, 15 Feb 2013 12:47:58 +0000

hud (13.04.0-0ubuntu1~ppa12) quantal; urgency=low

  * Bumping version

 -- Albert Astals Cid <albert.astals@canonical.com>  Fri, 15 Feb 2013 09:04:51 +0100

hud (13.04.0-0ubuntu1~ppa11) quantal; urgency=low

  * Invoke the correct listening binary and make sure it is correctly killed.

 -- Pete Woods <pete.woods@canonical.com>  Thu, 14 Feb 2013 14:06:27 +0000

hud (13.04.0-0ubuntu1~ppa10) quantal; urgency=low

  * Extract direct interaction with Julius into a command line process
    - This should isolate us from it misbehaving

 -- Pete Woods <pete.woods@canonical.com>  Wed, 13 Feb 2013 22:37:15 +0000

hud (13.04.0-0ubuntu1~ppa9) quantal; urgency=low

  * Bumping version

 -- Albert Astals Cid <albert.astals@canonical.com>  Wed, 13 Feb 2013 12:25:03 +0100

hud (13.04.0-0ubuntu1~ppa8) quantal; urgency=low

  * Bumping version

 -- Albert Astals Cid <albert.astals@canonical.com>  Tue, 12 Feb 2013 12:20:59 +0100

hud (13.04.0-0ubuntu1~ppa7) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Fri, 08 Feb 2013 10:45:09 -0600

hud (13.04.0-0ubuntu1~ppa6) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Thu, 07 Feb 2013 21:55:21 -0600

hud (13.04.0-0ubuntu1~ppa5) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Wed, 06 Feb 2013 20:46:01 -0600

hud (13.04.0-0ubuntu1~ppa4) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Tue, 05 Feb 2013 21:47:15 -0600

hud (13.04.0-0ubuntu1~ppa3) quantal; urgency=low

  * Bumping version

 -- Ted Gould <ted@ubuntu.com>  Tue, 29 Jan 2013 21:24:45 +0000

hud (13.04.0-0ubuntu1~ppa2) quantal; urgency=low

  * Upstream Merge
    * Adding a stub library
  * debian/control: Adding libhud and libhud-dev packages

 -- Ted Gould <ted@ubuntu.com>  Fri, 09 Nov 2012 10:44:47 -0600

hud (13.04.0-0ubuntu1~ppa1) quantal; urgency=low

  [ Ted Gould ]
  * First version
    * Now independent of indicator-appmenu

  [ Michael Terry ]
  * Switch to dh9
  * Update copyright to DEP-5
  * Use valac-0.18 instead of valac-0.16
  * Require raring's version of bustle for the --count argument

  [ Mathieu Trudel-Lapierre ]
  * Automatic snapshot from revision 237 (bootstrap).
  * debian/control:
    - update Maintainer.
    - Further flesh out long description for the packages.
    - Reorganize Build-Depends for clarity.

 -- Ted Gould <ted@ubuntu.com>  Wed, 24 Oct 2012 15:43:27 +0200