Unity 7.1.1 "S Series"

This interim release is planned to contain additional polish bugfixes and accommodate the new indicatros stack.

Milestone information

Project:
Unity
Series:
7.1
Version:
7.1.1
Code name:
S Series
Released:
 
Registrant:
Stephen M. Webb
Release registered:
Active:
No. Drivers cannot target bugs and blueprints to this milestone.  

Download RDF metadata

Activities

Assigned to you:
No blueprints or bugs assigned to you.
Assignees:
12 Andrea Azzarone, 19 Brandon Schaefer, 12 Christopher Townsend, 1 Lars Karlitski, 30 Marco Trevisan (Treviño), 1 Michal Hruby, 1 Nick Dedekind, 5 Stephen M. Webb, 1 Unity Maintainers
Blueprints:
No blueprints are targeted to this milestone.
Bugs:
82 Fix Released

Download files for this release

After you've downloaded a file, you can verify its authenticity using its MD5 sum or signature. (How do I verify a download?)

File Description Downloads
download icon unity-7.1.1.tar.bz2 (md5, sig) Unity source release 7.1.1 1,546
last downloaded 30 weeks ago
Total downloads: 1,546

Release notes 

This release does not have release notes.

Changelog 

View the full changelog

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: don't unset the app if the icon has been already removed

 In this case the app is unset when removed, doing it twice causes the app->seen flag to
 be reset and this breaks the assumtions of the LauncherController, making it to recreate
 a new app for the same BamfApplication. Fixes: https://bugs.launchpad.net/bugs/1237182.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestApplicationLauncherIcon: verify that removing/destroying an icon won't break the Seen flag

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: don't unset the app if the icon has been already removed

 In this case the app is unset when removed, doing it twice causes the app->seen flag to be
 reset and this breaks the assumtions of the LauncherController, making it to recreate a
 new app for the same BamfApplication.

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestApplicationLauncherIcon: verify destruction unsets app parameters

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestApplicationLauncherIcon: even more Removal tests

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestApplicationLauncherIcon: add new tests to verify SetApplication

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: keep the stikyness state of the icon when replacing the inner app

 No need to do this manually on SoftwareCenterLauncherIcon anymore.

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: add UnsetApplication utility function to reset application parameters

 This is done when removing, destructing and replacing the application.

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: set the removed property true and disconnect from callbacks when removed

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 SourceManager: add RemoveAll public method.

 Approved by Christopher Townsend, PS Jenkins bot.

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestGLibSourceManager: add RemoveAll tests

2013-10-10 Marco Trevisan (Treviño) <mail@3v1n0.net>

 SourceManager: add RemoveAll public method

2013-10-09 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: remove the icon when setting a null application. Fixes: https://bugs.launchpad.net/bugs/1237161.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-09 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestSoftwareCenterLauncherIcon: test cleanup

2013-10-09 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestSoftwareCenterLauncherIcon: make sure we don't crash when a new Null app is set

2013-10-09 Marco Trevisan (Treviño) <mail@3v1n0.net>

 SoftwareCenterLauncherIcon: be safer when handling new app

 It may be null.

2013-10-09 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: remove the icon when setting a null application

