gnome-shell:wip/jimmac/settings-app-icon

Last commit made on 2018-07-24
Get this branch:
git clone -b wip/jimmac/settings-app-icon https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/jimmac/settings-app-icon
Repository:
lp:gnome-shell

Recent commits

03c2c35... by jimmac

icons: use actual Settings icon for settings

- rather than relying on a category icon, use actual Settings app icon

fixes issue #433

ce35553... by Marco Trevisan (Treviño)

workspaceThumbnail: Sync clone position changes with actor

We need to update the clone position if window actor (not the meta window)
position changed.

https://bugzilla.gnome.org/show_bug.cgi?id=776588

837a00c... by Marco Trevisan (Treviño)

workspace: Recompute bounding box on window 'position-changed'

We need to update the clone position if window size changed
also, rename meta window 'size-changed' callback accordingly.

https://bugzilla.gnome.org/show_bug.cgi?id=792681

132c8e0... by jimmac

icons: update to current metaphors

- sync with adwaita-icon-theme metaphors

9c62522... by Piotr Drąg

Update POTFILES.in

0d5bae3... by Jonas Ådahl

Add remote access indication and control

Add an indicator for when there is something access the display server
remotely. This could be 1) remote desktop, 2) screen cast or 3) remote
control, but all effectively applications using
org.freedesktop.portal.ScreenCast or org.gnome.portal.RemoteDesktop as
well as gnome-remote-desktop using the corresponding org.gnome.Mutter
APIs directly.

As it is now, it'll simply show a single icon for when anything is
having an active session, and a single action "Turn off" that'll close
every active session.

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/160

97f6a35... by Charles Monzat <email address hidden>

Update French translation

43e8dfa... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

build: Don't use libdir for systemd unit path

Some systems define it to /usr/lib64 on 64-bit systems, which is not
where systemd looks for unit files. Just hardcode 'lib' in the install
prefix until we get to use the pkg-config file.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/424

0221099... by =?utf-8?q?Florian_M=C3=BCllner?= <email address hidden>

Bump version to 3.29.4

Update NEWS.

374caad... by Carlos Garnacho

inputMethod: Handle IBusInputContext::forward-key-press

The input method may hint that certain keycodes should be pressed/released
besides the textual information in ::commit. An example is hitting space
in some IMs to commit text, where both ::commit happens, and an space is
visibly inserted. In order to handle this properly, we must honor
::forward-key-press.

In order to cater for the case that a keypress is forwarded while handling
that same keypress in a physical keyboard, check the current event being
handled and just forward it as-is if it matches. This is necessary to
prevent state from being doubly set, and the second event silenced away.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/275

Closes: #275