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
|
indicator-sus (0.1~ppa2~indicator9ubuntu9) UNRELEASED; urgency=low
* Lock screen works
* Pidgin proxy gets setup and doesn't crash
-- Ted Gould <ted@ubuntu.com> Sun, 26 Jul 2009 23:45:15 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu8) karmic; urgency=low
* Ah, forgot the service files.
-- Ted Gould <ted@ubuntu.com> Fri, 24 Jul 2009 16:58:52 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu7) karmic; urgency=low
* Adding in devkit power support for suspend/hibernate
* Changing namespace from com.ubuntu to org.ayatana
* debian/control: Add binary dep on DeviceKit Power
-- Ted Gould <ted@ubuntu.com> Fri, 24 Jul 2009 16:50:55 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu5) karmic; urgency=low
* debian/control: Adding a dep on polkit-gnome-dev
-- Ted Gould <ted@ubuntu.com> Thu, 23 Jul 2009 21:43:13 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu4) karmic; urgency=low
* Basically getting this session stuff working. Well, all
the stuff that kills data.
-- Ted Gould <ted@ubuntu.com> Thu, 23 Jul 2009 16:08:01 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu3) karmic; urgency=low
* Wrong function, building a path instead of a filename. Err.
-- Ted Gould <ted@ubuntu.com> Wed, 22 Jul 2009 17:22:56 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu2) karmic; urgency=low
* Adding a helper for the logout window. And setting things
up to call it.
-- Ted Gould <ted@ubuntu.com> Wed, 22 Jul 2009 12:48:45 -0500
indicator-sus (0.1~ppa2~indicator9ubuntu1) karmic; urgency=low
* Adding in lots of fun menu items. This way the menu looks
more complete than it really is :)
-- Ted Gould <ted@ubuntu.com> Tue, 21 Jul 2009 10:55:53 -0500
indicator-sus (0.1~ppa2~indicator9) karmic; urgency=low
* Updating the users daemon to have usable generic functions
but no dummy users.
-- Ted Gould <ted@ubuntu.com> Mon, 20 Jul 2009 15:20:10 -0500
indicator-sus (0.1~ppa2~indicator8) karmic; urgency=low
* Going Karmic
-- Ted Gould <ted@ubuntu.com> Fri, 17 Jul 2009 21:58:24 -0500
indicator-sus (0.1~ppa2~indicator7) jaunty; urgency=low
* Switching to DbusmenuGtkClient instead of DbusmenuGtkMenu
* Adding some dummy data to users.
-- Ted Gould <ted@ubuntu.com> Wed, 01 Jul 2009 00:07:16 -0500
indicator-sus (0.1~ppa2~indicator6) jaunty; urgency=low
* Removing the .so versions
* Using the new dbusmenu signals instead of the GtkContainer
ones that don't really signal.
-- Ted Gould <ted@ubuntu.com> Mon, 22 Jun 2009 22:50:23 -0500
indicator-sus (0.1~ppa2~indicator5) jaunty; urgency=low
* Changing the signal names.
-- Ted Gould <ted@ubuntu.com> Fri, 19 Jun 2009 14:43:01 -0500
indicator-sus (0.1~ppa2~indicator4) jaunty; urgency=low
* Code to start merging in menus.
-- Ted Gould <ted@ubuntu.com> Fri, 19 Jun 2009 13:43:54 -0500
indicator-sus (0.1~ppa2~indicator3) jaunty; urgency=low
* Updating from branch, lazy loading the services.
* debian/rules: Removing the .a/.la clutter in the install
directory.
-- Ted Gould <ted@ubuntu.com> Fri, 19 Jun 2009 07:28:20 -0500
indicator-sus (0.1~ppa2~indicator2) jaunty; urgency=low
* Updating the build to make proper service files
-- Ted Gould <ted@ubuntu.com> Tue, 16 Jun 2009 17:16:39 -0500
indicator-sus (0.1~ppa2~indicator1) jaunty; urgency=low
* Upstream from the indicator branch.
* debian/control: Adding build depends on libindicator-dev,
libdbusmenu-glib-dev and libdbusmenu-gtk-dev
* Changing package name to indicator-sus
-- Ted Gould <ted@ubuntu.com> Mon, 15 Jun 2009 16:33:22 -0500
indicator-sus (0.1~ppa1) intrepid; urgency=low
* Initial release
-- Ted Gould <ted@ubuntu.com> Thu, 04 Dec 2008 23:51:41 -0800
|