Change logs for unity source package in Utopic

  • 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
  • unity (7.3.1+14.10.20141015-0ubuntu1) utopic; urgency=low
    
      [ Iain Lane ]
      * When grabbing keys, try prefixing "XF86" if the key isn't found.
        GNOME gives us unprefixed keys sometimes. (LP: #1302885)
    
      [ Brandon Schaefer ]
      * Remove bad tests that randomly fail
    
      [ handsome_feng<email address hidden> ]
      * added support for getting the distro name from /etc/os-release (LP:
        #1329584)
    
      [ Marco Trevisan (Treviño) ]
      * LockScreenController: wait the primary shield to get the grab before
        setting the session locked
      * GLibSignal: don't call callback function if the object_ value is not
        matching the CB (LP: #1366351)
     -- Ubuntu daily release <email address hidden>   Wed, 15 Oct 2014 12:56:50 +0000
  • unity (7.3.1+14.10.20140915-0ubuntu2) utopic; urgency=medium
    
      * No change rebuild for gnome-desktop 3.12
     -- Tim Lunn <email address hidden>   Tue, 23 Sep 2014 08:29:33 +1000
  • unity (7.3.1+14.10.20140915-0ubuntu1) utopic; urgency=low
    
      [ Michael Zanetti ]
      * add "items" key to Launcher schema to be used by unity8 (LP:
        #1300650)
    
      [ Andrea Azzarone ]
      * Use COMPIZ_METAKEY where needed. (LP: #1363534)
     -- Ubuntu daily release <email address hidden>   Mon, 15 Sep 2014 12:35:45 +0000
  • unity (7.3.1+14.10.20140904-0ubuntu1) utopic; urgency=low
    
      [ Martin Pitt ]
      * Adjust upstart dependency to upstart-bin. (LP: #1351306)
    
      [ Brandon Schaefer ]
      * When Show Desktop is active, it will set the tooltip icon as
        "Restore Windows". This is per workspace. So each time show_destop
        bool is updated in PluginAdapter, the Show Desktop icon will update
        its tooltip if needed. (LP: #1237132)
      * Use CONFIG instead of CACHE to store the first_run.stamp
    
      [ Stephen M. Webb ]
      * update the unity manpage (LP: #1059275)
    
      [ Andrea Azzarone ]
      * Share lockscreen password entry between screens. (LP: #1308540)
    
      [ Marco Trevisan (Treviño) ]
      * IconRenderer: draw count texture at proper scaling, built by
        LauncherIcon (LP: #1353070)
      * LauncherIcon: make the Icon count width depending on the text value
        width (LP: #796527)
      * Lockscreen: scale the UI elements based on current monitor scaling
        (LP: #1292218)
      * SwitcherView: set progress on icon render args (LP: #1361679)
      * SearchBar, ActionButtons, IconRenderer: include the font scaling
        when scaling textual items
     -- Ubuntu daily release <email address hidden>   Thu, 04 Sep 2014 22:12:54 +0000
  • unity (7.3.1+14.10.20140811-0ubuntu1) utopic; urgency=medium
    
      [ Michal Hruby ]
      * Split out dconf schemas into separate package
    
      [ Brandon Schaefer ]
      * Make sure we check if the Quicklist or Alt+F1 key nav is open (so we
        can close them) Bore checking if something as a WM grab. As we cant
        open the hud is in Quicklist or KeyNav anymore. (LP: #1353167)
    
      [ Stephen M. Webb ]
      * Changed log message on failure to open xpathselect library from an
        error to a warning. The xpathselect library is used for
        introspection during automated test runs. It is not an error for
        this library to be unavailable in normal successful operating
        conditions. (LP: #1345296)
    
      [ Andrea Azzarone ]
      * Add an arrow activator in the lockscreen. (LP: #1332509)
      * Allow a distinct pam config file for greeter and for lock-screen.
        (LP: #1305440)
    
      [ Marco Trevisan (Treviño) ]
      * Autopilot, Switcher: use correct right/left scroll buttons for
        next/prev mouse selection (LP: #1353383)
      * UScreen, PanelService: get monitor at position, ignoring pre-
        multipled Gdk scale factor Get monitor position based on absolute
        coordinates, ignoring the pre-multipled scaling factor that Gdk
        applies to all the monitor sizes. In this way we get the proper
        monitor index for absolute coordinates, independently from the
        scaling factor. (LP: #1351591)
      * ApplicationLauncherIcon: make sure we close the dash if DnD is
        accepted And we're about to focus the application window(s) (LP:
        #1350331)
     -- Ubuntu daily release <email address hidden>   Mon, 11 Aug 2014 12:31:11 +0000
  • unity (7.3.0+14.10.20140731.1-0ubuntu1) utopic; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Brandon Schaefer ]
      * Fixes FTBFS caused by gcc 4.9. Mostly unused functions. (LP:
        #1350052)
    
      [ Andrea Azzarone ]
      * == Problem == Lockscreen capslock detection doesn't work well with
        remapped capslocks == Fix == Use gdk keymap to get the state of the
        caps lock. (LP: #1347735)
    
      [ Marco Trevisan (Treviño) ]
      * PlacesOverlayVScrollBar and VScrollBarOverlayWindow: add support for
        scaling Add a new ScrollView class to create ScrollViews with an
        OverlayScrollbar and with scaling support. Using them in dash Scopes
        and Previews. (LP: #1340996)
      * LockScreenShield: Add GrabScreen function and retry to make sure we
        really get grab It might happen that the grab is not possible
        because the PluginAdapter::IsScreenGrabbed request has still not
        being fully processed, and thus nux is not able to grab the
        pointer/keyboard. By doing this we instead try to grab the screen,
        and if this is not happening, we wait a little until we don't get
        the ungrab event. In this way, if we eventually get the grab, all
        will work as expected. Otherwise, we cancel the lock request (very
        unlikely to happen). (LP: #1349128)
      * PlacesOverlayVScrollBar: redirect the mouse wheel scroll events
        coming from the thumb to the scrollview This will make the
        scrollview to handle then and perform the same scrolling action it
        would do otherwise. (LP: #1340992)
      * This has a "soft" dependency on lp:~3v1n0/nux/horizontal-scroll-
        delta/+merge/227070, this means that this code would just work as it
        used to do (except for the SwitcerView fix) if that nux branch is
        not used, while it will support correctly horizontal scroll events
        when both the branches are used. (LP: #1342208)
     -- Ubuntu daily release <email address hidden>   Thu, 31 Jul 2014 18:40:00 +0000
  • unity (7.3.0+14.10.20140711-0ubuntu1) utopic; urgency=low
    
      [ Eleni Maria Stea ]
      * Previews: scale the dash preview contents to match current monitor
        scaling Improved also the scaling of search-bar, spinner, categories
        and many other components. (LP: #1339629)
    
      [ Marco Trevisan (Treviño) ]
      * Previews: scale the dash preview contents to match current monitor
        scaling Improved also the scaling of search-bar, spinner, categories
        and many other components. (LP: #1339629)
      * DashStyle: return RawPixel's instead of integers for sizes, and
        avoid duplication in code
      * FilterWidgets: add support for scaling (LP: #1340171)
      * OverlayRendering: correctly scale the overlays borders and edges to
        match settings DashStyle has been modified to return smart pointers
        of textures that are loaded depending on the scale level. The cache
        will make sure that we don't duplicate the textures and that they
        get removed when not needed anymore. Also thanks to this the
        SearchBarSpinner textures (and the other spinners as well) uses the
        SVGs scaled at the proper size (I desgined a new SVG for the
        magnifier, as we only had a PNG). (LP: #1283415)
      * Hud: scale to match current DPI settings for monitor (LP: #1340477)
     -- Ubuntu daily release <email address hidden>   Fri, 11 Jul 2014 19:59:35 +0000
  • unity (7.3.0+14.10.20140708-0ubuntu1) utopic; urgency=low
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Stephen M. Webb ]
      * reduce the scope of the kill command when restarting compiz (LP:
        #1324114)
    
      [ Eleni Maria Stea ]
      * Changed the PreviewStyle.h/cpp to use em sizes (RawPixel).
      * Added scale factor to Preview (base class), preview container and to
        the components they contain.
      * Scaled the ApplicationPreview and the containing widgets and
        components.
      * Scaled GenericPreview and its widgets.
      * scaled ErrorPreview
      * Scaled MoviePreview and widgets
    
      [ Pawel Szubert ]
      * reduce the scope of the kill command when restarting compiz (LP:
        #1324114)
     -- Ubuntu daily release <email address hidden>   Tue, 08 Jul 2014 14:35:37 +0000
  • unity (7.3.0+14.10.20140619-0ubuntu1) utopic; urgency=low
    
      [ Stephen M. Webb ]
      * bump upstream to 7.3.0
    
      [ Ubuntu daily release ]
      * New rebuild forced
    
      [ Andrea Azzarone ]
      * Remove cross fade effect during lock/unlocking. A simple fading
        works just fine. (LP: #1312107)
      * Manually emit nux::Area::geometry_changed beucase nux can fail to
        emit it. (LP: #1292391)
    
      [ Marco Trevisan (Treviño) ]
      * {Panel,Decoration}Style: don't call deprecated
        gtk_style_context_invalidate function in gtk >= 3.11
      * PluginAdapter: pass the state to compiz plugins activations Fixes
        Scale triggering on DnD (LP: #1328615)
      * LockScreenAcceleratorController: do ther configured action on power
        special keys press We finally can suspend, shutdown, hibernate or
        start the screensaver when the screen is locked, using the Suspend,
        Sleep, Hibernate and PowerOff hardware keys. Also the Shutdown
        dialog doesn't allow now to lock the session if it is not allowed by
        settings. (LP: #1306211)
     -- Ubuntu daily release <email address hidden>   Thu, 19 Jun 2014 18:41:55 +0000
  • unity (7.2.0+14.10.20140607-0ubuntu1) utopic; urgency=low
    
      [ Chris Townsend ]
      * Fix issue where the number of Launcher icon pips are not always
        properly updated when a new window of an already running application
        is opened. (LP: #1283775)
      * Fix issue where the Panel shadow would get drawn over drop down
        windows in full screen windows. (LP: #1316005)
    
      [ Andrea Azzarone ]
      * Clear the clipboard when locking the screen. (LP: #1308911)
      * Disable switcher gestures if screen is locked. Fixed a regression.
        (LP: #1321043)
      * Pass the correct options to showLauncherKeyTerminate in
        UnityScreen::OnLockScreen (LP: #1320438)
      * Fix skype indicator blinking. (LP: #1310200)
    
      [ Marco Trevisan (Treviño) ]
      * PluginAdapter: try to grab the screen to make sure that the screen
        is not grabbed FocusIn event with NotifyGrab mode is not always
        triggered by X when a window takes the grab, then we need to ensure
        that there's no grab by trying to get one. We only care about
        keyboard here, since pointer grabs don't affect us in general. (LP:
        #741869)
      * ShortcutView: use RawPixel's for the size values and convert them to
        match current scaling Plus dinamically allocate horizontal space,
        not to cut the text. (LP: #924840)
     -- Ubuntu daily release <email address hidden>   Sat, 07 Jun 2014 16:27:46 +0000
  • unity (7.2.0+14.10.20140606.1-0ubuntu1) utopic; urgency=low
    
      [ Alfred Neumayer ]
      * Restore the launcher position by reversing the animation and
        unsetting the DND_PUSHED_OFF quirk. (LP: #1304882)
    
      [ Brandon Schaefer ]
      * TextInput: move the warning icon inside the input field, render it
        white (LP: #1307738)
      * ShutdownView: Scale up the Buttons and Text plus Borders of the
        UnityWindowView. (LP: #1308323)
      * Lockscreen warning icon needs a tooltip to say what the warning is
        about! (LP: #1308288)
    
      [ Marco Trevisan (Treviño) ]
      * ApplicationLauncherIcon: Focus and, in case, Spread the windows on
        DnD After 1 second that an user is over an icon, that icon should
        focus the relative application and Spread its windows if it has more
        than one opened. Correctly handle the DnD scale in launcher, and
        apply glow to the icon under pointer. (LP: #607796)
      * SwitcherView: use RawPixel's for the size values and convert them to
        match current scaling (LP: #1317348)
    
      [ Chris Townsend ]
      * Fix issue where scaling the edge illumination up and down with the
        size of the Launcher icons would cause the illumination border to be
        offset and smaller than the icon. (LP: #1309739)
     -- Ubuntu daily release <email address hidden>   Fri, 06 Jun 2014 13:55:32 +0000
  • unity (7.2.0+14.10.20140512.4-0ubuntu1) utopic; urgency=low
    
      [ Stephen M. Webb ]
      * lockscreen/LockScreenAccelerators.h: added required header for
        std:vector definition
      * disabled precompiled headers on arm64 Ubuntu package builds (LP:
        #1317276)
    
      [ Brandon Schaefer ]
      * Set the max width, so our static text wraps. So we don't end up
        rendering text out of the view area. (LP: #1312749)
    
      [ Marco Trevisan (Treviño) ]
      * UnityScreen: toggle activation of all the unity compiz actions when
        locking the screen Also, make sure that the lockscreen views are
        treated as "always-on-front" windows by nux (and this applies to
        both visibility and events).
      * PanelService: emit an invalid EntryActivated signal if the menu
        hasn't actually been shown In addition, if the menu is not visible
        after the first popup call, try to show a menu without keyboard
        focus. This will make possible to see menus also when there's a key-
        grab (although they will be without keyboard support). Finally,
        reset the menu state, if that failed.
      * UnityScreen: always paint the lockscreen above, just add menu and
        onboard as exceptions Some code cleanup, factorizing similar code.
        (LP: #1313280)
      * UnityScreen: don't try to show Dash/Hud if the screen is grabbed
        Also move the dash opening out from LauncherController, and get rid
        of UBus as first initialization source, as it can only slow things
        down here. (LP: #741869)
      * PluginAdapter: make sure we don't try to call an invalid
        initiate/terminate callback function (LP: #1221673)
      * DebugDBusInterface: match properties if they are in the AP array
        form [<type>, <value>] (LP: #1307748)
    
      [ William Hua ]
      * Add proper support for modifier-only shortcuts on the lock screen.
        (LP: #1291461)
    
      [ Jinkyu Yi ]
      * Dash: Fix problem at checking blacklisted unicode range (LP:
        #1251193)
    
      [ Andrea Azzarone ]
      * Add a warning in the session dialog if other sessions are still
        open. (LP: #1281058)
     -- Ubuntu daily release <email address hidden>   Mon, 12 May 2014 22:03:27 +0000
  • unity (7.2.0+14.04.20140423-0ubuntu2) utopic; urgency=medium
    
      * debian/control: depends on autopilot-desktop-legacy rather than
        autopilot-desktop.
     -- Mathieu Trudel-Lapierre <email address hidden>   Thu, 01 May 2014 00:32:05 -0400
  • unity (7.2.0+14.04.20140423-0ubuntu1.2) trusty-security; urgency=medium
    
      * SECURITY UPDATE: more lock screen bypass issues, and regression with
        shutdown dialog (LP: #1314247)
        - debian/patches/lp1314247.patch: improve popup menu handling in
          lockscreen/LockScreenShield.cpp, lockscreen/LockScreenPanel.cpp,
          services/panel-service.c, plugins/unityshell/src/unityshell.cpp,
          lockscreen/LockScreenController.*, shutdown/SessionController.cpp,
          tests/test_session_controller.cpp.
     -- Marc Deslauriers <email address hidden>   Wed, 30 Apr 2014 11:11:18 -0400
  • unity (7.2.0+14.04.20140423-0ubuntu1.1) trusty-security; urgency=medium
    
      * SECURITY UPDATE: lock screen bypass (LP: #1313885)
        - debian/patches/lp1313885.patch: improve lockscreen logic in
          lockscreen/LockScreenController.cpp, lockscreen/LockScreenShield.*,
          plugins/unityshell/src/unityshell.*.
     -- Marc Deslauriers <email address hidden>   Mon, 28 Apr 2014 22:29:13 -0400
  • unity (7.2.0+14.04.20140416-0ubuntu1) trusty; urgency=low
    
      [ Andrea Azzarone ]
      * Do not allow to activate twice the same entry! (LP: #1308572)
    
      [ Marco Trevisan (Treviño) ]
      * UnityScreen: save a locked.stamp file when locking/unlocking, to
        relock on startup This makes unity to relocks if it was locked
        before crashing... (LP: #1308572)
     -- Ubuntu daily release <email address hidden>   Wed, 16 Apr 2014 22:41:19 +0000