~notify-osd-developers/notify-osd/packaging

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
notify-osd (0.9ubuntu2) jaunty; urgency=low

  [ Mirco Müller ]
  * latest upstream version of notify-osd (rev 219)
  * added max. limit of 10 lines for message-body text
  * implemented 3-line wrapping for summary text
  * Closes: #337389 - capability "truncation" now advertised to clients
  * Closes: #336108 - non-composite mouse-hover effect now fully blanks
  * Closes: #331019 - disable markup-filter if parsing fails

 -- Mirco Müller (MacSlow) <mirco.mueller@ubuntu.com>  Wed, 04 Mar 2009 15:25:33 +0100

notify-osd (0.9ubuntu1) jaunty; urgency=low

  * Release number updated to reflect the code status (and the one in
    configure.in...)

 -- David Barth <david.barth@canonical.com>  Mon, 02 Mar 2009 16:03:23 +0100

notify-osd (0.8ubuntu7) UNRELEASED; urgency=low

  * debian/control: Update Vcs-Bzr and Homepage for new project name on
    Launchpad.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Mon, 02 Mar 2009 15:23:33 +0100

notify-osd (0.8ubuntu6) jaunty; urgency=low

  [ Mirco Müller, David Barth, Cody Russell, Martin Pitt ]
  * fix the package name; impacts directory name where the fallback icons are stored, ie /usr/share/notify-osd now; was previously notify_osd
  * egg/egg-fixed.c: Fix unused symbol on arm, which causes build failure due
    to -Werror
  * src/bubble.c: Ensure that window is always on top (LP #331115)
  * Updated value-indicator bar-rendering to comply to visual guidelines from
    design-team
  * Temp. fix for notifications appearing over panel, will visually break for
    people without a top panel
  * Added API-calls bubble_get_title(), bubble_get_body_message() and
    bubble_get_value() to ease a11y
  * Don't allow LAYOUT_ICON_ONLY when missing icon pixbuf, nice catch by
    Frederic "fredp" Peters <fpeters@gnome.org>
  * Implement support for title-only
  * Closes: #333524
  * Changed capability hints: private-synchronous, append and private-icon-only
  * Closes: #331165 - make sure text is rendered using system-wide font-settings
    for antialiasing, subpixel-order and hinting
  * Provide fallback gnome icons for people not using the Human theme; thanks to
    asomething for the proposed fix
  * Closes: #335250 - sync. icon-value following sync. icon-only misses
    layout-change
  * Closes: #330091 - Fallback alert has leftmost button as default
  * Closes: #330088 - Fallback alert boxes shouldn't use custom icons
  * Closes: #330484 - Fallback alerts aren't centered

 -- David Barth <david.barth@canonical.com>  Fri, 27 Feb 2009 22:31:16 +0000

notify-osd (0.8ubuntu4) UNRELEASED; urgency=low

  [ Martin Pitt ]
  * Add debian/notify-osd.{preinst,postrm}: Divert
    notification-daemon's D-BUS activation .service file, and drop the
    Conflicts:/Replaces: notification-daemon, so that the packages can
    be installed side by side. This paves the way for offering an
    "almost vanilla" GNOME session (UbuntuSpec:stracciatella-session).
  * data/org.freedesktop.Notifications.service.in: Run
    notification-daemon for stracciatella-session.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 18 Feb 2009 22:34:25 +0100

notify-osd (0.8ubuntu3) intrepid; urgency=low

  [ David Barth ]
  * imported code with from the trunk with the new 'notify-osd' name

 -- David Barth <david.barth@canonical.com>  Wed, 18 Feb 2009 16:32:27 +0000

notify-osd (0.8ubuntu2) UNRELEASED; urgency=low

  [ Martin Pitt ]
  * debian/control, debian/changelog, debian/notify-osd.install:
    Rename package to notify-osd.  The transitional package should be
    kept for a while, until all users of the PPA and daily Jaunty
    users have upgraded to the new package name.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Wed, 18 Feb 2009 16:32:57 +0100

alsdorf (0.8ubuntu1) intrepid; urgency=low

  * return proper list of server capabilities
  * sync bubble timers to avoid a hole at the top (temporary)
  * remove flicker for bubble appearing/fading under the mouse-pointer
  * added new default icons for volume & brightness
  * numerous other visual tweaks
  * various code cleanups
  * bumped the release number closer to 1.0

 -- David Barth <david.barth@canonical.com>  Tue, 17 Feb 2009 17:41:20 +0000

alsdorf (0.r39ubuntu4) UNRELEASED; urgency=low

  [ Martin Pitt ]
  * debian/control: Fix Homepage and Vcs-Bzr field.
  * debian/copyright: Properly describe license, add missing
    copyright/license statement for egg/*, fix download link.

 -- Martin Pitt <martin.pitt@ubuntu.com>  Tue, 17 Feb 2009 15:23:40 +0100

alsdorf (0.r39ubuntu3) intrepid; urgency=low

  * support for appending text to a notification (IM clients mostly)
  * GPLv3 license banner
  * code cleanup
  * dialog box fallback for apps that insist in sending actions
  * send back signal on notification timeout
  * various synchronous bubble support optimization (re-use bubble to
    avoid flicker; also return capability for client side code
  * embedded default volume and brightness icons

 -- David Barth <david.barth@canonical.com>  Fri, 13 Feb 2009 22:35:20 +0000

alsdorf (0.r39ubuntu1) intrepid; urgency=low

  * animation support: fade-in/fade-out and overshoot effect
  * various fixes: skip pager/taskbar, notification window hint
  * improved non-compositing support
  * Closes: #325192
  * support for synchronous notifications
  * new simple layout algorithm (sync. always on top)
  * many code improvements and cleanups

 -- David Barth <david.barth@canonical.com>  Sun, 08 Feb 2009 15:47:25 +0100

alsdorf (0.r38ubuntu1) intrepid; urgency=low

  * calculation of bubble height corrected, that fixes LP: #325696
  * undershoot state for value-indicator, animation still pending
  * refactored layout- and rendering-code
  * fixed stripping of HTML/markup
  * moving from pixel-measurements to em
  * behind-bubble blur using compiz-hin
  * Closes: #325696

 -- David Barth <david.barth@canonical.com>  Thu, 05 Feb 2009 18:18:36 +0100

alsdorf (0.r36) UNRELEASED; urgency=low

  * Numerous rendering fixes, including:
   * fixed icon sizes
   * behind-bubble blur using compiz-hint (only works reliably on nvidia-hw
     using the proprietary driver ATM)
   * fix horizontal and vertical alignment/positioning of title in the
     icon+title layout case
   * first chunk for supporting correct bubble-rendering in non-composite case
   * implemented calculation of default/min. bubble-width, based on the
     average width of a character rendered in the default system-font at the
     default font-size
   * fix the calculation of the default minimal height of a bubble, now
     adapting to the icon-size ... fixes rendering of bubbles with an
     indicator/value/gauge

 -- David Barth <david.barth@canonical.com>  Fri, 30 Jan 2009 20:16:32 +0100

alsdorf (0.r35) intrepid; urgency=low

  * default size changed to 280pix wide
  * new layout algorithm (one bubble at a time, except urgent and synchronous
    ones)
  * new auto-sizing algorithm (for height)
  * support for HTML markup
  * scalable range for brightness and volume
  * even better icon scaling for pixmaps received over D-Bus

 -- David Barth <david.barth@canonical.com>  Fri, 23 Jan 2009 17:31:57 +0100

alsdorf (0.r34) intrepid; urgency=low

  * First code drop

 -- David Barth <david.barth@canonical.com>  Fri, 16 Jan 2009 17:20:26 +0100

alsdorf (0.r29) UNRELEASED; urgency=low

  * Initial release.

 -- David Barth <david.barth@canonical.com>  Fri, 05 Dec 2008 18:31:34 -0800