2013-10-08 Andrea Azzarone <email address hidden>

 Fix rendering of italic text in StaticCairoText. Fixes: https://bugs.launchpad.net/bugs/1190275.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08 Andrea Azzarone <email address hidden>

 Fix rendering of italic test.

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AP, TestSpread: assertWindowIsNotScaled may fail when getting the Xid. Fixes: https://bugs.launchpad.net/bugs/1236872.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AP, WindowManagerKeybindingsForWindowHandling: just extend UnityTestCase

 Or we have duplicated tests that may fail

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AP, TestSpread: assertWindowIsNotScaled may fail when getting the Xid

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: Add monitor parameter to GetTipPosition. Fixes: https://bugs.launchpad.net/bugs/1236631.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: Add monitor parameter to GetTipPosition

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 VolumeLauncherIcon: copy files to device on DnD

 Use filemanager to perform the copy action. If needed, delay the procedure until we
 don't have the volume mounted (using a magic utility function to share the code). Fixes: https://bugs.launchpad.net/bugs/838731.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-08 Marco Trevisan (Treviño) <mail@3v1n0.net>

 GnomeFileManager: don't try to copy files from o to invalid locations

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestVolumeLauncherIcon: always create icon on init, move some test to DelayedConstruction

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: remove the unneeded ValidateUrisForLaunch function

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestVolumeLauncherIcon: add tests to verify the copy on DnD

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 VolumeLauncherIcon: copy files to device on DnD

 Use filemanager to perform the copy action. If needed, delay the procedure until we
 don't have the volume mounted (using a magic utility function to share the code).

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 FileManager: add CopyFiles method, implement it for GnomeFileManager using nautilus APIs

 This way we have the proper transfers notifications on launcher.

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Volume: remove FileManager instance, handle opened status in VolumeLauncherIcon. Fixes: https://bugs.launchpad.net/bugs/1236468.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 IconLoader: use unity::action::Handle as IconLoader::Handle

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Removing wrongly committed file

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Volume: remove FileManager instance, handle opened status in VolumeLauncherIcon

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Volume: move FileManager and Notification actions to VolumeLauncherIcon

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Tests: move TestVolume to test-gtest-xless

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestDeviceLauncherSection: use mock notification display

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 DeviceLauncherSection: allow to mock DeviceNotificationDisplay

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 GMockVolume: return the current object to the async callback

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Volume: add mounted, ejected and unmounted signals

2013-10-07 Marco Trevisan (Treviño) <mail@3v1n0.net>

 GnomeFileManager: use nwe nautilus dbus paths for actions

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ActionHandle: move connection::handle to a more generic action::handle

2013-10-05 Brandon Schaefer <email address hidden>

 Remove the ibus workaround, as im-config has been updated to use 'auto' as its default choice. This means ibus-daemon will start up correctly now.

 Approved by PS Jenkins bot, Stephen M. Webb.

2013-10-04 Brandon Schaefer <email address hidden>

 * Remove imports that was part of the workaround

2013-10-04 Brandon Schaefer <email address hidden>

 * Remove the workaround that hardly worked

2014-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AbstractLauncherIcon: add static icon_size property. Fixes: https://bugs.launchpad.net/bugs/1073103.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AbstractLauncherIcon: set default icon size to 48

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 IconTextureSource: RememberEmblem and HadEmblem must be multi-monitor aware

 This fixes a bug that was causing the emblem not being drawn on secondary monitors.

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Launcher: some cleanup

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: don't save parent geometries anymore, SetCenter should now include them

 This is really not needed anymore since the icon knows its size.

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: use icon_size to compute the tip position and where it was hardcoded before

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 DeviceNotificationDisplayImp: use const value for icon size

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 ApplicationLauncherIcon: use correct icon size to set the window-icon geometry

 Used for minimizing animation

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Launcher: set the icon_size value for AbstractLauncherIcon when set for itself

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 AbstractLauncherIcon: add static icon_size property

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: add GetTipPosition function to compute where show tooltip and quicklists

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: don't continue computation if the center has not changed

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 BamfApplicationManager: if the app is not found, return compiz manually.

 This fixes crashes on standalone clients

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: don't try to show again quicklists or tooltip if center changed, just move them. Fixes: https://bugs.launchpad.net/bugs/1234778.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 LauncherIcon: don't try to show again quicklists or tooltip if center changed, just move them

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 QuicklistManager: add MoveQuicklist method

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 QuicklistView: add position ql setter

2013-10-04 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Tooltip: add tooltip position setter

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 SimpleLauncherIcon: we need to restore the focus when closing the Overlay for activation. Fixes: https://bugs.launchpad.net/bugs/909870.

 Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 autopilot, LauncherIconsTests: verify that overlays gets closed on icon Activation

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestApplicationLauncherIcon: verify that we ask to hide the Overlays on icon activation

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 DashController: always restore the input focus when hidden, no need to add a parameter

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 HudController: if we're hiding, then the view is already there

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 HudController: always restore the input focus when hidden, no need to add a parameter

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 SimpleLauncherIcon: we need to restore the focus when closing the Overlay

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 DashView: some cleanup

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 HudController: don't save input focus, it's really not needed

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: close a menu and re-send the keyevent when handling a combination

 Or when we try to open HUD/Dash. Also, close the active menu if a new application is opened
 and focused. Fixes: https://bugs.launchpad.net/bugs/10905, https://bugs.launchpad.net/bugs/1197071, https://bugs.launchpad.net/bugs/1234457.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestPanelServiceCompizShortcutParsing: verify the parsing of the compiz shortcuts

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: add private header, add testable parse_string_keybinding

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Tests: add new monitored keys to external gschemas

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 autopilot, PanelIndicatorEntryTests: add new test to verify menu closes on new app

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 autopilot, WindowManagerKeybindings: ensure menus are shown

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: close the active menu if requested to open a NULL entry instead of warn

 This will fix orphan menus, when a new application takes focus.

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: use g_signal_handlers_disconnect_by_data for menu signals

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: allow print screen key to be used without modifiers

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Switcher: some cleanup

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 autopilot, WindowManagerKeybindings: add test to verify interaction with WM when menus are opened

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 autopilot, WindowManager: add methods to initiate/terminate spread

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: save KeySym's internally, convert them to keycode on event

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: call parent finalize function when finalizing panel

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: use g_signal_handlers_disconnect_matched to disconnect signals

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: use switch/case statement for handling events

