summaryrefslogtreecommitdiffstats
path: root/meta-gnome
Commit message (Collapse)AuthorAgeFilesLines
* file-roller: update 43.1 -> 44.0Markus Volk2024-03-251-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - file-roller was ported to gtk4 - use the git fetcher because there is not (yet?) a tarball release Version 44 ~~~~~~~~~~ Released: 2024-03-24 Bugfixes: * Fixes compilation when native app chooser is disabled (Amin Bandali) (!227) Translations: * French - France (Jean-Marc Tissières) * Hungarian (Balázs Úr) * Kabyle (ButterflyOfFire) * Slovenian (Martin Srebotnjak) Version 44.beta ~~~~~~~~~~~~~~~ Released: 2024-03-10 Bugfixes: * window: Fix incompatible pointer types (David King) (!225) * appdata: Fix reverse DNS developer id (Maximiliano Sandoval) Translations: * Catalan (Jordi Mas i Hernàndez) * Kazakh (Baurzhan Muftakhidinov) * Latvian (Rūdolfs Mazurs) Version 44.alpha ~~~~~~~~~~~~~~~~ Released: 2024-02-18 Features: * Ported to GTK4 Bugfixes: * Fixed filenames when opening from google-drive. (FeRD (Frank Dana)) (!212) * Disable broken deb package support. (Bastien Nocera) (!14) * properties.ui: fixed typo (!215) * new-archive-dialog: fixed untranslatable row name (!213) * Retire AppMenu and remove redundant codes. (Sabri Ünal) (!63) * appdata: file-roller is no longer default in GNOME (Anders Jonsson) (!210) * Redo the headerbar button tooltips to follow the GNOME HIG recommendations. (Jake Dane) (!189) * doap: Remove rdf resource (Maximiliano Sandoval R) (!35) Translations: * Abkhazian (Нанба Наала) * Basque (Asier Sarasua Garmendia) * Belarusian (Yuras Shumovich) * Catalan (Jordi Mas i Hernàndez) * Chinese (Traditional) <http://darkbear.mercusysddns.com/ (Cheng-Chia Tseng) * Chinese - China (lumingzh) * Danish (Alan Mortensen) * Deutsch (Jürgen Benvenuti) * Dutch (Nathan Follens) * Friulian (Fabio Tomat) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * Hebrew (Yosef Or Boczko) * Hungarian (Balázs Úr) * Icelandic (Sveinn í Felli) * IE (OIS) * Indonesian (Kukuh Syafaat) * Kazakh (Baurzhan Muftakhidinov) * Nepali (Pawan Chitrakar) * Persian (Danial Behzadi) * Polish (Piotr Drąg) * Romanian (Florentina Mușat) * Slovak (Dušan Kazik) * Slovenian (Martin Srebotnjak) * Spanish - Spain (Daniel Mustieles) * suomi (Jiri Grönroos) * Swedish (Anders Jonsson) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) * Vietnamese (Trần Ngọc Quân) * čeština (Daniel Rusek) * Ελληνικά (Efstathios Iosifidis) * Русский (Ser82-png) Help translations: * Chinese (China) (Boyuan Yang) * Galician <Proxecto Trasno (Fran Dieguez) * Polish (Piotr Drąg) * Swedish (Anders Jonsson) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) * русский (Ser82-png) Version 43.0 ---------------- Released: 2022-09-17 New features and user visible changes: - Add read-only support for Apple’s `dmg` image format through 7-zip (!85) Bugs fixed: - Prevent libarchive backend from writing endless padding when extracting RAR archives (!87) Other changes: - Various source code clean-ups (!86) Translation updates: - Abkhazian (Nart Tlisha) - Basque (Asier Sarasua Garmendia) - Brazilian Portuguese (Enrico Nicoletto) - Bulgarian (Alexander Shopov) - Catalan (Jordi Mas) - Chinese (China) (Luming Zh) - Czech (Marek Černocký) - Danish (Alan Mortensen) - Finnish (Jiri Grönroos) - French (Irénée THIRION) - Galician (Fran Dieguez) - German (Jürgen Benvenuti) - Hungarian (Balázs Úr) - Indonesian (Kukuh Syafaat) - Korean (Seong-ho Cho) - Latvian (Rūdolfs Mazurs) - Lithuanian (Aurimas Černius) - Occitan (Quentin PAGÈS) - Persian (Danial Behzadi) - Polish (Piotr Drąg) - Portuguese (Hugo Carvalho) - Russian (Aleksandr Melman) - Serbian (Марко Костић) - Slovenian (Matej Urbančič) - Spanish (Daniel Mustieles) - Turkish (Sabri Ünal) - Ukrainian (Yuri Chornoivan) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: fix reproducibility issue for landlockMarkus Volk2024-03-251-1/+22
| | | | | | | | | If landlock feature is enabled there is buildpath leakage again. This is because in-tree rules get included. Disable the in-tree check to avoid it. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: disable tests and examplesMarkus Volk2024-03-241-1/+4
| | | | | | | | | - Building the examples pulls in a requirement for gtk+3 Also disable installed_tests and maintainer_mode - Use json-glib by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: Disable seccomp support on muslKhem Raj2024-03-231-1/+3
| | | | | | | | | | | | seccomp support piece needs APIs e.g. tgkill which are unimplimented in musl [1] Secondly, remove libseccomp from unconditional dependencies it will be only added when packageconfig is selected. [1] https://www.openwall.com/lists/musl/2019/08/02/1 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: drop buildpath from tracker-miner-fs-3Markus Volk2024-03-232-5/+16
| | | | | | | Remove the buildpath from /usr/libexec/tracker-miner-fs-3 without breaking the binary Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gvfs: update 1.52.2 -> 1.54.0Markus Volk2024-03-231-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add PACKAGECONFIG for onedrive - switch to gcr4 Major changes in 1.54.0 ======================= * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.91 ======================== * onedrive: Fix several issues (Jan-Michael Brummer) * wsdd: List just devices of pub:Computer type to filter out unwanted devices (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.90 ======================== * daemon: Add OneDrive support based on msgraph library (Jan-Michael Brummer) * client: Reduce synchronous metadata methods calls to improve performance (Corey Berla) * network: Provide standard::content-type and access::can-rename attributes (António Fernandes) * build: Fix unknown arguments error on systems that don't use GNU C library (Ondrej Holy) * udisks2: Fix unmounting of mount paths that contain non-ASCII characters (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Major changes in 1.53.1 ======================= * daemon: Add WS-Discovery support based on wsdd daemon (Ondrej Holy) * network: Hide Windows Network folder and show the servers merged by default (Ondrej Holy) * network: Various other fixes and enhancements (Ondrej Holy) * daemon: Port to gcr4 (Ondrej Holy) * smb: Fix livelock when mounting share without enough permissions (Ondrej Holy) * smb: Fix moving files across filesystem boundaries (Ondrej Holy) * Translation updates (GNOME Translation Project contributors) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* msgraph: add recipeMarkus Volk2024-03-231-0/+18
| | | | | | | libmsgraph would be required for onedrive support in gvfs Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell-extensions: update 45.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.0 ==== * system-monitor: Fix net speed [Florian; !313] * Misc. bug fixes and cleanups [Aral; !311] Contributors: Aral Balkan, Florian Müllner Translators: Anders Jonsson [sv], Piotr Drąg [pl], Balázs Úr [hu], Milo Casagrande [it], Quentin PAGÈS [oc], Athmane MOKRAOUI [kab], Changwoo Ryu [ko], Ask Hjorth Larsen [da] 46.rc ===== * Fix window previews in workspace indicator [Florian; !304] * Fix menu ornament in workspace indicator [Florian; !305] * Misc. bug fixes and cleanups [Florian; !306, !309] Contributors: Florian Müllner Translators: Danial Behzadi [fa], Ekaterine Papava [ka], Sabri Ünal [tr], Artur S0 [ru], Yuri Chornoivan [uk], Vasil Pupkin [be], Asier Sarasua Garmendia [eu], Yaron Shahrabani [he], Brage Fuglseth [nb], Nathan Follens [nl], Aurimas Černius [lt], Matej Urbančič [sl], Boyuan Yang [zh_CN], Kukuh Syafaat [id], Fran Dieguez [gl], Andi Chandler [en_GB], Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv], Guillaume Bernard [fr], Daniel Mustieles [es], Jiri Grönroos [fi] 46.beta ======= * apps-menu: Rename Applications to Apps [Allan; !299] * Misc. bug fixes and cleanups [Florian; !296, !297, !300, !301, !302] Contributors: Allan Day, Florian Müllner Translators: Gabriel Brand [de], Daniel Rusek [cs], Fran Dieguez [gl], Aefgh Threenine [th], Vasil Pupkin [be], Artur S0 [ru], Yosef Or Boczko [he], Sabri Ünal [tr] 46.alpha ======== * workspace-indicator: Fix initial preview visibility [Florian; !280, !292] * screenshot-window-sizer: Fix cycling between sizes backwards [Florian; !284] * Add back overview in Classic session [Florian; !287] * Allow running Classic session headless [Jonas; !289] * window-list: Fix buttons not being clickable at the screen edge [Florian; !291] * Add system-monitor extension [Florian; !277] * Fixed crash [Florian; !290] * Misc. bug fixes and cleanups [Florian; !276, !275, !278, !281, !286, !288] Contributors: Jonas Ådahl, Florian Müllner Translators: Kristjan SCHMIDT [eo], Brage Fuglseth [nb] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: update 45.0 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-chess: update 43.2 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | 46.0 - March 14, 2024 ===================== - Updated translations 46.beta - February 9, 2024 ========================== - Highlight relevant pieces when king is checked (#46, #78, Mohammadreza Shabani) - Change keyboard shortcut for viewing previous/next moves (#67, Vancha) - Change tooltips to follow HIG guidelines (#75, Automeris naranja) - Improve style of message dialogs (#77, Felipe Kinoshita) - Fix "Time Limit" not translated in new game window (!47, Sabri Ünal) - Improvements to main menu (!48, Automeris naranja) - Improve shortcut names in help overlay (!51, Automeris naranja) - Updated appstream metainfo (!54, Sabri Ünal) - Fix broken links in user help (Andre Klapper) - Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-text-editor: update 45.1 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | • Various performance workarounds have been added to the overview map to improve rendering performance and quality with fractional scaling. • Translation updates Changes since 46.beta • Disable editing while document is loading • Discard still-loading documents when saving session • Fix some tab integration issues with libadwaita Changes since 46.alpha • Use AdwAboutDialog • Fix keyboard access to light/dark/follow theme selectors • Use GtkFontDialog instead of deprecated GtkFontChooserDialog • Check for files on disk before restoring drafts to avoid displaying deleted files. • Performance improvements to the minimap on GTKs new renderer • Avoid draft auto-save file the document is still loading • The language selection dialog is now modal • A new-window action was added to .desktop file for GNOME Shell • Improve support for closing a page while it is still loading • Updated translations Changes since 45.0 • Make various UI elements conform better to GNOME HIG • Fix etag usage when comparing changes from GFileMonitor • Cancel document loading when tab or window closes. This fixes an issue where you could have 100% CPU doing Pango line breaking on extremely large files even after closing a window or tab. • Improve margin for RTL languages • Updated appdata/metainfo • Fix memory leak in usage of GtkNativeDialog • Work around some broken user configurations for XDG special directories • Translation updates Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-bluetooth: update 42.8 -> 46.0Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | ver 46.0: This version contains translation updates. ver 46.beta: This version modernises the look of the properties dialogue. It also includes all the fixes available in version 42.8. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgtop: update 2.41.1 -> 2.41.3Markus Volk2024-03-231-1/+1
| | | | | | This update is required for gnome-system-monitor-46.0 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gparted: update 1.5.0 -> 1.6.0Markus Volk2024-03-231-1/+2
| | | | | | | install missing metainfo files Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* eog: update 45.2 -> 45.3Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | Version 45.3 ------------ New and updated translations: - Daniel Mustieles [es] - Sveinn í Felli [is] - Aurimas Černius [lt] - Rūdolfs Mazurs [lv] - Martin Srebotnjak [sl] - Cheng-Chia Tseng [zh_TW] New and updated manual translations - Juliano de Souza Camargo [pt_BR] - Sabri Ünal [tr] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-boxes: update 45.0 -> 46.0Markus Volk2024-03-231-1/+2
| | | | | | | | | | | | | | | | | 46.0 - Mar 18, 2024 =================== Changes since 45.0 - Disable "secure-boot" for EFI virtual machines - Use libportal to call Background Portal - Fallback to default resources on error cases - Fix crash when processing a non bootable ISO image - Fix permissions when copying template files - Added/updated/fixed translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-system-monitor: update 45.0.1 -> 46.0Markus Volk2024-03-231-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - gnome-system-monitor was ported to gtk4 New in 46.0 - 16 March 2024 * Updated translations * style: Blend header bar with window contents !126 (kramo) New in 46.rc - 2 March 2024 * Updated translations * interface: Readd Delete key as shortcut to end process !128 (Óscar Fernández Díaz) * Fixed memory leak in affinity change !129 (Yannis Gerlach) * Updated app links !130 (Óscar Fernández Díaz) * Metainformation improvements: correct developer and platform added (Sophie Herold) New in 46.beta - 11 February 2024 * Updated translations * Fixed several memory leaks (Barnabás Pőcze) * Fixed several plotting issues (Barnabás Pőcze) * Partial rework of graph class hierarchy (Robert Roth) * Remember window state #295 (Óscar Fernández Díaz) * Renamed appdata to match desktop file !124 (Óscar Fernández Díaz) New in 46.alpha - 6 January 2024 * Updated translations * Application ported to GTK4 (Ondřej Míchal) * Fixed shortcuts #262 (Robert Roth) * Fixed highcontrast graph labels #266 (Robert Roth) * Fixed argument type mismatch !82 (Barnabás Pőcze) * Updated UI to match Human Interface Guidelines !84 (Automeris Naranja) * Ported various application components to adwaita (Óscar Fernández Díaz) * Added flatpak build manifest !113 (Óscar Fernández Díaz) * Various code improvements (Óscar Fernández Díaz) * Appdata updates !114 (Sabri Ünal) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libcloudproviders: update 0.3.5 -> 0.3.6Markus Volk2024-03-231-1/+1
| | | | | | | | | | | | 0.3.6 ----- * Plug several memory leaks * Avoid use-after-free within the Proxy * Renamespace CloudProvidersProvider * Reduce a bit the CloudProvidersAccount memory footprint Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: use gcr4 variantMarkus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtksourceview5: update 5.10.0 -> 5.12.0Markus Volk2024-03-231-3/+3
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libgweather4: update 4.4.0 -> 4.4.2Markus Volk2024-03-231-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calendar: update 45.1 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | - this update will require libadwaita 1.5.0 Major changes in 46.0: * Updated translations Major changes in 46.rc: * Improve AppData information some more * Various code cleanups * Updated translations Major changes in 46.beta: * Improve AppData information * Use the Settings portal for the show-week-dates setting * Fix daylight saving time events in the Week view * Add accessible labels to a few UI elements * Use the new AdwDialog API for responsive dialogs * Tweak the visuals of the Month view * Properly make Calendar stop the weather service in Flatpak * Updated translations Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-remote-desktop: update 45.1 -> 46.0Markus Volk2024-03-221-6/+6
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-session: update 45.0 -> 46.0Markus Volk2024-03-222-36/+34
| | | | | | | | - consolekit support was removed upstream - add PACKAGECONFIG for doc Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-calculator: update 45.0.2 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | | | - libsoup is required to be built with vapi support Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tecle: update 45.0 -> 46.0Markus Volk2024-03-221-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Packages depends on libadwaita should require distro feature openglKai Kang2024-03-208-2/+10
| | | | | | | | | libadwaita requires distro feature 'opengl', so packages depends on it either directly or indirectly should require distro feature 'opengl' too. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gjs: upgrade 1.78.4 -> 1.80.0Wang Mingyu2024-03-203-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | 0001-Support-cross-builds-a-bit-better.patch 0002-meson.build-Do-not-add-dir-installed-tests-when-inst.patch refreshed for 1.80.0 Changelog: ============= - In GNOME 46 and later, platform-specific GLib and Gio APIs have moved to the separate libraries GLibUnix, GioUnix, GLibWin32, and GioWin32. - Closed bugs and merge requests: * meson: fix automagic dependency lookup for cairo * Deprecate accessing GLibUnix/GLibWin32 APIs through GLib * CI: Build newer GLib in debug Docker image * Workspace switching performance degradation due to leaked WeakRefs in JS * GTop.glibtop_get_mountlist invocation causes GNOME Shell Crash * Progress towards some performance improvements in accessing GObject properties * Various maintenance Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker-miners: update 3.6.2 -> 3.7.0Markus Volk2024-03-202-30/+9
| | | | | | | | | | | | - add PACKAGECONFIG for landlock to disable it by default. landlock sandboxing would be required to be supported by the kernel - update 0001-fix-reproducibility.patch - add missing files in datadir - strip buildpath from the installed binary and fix the package_qa error it causes with INSANE_SKIP Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tracker: update 3.6.0 -> 3.7.0Markus Volk2024-03-201-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xdg-desktop-portal-gnome: update 45.1 -> 46.0Markus Volk2024-03-181-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: update 45.3 -> 46.0Markus Volk2024-03-182-30/+23
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* folks: update 0.15.7 -> 0.15.8Markus Volk2024-03-181-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evolution-data-server: build with webkitgtk4Markus Volk2024-03-182-3/+6
| | | | | | | - enable goa by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-online-accounts: update 3.48.0 -> 3.50.0Markus Volk2024-03-183-143/+7
| | | | | | | | | | | - gnome-online-accounts was ported to gtk4/gcr4 - drop patches that have been included - lastfm support was dropped - add missing mime-xdg class - use gtk4 for gtk-icon-cache Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* evince: update 45.0 -> 46.0Markus Volk2024-03-181-1/+1
| | | | | Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-software: update 45.3 -> 46.0Markus Volk2024-03-183-540/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - drop backport patches Version 46.0 ~~~~~~~~~~~~ Released: 2024-03-15 This is a stable release with the following changes: * Improvements for screen readers * Stop ‘loading updates’ in a loop on Debian This release also updates translations: * Czech (Daniel Rusek) * Danish (Alan Mortensen) * Finnish (Jiri Grönroos) * French (Vincent Chatelain) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * Hungarian (Balázs Úr) * Indonesian (Kukuh Syafaat) * Korean (Seong-ho Cho) * Latvian (Rūdolfs Mazurs) * Persian (Danial Behzadi) * Polish (Piotr Drąg) * Portuguese (Brazil) (Juliano de Souza Camargo) * Russian (Artur S0) * Swedish (Anders Jonsson) * Thai (Aefgh Threenine) * Turkish (Emin Tufan Çetin) Version 46~rc ~~~~~~~~~~~~~ Released: 2024-03-01 This is an unstable release with the following changes: * Various UI text improvements * Fix launch of some apps * Fix invalid app state after it's uninstalled * Fix read of app description text * Do not ask to reboot after failed firmware update This release also updates translations: * Basque (Asier Sarasua Garmendia) * Belarusian (Vasil Pupkin) * Bokmål, Norwegian (Brage Fuglseth) * Catalan (Jordi Mas, Quique Serrano) * Chinese (China) (Boyuan Yang) * Czech (Daniel Rusek) * Dutch (Nathan Follens) * English (United Kingdom) (Andi Chandler) * Galician (Fran Dieguez) * Georgian (Ekaterine Papava) * German (Jürgen Benvenuti, Philipp Kiemle) * Hebrew (Yaron Shahrabani) * Indonesian (Kukuh Syafaat) * Kazakh (Baurzhan Muftakhidinov) * Latvian (Rūdolfs Mazurs) * Lithuanian (Aurimas Černius) * Occitan (post 1500) (Quentin PAGÈS) * Persian (Danial Behzadi) * Russian (Artur S0) * Slovenian (Matej Urbančič) * Spanish (Daniel Mustieles) * Thai (Aefgh Threenine) * Turkish (Sabri Ünal) * Ukrainian (Yuri Chornoivan) Version 46~beta ~~~~~~~~~~~~~~~ Released: 2024-02-09 This is an unstable release with the following changes: * Show feedback for all conditions that pause automatic updates * Various UI improvements and move to new libadwaita widgets * Fix loading OS AppStream catalog data if it is available as YAML * Add openSUSE Leap distro upgrade plugin This release also updates translations: * Basque (Asier Sarasua Garmendia) * Belarusian (Vasil Pupkin) * Czech (Daniel Rusek) * Galician (Fran Dieguez) * Hebrew (Yosef Or Boczko) * Persian (Danial Behzadi) * Portuguese (Brazil) (Juliano de Souza Camargo) * Russian (Artur S0) * Turkish (Sabri Ünal) Version 46~alpha ~~~~~~~~~~~~~~~~ Released: 2024-01-05 This is an unstable release with the following changes: * Recognize links in package update descriptions * Expose package names discreetly in the UI * Increase speed of load of the category pages * Improve search match with multiple words * Recognize verified apps by Flathub * Correct message when installing firmware updates * Improve application safety checks * Improve update preferences dialog * Fix deadlock when cancelling app update * Support user installation of local flatpak files * Fix apps appearing unsorted and without tiles in category page This release also updates translations: * Basque (Asier Sarasua Garmendia) * Chinese (China) (Boyuan Yang) * Chinese (Taiwan) (Andre Klapper) * Czech (Daniel Rusek) * Friulian (Fabio Tomat) * Georgian (Ekaterine Papava) * German (Jürgen Benvenuti) * Hebrew (Yosef Or Boczko) * Persian (Danial Behzadi) * Romanian (Florentina Mușat) * Russian (Artur S0) * Turkish (Emin Tufan Çetin, Sabri Ünal) * Ukrainian (Yuri Chornoivan) * Vietnamese (Ngọc Quân Trần) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: update 45.0 -> 46.0Markus Volk2024-03-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - requires gsettings-desktop-schemas-46.0 ============ Version 46.0 ============ - Translation updates - Build improvements - Fixed glib deprecation warnings ============= Version 46.rc ============= - Translation updates Smartcard: - Don't lose track of token name on card removal =============== Version 46.beta =============== - Translation updates - CI fixes Xsettings: - Expose setting for switch shapes ================ Version 46.alpha ================ - Translation updates Sharing: - Add support for gnome-remote-desktop headless mode Power: - Don't show notifications on mobile hardware Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-shell: update 45.4 -> 46.0Markus Volk2024-03-182-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.0 ==== * Fix model selection in on-screen keyboard [Jonas; !3230] * Fix key getting stuck when raising screen shield [Jonas; !3231] * Fix notifications sometimes being empty [Julian; !3229] * Fix cursor visibilty when magnified [Sebastian; !3237] * Fixed crashes [Jonas, Sebastian; !3233, !3239] * Misc. bug fixes and cleanups [Carlos, Yotam, Aleksandr, Florian, Joan, Sam; !3225, !3161, !3232, !3226, !3236, !3203, !3238] Contributors: Yotam Bar-On, Jonas Dreßler, Carlos Garnacho, Sam Hewitt, Sebastian Keller, Aleksandr Mezin, Florian Müllner, Julian Sparber, Joan Torres Translators: Sabri Ünal [tr], Yuri Chornoivan [uk], Piotr Drąg [pl], Jiri Grönroos [fi], Ekaterine Papava [ka], Aurimas Černius [lt], Yaron Shahrabani [he], Daniel Mustieles [es], Asier Sarasua Garmendia [eu], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Matej Urbančič [sl], Bruce Cowan [en_GB], Baurzhan Muftakhidinov [kk], Brage Fuglseth [nb], Andika Triwidada [id], Quentin PAGÈS [oc], Rūdolfs Mazurs [lv], Anders Jonsson [sv], Fran Dieguez [gl], Milo Casagrande [it], Balázs Úr [hu], Philipp Kiemle [de], Artur S0 [ru], Changwoo Ryu [ko], Ask Hjorth Larsen [da], Athmane MOKRAOUI [kab] 46.rc ===== * Fix repainting drawing area [Florian; !3190] * Support locking down extension installation [Florian; !3180] * Fix auto-closing FDO notifications [Florian; !3204] * Ensure remote actions are activated with correct platform data [Julian; !3198] * FDO notifications: Support ActivationToken signal [Julian; !3199] * Delete selected text on backspace from on-screen keyboard [Sebastian; !2746] * Various on-screen keyboard improvements [Carlos; !3162] * Inform users of conflicting local/remote sessions on login [Joan; !3134] * screencasts: Use h264 encoding if available [Jonas; !3211] * Work around issue in NetworkManager's wireguard support [Jonas; !3219] * Allow expanding notifications in message list [Julian; !3173] * Fixed crash [Marco; !2267] * Misc. bug fixes and cleanups [Paul, Florian, Carlos, Julian, Bilal, Automeris, Ray, Sam, Daniel, Sophie; !3186, !3187, !3028, !3188, !3189, !3191, !3192, !3147, !3195, !3197, !3196, !2765, !3200, !3202, !3201, !3206, !3208, !3213, !3207, !3214, !3215, !3216, !3209, !3217, !3221] Contributors: Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Sophie Herold, Sam Hewitt, Paul Hollinsky, Sebastian Keller, Florian Müllner, Automeris naranja, Julian Sparber, Ray Strode, Joan Torres, Marco Trevisan (Treviño), Daniel van Vugt Translators: Ekaterine Papava [ka], Danial Behzadi [fa], Marek Černocký [cs], Sabri Ünal [tr], Artur S0 [ru], Yuri Chornoivan [uk], Fran Dieguez [gl], Vasil Pupkin [be], Asier Sarasua Garmendia [eu], Yaron Shahrabani [he], Daniel Rusek [cs], Brage Fuglseth [nb], Emin Tufan Çetin [tr], Nathan Follens [nl], Aurimas Černius [lt], Matej Urbančič [sl], Daniel Mustieles [es], Quique Serrano [ca], Irénée THIRION [fr], Kukuh Syafaat [id], Luming Zh [zh_CN], Jordi Mas i Hernandez [ca], Bruce Cowan [en_GB], Quentin PAGÈS [oc], Baurzhan Muftakhidinov [kk], Rūdolfs Mazurs [lv], Chao-Hsiung Liao [zh_TW], Guillaume Bernard [fr], Jürgen Benvenuti [de], Philipp Kiemle [de], Jiri Grönroos [fi] 46.beta ======= * Improve High Contrast styling [Sam; !3063, !3075, !3076, !3097, !3143, !3120, !3154] * Improve default styling [Sam; !3044, !3084, !3102, !3140, !3167] * Close mount notification when drive gets disconnected [Florian; !3089] * extensions-app: Remember window state [Florian; !3115] * Fix feedback look in keyboard backlight slider [Barnabás; !3086] * Follow "switch-shapes" accessibility setting [Florian; !3107] * Fix effects of transient wayland windows [Florian; !3125] * Add keyboard model configuration support [Leorize; !2583] * Add Text Editor to the dash by default [Allan; !3135] * Fix icon size regression in dash [Sam; !3119] * Improve project and development documentation [Florian; !3122] * overview: Keep dimming effect for modal dialogs [Florian; !3151] * Do not use markup in button labels [Carlos; !3149] * Fix menu alignment in RTL locales [Florian; !3150] * Overhaul assets in monitor layout switcher [Sam; !3128] * Fix overview transition from search results to session [Suryashankar; !3152] * Add header to notifications [Julian; !3103] * extensions-app: Use adaptive dialogs [Florian; !3148] * Register custom D-Bus errors [Florian; !3159, !3160] * Improve appearance of symbolic icons in notifications [Julian; !3066] * Improve minimize animation [Keyu; !2968] * Use a single source for all system notifications [Julian; !3156] * Add missing shift level to Georgian OSK layout [Carlos; !3145] * Tweak switch appearance [kramo; !3077] * Improve handling of screencast failures [Jonas; !2976] * Fixed crash [Florian; !3117] * Misc. bug fixes and cleanups [Julian, Robert, Bilal, Florian, Georges, Sam, Shmuel, Jonas, Andy, Evan, Óscar, Bilal; !3059, !2982, !3026, !3105, !3104, !3106, !3109, !3110, !3112, !3111, !3113, !3114, !3118, !3121, !3098, !3123, !3126, !3129, !3136, !3138, !3139, !3137, !3133, !3132, !3130, !3131, !3141, !3146, !786, !2475, !2901, !2037, !3153, !3158, !3155, !3165, !3171, !3169, !3127, !3172, !3157, !3170, !3175, !3176, !3178, !3177, !3181] Contributors: Suryashankar Das, Allan Day, Jonas Dreßler, Bilal Elmoussaoui, Óscar Fernández Diaz, Carlos Garnacho, Sam Hewitt, Andy Holmes, kramo, Leorize, Robert Mader, Shmuel Melamud, Florian Müllner, Georges Basile Stavracas Neto, Barnabás Pőcze, Julian Sparber, Keyu Tao, Evan Welsh Translators: Ekaterine Papava [ka], Artur S0 [ru], Sabri Ünal [tr], Balázs Meskó [hu], Danial Behzadi [fa], A S Alam [pa], Daniel Rusek [cs], Fran Dieguez [gl], Vasil Pupkin [be], Yosef Or Boczko [he] 46.alpha ======== * Fix scroll handling on sliders [Carlos; !2967] * overview: Handle unredirection as part of the state transition [Robert; !2970] * Handle DESKTOP windows during workspace animations [Sundeep; !2865] * Improve wording in welcome dialog [Automeris, Florian; !2963, !2962] * Improve recording indicator in light style [Georges; !2983] * Fix calendar popup shrinking on date changes [Sebastian K.; !2989] * app: Make all windows on target workspace recent when activated [Sebastian W.; !2991] * Fix performance degradation due to repeated signal leak [Sebastian K.; !3001] * Optimize application search [Sebastian K.; !3004] * Fix on-screen keyboard backspace getting stuck [Sebastian K.; !3009] * Adapt to ClutterContainer removal [Zander; !3010, !3014] * Fix arrow navigation in search results [Sebastian K.; !3015] * Improve monitor OSD labels [Sam; !3016] * Support async code in Eval() D-Bus method [Florian; !3021] * Fix sliders not requesting any size [Florian; !2994] * Only show prefs dialog after the extension has been loaded [Florian; !3025] * Use dedicated assets in ctrl-alt-tab popup [Sam; !3019] * Improve high-contrast styling [Sam; !3030] * Fix mapping of tablet rings/strips [Peter; !3029] * Add support for "version-name" field in extension metainfo [Aryan, Florian; !2995, !3034] * Add more toolbox developer tooling [Florian; !2935, !3040] * Use less ambiguous symbols for radio menu items [Sam; !3027] * Improve icon- and text scaling [Sam; !3033] * Modernize Extensions app [Florian; !3048, !3051, !3067] * Use gi-docgen for API documentation [Zander; !1873] * Improve high-contrast styling [Sam; !3017] * Allow any enter key to be used to screenshot [Scott; !2777] * Remove X11-specific icon fallback [Florian; !3056] * Replace StBin's custom layout code [Florian; !3046] * Minimize need to rebase when loading extensions [Sundeep; !2851] * Add D-Bus method to take interactive screenshots [Georges; !2999] * Add shortcuts to open new window of pinned apps [Florian, Leleat; !1829] * Fix spinner in light style variant [Florian; !3080] * Improve handling of enabled-but-inactive extensions [Florian; !3073] * Improve formatting of extension errors [Philip; !3041] * Fixed crashes [Daniel, Sebastian K., Carlos, Florian; !2975, !2974, !2993, !3018, !3011, !3006] * Misc. bug fixes and cleanups [Florian, Martin, Alessandro, Bilal, Sebastian K., Barnabás, Jonas, Julian, Charles, Daniel, Automeris, Cassidy, Carlos, Sam, Sabri, Jonian, Sebastian W.; !2966, !2978, !2987, !2988, !2808, !2964, !3000, !3005, !3008, !3013, !2190, !3020, !3023, !2997, !3031, !3042, !3043, !3045, !3047, !3049, !2653, !3052, !3050, !3054, !3055, !1905, !3060, !3061, !2950, !3062, !3068, !3058, !3064, !3072, !3071, !3079, !2998, !3085, !3083, !3088, !3087, !3091, !3057, !3090] Contributors: Cassidy James Blaede, Alessandro Bono, Zander Brown, Scott Buchanan, Philip Chimento, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Jonian Guveli, Sam Hewitt, Peter Hutterer, Aryan Kaushik, Sebastian Keller, Leleat, Robert Mader, Sundeep Mediratta, Florian Müllner, Automeris naranja, Georges Basile Stavracas Neto, Barnabás Pőcze, Julian Sparber, Sabri Ünal, Daniel van Vugt, Sebastian Wick, Charles Wong, Martin Zurowietz Translators: Jordi Mas [ca], Fabio Tomat [fur], Ekaterine Papava [ka], Sabri Ünal [tr], Cheng-Chia Tseng [zh_TW], Changwoo Ryu [ko], Florentina Mușat [ro], Brage Fuglseth [nb], Evangelos Skarmoutsos [el], Efstathios Iosifidis [el], Quentin PAGÈS [oc], Jürgen Benvenuti [de], Daniel Șerbănescu [ro], Artur S0 [ru], Марко Костић [sr], Hugo Carvalho [pt], Ngọc Quân Trần [vi], Dušan Kazik [sk], Aefgh Threenine [th] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: update 45.4 -> 46.0Markus Volk2024-03-181-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 46.0 ==== * Fix duplicate scroll events over libei [Peter; !3637] * Fix window menu with mouse button modifier [Jonas; !3623] * Fix caret offset in accessible event [Carlos; !3643] * Fix handling of scroll events for mice [Carlos; !3642] * Use timerfd for clock timing [Christian; !3636] * Advertise support for BGRA for all screencast types [Robert; !3617] * Add support for preferred_buffer_scale/transform [Robert; !3580] * Use memfd to store selection data [Yotam; !3551] * Fix globally active input focus [Sebastian K.; !3651] * Call malloc_trim() after loading background image [Sebastian K.; !3653] * Fix dynamic max render time sometimes getting stuck on constant framerate [Robert; !3655] * Introduce base of new gesture framework [Jonas; !2389] * Work around windows missing work area changes [Balló; !3601] * Fix black screen with some drivers [Sebastian W.; !3646] * Improve login screen <-> session transition [Jocelyn; !3659] * Fixed crashes [Bilal, Carlos; !3656, !3660] * Misc. bug fixes and cleanups [Philip, Peter, Sebastian W., Zander, Petr, Sebastian K., Robert, Bilal, Jonas; !3640, !3647, !3648, !3654, !3658, !3622, !1918, !3067, !3661, !3662, !3652, !3645] Contributors: Yotam Bar-On, Zander Brown, Jonas Dreßler, Bilal Elmoussaoui, Jocelyn Falempe, Carlos Garnacho, Balló György, Christian Hergert, Petr Hodina, Peter Hutterer, Sebastian Keller, Robert Mader, Sebastian Wick, Philip Withnall Translators: Sabri Ünal [tr], Aurimas Černius [lt], Jordi Mas i Hernandez [ca], Asier Sarasua Garmendia [eu], Matej Urbančič [sl], Anders Jonsson [sv], Bruce Cowan [en_GB], Guillaume Bernard [fr], Kukuh Syafaat [id], Milo Casagrande [it], Rūdolfs Mazurs [lv], Fran Dieguez [gl], Ask Hjorth Larsen [da] 46.rc ===== * screencast: Renegotiate when DMABUF allocation fails [columbarius; !2557] * Unify wayland pointer- and keyboard grab mechanisms [Carlos; !3420] * Add modifier-aware screencasting support [Doğukan; !3537] * Fix synchronization issue on Xorg [Daniel; !3590] * Send fractional_scale event immediately on window creation [Jonas; !3598] * wayland/client: Add make_dock() method [Leonhard; !3612] * Fix gray area on top of some X11 fullscreen windows [Sebastian K.; !3608] * Stick dragged windows to the right anchor point [Carlos; !3546] * cally/text: Fix emission of `text_caret_moved` signal [Florian; !3621] * clutter/text: Fix minimum height calculation [Julian; !3610] * Add experimental support for variable refresh rate [Dor; !1154] * Expose the minimum refresh rate of monitors through D-Bus [Dor; !3576] * Use "default" cursor for moving windows [Sebastian K.; !3634] * Fixed crashes [Carlos, Michel; !3618, !3632] * Misc. bug fixes and cleanups [Robert, Bilal, Dor, Florian, Sebastian W., Daniel, msizanoen, Corentin, Agustín, Sebastian K., Marco, Doğukan, Carlos, Jonas, Barnabás; !3217, !3581, !3582, !3583, !3586, !3574, !3587, !3585, !3584, !3588, !3553, !3589, !3593, !3595, !3597, !3599, !3327, !3603, !3606, !3594, !3611, !3613, !3552, !3620, !3592, !3614, !3619, !3625, !3628, !3627, !3624, !3629, !3630, !3633, !3027] Contributors: Dor Askayo, columbarius, Agustín Dall'Alba, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Carlos Garnacho, Sebastian Keller, Doğukan Korkmaztürk, Leonhard, Robert Mader, msizanoen, Florian Müllner, Corentin Noël, Barnabás Pőcze, Julian Sparber, Marco Trevisan (Treviño), Daniel van Vugt, Sebastian Wick Translators: Ekaterine Papava [ka], Danial Behzadi [fa], Aurimas Černius [lt], Yuri Chornoivan [uk], Yaron Shahrabani [he], Nathan Follens [nl], Matej Urbančič [sl], Jordi Mas i Hernandez [ca], Kukuh Syafaat [id], Luming Zh [zh_CN], Andi Chandler [en_GB], Asier Sarasua Garmendia [eu], Quentin PAGÈS [oc], Rūdolfs Mazurs [lv], Irénée THIRION [fr], Daniel Mustieles [es], Daniel Rusek [cs], Piotr Drąg [pl], Balázs Úr [hu], Artur S0 [ru] 46.beta ======= * Implement mouse cursor hotspots for KMS atomic [Albert, Zack; !3337, !3503] * Improve project and development documentation [Bilal, Sebastian W.; !3489, !3505, !3519] * Add a documentation website [Bilal; !3490] * Refactor wayland focus management [Carlos; !3511] * Remove experimental rt-scheduler feature [Dallas; !3296] * Remove ClutterCanvas [Shmuel; !3470] * Consider reduced blanking with lower pixelclock [Kai-Heng; !3449] * Fix centering non-modal transients over parent [Florian; !3533] * Allow XKB model to be configured [Leorize; !2760] * Enable KMS deadline timer after a VT switch if it was inhibited [Dor; !3534] * Prepare for variable refresh rate support [Dor; !3521, !3560, !3561] * Restore IM state flushing before handling key events [Carlos; !3536] * Swap stylus buttons to match traditional order [Peter; !3541] * Fix handling of pad ring wrap arounds [Peter; !3545] * Support Broadcast RGB/RGB range KMS property [Sebastian W.; !3535] * Ensure all planes support EGL config format [Sebastian W.; !3512] * Handle Alt modifier in pad actions [Peter; !3522] * Store eraser and stylus tools separately [Peter; !3542] * Disambiguate output mapped to tablet with connector name [Carlos; !3556] * Fix lost keyboard focus after dismissing popups [Carlos; !3568] * Implement direct scanout for cropped and scaled surfaces [Robert; !3559, !3177] * Fixed crashes [Peter, Carlos, Sebastian W., Simon, Olivier, Daniel; !3383, !3517, !3518, !2774, !3446, !3539, !3562, !3565] * Misc. bug fixes and cleanups [Bilal, Daniel, Sebastian W., Robert, Zander, Florian, Carlos, Corentin, Shmuel, Dor, Sebastian K., Jonas; !3498, !3418, !3500, !3492, !3484, !3504, !3499, !3333, !3351, !3501, !3211, !3506, !3387, !3509, !3510, !3483, !3467, !3514, !3515, !3516, !3520, !3513, !3507, !3526, !3527, !3528, !3450, !3531, !3549, !3532, !3543, !3529, !3530, !3550, !3554, !3540, !3569, !3563, !3570, !3555, !3572, !3571, !3538, !3573, !3575] Contributors: Dor Askayo, Zander Brown, Jonas Dreßler, Bilal Elmoussaoui, Albert Esteve, Kai-Heng Feng, Olivier Fourdan, Carlos Garnacho, Peter Hutterer, Sebastian Keller, Leorize, Robert Mader, Simon McVittie, Shmuel Melamud, Florian Müllner, Corentin Noël, Zack Rusin, Dallas Strouse, Daniel van Vugt, Sebastian Wick Translators: Ekaterine Papava [ka], Efstathios Iosifidis [el], Artur S0 [ru], Daniel Rusek [cs], Fran Dieguez [gl], Sabri Ünal [tr] 46.alpha ======== * Fix filtering keybinding events in presence of grabs [Sebastian K.; !3054] * Fix direct scanout support when using integer scaling [Daniel; !3290] * Fix capitalization of some keys when caps lock is on [Carlos; !3306] * Fix vsync regression [Robert; !3286] * Fix visibility of software cursors when using direct scanout [Robert; !3302] * Fix artifacts at the bottom of some surfaces [Robert; !3310] * Discard monitor configs with fractional scale when unusable [Jonas Å.; !3299] * Apply track point settings [Rohan; !3089] * xwayland: Enable XDG portal only when not nested [Olivier; !3303] * Inhibit real-time scheduling when mode setting [Ray; !3324] * Don't delay frame updates after idle period [Michel; !3174] * Fix running Xwayland in headless setup with nvidia driver [Olivier; !3320] * wayland: Send keyboard modifiers after the enter event [Alexandros; !3341] * wayland/client: Add make_desktop() method [Florian; !3305] * Add a target workspace to raise_and_make_recent() [Sebastian W.; !3315] * clutter: Drop cairo helpers [Bilal; !3086] * cogl: Port away from CoglObject [Bilal; !3193] * mtk: Add a Region type [Bilal; !3292] * Propagate focus appearance to all ancestors [Sebastian W.; !3356] * Ignore locked modifiers in keybinding machinery [Carlos; !3369] * Fix disabling check-alive timeout [Sebastian K.; !3367] * Drop ClutterContainer interface [Zander; !3377, !3384] * Improve sloppy and mouse focus modes [Sebastian W.; !3258] * Sync geometry only when window is mapped [Sebastian W.; !3401, !3404] * Improve repick due to transform changes [Carlos; !3385] * Fix tablets on X11 having the wrong device [Carlos; !3393] * Disable HW cursor when inhibited by backend [Robert; !3412] * screencast: Bring back blitting [Georges; !3406] * backends/native: Try 10 bpc formats [Michel; !3139] * Fix forcing EGLStream with NVIDIA proprietary driver [Daniel; !2905] * screencast: Add ability to stop streams [Jonas Å., Pascal; !3307] * Use standard cursor names from CSS specification [Carlos; !3295] * Avoids over-synchronization due to client reads [Michel; !3389, !3408] * Add more profiling instrumentation [Ivan; !3417] * Allow specifyig the layout manager for an actor type [Florian; !3445] * Fix handling of relative mode for tablets [Peter; !3410] * Dynamically assign hardware planes during configuration [Jonas Å.; !3428] * Simplify X11 focus management [Carlos; !3269] * background: Fix background color around image [Sebastian W.; !3459] * text-input: Use correct offsets in delete_surrounding_text [Alynx; !2712] * Add wayland shm YCbCr support [Sebastian W.; !3371] * Set a minimum guessed scale [Joan; !3464] * Fix building without native backend [Bilal; !3480] * Fix occasional artifacts at top of X11 fullscreen windows [Carlos; !3476] * Add documentation for building, running and debugging [Sebastian W.; !3465, !3485] * Improve tablet pressure curve calculation [Peter; !3399] * Fixed crashes [Carlos, Jonas D., Robert, Sebastian W., Jonas Å., Sebastian K.; !3287, !3283, !3311, !3322, !3318, !3370, !3392, !3335, !3422, !3376, !3453] * Plugged leaks [Sebastian K.; !3411, !3442] * Misc. bug fixes and cleanups [Daniel, Corentin, Carlos, Jonas Å., Ivan, Michel, Sebastian W., Robert, Barnabás, Peter, Bilal, Sebastian K., Zander, Florian, Mike, Qiu, Olivier, Christopher, Mart; !3212, !3298, !3267, !3297, !3313, !3316, !3317, !3323, !3325, !3326, !3328, !3330, !3332, !3319, !3097, !3288, !3347, !3178, !3240, !3338, !3352, !3321, !2618, !3309, !3353, !3348, !3349, !3358, !3361, !3362, !3276, !3340, !3365, !3366, !3364, !3363, !3375, !3181, !3374, !3379, !3382, !3388, !3354, !3386, !3398, !3395, !3397, !3368, !3400, !3396, !3405, !3403, !3409, !3413, !3402, !3280, !3394, !3421, !3423, !3431, !3432, !3425, !3438, !3440, !3430, !3429, !2016, !3443, !3444, !3441, !3451, !3350, !3434, !3437, !3447, !1908, !3456, !3452, !3454, !3455, !2620, !3463, !3466, !3458, !3468, !3469, !3474, !3473, !3471, !3479, !3482, !3487, !3486, !3478, !3488, !3357, !3491] Contributors: Jonas Ådahl, Zander Brown, Michel Dänzer, Jonas Dreßler, Bilal Elmoussaoui, Christopher Fore, Olivier Fourdan, Alexandros Frantzis, Carlos Garnacho, Mike Gorse, Peter Hutterer, Rohan Hendrik Jotz-Lean, Sebastian Keller, Robert Mader, Ivan Molodetskikh, Florian Müllner, Georges Basile Stavracas Neto, Corentin Noël, Pascal Nowack, Barnabás Pőcze, Mart Raudsepp, Ray Strode, Joan Torres, Daniel van Vugt, Qiu Wenbo, Sebastian Wick, Alynx Zhou Translators: Kristjan SCHMIDT [eo], Rafael Fontenelle [pt_BR], Guillaume Bernard [fr], Jordi Mas i Hernandez [ca], Florentina Mușat [ro], Ngọc Quân Trần [vi], Artur S0 [ru] Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* mutter: remove zenity from rdependsMarkus Volk2024-03-181-1/+1
| | | | | | | | zenity is not a runtime requirement for mutter and because of its dependency on webkitgtk it is quite heavy. Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Prepare for release, drop nanbield LAYERSERIESKhem Raj2024-03-171-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Drop remaining PR values from recipesMartin Jansa2024-03-171-1/+0
| | | | | | | | | | | | * as oe-core did in: https://git.openembedded.org/openembedded-core/commit/?id=d4c346e8ab * when people are have to maintain own PRs for recipes in oe-core, they might add them for meta-oe recipes at the same time when upgrading to next LTS Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer.conf: Update for the scarthgap release seriesKhem Raj2024-03-161-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gtk-vnc: fix reproducibility issueMarkus Volk2024-03-111-0/+2
| | | | | | | | | | gtk-vnc inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-terminal: fix reproducibility issueMarkus Volk2024-03-091-0/+2
| | | | | | | | | | gnome-terminal inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-settings-daemon: fix reproducibility issueMarkus Volk2024-03-091-0/+2
| | | | | | | | | | | gnome-settings-daemon inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-disk-utility: fix reproducibility issueMarkus Volk2024-03-091-0/+2
| | | | | | | | | | gnome-disk-utility inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* gnome-control-center: fix reproducibility issueMarkus Volk2024-03-091-0/+2
| | | | | | | | | | gnome-control-center inserts lines containing ${S} into the source. Although required for compilation, it affects reproducibility for the src package. Fix this by simply not packaging the modified source code Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* webp-pixbuf-loader: update 0.2.5 -> 0.2.7Markus Volk2024-03-081-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>