summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-2204_unity_update_software_center_desktop_file: more lines is better :)Marco Trevisan (Treviño)
(bzr r4068.3.2)
2016-02-22unity.migrations: add 04_unity_update_software_center_desktop_fileMarco Trevisan (Treviño)
Update favorite to use gnome software (bzr r4068.3.1)
2016-02-08debian: Multiarchify the library packages.Matthias Klose
Manual sync with debian packaging (bzr r4068)
2015-12-18Releasing 7.4.0+16.04.20151218-0ubuntu17.4.0+16.04.20151218-0ubuntu1CI Train Bot
(bzr r4067)
2015-12-18PanelMenuView: ensure that the maximized window is computed when setting the ↵Marco Trevisan (Treviño)
monitor Fixes: #1526835 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4066)
2015-12-18CompizShortcutModeller: show menus keybinding can be read from settingsMarco Trevisan (Treviño)
Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4065)
2015-12-18TextInput: reduce opacity to warning if only num_lock is enabledMarco Trevisan (Treviño)
Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4064)
2015-12-18SwitcherModel: don't reiterate over windows all the time, keep a list and ↵Marco Trevisan (Treviño)
update it Windows are computed just once, unless the window count for the selected icon changes. DetailXids is now returning something only if detail is enabled. When the active app windows changed, we can update the detail xids. Fixes: #1526434 Approved by: Andrea Azzarone (bzr r4063)
2015-12-18LayoutSystem: add ComputeDecorationHeight method to LayoutWindowMarco Trevisan (Treviño)
Use this only for SwitcherView, while we don't need this trick when using these windows for generating the spread grid. Fixes: #1526386 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4062)
2015-12-18a11y: move accessibility stuff to its own directory, adding a private lib ↵Marco Trevisan (Treviño)
for building Approved by: Andrea Azzarone (bzr r4061)
2015-12-18a11y: don't spam the log with warnings when a quicklist is openedMarco Trevisan (Treviño)
React silently when trying to get accessible elements from null views. Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4060)
2015-12-18GnomeKeyGrabber: refcount the actions and remove them only when nobody needsMarco Trevisan (Treviño)
There might be multiple customers for an action (i.e. a menu entry and a dbus customer) so we can't remove them in this case without ref-counting. Fixes: #1525308 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4059)
2015-12-18Unity: compile a byte regex in order to get proper matching with byte ↵Marco Trevisan (Treviño)
cmdline Fixes: #1526455 Approved by: PS Jenkins bot, Barry Warsaw, Sebastien Bacher (bzr r4058)
2015-12-18ShortcutHint: Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Key bindings are dynamically taken from gnome settings. Fixes: #1050195 Approved by: Marco Trevisan (Treviño) (bzr r4057)
2015-12-18Display "image-missing" icon in the panel if for some reason a icon can not ↵Michael Vogt
be loaded. Fixes: #1525186 Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4056)
2015-12-18resources: optimize png images Fixes: #1023745Aneesh Madhavan
Approved by: Didier Roche, Marco Trevisan (Treviño) (bzr r4055)
2015-12-18unity.cmake: correctly compare strings with stringsMarco Trevisan (Treviño)
(bzr r4054.1.2)
2015-12-17ShortcutHint: Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Key bindings are dynamically taken from gnome settings. (bzr r4036.9.4)
2015-12-17a11y: move accessibility stuff to its own directory, adding a private lib ↵Marco Trevisan (Treviño)
for building (bzr r4054.2.4)
2015-12-17Various style fixes, fix leaksEvan McIntire
(bzr r4036.9.3)
2015-12-16Add key shortcut hints for Screenshot and Window ScreenshotEvan McIntire
Revert changes to po files (bzr r4036.9.2)
2015-12-16PanelMenuView: ensure that the maximized window is computed when setting the ↵Marco Trevisan (Treviño)
monitor Fixes LP: #1526835 (bzr r4054.7.1)
2015-12-16TestLayoutWindow: fix tests to support ComputeDecorationHeightMarco Trevisan (Treviño)
(bzr r4054.3.3)
2015-12-16CompizShortcutModeller: show menus keybinding can be read from settingsMarco Trevisan (Treviño)
(bzr r4054.6.1)
2015-12-16TextInput: reduce opacity to warning if only num_lock is enabledMarco Trevisan (Treviño)
(bzr r4054.5.1)
2015-12-16Add harcoded shortcut hints for Screenshot and Screenshot windowEvan McIntire
(bzr r4036.9.1)
2015-12-16TestSwitcherModel: add test to verify DetailXids and SelectionWindowsMarco Trevisan (Treviño)
Fix failing test due to DetailXids change (bzr r4054.4.3)
2015-12-16SwitcherModel: don't reiterate over windows all the time, keep a list and ↵Marco Trevisan (Treviño)
update it Windows are computed just once, unless the window count for the selected icon changes. DetailXids is now returning something if detail is enabled (bzr r4054.4.2)
2015-12-15Unity: compile a byte regex in order to get proper matching with byte cmdlineMarco Trevisan (Treviño)
Fixes LP: #1526455 (bzr r4054.1.1)
2015-12-15SwitcherModel: update detail_selection_index if windows changed on selected iconMarco Trevisan (Treviño)
Fixes LP: #1526434 (bzr r4054.4.1)
2015-12-15SwitcherView: compute the decoration height for layout windowMarco Trevisan (Treviño)
(bzr r4054.3.2)
2015-12-15LayoutSystem: add ComputeDecorationHeight method to LayoutWindowMarco Trevisan (Treviño)
So that it can be used on request. Fixes LP: #1526386 (bzr r4054.3.1)
2015-12-15a11y: remove unneeded dynamic castsMarco Trevisan (Treviño)
(bzr r4054.2.3)
2015-12-15QuicklistMenuAccessible: try to get accessible child from valid children onlyMarco Trevisan (Treviño)
(bzr r4054.2.2)
2015-12-15NuxAreaAccessible: don't try to get accessible data from null viewsMarco Trevisan (Treviño)
(bzr r4054.2.1)
2015-12-15releasing package unity version 7.4.0+16.04.20151211-0ubuntu27.4.0+16.04.20151211-0ubuntu2Didier Roche
(bzr r4054)
2015-12-13GnomeKeyGrabber: refcount the actions and remove them only when nobody needsMarco Trevisan (Treviño)
There might be multiple customers for an action (i.e. a menu entry and a dbus customer) so we can't remove them in this case without ref-counting. Fixes LP: #1525308 (bzr r4036.10.1)
2015-12-11address another review comments (thanks to Trevino!)Michael Vogt
(bzr r4036.8.4)
2015-12-11address review comments (thanks to Trevino!)Michael Vogt
(bzr r4036.8.3)
2015-12-11Make fallback to "image-missing" more genericMichael Vogt
Always provide a "image-missing" fallback if icon loading of any kind failed for any reason. Still log failure from gdk_pixbuf_new_from_file_at_size() failures. (bzr r4036.8.2)
2015-12-11If a icon can not be loaded, fallback to "image-missing" and logMichael Vogt
When a icon can not be loaded the panel currently shows no icon at all. This is undesirable for icons with no text (like the sound indicator or the session indicator). Instead provide the "image-missing" fallback if icon loading failed. (bzr r4036.8.1)
2015-12-11Releasing 7.4.0+16.04.20151211-0ubuntu17.4.0+16.04.20151211-0ubuntu1CI Train Bot
(bzr r4053)
2015-12-11Updated apport hook to include:Sebastien Bacher
- the compiz and xorg details, not only after asking users if the issue is a graphical one (which is weird question) - the upstart logs for unity/ups/lockscreen - some gsettings configurations Fixes: #1508974 Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4052)
2015-12-11Properly hide shortcut overlay window to avoid unnecessary redraws.Andrea Azzarone
Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4051)
2015-12-11debian/control: Remove telepathy from recommendsBryan Quigley
Approved by: Marco Trevisan (Treviño) (bzr r4050)
2015-12-11unity: ensure we use python3 for the launch script and python2.7 for ↵Marco Trevisan (Treviño)
autopilot Fixes: #1512909 Approved by: PS Jenkins bot Original authors: - Marco Trevisan (Treviño) <mail@3v1n0.net> - Barry Warsaw <barry@ubuntu.com> (bzr r4049)
2015-12-11Replaced deprecated calls in tests to get rid of compiler warningsEleni Maria Stea
Approved by: PS Jenkins bot, Marco Trevisan (Treviño) (bzr r4048)
2015-12-11ExpoLauncherIcon: add Quicklist to switch workspace and see the selected one ↵Marco Trevisan (Treviño)
Fixes: #750497 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4047)
2015-12-11ApplicationLauncherIcon: if a new window opens while spreading, spread again ↵Marco Trevisan (Treviño)
with proper match Fixes: #1517455 Approved by: PS Jenkins bot, Andrea Azzarone (bzr r4046)
2015-12-11Places(Overlay)VScrollBar: impelement gtk-like overlay scrollbars Fixes: ↵Marco Trevisan (Treviño)
#1481706 Approved by: PS Jenkins bot, Andrea Azzarone Original authors: - Marco Trevisan (Treviño) <mail@3v1n0.net> - Andrea Azzarone <andrea.azzarone@canonical.com> (bzr r4045)