[gnome-shell] Created tag 43.alpha
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] Created tag 43.alpha
- Date: Sun, 10 Jul 2022 16:34:05 +0000 (UTC)
The signed tag '43.alpha' was created.
Tagger: Florian Müllner <fmuellner gnome org>
Date: 1657470809 +0200
43.alpha
========
* Add convenience property for icon-only buttons [Florian; !2254]
* Align space-padded times in world clocks [Maksym; !2294, !2340]
* Fix top bar menus on lock screen [Florian; !2298]
* Show wireguard connects in VPN list [Christian; !1995]
* Fix on-screen keyboard gestures [Carlos; !2304]
* Fix focus tracking in magnifier on wayland [Sebastian; !2301]
* Fix OSD colors with light stylesheet [Jakub; !2315]
* Only close messages via delete key if they can be closed [PhilProg; !2323]
* Fix screenshots when XDG directories are disabled [Sam U.; !2327]
* Do not create systemd scope for D-Bus activated apps [msizanoen1; !2305]
* Improve high-contrast stylesheet [Sam H.; !2284]
* Hide overview after 'Show Details' from app context menu [PhilProg; !2329]
* Fix feedback when turning on a11y features by keyboard [Olivier; !2334]
* Fix stylesheet papercuts [Sam H.; !2309]
* Use libsoup 3.0 by default [Florian; !2338]
* Indicate selected language in on-screen keyboard menu [Carlos; !2346]
* Respect IM hint for candidates list in on-screen keyboard
[Carlos, Florian; !2347, !2359]
* Fix edge case where windows stay dimmed after a modal is closed
[Jonas D.; !2349]
* Improve Belgian on-screen keyboard layout [Evert; !2336]
* Fix fallback ibus-daemon launching [oreo639; !2345]
* Make sure screenshot UI opens above dialogs [Alynx; !2331]
* Use EventEmitter class instead of injecting Signal methods [Evan; !2043]
* Plugged leak [Sebastian; !2367]
* Misc. bug fixes and cleanups [Florian, Jonas D., Jonas Å., Sebastian, Evan,
Marco; !2295, !2296, !2297, !2306, !2317, !2316, !2319, !2325, !2337, !2355,
!2351, !2293, !2365, !2366, !697, !2363, !2362, !2372]
Contributors:
Marco Trevisan (Treviño), Jonas Dreßler, Olivier Fourdan, Carlos Garnacho,
Christian Glombek, Maksym Hazevych, Sam Hewitt, Sebastian Keller,
Florian Müllner, PhilProg, Evert Provoost, Jakub Steiner, Sam Uong,
Evan Welsh, Alynx Zhou, msizanoen1, oreo639, Jonas Ådahl
Translators:
Jordi Mas [ca], Cheng-Chia Tseng [zh_TW], Charles Monzat [fr],
Changwoo Ryu [ko], Daniel Rusek [cs], Aleksandr Melman [ru],
Christian Kirbach [de], Yuri Chornoivan [uk], Emin Tufan Çetin [tr],
Danial Behzadi [fa], Hugo Carvalho [pt], Luming Zh [zh_CN],
Quentin PAGÈS [oc], Yosef Or Boczko [he], Fabio Tomat [fur],
Irénée THIRION [fr], Jürgen Benvenuti [de], Milo Casagrande [it],
Aurimas Černius [lt], Daniel Mustieles [es], Vojtěch Perník [cs]
Changes since the last tag '42.1':
Aleksandr Melman (4):
Update Russian translation
Update Russian translation
Update Russian translation
Update Russian translation
Alynx Zhou (3):
ibusCandidatePopup: Init it as a top chrome
ibusCandidatePopup: Prevent it from covering screenshot UI
screenshot: Always raise UI to top when opening
Aurimas Černius (1):
Updated Lithuanian translation
Carlos Garnacho (5):
keyboard: Set up emoji panel pan gesture in capture phase
edgeDragAction: Change edge trigger threshold to AFTER
keyboard: Set up OSK edge drag gesture on capture phase
keyboard: Set ornament on selected item in OSK languages popup menu
ibusCandidatePopup: Set OSK candidates list visibility correctly
Changwoo Ryu (1):
Update Korean translation
Charles Monzat (1):
Update French translation
Cheng-Chia Tseng (1):
Update Chinese (Taiwan) translation
Christian Glombek (1):
status/network: Show WireGuard connections in VPN list
Christian Kirbach (1):
Update German translation
Danial Behzadi (1):
Update Persian translation
Daniel Mustieles (1):
Updated Spanish translation
Daniel Rusek (1):
Update Czech translation
Emin Tufan Çetin (1):
Update Turkish translation
Evan Welsh (5):
Adopt EventEmitter class instead of injecting Signal methods
dbusServices: Refactor service utilities from fileUtils into dbusUtils
extensionUtils: Add utility for setting the current extension
environment: Remove inline import of extensionUtils
ci: Switch ESLint rule eqeqeq to smart mode
Evert Provoost (1):
osk-layouts: Use AZERTY in Belgian layout
Fabio Tomat (1):
Update Friulian translation
Florian Müllner (21):
st/button: Add :icon-name property
Js: Use new :icon-name property
status/volume: Hide sliders initially
build: Do not redefine polkit autocleanup
lockScreen: Extend modal grab to entire uiGroup
build: Remove gst dependencies
dbusServices/screencast: Install unconditionally
config: Check runtime dependencies at runtime
build: Bump mutter API version
st: Only notify on property changes
build: Default to soup3
portalHelper: Switch to soup3-based WebKitGTK
windowManager: Undim parent when minimizing attached modal
ci: Allow flatpak job to fail
layout: Use constraint to resize screenShieldGroup
layout: Force size of overviewGroup
keyboard: Fix updating suggestions visibility
ci: Try falling back to stable branch before HEAD
Revert "ci: Allow flatpak job to fail"
systemActions: Disable power-off if querying support fails
Bump version to 43.alpha
Hugo Carvalho (2):
Update Portuguese translation
Update Portuguese translation
Irénée THIRION (1):
Update French translation
Jakub Steiner (1):
theme: Hardcode osd bg color
Jonas Dreßler (3):
keyboard: Reset height before requesting preferred height
Revert "windowManager: Undim parent when minimizing attached modal"
windowManager: Handle window dimming animation getting cancelled
Jonas Ådahl (2):
runDialog: Pass context to Meta.restart()
runDialog: Use single quotes for Wayland restart warning
Jordi Mas (3):
Update Catalan translation
Update Catalan translation
Update Catalan translation
Jürgen Benvenuti (1):
Update German translation
Luming Zh (1):
Update Chinese (China) translation
Maksym Hazevych (2):
dateMenu: Align time strings in the World Clocks section
dateMenu: Remove custom aligning of time strings in the World Clocks
Marco Trevisan (Treviño) (7):
signalTracker: Avoid doing two maps lookups once they're initialized
signalTracker: Avoid creating a temporary keys array when clearing
signalTracker: Avoid getting the same owner object proto multiple times
signalTracker: Correctly guard against invalid GObject.ConnectFlags
signalTracker: Use a const variable to hold the tracked object value
main: Define a custom log writer to dump on structured messages
js/main: Use warning log level for notifyError
Milo Casagrande (1):
Update Italian translation
Olivier Fourdan (1):
kbdA11yDialog: Use MetaKeyboardA11yFlags
PhilProg (2):
messageList: Only close messages via delete key if they can be closed
appMenu: Hide overview when pressing on 'Show Details'
Quentin PAGÈS (2):
Update Occitan translation
Update Occitan translation
Sam Hewitt (8):
style: High-contrast fixes and color adjustments
style: Adjust close button style
style: Neutral style for hotcorner ripple
style: Fix rtl oversight on lockscreen notifications
style: Remove shadow on switch users button
nm-dialog: Fix icon spacing issue
style: Add missing transition timings
style: Fix margin and color problems in the close buttons
Sam Uong (1):
screenshot: Fall back to home if Pictures directory is not available
Sebastian Keller (3):
magnifier: Request window-relative coordinates for focus/caret events
magnifier: Include SSD when calculating screen coordinates for events
shell/app: Fix small memory leak in get_pids()
Vojtěch Perník (1):
Update Czech translation
Yosef Or Boczko (1):
Update Hebrew translation
Yuri Chornoivan (1):
Update Ukrainian translation
msizanoen1 (1):
shell: Do not create a systemd scope when using D-Bus app launching
oreo639 (3):
ibusManager: Don't use GNOME_SETUP_DISPLAY
ibusManager: Pass on envrionment variables to ibus-daemon
ibusManager: Avoid double fork triggering parent death in ibus
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]