Change logs for cairo-dock source package in Saucy

  • cairo-dock (3.3.2-0ubuntu0.1) saucy-proposed; urgency=low
    
      * New upstream release. (bug-fix version) LP: #1250221
      * Detailed Upstream ChangeLog (3.3.1 -> 3.3.2)
        - Class: implemented a workaround for Chromium and Google Chrome web apps
        - Docks: fixed 2 bugs when reloading a dock: when changing the
          visibility from 'keep hidden' to 'hide when overlapping a window'
          and when changing the offset from the screen edges
        - Launching animation: don't stop it when the dock hides itself
        - Menus: correctly setup the menu during its init
        - Taskbar:
          - Fixed a regression when the application changes its class
          - Removed 'opening animation' option: now in plugins (Animated-Icons
            and Icon-effect)
        - Translations: imported translations from Launchpad
      * debian/control:
        - bumped plug-ins versions
        - bumped Standards-Version to 3.9.4 (no change needed)
     -- Matthieu Baerts (matttbe) <email address hidden>   Mon, 25 Nov 2013 01:37:40 +0100
  • cairo-dock (3.3.1-0ubuntu1) saucy; urgency=low
    
      * New upstream release. (bug-fix version)
      * Detailed Upstream ChangeLog (3.3.0 -> 3.3.1)
        - GLX backend: with GTK2, use the GDK default display for all glx
          functions (without that, the dock is fully transparent)
        - Docks: the input shape was incorrectly set at startup
        - Menu: show the menu-items before popping the menu up, so that they
          are realized (as before)
        - Launchers: Updated our .desktop file with the latest translations
      * debian/control: bumped plug-ins versions
     -- Matthieu Baerts (matttbe) <email address hidden>   Tue, 08 Oct 2013 18:44:04 +0200
  • cairo-dock (3.3.0-0ubuntu1) saucy; urgency=low
    
      * New upstream release.
      * Detailed Upstream ChangeLog (beta 2 -> release)
        - Desklets: when something is dropped onto a desklet, get the data and
          not only the text
        - Dialogs: fixed a bug that made the background of the widgets inside
          the dialog visible
        - Menus: split menus functions into separated files to prepare future
          menus and imported gtkimagemenuitem.c but only used with GTK 3.10
          Note: no changes for Saucy (with GTK 3.8)
        - src: remove some g_print's
        - po: imported translations from Launchpad
      * A few bugs have been fixed:
        - Invalid fastbin entry LP: #1212981
        - Cairo-Dock Session is broken with Gnome-Session 3.8 LP: #1193598
        - Dock doesn't hide when a Downloading windows overlaps LP: #1094825
        - Thumbnails of windows not showing when minimized LP: #1051174
        - Icon label persists after hover away LP: #1108611
        - Insecure RPATH in libgldi.so LP: #1170229
        - Dock becames visible although it should be hidden LP: #1218360
      * debian/control: bumped plug-ins versions
     -- Matthieu Baerts (matttbe) <email address hidden>   Fri, 04 Oct 2013 14:58:22 +0200
  • cairo-dock (3.2.99.beta2.1~20130919~bzr1630-0ubuntu1) saucy; urgency=low
    
      * New upstream snapshot.
      * Detailed Upstream ChangeLog (rev 1613 -> 1629)
        - Dock: Fixed a possible crash when removing an Icon
        - Cinnamon integration: fixed the 'present_class' method
        - Core: a bit of code cleaning
        - ChangeLog: updated the message
        - Icon: launch command: fixed typo
        - Dock visibility: set the input shape fully transparent when the dock
          is hidden
        - Dock visibility: fixed a regression where the dock didn't re-appear
        - cairo-dock.c: connect to SIGHUP to properly quit when its controlling
          terminal is closed
        - po: updated translations
        - X manager: notify of the 'windows stack order changed' when needed
        - Menu: menu-item with buttons inside: connect to the 'draw' event only
          for the given menu-item
        - Class manager: fixed a crash + fixed the auto-stop of the startup
          notification
      * debian/control: bumped plugins version
     -- Matthieu Baerts (matttbe) <email address hidden>   Thu, 19 Sep 2013 12:15:44 +0200
  • cairo-dock (3.2.99.beta1.1~20130827~bzr1613-0ubuntu1) saucy; urgency=low
    
      * New upstream snapshot.
      * Short Upstream ChangeLog:
        - Added support of the StartupNotification protocol
        - A huge rewrite of the core using Objects
      * debian/rules:
        - Added DEB_BUILD_PARALLEL flag
      * debian/control:
        - Bumped plugins version
      * debian/patches/:
        - Removed cairo-dock-session_without_fallback_session: fixed by upstream
     -- Matthieu Baerts (matttbe) <email address hidden>   Tue, 27 Aug 2013 16:38:10 +0200
  • cairo-dock (3.2.1-0ubuntu2) saucy; urgency=low
    
      * debian/patches/cairo-dock-session_without_fallback_session.patch:
        - Refreshed to support Gnome-Session 3.8 (bzr upstream patch)
     -- Matthieu Baerts (matttbe) <email address hidden>   Sat, 22 Jun 2013 13:19:03 +0200
  • cairo-dock (3.2.1-0ubuntu1) raring; urgency=low
    
      * New upstream release. (bug-fix version) LP: #1168839
      * Detailed Upstream ChangeLog:
        - Dialogues:
          - Fixed a small bug with the default icon
          - Force taking the focus when the dialogue has an user widget, since
            some WM prevent focus steal LP: #531152
        - Gnome-Shell: the dash was hidden all the time
        - GUI:
          - Docks list: only list main docks and subdocks and not launchers and
            applications with subdocks (when there are windows with the same
            class and if these icons are regrouped into a subdock)
          - Menu and GUI: Move to another dock: if it s a container: Do not add
            subdocks that are contained in this container (to avoid loop:
            subdock1->subdock2->subdock1)
          - Simple: Plugins: Help applet was not listed
          - Simple: Config: force displaying the config widget (the config panel
            was empty with some older versions of GTK)
        - Help applet:
          - This applet didn t have any preview icon file
        - Icon:
          - Label: If we don t want to show label, keep info about the font: it
            can be used by other applets (e.g. Clock)
          - Windows thumbnails: fixed a small bug that made the thumbnail
            unavailable the first time the window is minimized
        - Init & Themes: deactivate the option Show Windows Thumbnail in the
          current theme.
          - This option can provoke annoying bugs with other applications the
            desktop (e.g. Gedit or Nautilus displayed corrupted icons when using
            a smooth scroll)
          - It seems this bug is due to the video drivers and it s fixed with
            the latest stable version of these drivers (but which is not
            available with most distributions)
          - Note: It s still possible to re-enable this option from the config
            panel
        - Taskbar: Fixed a possible crash in a convoluted scenario (if there are
          a few untitled windows with the same empty class)
        - X11:
          - Fixed a crash when using Xinerama with multi-monitors
        - Translations: Imported translations files from Launchpad
      * debian/control:
        - Bumped Cairo-Dock Plug-Ins versions
     -- Matthieu Baerts (matttbe) <email address hidden>   Sun, 14 Apr 2013 11:58:46 +0200