diff options
| author | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 22:53:31 +0100 |
|---|---|---|
| committer | Sebastien Bacher <seb128@ubuntu.com> | 2012-02-14 22:53:31 +0100 |
| commit | b45bd02179ab64fa82b70512fd41ae868091e51b (patch) | |
| tree | b2416148db4becea042414865ac10d8804afa5d8 /ChangeLog | |
| parent | 95f3958867d101d7e2820569d4efc3aba2efbb4c (diff) | |
| parent | 60dc34ccdc9f29862ac4a6bfab98bbeeb1f30153 (diff) | |
| download | ayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.tar.gz ayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.tar.bz2 ayatana-indicator-messages-b45bd02179ab64fa82b70512fd41ae868091e51b.zip | |
releasing version 0.5.91-0ubuntu1
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 79 |
1 files changed, 79 insertions, 0 deletions
@@ -1,5 +1,25 @@ # Generated by Makefile. Do not edit. +2012-02-14 Ted Gould <ted@gould.cx> + + 0.5.91 + +2012-02-10 Ted Gould <ted@gould.cx> + + Fix lozenge code to compile on GTK2 + +2012-02-10 Ted Gould <ted@gould.cx> + + Removing some GTK3 code, won't look as nice on GTK2, but eh + +2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com> + + Use floor instead of round for lozenge position, better err on them being too large + +2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com> + + Merge trunk + 2012-02-09 Ted Gould <ted@gould.cx> 0.5.90 @@ -74,6 +94,65 @@ Fix for gtk_hbox_new, werror on deprecated. +2012-02-10 Lars Uebernickel <lars.uebernickel@canonical.com> + + Fix left margin of indicator items + +2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com> + + Only draw right items as lozenges if they contain a count + +2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com> + + Don't draw empty lozenges + +2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com> + + Make minimum width of lozenge that of two characters + +2012-02-03 Lars Uebernickel <lars.uebernickel@canonical.com> + + Switch to new dbusmenu includes + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Align status icons with app icons + + This breaks down for sources which don't advertise themselves as an + "indicator-item" (e.g. Thunderbird's "Compose New Message" and "Contacts"), + because they keep being indented like a normal menu item. + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Pixel-align the lozenge text to make it less blurry + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Center lozenge text vertically + + This ignores the label's padding and alignments, but they aren't used right + now. + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Get the menu's current font size instead of hard coding it to 12pt + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Don't force lozenges to have the same width + + This makes the menu more consistent with the mockups at + + https://wiki.ubuntu.com/MessagingMenu and + https://wiki.ubuntu.com/MenuLayout + +2012-01-22 Lars Uebernickel <lars.uebernickel@canonical.com> + + Use gtk_box_new instead of gtk_hbox_new + + gtk_hbox_new is deprecated and using it broke the build with + -Werror=deprecated-declarations, which seems to be enabled by default. + 2011-11-29 Ted Gould <ted@gould.cx> Adding a name hint |
