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
|
indicator-applet (0.1.6-0ubuntu1) UNRELEASED; urgency=low
* New upstream version
* Applied the same fixes as Cody Russell's patch to indicator-messages
to the finalize functions here. Should fix LP: #359018 completely.
* Minor warnings fixes in search of solution to above.
-- Ted Gould <ted@ubuntu.com> Mon, 13 Apr 2009 11:29:58 -0500
indicator-applet (0.1.5-0ubuntu1) jaunty; urgency=low
* debian/control: Switching libindicate0 to libindicate1 to express
the fact that the binary compatibility is broken.
* debian/libindicate0.install changed to debian/libindicate1.install
* New upstream version:
* Adds new API for detecting interests of various listeners. Implemented
on both client and server side. (LP: #353112)
* Makes it so that all objects down to the menu now use the gtkstyle
naming from FUSA to ensure that they all pick up the theme hacks that
are set for FUSA. (LP: #334490)
* Explicitly sets the about window's window icon. (LP: #356437)
-- Ted Gould <ted@ubuntu.com> Fri, 03 Apr 2009 15:09:33 -0500
indicator-applet (0.1.4-0ubuntu1) jaunty; urgency=low
* New upstream version
* Changing the text in the license box to make sense. (LP: #346215)
* Call GNOME Program Init to initialize all of the ATK and gettext
stuff that needs to be initialized for it all to work. Patch from
Eitan Isaacson. (LP: #349031)
* Give the indicator applet an ATK name so it can be found by the
accessibility frameworks. Patch from Eitan Isaacson. (LP: #349031)
* Making it so the 'No Indicators' situation uses a label instead of a
desensitized menu item to allow right click through. (LP: #346359)
* Remove the making of 'Indicator Applet Factory' translatable.
(LP: #349540)
* Make sure translations get loaded and make the 'No Indicators' error
and the license translatable. Patch from Gabor Kelemen. (LP: #349998)
* debian/control: Adding libgnomeui-dev as a dependency as it was added
upstream.
-- Ted Gould <ted@ubuntu.com> Mon, 30 Mar 2009 09:31:44 +0200
indicator-applet (0.1.3-0ubuntu2) jaunty; urgency=low
* debian/control: Add dependency to indicator-messages; the applet is
currently fairly useless without it. (LP: #346359)
-- Martin Pitt <martin.pitt@ubuntu.com> Wed, 25 Mar 2009 11:25:29 +0100
indicator-applet (0.1.3-0ubuntu1) jaunty; urgency=low
* New upstream version 0.1.3, makes the GObject introspection
an optional build item.
* debian/control: Removing GObject introspection
* debian/*.install, remove all of GIR references
-- Ted Gould <ted@ubuntu.com> Wed, 18 Mar 2009 00:12:30 -0500
indicator-applet (0.1.2-0ubuntu2) UNRELEASED; urgency=low
* Add debian/watch.
* Add bzr-builddeb configuration (merge mode). Fortunately this doesn't
insist on having *only* debian/ in bzr. This gives us the best of both
worlds, bzd-bd auto-downloading orig.tar.gz and merging in the
pre-generated autoconf stuff, and retaining the possibility of merging
directly from trunk, since we keep the full upstream source in this branch.
* debian/copyright: Fix download location.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Mar 2009 10:51:46 +0100
indicator-applet (0.1.2-0ubuntu1) jaunty; urgency=low
* New upstream version
* Removes duplicate prototypes (LP: #338885)
* Fixes background color to match them on dark themes when
the panel color is not set (LP: #334490)
* Removing the handle and replacing it with the ability to
right click on the applet to get a panel menu (LP: #339818)
* Various build fixes
-- Ted Gould <ted@ubuntu.com> Sun, 15 Mar 2009 08:58:20 -0500
indicator-applet (0.1.1-0ubuntu2) jaunty; urgency=low
* src/applet-main.c, applet_fill_cb(): Do not show anything if we
are running under a stracciatella GNOME session (i. e. without
Ubuntu components). See UbuntuSpec:stracciatella-session.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Feb 2009 17:24:04 +0100
indicator-applet (0.1.1-0ubuntu1) jaunty; urgency=low
* New upstream release with some icon changes.
* debian/control: Fix Vcs-Bzr.
* debian/control: Update package descriptions; the messaging part is
provided by indicator-messages.
* debian/copyright: Fix leftover word "either" from the license
description.
-- Martin Pitt <martin.pitt@ubuntu.com> Thu, 19 Feb 2009 16:12:01 +0100
indicator-applet (0.1-0ubuntu1) jaunty; urgency=low
* Initial release, based on DX team's PPA packaging branch.
(lp:~indicator-applet-developers/indicator-applet/applet-packaging)
* Repack orig.tar.gz with a copy of the LGPL 3, libindicate/* is
under that license.
* debian/control: Add Homepage:, Vcs-Bzr:, and proper package
descriptions.
* debian/copyright: Properly describe licenses.
* configure.ac: Add missing gio-2.0 pkgconfig check (from DX team
PPA packaging branch), and autoreconf to pick up the change.
-- Martin Pitt <martin.pitt@ubuntu.com> Tue, 17 Feb 2009 10:28:14 +0100
|