2013-10-03 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: close a menu and re-send the keyevent when handling a combination

 Or when we try to open HUD/Dash

2013-10-02 Marco Trevisan (Treviño) <mail@3v1n0.net>

 PanelService: add KeyBinding struct to handle keys and use it for toggle modifier

2013-10-03 Christopher Lee <email address hidden>

 Preparing autopilot tests for an upcoming update in autopilot 1.3.

 Approved by PS Jenkins bot, Thomi Richards.

2013-10-03 Christopher Lee <email address hidden>

 Cleanup to make changes backward compatible with autopilot.

2013-10-03 Christopher Lee <email address hidden>

 Updated autopilot tests in preparation for updated autopilot.

2013-10-02 Andrea Azzarone <email address hidden>

 Hide the tooltip when an app is closed. Fixes: https://bugs.launchpad.net/bugs/1172769.

 Approved by Brandon Schaefer, PS Jenkins bot.

2013-10-02 Andrea Azzarone <email address hidden>

 Hide the tooltip when an app is closed.

2013-10-01 Marco Trevisan (Treviño) <mail@3v1n0.net>

 CairoBaseWindow: add fade animator to control both QL and Tooltip

 Removing the animator from LauncherIcon, and handling the tooltip animation
 inside the QL and Tooltip base class.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 JSONParser: no need to use pango for parsing colors, nux can do it!

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 TestLauncherIcon: Add tooltip visibility checks

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 CairoBaseWindow: add fade animator to control both QL and Tooltip

 Removing the animator from LauncherIcon, and handling the tooltip animation
 inside the QL and Tooltip base class.

2013-10-01 Andrea Azzarone <email address hidden>

 Update icon_under_mouse before process mouse movemnt in the tooltip manager. Fixes: https://bugs.launchpad.net/bugs/1172769, https://bugs.launchpad.net/bugs/1233666.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-10-01 Andrea Azzarone <email address hidden>

 Update icon_under_mouse before process mouse movemnt in the tooltip manager.

2013-10-01 Andrea Azzarone <email address hidden>

 Fix bad redrawing of dash overlay scrollbar connector. Fixes: https://bugs.launchpad.net/bugs/1233195.

 Approved by PS Jenkins bot, Brandon Schaefer.

2013-09-30 Andrea Azzarone <email address hidden>

 Fix bad redrawing of scrollbar connector.

2013-10-01 Marco Trevisan (Treviño) <mail@3v1n0.net>

 CairoBaseWindow: only regenerate blur texture when visible and damaged. Fixes: https://bugs.launchpad.net/bugs/1233109.

 Approved by Christopher Townsend, PS Jenkins bot.

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 QuicklistView: use way-better looking quicklists on low-gfx mode

 In low-gfx we can still draw the dotted-texture and transparent outline.
 We only need to use opaque background.

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 Tooltip: still keep semi-transparent borders on low-gfx mode

2013-09-30 Marco Trevisan (Treviño) <mail@3v1n0.net>

 CairoBaseWindow: only regenerate blur texture on visible and when damaged

2013-09-30 Brandon Schaefer <email address hidden>

 Move the switcher Alt+<ArrowKey> shortcut handling into nux, from compiz. Now nux handles these events instead of compiz. This way its makes much more sense code wise and we no longer ungrab the arrow gets from X... so Alt+LeftArrow will no longer open the hud. Fixes: https://bugs.launchpad.net/bugs/969039.

 Approved by PS Jenkins bot, Christopher Townsend.

