UbuntuUpdates.org

Package "unity"




Name: unity

Description:

Interface designed for efficiency of space and interaction.

Latest version: *DELETED*
Release: xenial (16.04)
Level: proposed
Repository: main
Homepage: https://launchpad.net/unity

Links


Download "unity"


Other versions of "unity" in Xenial

Repository Area Version
base universe 7.4.0+16.04.20160415-0ubuntu1
base main 7.4.0+16.04.20160415-0ubuntu1
updates main 7.4.5+16.04.20190312-0ubuntu1
updates universe 7.4.5+16.04.20190312-0ubuntu1
PPA: Ubuntu-desktop ppa 7.4.0+16.04.20151102-0ubuntu1~test1

Packages in group

Deleted packages are displayed in grey.


Changelog

Version: 7.4.5+16.04.20171201.3 2017-12-04 21:06:38 UTC

  unity (7.4.5+16.04.20171201.3) xenial; urgency=medium

  [ 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
  * LockScreenController: ignore icon_paths_changed signal in
    menumanager for Lockscreen
  * LockScreenController: use InputMonitor to get all the events and
    hide the Blank Window (LP: #1321075)
  * LockScreenController: use input monitor to get the events to switch
    monitor (LP: #1316862)
  * LauncherOptions: use track_obj to manage option changes (LP:
    #1622995)
  * UnityScreen: toggle gestures recognition on lock (LP: #1645507)
  * GnomeSessionManager: add gcancellable to instance and use it for
    calls with temporary proxies
  * BackgroundSettings: use gnome-bg to generate textures with proper
    scaling (LP: #1666359)
  * UnityWindow: safely check validity of UnityWindow from scaled one
    (LP: #1659847)
  * Panel: ensure the menu-manager tracker is updated to match monitor
    (LP: #1671432)
  * compiz-profile-setter: tool to update the current profile and use in
    systemd and Unity settings (LP: #1668950)
  * BGHash, UnityScreen: get desktop averageColor from compiz
  * Launcher: disable or reduce most icon effects on lowgfx (LP:
    #1700859)
  * PanelController: ensure we disconnect from signals on destruction
    (LP: #1504870)
  * tools: add migration script to set the default values for unity-
    lowgfx profile

  [ 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
  * Round gtk scaling factor to closest integer. (LP: #1649736)
  * Keep the screen locked if rebooting with autologin. (LP: #1600389)
  * Use g_mkdir_with_parents instead of mkdir.
  * Lockscreen: always draw the background-color in the lockscreen (LP:
    #1702701)
  * Refactor the way UserAuthenticator is created and passed around.
    Handle failures to create new threads and fallback to a "Switch to
    greeter..." button in case of failure. (LP: #1311316)
  * Wait until the color buffer is cleared before suspending. (LP:
    #1532508)

  [ Kai-Heng Feng ]
  * UnitySettings: If scale-factor is not set, find and set right scale
    for HiDPI displays.

  [ Eleni Maria Stea ]
  * shouldn't create blur rectangles when there's no blur, skips the
    blur rects processing in low gfx.
  * removes lowgfx option from ccsm, reads the "lowgfx" gsetting (LP:
    #1668950)

  [ Nick Dedekind ]
  * Fixed tooltip scaling issues. (LP: #1673950)

 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Fri, 01 Dec 2017 18:46:01 +0000

Source diff to previous version
1618405 Adjacent menu opens when moving from an indicator icon to its dropdown menu in LIMs and Lockscreen
1321075 It's impossible to exit from screensaver if a menu or an application grabs the screen
1316862 Panel mouse events don't make the fade-to-blank stop
1645507 Unity crashed on oif::frame::Property\u003cUFDeviceProperty\u003e::GetProperty\u003cvoid\u003e
1666359 Lock screen doesn't cover entire desktop on HiDPI display with draw-user-backgrounds unchecked
1659847 /usr/bin/compiz PluginClassHandler:PluginClassHandler:unity::UnityScreen::OnTerminateSpread sigc::internal::signal_emit0:sigc::signal0
1671432 Global application menu does not follow mouse move for displaying submenus in multi-monitor setups
1668950 Unity doesn't provide an easy way to enable/disable the low graphics mode
1504870 compiz crashed with SIGSEGV in unity::menu::Manager::Indicators() when trying to switch to full screen game crusader kings II
1575452 Copy/move dialog cannot be switched to
1609845 sudo ubuntu-sdk ... open project ... click to file right key mouse \
1637991 Force quit dialog is misplaced on hidpi monitors
1649736 unity picks poor hidpi scale factor defaults
1600389 Keep the screen locked if autologin or nopasswdlogin is enabled
1311316 After locking screen there is no input field to type password for unlock
1673950 Tooltips in the Unity launcher have a wrong padding and position

Version: 7.4.5+16.04.20171116 2017-11-30 23:06:37 UTC

  unity (7.4.5+16.04.20171116) xenial; urgency=medium

  [ 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
  * LockScreenController: ignore icon_paths_changed signal in
    menumanager for Lockscreen
  * LockScreenController: use InputMonitor to get all the events and
    hide the Blank Window (LP: #1321075)
  * LockScreenController: use input monitor to get the events to switch
    monitor (LP: #1316862)
  * LauncherOptions: use track_obj to manage option changes (LP:
    #1622995)
  * UnityScreen: toggle gestures recognition on lock (LP: #1645507)
  * GnomeSessionManager: add gcancellable to instance and use it for
    calls with temporary proxies
  * BackgroundSettings: use gnome-bg to generate textures with proper
    scaling (LP: #1666359)
  * UnityWindow: safely check validity of UnityWindow from scaled one
    (LP: #1659847)
  * Dash: fix the neko regression we have since a couple of cycles (LP:
    #1680927)
  * Panel: ensure the menu-manager tracker is updated to match monitor
    (LP: #1671432)
  * compiz-profile-setter: tool to update the current profile and use in
    systemd and Unity settings (LP: #1668950)
  * BGHash, UnityScreen: get desktop averageColor from compiz
  * Launcher: disable or reduce most icon effects on lowgfx (LP:
    #1700859)
  * PanelController: ensure we disconnect from signals on destruction
    (LP: #1504870)
  * tools: add migration script to set the default values for unity-
    lowgfx profile

  [ 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
  * Round gtk scaling factor to closest integer. (LP: #1649736)
  * Keep the screen locked if rebooting with autologin. (LP: #1600389)
  * Use g_mkdir_with_parents instead of mkdir.
  * Lockscreen: always draw the background-color in the lockscreen (LP:
    #1702701)
  * Refactor the way UserAuthenticator is created and passed around.
    Handle failures to create new threads and fallback to a "Switch to
    greeter..." button in case of failure. (LP: #1311316)
  * Wait until the color buffer is cleared before suspending. (LP:
    #1532508)

  [ Kai-Heng Feng ]
  * UnitySettings: If scale-factor is not set, find and set right scale
    for HiDPI displays.

  [ Eleni Maria Stea ]
  * shouldn't create blur rectangles when there's no blur, skips the
    blur rects processing in low gfx.
  * removes lowgfx option from ccsm, reads the "lowgfx" gsetting (LP:
    #1668950)

  [ Nick Dedekind ]
  * Fixed tooltip scaling issues. (LP: #1673950)

 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Thu, 16 Nov 2017 22:12:17 +0000

1618405 Adjacent menu opens when moving from an indicator icon to its dropdown menu in LIMs and Lockscreen
1321075 It's impossible to exit from screensaver if a menu or an application grabs the screen
1316862 Panel mouse events don't make the fade-to-blank stop
1645507 Unity crashed on oif::frame::Property\u003cUFDeviceProperty\u003e::GetProperty\u003cvoid\u003e
1666359 Lock screen doesn't cover entire desktop on HiDPI display with draw-user-backgrounds unchecked
1659847 /usr/bin/compiz PluginClassHandler:PluginClassHandler:unity::UnityScreen::OnTerminateSpread sigc::internal::signal_emit0:sigc::signal0
1671432 Global application menu does not follow mouse move for displaying submenus in multi-monitor setups
1668950 Unity doesn't provide an easy way to enable/disable the low graphics mode
1504870 compiz crashed with SIGSEGV in unity::menu::Manager::Indicators() when trying to switch to full screen game crusader kings II
1575452 Copy/move dialog cannot be switched to
1609845 sudo ubuntu-sdk ... open project ... click to file right key mouse \
1637991 Force quit dialog is misplaced on hidpi monitors
1649736 unity picks poor hidpi scale factor defaults
1600389 Keep the screen locked if autologin or nopasswdlogin is enabled
1311316 After locking screen there is no input field to type password for unlock
1673950 Tooltips in the Unity launcher have a wrong padding and position

Version: *DELETED* 2016-09-14 17:06:36 UTC
No changelog for deleted or moved packages.

Version: 7.4.0+16.04.20160906-0ubuntu1 2016-09-07 09:06:32 UTC

  unity (7.4.0+16.04.20160906-0ubuntu1) xenial; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * SwitcherView: always disable animations when in lowgfx mode (LP:
    #1602784)

  [ Andrea Azzarone ]
  * When locked discard damages from windows below lockscreen. (LP:
    #1605180)
  * DecoratedWindow: display unmaximize button if the window is
    vertically or horizontally maximized (LP: #1608480)
  * 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)
  * Disable menu discovery animation if MenusDiscoveryDuration is 0.
    (LP: #942962)
  * Redraw fake decorations on window resize. (LP: #940470)
  * 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) ]
  * DecoratedWindow: avoid deferencing an invalid shadow texture ptr,
    and split functions (LP: #1608464)
  * DecoratedWindow: display unmaximize button if the window is
    vertically or horizontally maximized (LP: #1608480)
  * DecorationsForceQuitDialog: make CSS selectors work with gtk 3.20
  * UserAuthenticatorPam: ensure pam_handle_ is null initialized and
    don't proceed if not set (LP: #1611668)
  * DecorationStyle: set css name for Gtk 3.20
  * OverlayRenderer: properly decorate launcher/panel when the launcher
    is at the bottom (LP: #1611694)
  * OverlayRenderer: don't use rotated textures, just rotate them at
    rendering time
  * SpreadWidgets: add container for spread filter and new spread
    decorations (LP: #1283314)
  * WindowButton: properly partially unmaximize a window when
    middle/left clicking in the restore button (LP: #1616136)

 -- Marco Trevisan (Treviño) <mail@3v1n0.net> Tue, 06 Sep 2016 23:17:39 +0000

1608480 When a window semi-maximized the decorator should show \
1605256 Switcher detail view does not scale properly on high dpi
1521116 session dialog doesn't close on first \
1604632 Dash filter can't scroll with cursor on dropdown
942962 Setting \u2018Menus discovery duration\u2019 to 0 does not disable menu discovery
940470 Windows that resize themselves while in windows are spread (Super + W) leave old pixels behind
1614116 Switching maximized windows using the spread might lead to wrong title.
1608464 /usr/bin/compiz:11:unity::decoration::Window::Impl::ShadowTexture:unity::decoration::Window::Impl::Draw:unity::UnityWindow::glDraw:GLWindow::glDraw:W
1611668 /usr/bin/compiz:11:pam_authenticate:unity::lockscreen::UserAuthenticatorPam:::unity::lockscreen::UserAuthenticatorPam:::g_task_thread_pool_thread:g_t
1611694 Launcher/Panel has no decorations when is in shown at the bottom and an overlay is shown
1283314 Launcher and top panel should have an outline/border in Spread Mode
1616136 Middle/Right click in maximized window restore button doesn't properly Vertically/Horizontally maximizes a window

Version: *DELETED* 2016-08-22 12:06:51 UTC
No changelog for deleted or moved packages.



About   -   Send Feedback to @ubuntu_updates