gnome-shell:wip/snwh/icon-resources

Last commit made on 2022-01-12
Get this branch:
git clone -b wip/snwh/icon-resources https://git.launchpad.net/gnome-shell

Branch merges

Branch information

Name:
wip/snwh/icon-resources
Repository:
lp:gnome-shell

Recent commits

b254b68... by Sam Hewitt

new symbolic icon assets
 - migrate theme assets to symbolic icons
 - new local osd icons
 - general cleanup of symbolics

7ae6949... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

altTab: Use this._highlighted instead of this._curApp in AppSwitcher

Thanks to the parent class (SwitcherPopup), we already have a property
for the currently highlighted item, let's use it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>

98e270e... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

altTab: Remove override of _itemEnteredHandler()

This override function is identical to the original function, so remove
it.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>

d8a3867... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

altTab: Also return EVENT_PROPAGATE in override of _onItemMotion()

Clutter expects a return value here, so make sure we also return
Clutter.EVENT_PROPAGATE just like the function we override does.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>

87101cf... by =?utf-8?q?Jonas_Dre=C3=9Fler?= <email address hidden>

switcherPopup: Rename _onItemEnter() to _onItemMotion()

Since commit e94de67b, this is called by a motion-event handler instead
of enter-event, so let's adjust the function name.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2097>

ac4412e... by Sebastian Keller <email address hidden>

lookingGlass: Add switches for debug flags

This adds a new "Flags" tab to looking glass where several debug flags
can be toggled at run time. This includes:

ClutterDebugFlags
ClutterDrawDebugFlags
MetaDebugPaintFlags
MetaDebugTopics
MetaContext::unsafe-mode

Fixes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/3968
Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1994>

828da18... by Evan Welsh

background: Don't override synchronous load() with an async version

Instead, override the asynchronous version to avoid conflicting with
the parent signature.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2040>

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

ci: Add missing node type

Spotted in the error logs of
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2040

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2089>

fe3a80a... by =?utf-8?q?J=C3=BCrg_Lempen?= <email address hidden>

data: Add Swiss French and Swiss German OSK layouts

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2096>

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

Bump version to 42.alpha

Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2095>