Change logs for unity source package in Yakkety

  • unity (7.5.0+16.10.20161112-0ubuntu1) yakkety; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * LockScreenController: ignore icon_paths_changed signal in
        menumanager for Lockscreen (LP: #1635625)
    
      [ Andrea Azzarone ]
      * Properly handle the file manager copy dialog in
        FileManagerLauncherIcon and in StorageLauncherIcon. (LP: #1575452,
        LP: #1609845)
      * Correctly position the force quit dialog when scaling is different
        than 1.0 (LP: #1637991)
      * GnomeSession: Retrieve the session id using dbus if $XDG_SESSION_ID
        is not set (LP: #1633749)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Sat, 12 Nov 2016 02:13:01 +0000
  • unity (7.5.0+16.10.20160906.1-0ubuntu1) yakkety; urgency=medium
    
      [ Marco Trevisan (Treviño), Ted Gould ]
      * Unity: add systemd units for the shell and related services, mark
        unity7 a requirement for ubuntu-session
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 06 Sep 2016 14:19:15 +0000
  • unity (7.5.0+16.10.20160901.2-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * Disable menu discovery animation if MenusDiscoveryDuration is 0.
        (LP: #942962)
      * Redraw fake decorations on window resize. (LP: #940470)
    
      [ Marco Trevisan (Treviño) ]
      * InputMonitor: add an unity class that monitors XInput2 events and
        converts them to XEvent
      * EdgeBarrierController: use InputMonitor to get the barrier events
        instead of relying on its implementation
      * DecorationsMenuLayout: use input monitor for menu scrubbing (LP:
        #1614597)
      * PanelView: use InputMonitor to track menu events
      * LockScreenPanel: use InputMonitor events instead of mouse polling
        for menu scrubbing
      * MenuManager: add support for mouse trackers with triangle algorithm
        support (LP: #1618405)
      * PanelView: scale gradient refinement properly
      * PanelService: don't allow to deactivate menus if they've been opened
        too shortly
      * WindowButton: properly partially unmaximize a window when
        middle/left clicking in the restore button (LP: #1616136)
      * CMake: move data and setting files in proper folder, define shared
        libdir variables
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Thu, 01 Sep 2016 23:59:15 +0000
  • unity (7.5.0+16.10.20160819-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * Use compiz::Window::serverNext instead of compiz::Window::next in
        IsWindowObscured as the latter can be outdated just after
        scale/spread terminates. (LP: #1614116)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Fri, 19 Aug 2016 13:15:09 +0000
  • unity (7.5.0+16.10.20160817.1-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * Make sure the switcher detail view is properly scaled. Also scale
        the xy_offset to make sure the switcher and launcher do not overlap.
        (LP: #1605256)
      * Close session dialog on first ESC. (LP: #1521116)
      * Filter out scrolling envents for FilterExpanderLabel. (LP: #1604632)
    
      [ Marco Trevisan (Treviño) ]
      * OverlayRenderer: properly decorate launcher/panel when the launcher
        is at the bottom (LP: #1611694)
      * UserAuthenticatorPam: ensure pam_handle_ is null initialized and
        don't proceed if not set (LP: #1611668)
      * OverlayRenderer: don't use rotated textures, just rotate them at
        rendering time
      * DecorationStyle: set css name for Gtk 3.20
      * SpreadWidgets: add container for spread filter and new spread
        decorations (LP: #1283314)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Wed, 17 Aug 2016 14:03:22 +0000
  • unity (7.5.0+16.10.20160806-0ubuntu1) yakkety; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * DecoratedWindow: avoid deferencing an invalid shadow texture ptr,
        and split functions (LP: #1608464)
      * UnityWindowView: don't try to deference close_button_ if its' null
      * DecorationsForceQuitDialog: make CSS selectors work with gtk 3.20
    
      [ Andrea Azzarone, Marco Trevisan (Treviño) ]
      * DecoratedWindow: display unmaximize button if the window is
        vertically or horizontally maximized (LP: #1608480)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Sat, 06 Aug 2016 16:25:58 +0000
  • unity (7.5.0+16.10.20160727-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * [LockSceen] Remove numlock warning. (LP: #1526322)
      * Make sure initiate and terminate callbacks are not empty before
        calling them. (LP: #1605012)
      * Properly destroy close_button_ to properly disconnect lambda. (LP:
        #1605010)
      * Use the standard notification-device-eject in the "device eject"
        notification. This allows us to scale it properly on high-dpi
        setups. (LP: #1605231)
      * Add tools to enforce unityshell plugin for the current profile and
        add "move" and "resize" plugins as requirements. (LP: #1506023,
        #1605007)
      * When locked discard damages from windows below lockscreen. (LP:
        #1605180)
    
      [ Eleni Maria Stea ]
      * DecoratedWindow: Added shadows for shaped windows
    
      [ Marco Trevisan (Treviño) ]
      * LockScreenAcceleratorController: ensure callbacks are valid before
        calling them (LP: #1605012)
      * DecoratedWindow: Cleanup shadows for shaped windows, reduce
        recomputation
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Wed, 27 Jul 2016 10:25:54 +0000
  • unity (7.5.0+16.10.20160715-0ubuntu1) yakkety; urgency=medium
    
      [ Eleni Maria Stea ]
      * Reverts fix for multimonitor because of problems in nvidia cards
        (see bug: #1602901) (LP: #1602901)
    
     -- <email address hidden> (<email address hidden>)  Fri, 15 Jul 2016 15:13:28 +0000
  • unity (7.5.0+16.10.20160714-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * FileManagerLauncherIcon: Don't trust the Quirk::VISIBLE in the ctor.
        (LP: #1599133)
      * [TrashLauncherIcon] Create GFileMonitor in an idle to avoid blocking
        calls. (LP: #1602720)
    
      [ Marco Trevisan (Treviño) ]
      * Unity script: use result from unity_support_test to check the right
        COMPIZ_CONFIG_PROFILE to use (LP: #1602377)
      * SwitcherView: always disable animations when in lowgfx mode (LP:
        #1602784)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Thu, 14 Jul 2016 10:06:29 +0000
  • unity (7.5.0+16.10.20160705.4-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * Add missing header to fix compilation error with -Duse_pch=OFF.
      * Filter out fullscreen window in show desktop mode to decide if unity
        must be displayed. (LP: #1597706)
      * Make sure file manager icon is not removed when unpinned. (LP:
        #1578792)
      * Properly calculate the intersection geometry in PanelView::Draw.
        This is needed to properly call SyncGeometries and to avoid problems
        such as lp:1595698. (LP: #1595698)
    
      [ Eleni Maria Stea ]
      * speeds up the showdesktop plugin in lowgfx mode
      * UnityScreen: only redraw parts of the screen visible in each output
        (LP: #1598770)
    
      [ Marco Trevisan (Treviño) ]
      * LockScreenAcceleratorController: check if a setting key is available
        instead of crashing
      * ApplicationLauncherIcon: ensure quirks are properly set on icon
        initialization
      * Views: Toggle animators durations based on low-gfx setting (LP:
        #1598770)
      * unity7.conf: use different compiz profile based on
        unity_support_test result (LP: #1598770)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 05 Jul 2016 10:24:14 +0000
  • unity (7.5.0+16.10.20160628.1-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * UnitySettings: Add an option to enable/disable pam account checking.
        (LP: #1460649)
      * Lockscreen: Make sure warning and errors are properly shown to the
        user (LP: #1593696)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 28 Jun 2016 16:23:47 +0000
  • unity (7.5.0+16.10.20160621.1-0ubuntu1) yakkety; urgency=medium
    
      * LockScreenAcceleratorController: use key::Grabber to handle allowed
        bindings (LP: #1438754)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 21 Jun 2016 14:44:22 +0000
  • unity (7.5.0+16.10.20160606.1-0ubuntu1) yakkety; urgency=medium
    
      [ Alberto Milone ]
      * UnitySettings: Add dconf keys for disabling multitouch gestures (LP:
        #1589520)
    
      [ Andrea Azzarone ]
      * Do not trigger screensaver on session inactive. (LP: #1587507)
      * Use SwitcherController::SetDetail instead of detail=... (LP:
        #1587618)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Mon, 06 Jun 2016 14:29:04 +0000
  • unity (7.5.0+16.10.20160602-0ubuntu1) yakkety; urgency=medium
    
      [ Andrea Azzarone ]
      * Add whitelist for auto-repated keys. (LP: #1586491)
      * Fix scale window activation if in show desktop mode. (LP: #1582056)
      * Order matters in the rendering. Draw launcher shadow after the
        background in all cases. (LP: #1586374)
      * Fallback to volume name if no other identifier is available. (LP:
        #1103593)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Thu, 02 Jun 2016 01:02:19 +0000
  • unity (7.5.0+16.10.20160525-0ubuntu1) yakkety; urgency=medium
    
      [ Eleni Maria Stea ]
      * PanelView: Don't draw it if the geo doesn't intersect the monitor
        geo (as in ezoom)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Wed, 25 May 2016 14:22:42 +0000
  • unity (7.5.0+16.10.20160517-0ubuntu1) yakkety; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * Bumping version to 7.5.0, as per 7.4 release
    
      [ Andrea Azzarone ]
      * Do not reset the shortcut for icons that have their own shortcut.
        (LP: #1562847)
      * Fallback to "background" class in case no background is specified
        for title bars and top panel. (LP: #1575527)
      * GnomeKeyGrabber: do not activate an action if it's a repeated one.
        (LP: #1572241)
      * Properly calculate array indexes to avoid crashes. (LP: #1570843)
      * Properly remove SoftwareCenterLauncherIcon in case of failure. (LP:
        #1553165)
      * Update ExpoLauncherIcon in case the quicklist is used to switch vp.
        (LP: #1525685)
    
      [ Marco Trevisan (Treviño) ]
      * DashStyle: ensure LazyLoadTexture disconnects from signals on
        destruction (LP: #1580212)
      * Releasing Unity 7.4.0
      * SwitcherController: don't try to get a window from empty selections
        (LP: #1580211)
      * SwitcherView: close the mouse-selected application on middle-click
        (LP: #1574689)
      * UnityScreen, UnityWindow: cleanup a little the code, and ensure
        overridden CompositeWindow functions get actually called
    
      [ handsome_feng ]
      * Change the x_offset of expo when launcher position changed. (LP:
        #1573897, #1562348)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Tue, 17 May 2016 02:56:22 +0000
  • unity (7.4.0+16.04.20160415-0ubuntu1) xenial; urgency=medium
    
      [ Andrea Azzarone ]
      * Do not use pointers to LazyLoadTextures. (LP: #1569100)
      * Fix unity script crash. (LP: #1566565)
      * LockscreenController: Don't use SetActivate(False) for gnome-
        screensaver to prevent unlocking on tty switch. It will not only
        deactivate the screensaver but also unlock the screen. (LP:
        #1552537)
      * unityshell.xml: Fix typo (LP: #1559427)
    
     -- Marco Trevisan (Treviño) <mail@3v1n0.net>  Fri, 15 Apr 2016 05:33:08 +0000