Change logs for docky source package in Lucid

  • 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
  • docky (2.0.5-0ubuntu1) lucid-proposed; urgency=low
    
      * New upstream release 2.0.5 "Be proud of your dock",
        changes include:
        + remove --debug flag from launcher for lower memory usage
        + update the about dialog credits to list documenters and make translation
          tab easier to read
        + change url in about dialog to the launchpad project page
        + Window-Matching
          - fix for applications commandline
          - properly match qt creator (LP: #594814)
          - prefer local over global launchers (LP: #588073) (LP: #592841)
          - match prefix for gksudo (LP: #516433)
          - fix nautilus items showing active indicator when desktop
            is focused (LP: #487113)
          - fix matching wine apps that use a prefixed launcher (LP: #596092)
        + Memory Leaks
          - dispose of calendar painter when the clock item is disposed
          - fix leak in AutoHideManager
          - several fixes using Cairo.Context.Target and Pango.Layout
          - fix leak in PagingPainters
          - fix leak in recursive file-deletion
          - fix leaking SeparatorItems, WnckDockItems
          - fix leaks with FileEmblems
          - fix Pixbuf related leaks
          - fix some leaks regarding FileMonitors
          - fix leaks regarding Tiles and AbtractTileObjects
          - fix leaking Glib.FileAdapter caused by unreferenced Action in
            FileDockItem
        + Handle invalid desktopfile entry and UriFormatException in
          FileApplicationProvider (LP: #595921)
        + fix potential crash for invalid HelperMetadata
        + handle drops correctly
        + fix handling of Helpers in HelperService
        + make the sliders in preferences behave better
        + fix drawing of rotated items
        + fix HoveredItem click-position
        + avoids fatal errors on console when loading embedded icons when no
          height or width is specified and when dock items have a null Icon
        + fix icon theme change not refreshing the dock icons (LP: #590205)
        + fix SVG rendering bug
        + fix iconsize temporarily getting large when adding to full dock
          (LP: #579576)
        + fix the 'crash in PinToDock' (LP: #588073)
        + make 3d background height more consistent and a tad larger (LP: #503038)
        + fix dragging multiple files to a folder on the dock, which caused
          a crash and data corruption (LP: #579049)
        + don't request animations if urgent state is removed from a window and
          fix glow location (LP: #596422)
        + fix window previews being offset (LP: #495065)
        + fix broken zoom after shrinking icon size (LP: #598924)
        + fix problem with hovers still visible when painters show
        + fix displaying default icon in place of missing file emblem (LP: #534651)
        + fix crash when gconf key for menus_have_icons is not set (LP: #573751)
        + make sure painters fit on screen (LP: #589978)
        + fix icon minimize animations not working immediately for some newly
          opened windows
        + don't dispose our static DockyItem
        + fix CurrentDesktopOnly not working when dragging a window across desktops
          (LP: #600290)
        + GMail:
          - fix thread-guards and remove deprecated code
          - fix problem with feeds that don't have an author entry (LP: #595530)
        + NPR: fix bug where removing your last NPR station unloaded the docklet
          and fix station icon
        + NetworkManager: fix crash caused when NM goes away
          and fix icons and add another fallback icon (LP: #588581)
        + Mounter:
          - fixed some leaks
          - only remove mounted items if they were successfully unmounted
            (LP: #597637)
          - fix duplicate icons showing in mounter (LP: #525306)
        + Weather: fix feels like temp showing incorrect for metric (LP: #597670)
        + RecentDocuments:
          - fixed some leaks
          - fix sensitivity of recent docs clear menu item - even if docky shows
            the list as empty does not mean it cant be cleared
     -- Rico Tzschichholz <email address hidden>   Fri, 02 Jul 2010 10:26:00 +0200
  • docky (2.0.4-0ubuntu1) lucid-proposed; urgency=low
    
      [ Iain Lane ]
      * debian/control: Specify that only python version >= 2.5 are supported,
        thanks to Stefano Rivera for the report (Closes: #582046)
    
      [ Rico Tzschichholz ]
      * New upstream release 2.0.4 "Do you think you're better off alone?",
        changes include:
        + fix positioning of menus/hovers on multimon setups (LP: #544047)
        + make settings dialog smaller so it fits on netbook screens (LP: #581458)
        + FileApplicationProvider.PinToDock misses a handle-removal
          This caused a duplicated item when restarting a just pinned application and
          leads to a crash when trying to pin the new item (LP: #585136)
        + update transient items when moving the active window (LP: #581077)
        + fix crash when a file is on the dock where this file no longer exists
          (LP: #581074)
        + fix drag'n'drop-hover-strings (LP: #556041)
        + add call to GLib.Thread.Init (LP: #586969)
        + Window-Matching
          - better OpenOffice handling (LP: #486887) (LP: #580275)
            (LP: #504486) (LP: #580275)
        + Helper
          - fix a crash regarding helpers terminating
          - fix killing helpers from prefs menu
          - fix potential crash when disabling helpers
          - cleanup the helpers, fix a few possible leaks in them
        + Clock: fix problems with the small clock rendering
        + GMail:
          - fix compose mail url in GMail docklet for Google app domains (LP: #582212)
          - fix crash when removing a gmail label (LP: #576596)
          - refresh be set up to 1 day (1440 mins) long (LP: #580441)
          - missing string internationalization in GMail
        + RecentDocuments: better locking to avoid crashes when clearing
          recent documents (LP: #580723)
        + Weather: make sure weather doesn't reload when prefs open (LP: #580314)
        + Bookmarks: stop spurious errors when dragging files over
          unmounted bookmarks (LP: #580361)
        + NPR: fix failing to load after network comes back up (LP: #523155)
        + make banshee and rhythmbox helper a bit smarter looking
          for art-cover-files (LP: #578254)
        + fix class-names in the deluge helper
        + change open terminal here helper to use the gnome default terminal,
          with a fallback to gnome-terminal if the default is not set
        + fix issues with newer zeitgeist version (LP: #570286)
      * remove quilt patchsys and obsolete patches
     -- Rico Tzschichholz <email address hidden>   Mon, 31 May 2010 10:25:54 +0200
  • docky (2.0.2-1) unstable; urgency=low
    
      [ Stefan Ebner ]
      * debian/copyright: Add missing copyright holders
    
      [ Iain Lane ]
      * New upstream bugfix release 2.0.2
      * debian/source/format: Specify 1.0 explicitly
    
    docky (2.0.1-1) unstable; urgency=low
    
      * New upstream release
     -- Iain Lane <email address hidden>   Wed, 14 Apr 2010 19:01:31 +0100
  • docky (2.0.1-1~ubuntu1) lucid; urgency=low
    
      * Upload from Debian's git repository due to infrastructure delays
    
    docky (2.0.1-1) UNRELEASED; urgency=low
    
      * New upstream release
    
    docky (2.0.0-1) UNRELEASED; urgency=low
    
      [ Christopher James Halse Rogers ]
      * Initial release (Closes: #570180)
    
      [ Iain Lane ]
      * debian/docky.install:
        + Install desktop file, fixes crash when opening settings dialog (LP:
        #529320)
        + Install translations
     -- Stefan Ebner <email address hidden>   Sun, 28 Mar 2010 13:15:35 +0200
  • docky (2.0.0-0ubuntu2) lucid; urgency=low
    
      * debian/docky.install:
        + Install desktop file, fixes crash when opening settings dialog (LP:
        #529320)
        + Install translations
     -- Iain Lane <email address hidden>   Fri, 05 Mar 2010 13:53:13 +0000
  • docky (2.0.0-0ubuntu1) lucid; urgency=low
    
      * Initial release (Closes: #570180)
     -- Christopher James Halse Rogers <email address hidden>   Wed, 17 Feb 2010 15:10:07 +1100