Comment 2 for bug 584094

Revision history for this message
Rico Tzschichholz (ricotz) wrote :

Docky 2.0.6 was released recently and should be considered for a SRU!

docky (2.0.6-0ubuntu1) lucid-proposed; urgency=low

  * New upstream release 2.0.6 "Just lovin' it",
    changes include:
    + fix check for existing instance
    + hitting ESC should cancel drags (LP: #460071)
    + make sure plugins enabled by default are added to the dock on first run
      and enable Trash docklet by default
    + update badge drawing so the text is consistently sized
    + fix leak of ThemedIcon/FileIcon in IconFromGIcon
    + fix non-square items arent properly darken (LP: #584094)
    + remove MenuList.Dispose which is not really needed, solves (LP: #609170)
    + shrink config dialog (LP: #591448)

    + RecentDocs: fix crash (LP: #580723)
    + Mounter: use a better MountItem.UniqueID and don't fill up gconf with
      useless keys (temporary fix for LP: #600311)
    + Weather: add weather icon for Smoke (LP: #612437)
    + CPUMonitor: fix CPU utilization percentage (LP: #604677)
    + GMail:
      - add debuging messages to gmail and log web response status when we
        have a web exception
      - fix crash and leak in Gmail

 -- Rico Tzschichholz <email address hidden> Wed, 01 Sep 2010 10:20:15 +0200

"bzr diff -r tag:2.0.5..tag:2.0.6 | filterdiff -x "*.po*" | diffstat":
 Docky.Items/Docky.Items.csproj | 4
 Docky.Items/Docky.Items/AbstractDockItem.cs | 99 +++++-----
 Docky.Items/Docky.Menus/MenuList.cs | 14 -
 Docky.Items/Docky.Menus/RelatedFileMenuItem.cs | 52 -----
 Docky.Items/Makefile.am | 1
 Docky.Services/Docky.Services/DrawingService.cs | 14 -
 Docky/Docky/DockController.cs | 1
 Docky/Docky/Docky.cs | 10 +
 Docky/Docky/Interface/DockDragTracker.cs | 29 ++
 Docky/Docky/Interface/DockPreferences.cs | 16 +
 Docky/Docky/Interface/DockWindow.cs | 2
 Docky/Docky/PluginManager.cs | 2
 Docky/docky.in | 6
 Docky/gtk-gui/Docky.ConfigurationWindow.cs | 4
 Docky/gtk-gui/gui.stetic | 2
 NEWS | 28 ++
 StandardPlugins/CPUMonitor/src/CPUMonitorDockItem.cs | 37 +--
 StandardPlugins/GMail/src/GMailAtom.cs | 31 ++-
 StandardPlugins/GMail/src/GMailItemProvider.cs | 2
 StandardPlugins/GMail/src/GMailLabel.cs | 22 +-
 StandardPlugins/Mounter/src/MountItem.cs | 2
 StandardPlugins/RecentDocuments/src/RecentDocumentsItem.cs | 16 -
 StandardPlugins/Trash/Resources/Trash.addin.xml.in | 2
 StandardPlugins/Weather/src/Sources/WeatherChannelWeatherSource.cs | 1
 configure.ac | 2
 po/LINGUAS | 12 +
 26 files changed, 232 insertions(+), 179 deletions(-)