Change logs for unity source package in Vivid

  • unity (7.3.2+15.04.20150420-0ubuntu1) vivid; urgency=medium
    
      [ Marco Trevisan (Treviño) ]
      * MenuManager, settings: go back to Global Menus as default (LP:
        #1446256)
     -- CI Train Bot <email address hidden>   Mon, 20 Apr 2015 17:02:13 +0000
  • unity (7.3.2+15.04.20150410.1-0ubuntu1) vivid; urgency=medium
    
      [ Brandon Schaefer ]
      * When we get a launcher key press (ie. super key). We check if the
        command lens is open. If it is then just switch the lens to the home
        lens. This way we dont close the dash. (LP: #1108956)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Gerry Boland ]
      * SwitcherController: add first selection mode property, to decide
        what to select at first (LP: #998285)
    
      [ Marco Trevisan (Treviño) ]
      * SwitcherController: add first selection mode property, to decide
        what to select at first (LP: #998285)
      * UnityScreen: terminate spread if active when initiating Switcher
        (LP: #1412001)
    
      [ Stephen M. Webb ]
      * (Ubuntu packaging) move the session migration scripts to Python3
        (LP: #1440560)
      * fixed the Panel title string expected by Launcher keynav AP tests
        (LP: #1435830)
      * test_wm_keybindings: fix AP failures caused by upstream Compiz
        change (LP: #1294864)
     -- CI Train Bot <email address hidden>   Fri, 10 Apr 2015 21:59:12 +0000
  • unity (7.3.2+15.04.20150330-0ubuntu1) vivid; urgency=medium
    
      [ Andrea Azzarone ]
      * Do not restore focus if a quicklist is opened during launcher key
        navigation. (LP: #932486)
      * Forward first key event that happens on top of the blank window to
        the lockscreen. (LP: #1308265)
      * Hide launcher to avoid damaging window when not needed. Also make
        sure that pressure effect works fine (previous fix has been reverted
        because of this!). (LP: #1301394)
      * Make sure scope_views_[filter.id] exists before using operator[] on
        it. (LP: #926979)
      * Make sure that signals are auto-desconnected when
        XdndStartStopNotifierImp is destroyed. (LP: #1432231)
      * Release pointer barrier if launcher is in lock_hide state. (LP:
        #1029114)
    
      [ Sebastien Bacher ]
      * use the new nautilus .desktop name (LP: #1436297)
    
      [ Stephen M. Webb ]
      * AP tests: accounted for arbitrarily-raised exceptions in checking
        scaled windows (LP: #1436095)
     -- CI Train Bot <email address hidden>   Mon, 30 Mar 2015 15:48:47 +0000
  • unity (7.3.2+15.04.20150324.1-0ubuntu1) vivid; urgency=medium
    
      [ Stephen M. Webb ]
      * Upstream release 7.3.2.
      * fix AP test failure due to new parameter added to key grabbing (LP:
        #1433648)
      * silenced GCC 5 warnings (LP: #1430784)
      * uses the new upstream .desktop file for D-Bus activated Nautilus
        instances (LP: #1428837)
    
      [ Brandon Schaefer ]
      * When we quit the quicklist it would check if the mouse was over the
        launcher, if it wasn't it would fold the launcher. We don't need to
        check this if we are in keynav as we want all the icons to be
        unfolded. (LP: #1246891)
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Chris Townsend ]
      * Use a 2 second delay before showing the first run shortcut hints to
        workaround a race condition on input handling. (LP: #1313597)
    
      [ Marco Trevisan (Treviño) ]
      * GnomeKeyGrabber: add timestamp support to accelerators (LP:
        #1433648)
     -- CI Train Bot <email address hidden>   Tue, 24 Mar 2015 16:09:14 +0000
  • unity (7.3.1+15.04.20150227-0ubuntu1) vivid; urgency=medium
    
      [ Andrea Azzarone ]
      * Draw osk above unity shell. (LP: #1413165)
      * Remove FontSettings.*. Add the possibility to specify the font size
        and the font weight without chaning the default font name. Fix lp
        886478. (LP: #886478)
      * Remove unitydialog plugin.
    
      [ Luke Yelavich ]
      * Explore children when a view or layout is added (LP: #1066157)
      * Move the unity a11y present environment call
      * Set focus to FALSE on window deactivation (LP: #1066157)
     -- CI Train Bot <email address hidden>   Fri, 27 Feb 2015 15:38:19 +0000
  • unity (7.3.1+15.04.20150219.2-0ubuntu1) vivid; urgency=medium
    
      [ CI Train Bot ]
      * New rebuild forced.
    
      [ Marco Trevisan (Treviño) ]
      * Decorations, Panel: add menus for unfocused windows as well
     -- CI Train Bot <email address hidden>   Thu, 19 Feb 2015 19:33:42 +0000
  • unity (7.3.1+15.04.20150205-0ubuntu1) vivid; urgency=medium
    
      [ Brandon Schaefer ]
      * Try to set the folder permission otherwise Handle permission error.
        (LP: #1418255)
    
      [ Andrea Azzarone ]
      * Actually connect to changed::* signal in MenuManager.cpp. (LP:
        #1411620)
      * Actually connect to changed::* signal in UnitySettings.cpp. (LP:
        #1408212)
     -- Ubuntu daily release <email address hidden>   Thu, 05 Feb 2015 17:27:47 +0000
  • unity (7.3.1+15.04.20150126-0ubuntu1) vivid; urgency=low
    
      [ Andrea Azzarone ]
      * Force icon size (new gtk requires it). (LP: #1404730)
      * Disable markup accel for VolumeLauncherIcon quicklist menu items.
        (LP: #1413411)
      * Make sure dragged icons are not rendered behind the dash. (LP:
        #1413773)
      * Make unity unlockable if user is in nopsswdlogin group. On super+l
        the screensaver is activated. (LP: #1413790)
     -- Ubuntu daily release <email address hidden>   Mon, 26 Jan 2015 22:42:26 +0000
  • unity (7.3.1+15.04.20150115-0ubuntu1) vivid; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Andrea Azzarone ]
      * Disable Pointer Barriers during lockscreen. (LP: #1401911)
      * Use std::weak_ptr to avoid referencing an invalid barrier. (LP:
        #1238063)
      * Enable dash and hud if there is a fullscreen window. (LP: #1159249,
        #860970)
      * Show session dialog over fullscreen windows. (LP: #1404486)
      * Avoid running pontentially dangerous code paths when the screen is
        locked. (LP: #1410582)
    
      [ Marco Trevisan (Treviño) ]
      * MenuManager: make sure menus are always shown when mouse is over
        them or when the always-show-menus option is on (LP: #955193,
        #1390562, #1374942, #1312137)
     -- Ubuntu daily release <email address hidden>   Thu, 15 Jan 2015 15:03:31 +0000
  • unity (7.3.1+15.04.20150112-0ubuntu1) vivid; urgency=low
    
      [ Brandon Schaefer ]
      * Remove deprecated code that is no longer supported:
        https://mail.gnome.org/archives/commits-list/2014-July/msg00351.html
        (LP: #1404326)
    
      [ Andrea Azzarone ]
      * Remove unsed StartupNotifyService.*
     -- Ubuntu daily release <email address hidden>   Mon, 12 Jan 2015 20:21:23 +0000
  • unity (7.3.1+15.04.20141216-0ubuntu1) vivid; urgency=low
    
      [ Stephen M. Webb ]
      * replace the use of static glib with gi glib in AP test cases (LP:
        #1397006)
      * fix AP test failures due to upstream FileRoller .desktop file rename
        (LP: #1402707)
    
      [ Andrea Azzarone ]
      * Set the correct size for the lockscreen message. (LP: #1384242)
      * Ungrab the shoutdown dialog as soon as possible. (LP: #1398287)
      * skipped the animation of BGHash on startup to prevent unwanted fade-
        in (LP: #1241757)
     -- Ubuntu daily release <email address hidden>   Tue, 16 Dec 2014 13:25:57 +0000
  • unity (7.3.1+15.04.20141128-0ubuntu1) vivid; urgency=low
    
      [ Andrea Azzarone ]
      * Unmap all windows during shutdown. (LP: #1370017, #1375271)
      * Make sure GetScreenGeometry returns the correct value. (LP:
        #1374785)
    
      [ Marco Trevisan (Treviño) ]
      * Decorated Window: still paint decorations if on transformated
        windows in different workspaces (LP: #1383468)
      * DecoratedWindow: make sure we always set a _NET_FRAME_EXTENTS for
        windows that requested it
      * UnityScreen: when filtering out windows in spread, make sure we
        unscale them (LP: #1316265)
      * PanelMenuView: ensure that proper window tiles and buttons are shown
        at the right place (LP: #1384958, #1384910, #1385285)
      * PanelService: inject special key events back to the root window when
        a menu is opened
      * PanelService: use gdbus to notfy upstart of service start/stop
     -- Ubuntu daily release <email address hidden>   Fri, 28 Nov 2014 12:56:28 +0000
  • unity (7.3.1+14.10.20141016-0ubuntu1) utopic; urgency=low
    
      [ Eleni Maria Stea ]
      * LayoutSystem: make sure the exposed open windows are displayed in
        the "correct" order
    
      [ Marco Trevisan (Treviño) ]
      * DecoratedWindow: make edges independent from borders and properly
        update them on actions changed
     -- Ubuntu daily release <email address hidden>   Thu, 16 Oct 2014 15:10:30 +0000