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
|
indicator-applet (0.2.0~bzr319-0ubuntu1~ppa4) UNRELEASED; urgency=low
* Upstream fix to PC file.
-- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 12:25:47 +0100
indicator-applet (0.2.0~bzr319-0ubuntu1~ppa3) karmic; urgency=low
* debian/control: Fixing the library reference of
libindicate-gtk-dev
-- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 10:53:48 +0100
indicator-applet (0.2.0~bzr319-0ubuntu1~ppa2) karmic; urgency=low
* Forgot to autogen.sh
-- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 10:51:47 +0100
indicator-applet (0.2.0~bzr319-0ubuntu1~ppa1) karmic; urgency=low
* Merging in upstream code to split out libindicate-gtk
* debian/control:
* Changing the version number of libindcate to 2 to match
the .so numbering.
* Creating packages for libindicate-gtk
* Added libindicate-gtk-dev.install and libindicate-gtk0.install
for the new library.
* Renamed libindicate1.install to libindicate2.install to match
the package name change.
* Modified libindicate-dev to be more specific about the header
files that it grabs.
-- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 10:27:31 +0100
indicator-applet (0.2.0~bzr309-0ubuntu3) karmic; urgency=low
* Now moving on to Karmic
-- Ted Gould <ted@ubuntu.com> Fri, 17 Jul 2009 21:24:41 -0500
indicator-applet (0.2.0~bzr309-0ubuntu2) jaunty; urgency=low
* debian/control, debian/libindicate-doc.install: Merging in Ken
Vandine's work on making a -doc package for libindicate.
-- Ted Gould <ted@ubuntu.com> Fri, 17 Jul 2009 21:23:41 -0500
indicator-applet (0.2.0~bzr309-0ubuntu1) jaunty; urgency=low
* Merge from upstream, includes documentation.
-- Ted Gould <ted@ubuntu.com> Tue, 05 May 2009 16:44:29 +0100
indicator-applet (0.2.0~bzr307-0ubuntu2) jaunty; urgency=low
* Increment for PPA. Forgot to autogen.sh
-- Ted Gould <ted@ubuntu.com> Mon, 27 Apr 2009 11:06:45 -0500
indicator-applet (0.2.0~bzr307-0ubuntu1) jaunty; urgency=low
* Upstream Snapshot: Adding in a test suite.
* debian/control: Adding a build-dep on dbus-test-runner
-- Ted Gould <ted@ubuntu.com> Mon, 27 Apr 2009 10:52:28 -0500
indicator-applet (0.2.0~bzr305-0ubuntu1) jaunty; urgency=low
* Upstream snapshot
* debian/control:
* Add in package libindicator-dev
* Add build depends on libxml2-dev for upstream dep
* debian/libindicate-dev.install: Add greater specificity on what
gets installed to not get confused with files from libindicator
* debian/libindicator-dev.install: Specify which files should be
put into the development package.
-- Ted Gould <ted@ubuntu.com> Wed, 22 Apr 2009 23:46:28 -0500
indicator-applet (0.1.6-0ubuntu1) jaunty; 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> Tue, 14 Apr 2009 11:36:12 +0200
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
|