2013-09-30 Brandon Schaefer <email address hidden>

 * Clean ups
 * Move KEYUP -> KEYDOWN

2013-09-29 Brandon Schaefer <email address hidden>

 * Merge with trunk

2013-09-29 Brandon Schaefer <email address hidden>

 * Move AltTab arrow key handling into nux vs having compiz use shortcuts which was ungrabbing the arrow keys.
 Causing alt+<arrow_key> to show the hud! This is how the switcher should handle arrow keys anyway.

2013-09-27 Brandon Schaefer <email address hidden>

 Break the bump detection by moving to the first icon, then down 5 pixels. Since bump detection needs to move in 3 different directions.

 Approved by PS Jenkins bot, Christopher Townsend, Marco Trevisan (Treviño).

2013-09-27 Brandon Schaefer <email address hidden>

 * Ensure we always break

2013-09-27 Brandon Schaefer <email address hidden>

 * Move Right as well

2013-09-27 Brandon Schaefer <email address hidden>

 * Add a break bump detection in the switcher view

2013-09-27 Brandon Schaefer <email address hidden>

 * Break the bump detection before testing mouse detection works :)

0 blueprints and 82 bugs targeted

Bug report Importance Assignee Status
1203129 #1203129 unity crashes on cltr+super+d 2 Critical Andrea Azzarone  10 Fix Released
1212945 #1212945 A surge of failing autopilot tests in unity 2 Critical Nick Dedekind  10 Fix Released
1219636 #1219636 unity autopilot tests fails to move mouse, leading to infinite test run 2 Critical Christopher Townsend  10 Fix Released
1228965 #1228965 compiz crashed with SIGSEGV in unity::ui::EdgeBarrierController::Impl::SetupBarriers() 2 Critical Andrea Azzarone  10 Fix Released
1236631 #1236631 [regression] Quicklist keynavigation is broken 2 Critical Marco Trevisan (Treviño)  10 Fix Released
1237161 #1237161 Unity may crash on ApplicationLauncherIcon::Stick after installing an app from Software Center 2 Critical Marco Trevisan (Treviño)  10 Fix Released
824965 #824965 Alt-tab - When alt-tab is open, the user should be able to left click with the pointer on a specific app/window in order to select it 3 High Brandon Schaefer  10 Fix Released
909870 #909870 Top panel/global menu not shown and window not focused when switching to open application from the dash/HUD 3 High Marco Trevisan (Treviño)  10 Fix Released
931384 #931384 Window management, Launcher, multi-monitor - Windows can't be maximized on the lower display in vertically-stacked configuration 3 High Andrea Azzarone  10 Fix Released
966030 #966030 "Show desktop" in alt-tab doesn't always work 3 High Brandon Schaefer  10 Fix Released
969039 #969039 HUD appears when tapping Alt+Left very quickly 3 High Brandon Schaefer  10 Fix Released
1044926 #1044926 Dash - When Launcher set to autohide, Dash sometimes opens before Launcher appears 3 High Marco Trevisan (Treviño)  10 Fix Released
1073103 #1073103 Unity launcher not showing proper notifications count (on secondary monitors) 3 High Marco Trevisan (Treviño)  10 Fix Released
1190275 #1190275 [Regression] Text in search bar is cut at the end of the last letter 3 High Andrea Azzarone  10 Fix Released
1203106 #1203106 Rewrite ibus test for ibus 1.5 3 High Brandon Schaefer  10 Fix Released
1204664 #1204664 control+super+d works just the first time running Ubuntu Unity. 3 High Andrea Azzarone  10 Fix Released
1215630 #1215630 [Alt-Tab] Hover on alt-tab easily bumped 3 High Brandon Schaefer  10 Fix Released
1217560 #1217560 compiz crashed with SIGSEGV in std::function<bool>() 3 High Andrea Azzarone  10 Fix Released
1217849 #1217849 Applications installed from software center are removed from launcher after installation 3 High Marco Trevisan (Treviño)  10 Fix Released
1218538 #1218538 Crashed while ejecting DVD and USB Device 3 High Marco Trevisan (Treviño)  10 Fix Released
1223037 #1223037 Switcher mouse bump in detail mode causes selection change 3 High Brandon Schaefer  10 Fix Released
1223561 #1223561 Some TestLauncherEntryRemote unit tests are failing with new libdbusmenu changes 3 High Christopher Townsend  10 Fix Released
1223630 #1223630 [Alt+Tab] Hover mouse bump accordion icons steals icon focus 3 High Brandon Schaefer  10 Fix Released
1224569 #1224569 compiz crashed with SIGSEGV in local_Rb_tree_increment() 3 High Andrea Azzarone  10 Fix Released
1226639 #1226639 AP test mouse movement should not be an infinite loop 3 High Christopher Townsend  10 Fix Released
1227056 #1227056 Many autopilot failures on the unity stack (mostly IBus) 3 High Brandon Schaefer  10 Fix Released
1229460 #1229460 Key navigation over new generation indicators with no position is not consistent 3 High Marco Trevisan (Treviño)  10 Fix Released
1230352 #1230352 Scope results not updated when scope invalidates them 3 High Michal Hruby  10 Fix Released
1233666 #1233666 AP failure: test_launcher_tooltip_disabling 3 High Andrea Azzarone  10 Fix Released
1234457 #1234457 Application menu should close if a new application takes focus 3 High Marco Trevisan (Treviño)  10 Fix Released
1234778 #1234778 [regression] Launcher icon tooltips do not always hide using Unity trunk 3 High Marco Trevisan (Treviño)  10 Fix Released
1237182 #1237182 Quickly opening and closing applications may lead to duplicated launcher icons 3 High Marco Trevisan (Treviño)  10 Fix Released
10905 #10905 Keyboard shortcuts, window management - Can't use any global keyboard shortcuts or hotkeys when applet/menu is open 4 Medium Marco Trevisan (Treviño)  10 Fix Released
704046 #704046 [launcher] can't add java programs as favorites 4 Medium Marco Trevisan (Treviño)  10 Fix Released
751050 #751050 Keyboard shortcuts - Unity window placement shortcuts require a numpad 4 Medium Marco Trevisan (Treviño)  10 Fix Released
753305 #753305 Launcher - Apps launched from terminal or without a .desktop file cannot be launched after pinning to launcher 4 Medium Marco Trevisan (Treviño)  10 Fix Released
779449 #779449 Software Center - a Zeitgeist event should be loged when a app is un-pinned from the Launcher so that the app appears at the front of the list of recently used apps in the Dash 4 Medium Marco Trevisan (Treviño)  10 Fix Released
819663 #819663 Blurred background behind bottom-most quicklist is misplaced 4 Medium Christopher Townsend  10 Fix Released
838731 #838731 Launcher - The Nautilus and USB drive icons in the Launcher should be valid drop targets for all types of files and folders 4 Medium Marco Trevisan (Treviño)  10 Fix Released
873387 #873387 Launcher - Quicklists don’t have active blur 4 Medium Christopher Townsend  10 Fix Released
932718 #932718 Keyboard overlay gets in the way when zooming 4 Medium Brandon Schaefer  10 Fix Released
975640 #975640 Window management - Selecting Show Desktop in Alt+Tab switcher minimizes windows on all workspaces 4 Medium Brandon Schaefer  10 Fix Released
992697 #992697 Window management - 'Ctrl-Alt-Numpad 4' and 'Ctrl-Alt-Numpad 6' window placement shortcuts are broken 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1051921 #1051921 lens-bar-keynavigation periodically writes to /tmp/wut.png 4 Medium Stephen M. Webb  10 Fix Released
1069644 #1069644 Unity help screen does not list Super+C for Photo lens 4 Medium Stephen M. Webb  10 Fix Released
1084444 #1084444 make check fails if google-mock is not available 4 Medium Unity Maintainers  10 Fix Released
1100120 #1100120 incomplete dash outline in desktop mode 4 Medium Stephen M. Webb  10 Fix Released
1183994 #1183994 ng-indicators do not respect visual order of indicators 4 Medium Lars Karlitski  10 Fix Released
1197569 #1197569 Move from zeitgeist-1.0 to zeitgeist-2.0 4 Medium Stephen M. Webb  10 Fix Released
1201631 #1201631 Overlay scroll bar for dash visible on start up when no dash is present. 4 Medium Brandon Schaefer  10 Fix Released
1203097 #1203097 Panel shadow missing when in Show Desktop mode 4 Medium Christopher Townsend  10 Fix Released
1204188 #1204188 New Unity autopilot failures in the unity stack 4 Medium Stephen M. Webb  10 Fix Released
1204215 #1204215 [regression] preedit does not cause the search bar hint to hide with ibus 1.5 4 Medium Brandon Schaefer  10 Fix Released
1207170 #1207170 unity::Panel::Controller needs unit-tests 4 Medium Andrea Azzarone  10 Fix Released
1209320 #1209320 Sticking a desktop-less icon pops it to the top of the launcher 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1210661 #1210661 Move IBus emulator from lp:autopilot to lp:unity. 4 Medium Brandon Schaefer  10 Fix Released
1211261 #1211261 alt-tab selects incorrect window when using workspaces 4 Medium Christopher Townsend  10 Fix Released
1211464 #1211464 ibus-anthy AP tests failing to commit on Ctrl+J 4 Medium Brandon Schaefer  10 Fix Released
1211501 #1211501 IBus pinyin AP tests returning different results for "disk" 4 Medium Brandon Schaefer  10 Fix Released
1217592 #1217592 test_mouse_click_will_activate_detail_icon Failing 4 Medium Brandon Schaefer  10 Fix Released
1223039 #1223039 [Switcher] Mouse cannot regain selection control of icon after the user press alt+tab 4 Medium Brandon Schaefer  10 Fix Released
1224048 #1224048 [Alt+Tab] Add option to disable the mouse. 4 Medium Brandon Schaefer  10 Fix Released
1224340 #1224340 Visual corruption of Dash 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1224643 #1224643 Some TestIconLoader unit tests intermittently fail during Jenkins CI 4 Medium Christopher Townsend  10 Fix Released
1226114 #1226114 Launcher redraws too many times on each mouse-{enter,leave} event also if not needed 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1228308 #1228308 Active blur for Quicklists and Tooltips is not working again 4 Medium Christopher Townsend  10 Fix Released
1231679 #1231679 Launcher not auto hiding after clicking on an icon 4 Medium Brandon Schaefer  10 Fix Released
1233109 #1233109 Quicklist and Tooltips should not regenerate blur texture if not needed 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1236468 #1236468 [regression] Empty Trash confirmation dialog is not always on focus 4 Medium Marco Trevisan (Treviño)  10 Fix Released
1236872 #1236872 AP fails on test_spread.SpreadTests.test_scaled_window_closes_on_close_button_click 4 Medium Marco Trevisan (Treviño)  10 Fix Released
754334 #754334 unity launcher does not retain netbeans application 5 Low Marco Trevisan (Treviño)  10 Fix Released
765466 #765466 unity launcher does not handle apps launched from shell scripts correctly 5 Low Marco Trevisan (Treviño)  10 Fix Released
1052782 #1052782 [regression] Unity 6.4: Tooltips no longer have active blur. 5 Low Christopher Townsend  10 Fix Released
1068166 #1068166 Week 42 - BFB icon in keynav mode is hidden on top when launcher has too many icons to show 5 Low Christopher Townsend  10 Fix Released
1168019 #1168019 The Command Prompt is not a lens and should not have the lens bar when opened 5 Low Christopher Townsend  10 Fix Released
1172769 #1172769 Launcher icon tooltip doesn't disappear with the icon 5 Low Andrea Azzarone  10 Fix Released
1197071 #1197071 on_indicator_menu_show() called with a NULL entry 5 Low Marco Trevisan (Treviño)  10 Fix Released
1218504 #1218504 Installing application from software center sometimes can cause icon not to fly to correct position 5 Low Marco Trevisan (Treviño)  10 Fix Released
1223979 #1223979 Launcher using autohide should not slide when opening the dash 5 Low Marco Trevisan (Treviño)  10 Fix Released
1224766 #1224766 Mouse-up after dragging a launcher icon and cancelling it, activates the icon 5 Low Marco Trevisan (Treviño)  10 Fix Released
1226116 #1226116 unity.tests.test_hud.HudBehaviorTests.test_keyboard_steals_focus_from_mouse fails randomly. 5 Low Andrea Azzarone  10 Fix Released
1233195 #1233195 [Regression] Bad redraw of the dash overlay connector 5 Low Andrea Azzarone  10 Fix Released
This milestone contains Public information
Everyone can see this information.