Changelog:
============
* Use pid when generating counter IDs in SysprofCollector
* Fix potential UB in GtkBitset
* Avoid UB in bsearch() with no data
* Increased safety in SysprofDocumentLoader
* Increased safety when parsing CPU counters with async IO
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-I-574-Fails-to-build-link-against-icu-76.1.patch
removed since it's included in 3.54.2
Changelog:
==========
- libedataserverui: Avoid initializing the icon_theme when building introspection data
- Fails to build/link against icu 76.1
- Correct certificate key usage constants
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Set HOME_DIR back to /var/lib/gdm. If this is not specified, gdm will store its
files in $HOME/.cache. This is pretty ugly because I think this directory should
only be used by real users? Maybe /var/cache would be a better place, because it
would be the system equivalent of $HOME/.cache?
Use tmpfiles.d to ensure /var/lib/gdm is created with the right permissions
even in case /var would be tmpfs
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Do not check for these files to exist during build time, they are
needed during runtime.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
fixes:
| Configuring org.gnome.Geary.service using configuration
| Program itstool found: NO
|
| ../git/help/meson.build:21:6: ERROR: Program 'itstool' not found or not executable
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
During cross-compiling it needs to know the location of
staging area where these files are installed in RSS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The versioning scheme was changed to align to GNOME releases.
This version resolves stack frames properly, as opposed to 3.48.
Depends on libdex/libpanel recipes to be able to build the sysprof
UI, besides the sysprof-cli executable.
Co-Authored-By: Nikolas Zimmermann <nzimmermann@igalia.com>
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
fixes:
| Configuring org.gnome.Boxes.SearchProvider.ini using configuration
| Program itstool found: NO
|
| ../gnome-boxes-47.0/help/meson.build:36:6: ERROR: Program 'itstool' not found or not executable
|
- also provide appstream-cli
Signed-off-by: Khem Raj <raj.khem@gmail.com>
fixes:
| ../eog-47.0/help/meson.build:45:6: ERROR: Program 'itstool' not found or not executable
|
| A full log can be found at /home/flk/poky/build/tmp/work/corei7-64-poky-linux/eog/47.0/build/meson-logs/meson-log.txt
| ERROR: meson failed
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
gdm doesn't require to create a home directory but it needs to be member of
the video group to work properly
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Instead of disabling plymouth, allow a distribution to enable it
with a PACKAGECONFIG.
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The dependencies on libxext and xrandr were removed in 3.21.4 (2016).
This also means we can remove the check for the X11 DISTRO_FEATURE.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
gnome-online-accounts requires opengl by default, so lua-factory PACKAGECONFIG
should rely on opengl by default.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
gkt4 has 'opengl' in its REQUIRED_DISTRO_FEATURES, so when it is
depended upon by sysprof, 'opengl' distro feature should also be
required.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The gkt4 in DEPENDS has 'opengl' in its REQUIRED_DISTRO_FEATURES,
so libspelling also needs to set this.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-CMakeLists.txt-Remove-TRY_RUN-for-iconv.patch
0001-cmake-Do-not-export-CC-into-gir-compiler.patch
0002-CMakeLists.txt-remove-CHECK_C_SOURCE_RUNS-check.patch
0004-call-native-helpers.patch
Bug Fixes:
==========
- Pass GError instead of CamelException to camel_movemail_solaris
- Fix argument types in ENABLE_BROKEN_SPOOL code
- Use GIConv instead of iconv_t with iconv wrappers
- ESoupSession: Sometimes accesses server without OAuth2 token
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
- Fixes to alpha componet in HCY, HSL, HSV and YCbCr models.
- Use same CIE Lab conversion for start/end as rest with SIMD.
- Remove reliance on set rounding mode.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 47.1
~~~~~~~~~~~~
Released: 2024-10-10
This is a stable release with the following changes:
* Fix crash in snap plugin when launching apps
* Fix display of versions for packages being installed as part of an update
* Various minor improvements to the review submission dialog
* Fix a crash in the DKMS plugin
This release also updates translations:
* Catalan (Jordi Mas i Hernandez, Jordi Mas)
* French (Guillaume Bernard)
* Indonesian (Andika Triwidada)
* Russian (Artur S0)
* Slovak (Jose Riha)
* Thai (Aefgh Threenine)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
==============
Version 47.1.1
==============
- Fix crash on display scales > 1 due to conflicting type registration
============
Version 47.1
============
- Various translation updates
- Require gsettings-desktop-schemas >= 47.0
About
- Allow FQDN hostnames
Appearance
- Fix thumbnailing of backgrounds causing OOM kills
Date and Time
- Fix resize issue in the time format row when shown in small window sizes
Online Accounts
- Fix untranslated account provider info string
Region and Language
- Update language row after closing language selector
Remote Desktop
- Hide "Remote Desktop" row when gnome-remote-desktop is not available
Wacom
- Don't crash when handling an unknown stylus ID
- Don't show Map Buttons for fallback devices
- Handle all external remotes like an external TV remote-like device
- Make assets recolaborable, supporting dark-style, high-contrast, and accent colors
- Support HDPI for tablet/stylus illustration images
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
gimptool is used in GIMP plugin compilation. It does need a CC
definition, provide it as the current CC with "--sysroot=..." removed.
gimptool also need the gimp .pc file which is in gimp-dev. Split
gimptool in its own package to avoid circular dependencies.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-Compilation-attempt-fixes-for-libxml-2.13.patch
removed since it's included in 1.14.53
Changelog:
============
* Compilation fixes for libxml 2.13
* Fix ABR in gsf-vba-dump.
* Teach gsf (the tool) to handle odf properties.
* Fix integer overflows affecting memory allocation.
* Add missing "DocumentStatus" ole2 property.
* Avoid some undefined C behaviour in overflow checks.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
Some minor build issues on certain platforms have been ironed out
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
libspelling 0.4.2
=================
This is a bug-fix release for GNOME 47
* Limit the number of corrections to 10 in enchant backend to help with
dictionary configurations which produce many results.
* Hide add/ignore menu items when disabled.
* Don't show word corrections when spellcheck is disabled.
libspelling 0.4.1
=================
This is a bug-fix release for GNOME 47
* Fixes an important issue tracking weak pointers from a GtkTextBuffer.
* Fixes an important issue where we could get invalid text iters from
GtkTextBuffer::delete-range() after the deletion occurred when other
signal handlers are in play.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 47.0
~~~~~~~~~~~~
A edge case in drag-and-drop has been resolved, and Aleksandr Melman fixed a
string that hadn't been marked for translation.
Updated Translations
* Belarusian (Vasil Pupkin)
* British English (Andi Chandler)
* Bulgarian (Alexander Shopov)
* Catalan (Jordi Mas i Hernandez)
* Chinese (China) (Luming Zh)
* Czech (Daniel Rusek)
* Danish (Ask Hjorth Larsen)
* Galician (Fran Dieguez)
* Georgian (Ekaterine Papava)
* Greek (Efstathios Iosifidis)
* Hebrew (Yaron Shahrabani)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada)
* Lithuanian (Aurimas Černius)
* Norwegian Bokmål (Brage Fuglseth)
* Persian (Danial Behzadi)
* Polish (Piotr Drąg)
* Portuguese (Hugo Carvalho)
* Russian (Artur S0)
* Slovak (Jose Riha)
* Slovenian (Martin)
* Spanish (Daniel Mustieles)
* Swedish (Anders Jonsson)
* Ukrainian (Yuri Chornoivan)
Version 47.rc
~~~~~~~~~~~~~~~
Thanks to feedback from beta users, a couple small improvements were made.
Updated Translations
* Basque (Asier Sarasua Garmendia)
* Belarusian (Vasil Pupkin)
* Brazilian Portuguese (Juliano de Souza Camargo)
* Bulgarian (Alexander Shopov)
* Catalan (poc senderi)
* Chinese (China) (Luming Zh)
* Czech (Daniel Rusek)
* Finnish (Jiri Grönroos)
* Georgian (Ekaterine Papava)
* German (Jürgen Benvenuti)
* Hindi (Scrambled 777)
* Hungarian (Balázs Úr)
* Kazakh (Baurzhan Muftakhidinov)
* Korean (DaeHyun Sung)
* Norwegian Bokmål (Brage Fuglseth)
* Occitan (Quentin PAGÈS)
* Persian (Danial Behzadi)
* Portuguese (Hugo Carvalho)
* Romanian (Daniel Șerbănescu, Florentina Mușat)
* Russian (Artur S0)
* Turkish (Emin Tufan Çetin, Sabri Ünal)
* Ukrainian (Yuri Chornoivan)
Version 47.beta
~~~~~~~~~~~~~~~
The preferences dialogue has been expanded to include scrollback size, and
there has been behind the scenes work fixing some pesky issues and setting
up future improvements.
Thanks to work elsewhere in the stack, we now have restored screen reader
support. This has taken far too long, and there is more work do be done, but
hopefully this is a significant step forward.
Additionally Alice reworked our styles to take advantage of improvements in
Gtk, whilst Chris helped us keep current with developments in Adwaita, and
Balló György provided some fixes.
Updated Translations
* Brazilian Portuguese (Juliano de Souza Camargo)
* Greek (Efstathios Iosifidis)
* Hebrew (Yosef Or Boczko)
* Hindi (Guntupalli Karunakar, Scrambled 777)
* Kabyle (Rachida SACI)
* Nepali (Pawan Chitrakar)
* Occitan (Quentin PAGÈS)
* Portuguese (Hugo Carvalho)
* Romanian (Daniel Șerbănescu)
* Serbian (Dušan Simić)
* Serbian (Latin) (Милош Поповић)
* Slovak (Matej Mrenica)
* Slovenian (Martin)
* Turkish (Sabri Ünal)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
lua-factory is the only plugin that is enabled by default.
Add missing dependencies to fix build
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- drop 0001-meson-add-option-to-set-dbus_interfacedir.patch
Issue has been fixed by [c1657f9cd6]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Add cairo dependency
- Allow to work with gtk3
- Add patch to avoid pulling in a found
google-id. It fails and would probably also
break reproducibility
- inherit mime-xdg
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Dont inherit python3native. It seems to be unneeded
- Rename to tinysparql
- Drop dependencies for python3-pygobject-native and libarchive
- Disable tests by default
- Add PACKAGECONFIG for avahi
- Fix sed hack to keep buildpath out of enum-types.c
- Add patch that avoids to create compatibility links which would lead to package_qa error:
Path /home/flk/poky/build-hypr/tmp/work/corei7-64-poky-linux/tinysparql/3.8.0/sstate-build-package/package/usr/lib/libtracker-sparql-3.0.so is owned by uid 1000, gid 100, which doesn't match any user/group on target. This may be due to host contamination.
- Refresh fix-reproducibility.patch and additionally edit tracker-http.c to avoid another buildpath leakage
Exception: Exception: KeyError: 'getpwuid(): uid not found: 1000'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 47.0
=====================
* Enhancements
- Show new folder button in Open Folder(s) modes (Corey Berla)
- Persist window size for file chooser (Corey Berla)
* Bugfixes:
- Fix grammar error (Khalid Abu Shawarib)
- Fix build error (Jami Kettunen)
- Escape toast button mnemonics (Khalid Abu Shawarib)
* File chooser fixes:
- Don't show undo button when suggested name doesn't exist (Corey Berla)
- Show filter name more consistently (Corey Berla)
- Stop crashing when using "Open Item Location" (Corey Berla)
- Fix issue where new folder button disappears (Corey Berla)
- Fix flat dropdown styles (Alice Mikhaylenko)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.rc
=====================
* Enhancements
- Polish the file chooser (António Fernandes)
- Implement file chooser "choices" menu (Corey Berla)
- Allow extracting bzip2 tar files (Khalid Abu Shawarib)
- Allow dropping items into the file chooser (Corey Berla)
- Add the background menu to the file chooser (Corey Berla)
- Allow vertical scrolling in the pathbar (Liam Rust)
- Activate the accept button by default in file chooser (Dylan McCall)
* Bugfixes:
- Fix various file chooser crashes (Corey Berla)
- Don't hide file chooser filters with long filenames or in narrow mode (Corey Berla)
- Make sure the pathbar always shows the current folder (Corey Berla)
- Fix overlapping filename widget in file chooser (Corey Berla)
- Make nautilus previewer work between the main window and file chooser (António Fernandes)
- Various fixes for file chooser paths and save locations (Corey Berla)
- Set focus correctly in file chooser (Corey Berla)
- Allow unselecting an item in file chooser (Corey Berla)
- Add a tooltip to the network address bar button (Automeris naranja)
- Disallow conventional DnD into the pathbar in file chooser mode (Corey Berla)
- Don't overflow window in file chooser (Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.beta
=====================
* Enhancements
- Implement file chooser portal and introduce file chooser ui (António Fernandes)
- Redesign and modernize the compression dialog (Automeris naranja)
- Modernize the new folder dialog (Automeris naranja, António Fernandes)
- Replace Search Banner with Search Info Popover (Anuraag Reddy Patllollu)
- Redesign "Other Types" search (Khalid Abu Shawarib)
- Port to new adwaita widgets (Automeris naranja, Khalid Abu Shawarib, Peter Eisenmann)
- Update emblems with symbolics (Sam Hewitt, Khalid Abu Shawarib, Peter Eisenmann)
* Bugfixes:
- Use correct path for email (Peter Eisenmann)
- File chooser bug fixes (Corey Berla)
- Disable bookmarking the network view (Corey Berla)
- Change files view accent to grey (Alice Mikhaylenko)
- Fix dragging on touch devices (Lukas Swierzy, Gary Li)
- Misc bugfixes (Khalid Abu Shawarib, Peter Eisenmann, António Fernandes, Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Major changes in 47.alpha
=====================
* Enhancements
- Add the Network view (António Fernandes, Allan Day)
- Show xdg dirs in sidebar as regular (removable) bookmarks (António Fernandes)
- Show sidebar bookmarks before mounts (António Fernandes)
- Remove "Other Locations" and show mounts directly on the sidebar (António Fernandes)
- Improve view performance (Khalid Abu Shawarib)
- Use new adw views (Automeris naranja)
- Improve internal NautilusFile performance (Peter Eisenmann)
- Improve ui for progress indicator (Peter Eisenmann)
- Improve ui to floating bar (Sam Hewitt, piegames)
- Allow staring from the context menu (José Guilherme)
- Redesign trash dialog (Anuraag Reddy Patllollu, Allan Day)
- Allow Scripts in flatpak (Anuraag Reddy Patllollu)
- Open mounts in original tab instead of focused tab (Gary Li)
- Allow simultaneous mounting (Khalid Abu Shawarib)
* Bugfixes:
- Create archive with Enter on Compress dialog (Lukáš Tyrychtr)
- Accessibility fixes (Automeris naranja, Sabri Ünal)
- Move focus correctly when item is removed (Khalid Abu Shawarib)
- Don't reset permissions when copying from a non-isofs readonly filesystem (Fina Wilke)
- Open correct panel in GNOME Settings for trash settings (Khalid Abu Shawarib)
- Disable paste in Trash, Recent, and Starred (Jonathan Lin)
- Fix error when passing invalid location to portals (Khalid Abu Shawarib)
- Fix memory leaks (Khalid Abu Shawarib, António Fernandes)
- Call shutdown() on modules (Corey Berla)
- Don't show banners in global search (Khalid Abu Shawarib)
- Prevent a crash (Khalid Abu Shawarib, Gary Li)
- Keep correct file list order in a DnD (Khalid Abu Shawarib)
- Don't display future dates as "Today" or "Yesterday" (Grey Nicholson)
- Prevent freeze (Peter Eisenmann)
- Fix broken sort order when switching views (Gary Li)
- Don't irreversibly hide sidebar with touch gesture (Khalid Abu Shawarib)
- Don't unnecessarily re-set selection in search (Gary Li)
- Don't scale up images in properties preview (Khalid Abu Shawarib)
- Actually drop wayland export handles (António Fernandes)
- Fix potentially incorrect file operation (Khalid Abu Shawarib)
- Batch rename fix tags, and allow illegal characters (Anuraag Reddy Patllollu)
- Allow xdp to fail (Balló György)
- Fix typo (Alexandre Franke)
* Cleanups
- Use property styling for adw rows (Automeris naranja, Anton Snigirev)
- Code cleanup (Khalid Abu Shawarib, Peter Eisenmann, Corey Berla, António Fernandes)
- Significant refactoring and cleanup to prepare to Nautilus as a file chooser (António Fernandes)
* 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>
libspelling 0.4.0
=================
This is a stable release for GNOME 47.0
* Protect the SpellingEngine from systems with misconfigured dictionaries.
* Protect the SpellingTextBufferAdapter from NULL language codes.
* Protect the SpellingJob from uncooperative break chars which could
result in zero length runs.
* Fix some incorrect licenses.
libspelling 0.3.1
=================
This is an unstable release for GNOME 47.rc.
* Immediately clear tags for invalidated regions without round-tripping
to the checker thread.
* Bump soname for ABI changes in 0.3
* Fix licenses to be LGPLv2.1+
* Add sysprof profiler marks for performance profiling
* Update example so people know to copy the button-press work
to update the menu immediately.
* Fix pkg-config fields
* Fix libspelling usage from subproject
* Make introspection building optional
* Documentation improvements
libspelling 0.3.0
=================
This is an unstable release for GNOME 47.beta.
The highlight for this release is a new threaded spellchecking
engine. It performs text analysis and dictionary lookups in
bulk off the UI thread. Care is taken to catch collisions in the
face of user editing while spellchecking operations are in flight.
I expect a significant reduction in initial spellchecking time
after opening a document. Opening `gtktextbuffer.c` in Text Editor
was more than 8x faster.
Currently, libspelling relies on GTK main until 4.15.5 is released
so do keep this in mind if you are a distributor.
Some API has changed, though that is unlikely to affect any known
applications using libspelling.
* Many new unit tests are part of the testsuite
* SpellingLanguage was renamed to SpellingDictionary
* SpellingLanguageInfo was renamed to SpellingLanguage
* Various helpers were added to SpellingTextBufferAdapter so
that they can update spelling menus. Applications that update
the cursor position on clicks before showing menus may want to
force the menu updating before `menu.popup`.
* SpellingTextBufferAdapter now uses the new GtkTextBufferCommitNotify
API in GTK 4.15.5 and newer
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 1.56.0
=======================
* udisks2: Run update synchronously for internal changes (Ondrej Holy)
* onedrive: Set name of drive root (Jan-Michael Brummer)
* onedrive: Handle multiple drives with same IDs (Jan-Michael Brummer)
* Translation updates (GNOME Translation Project contributors)
Major changes in 1.55.90
========================
* fuse: Fill stat info during readdir to improve performance (Ondrej Holy, Jan Palus)
* smb: Fix access over FUSE when root dir is not accessible (rong wang)
* onedrive: Guess mime type locally if not set by the server (Jan-Michael Brummer)
* trash: Add support for x-gvfs-trash mount option (Ondrej Holy)
* onedrive: Add seek on write functionality (Jan-Michael Brummer)
* Translation updates (GNOME Translation Project contributors)
Major changes in 1.55.1
=======================
* ftp: Change cwd to root before renaming to prevent failures (rong wang)
* udisks2: Ignore autofs mounts to prevent duplicated entries (Ondrej Holy)
* udisks2: Show only direct descendats of /media unless $USER (Ondrej Holy)
* ftp: Obtain correct modification time for old files using MDTM cmd (Ondrej Holy)
* ftp: Use timegm instead of mktime to not shift dates by timezone (Ondrej Holy)
* ftp: Add support for setting mtime attribute using MFMT cmd (Ondrej Holy)
* ftp: Preserve mtime when copying to local (Ondrej Holy)
* build: Add deprecated_apis option and disable installation of headers (Ondrej Holy)
* udisks2: Do not schedule update if pending already to improve performance (Ondrej Holy)
* dav: Disable query_info_on_read method to fix mtime preservation (Ondrej Holy)
* network: Disable usage of smbbrowse backend by default (Ondrej Holy)
* smbbrowse: Don't enforce NT1 to fix mounting in certain cases (Ondrej Holy)
* onedrive: Fix various memory leaks (Jan-Michael Brummer)
* build: Disable burn backend by default (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>
- inherit gi-docgen to make api-documentation available
- Add missing dependencies to build documentation
- Temporary switch to gitsm, because gnomebase.bbclass does not
work, if package contains patch version number
- Remove PACKAGE_DEBUG_SPLIT_STYLE = "debug-without-src"
Seems to be unneeded by now
===============
Version 47.beta
===============
- Various translation updates
- Various CI fixes
- Various ports to modern libadwaita widgets
- Various mnemonics additions
- Use GtkWindow.set_default_icon_name for legacy sessions
Accessibility
- Rename "Reduce Animation" setting to "Animation Effects"
Apps
- Rename "File and Link Associations" page to "Files and Links"
- Show status page when Parental Controls aren't available
- Don't show "App is not sandboxed" banner for system components
Display
- Adapt rotation labels to the screen ratio
- Don't set automatic Night Light when Location Services are unavailable
Keyboard
- Load input choice locales asynchronously
- Fix "Move" buttons in input rows
Location
- Remove reference to now retired Mozilla Location Services
Mouse
- Use monochrome assets to support different accent colors
- Separate "Touchpad" row into its own preferences row group
Network
- Don't set empty ignored hosts
Notifications
- Turn "App Notifications" dialog into a subpage
Online Accounts
- Add a toast overlay for panel notifications/error messages
Users
- Modernize the "Add User" dialog
- Respect password "enforcing" based on /etc/security/pwquality.conf
- Avoid user names with underscores being interpreted as mnemonics
- Show correctly the remaining list of fingerprints to enroll
- Reverse sorting of finger names list to prioritize most used ones
Printers
- Various tweaks for the PPD Selection dialog
- Add button instead of link to open printer cups web page
Privacy
- Don't leak Bolt and Location subpages
- Fix visibility of Bolt settings when Bolt isn't available
Remote Desktop
- Fix loop resetting credentials
- Use new gnome-remote-desktop server configuration DBUs interface
Sound
- Add an empty state page for when no sound device is available
Wacom
- Set up Wacom stylus keyboard shortcuts and switch monitor
WWAN
- Fix crash preventing the load of the SIM Unlock dialog
================
Version 47.alpha
================
- Various translation updates
- Various CI fixes
- Various dialogs have been ported to subpages
- Add CcNumberRow to ease the mapping of settings to combo rows
- Skip tests if we don't have Xvfb or setxkbmap
- Various ports of rows to AdwButtonRow
- Various ports of dialogs to AdwDialog
- Various ports to AdwAlertDialog
- Various row changes to use the "property" style
- Improve padding of some search entries
- Fix Flatpak Development build manifest
- Reorganize various icon assets
Accessibility
- Add "Activate Windows on Hover" setting
- Move "Screen Reader" settings to the top
- Use same size for cursors settings interface
- Port Cursor Size dialog to AdwDialog
- Various icon artwork updates
Apps
- Improve description of "Default Apps" settings
- Turn app settings dialogs into subpages
- Fix "No Search Results" page
- Don't show "Open" button for Settings itself
- Show the number of static permissions in the "Required Access" row
- Indicate when no apps are available for a mime type in "Default Apps"
Background
- Implement accent colors
- Improve window preview style
- Improve a11y of the accent color toggles
Color
- Modernize looks of the Color settings
- Capitalize "Built-In Webcam"
- Rename "Laptop Screen" to "Built-In Screen"
Displays
- Fix panel crash when closing laptop lid
- Add icon to the Night Light settings
Keyboard
- Allow previewing keyboard layouts in Input Sources dialog
- Turn CcXkbModifierDialog into a subpage
Mouse
- Remove primary indicator delay for Mouse Test dialog
- Make Mouse Test not respond to middle click
Network
- Make the QR Code dialog contents readable by screen readers
- Use property rows to show Wi-Fi hotspot information
- Add 6GHz to "Supported Frequencies"
- Sort VPNs list
- Fix row removal when Bluetooth wifi is removed
- Add stable-ssid support for cloned-mac
Online Accounts
- Rename Windows Live provider to "Microsoft"
- Rename MS365 provider
- Close new account dialog when account creation is complete
Printers
- Modernize Printer Jobs dialog
- Modernize Printer Details dialog
- Fix spelling inconsistency for the word "Cancelled"
- Close "Add Printer" dialog when pressing "Escape" key
- Port "Undo" feature to AdwToast
Power
- Add suspend time options for mobile devices
Privacy
- Port to CcNumberRow
Search
- Port "Search Locations" page to a subpage
Sharing
- Improve text description of the Sharing features
- Add DAV address in the File Sharing dialog
- Add notice about shared files not being encrypted
- Hide panel when none of the Sharing features are available in the system
Sound
- Use AppInfo to get app icons and fallback to icon-theme
- Try to use AppInfo icon for stream icons
- Turn volume levels dialog into a subpage
- Adjust sound of the "Click" effect closer to the freedesktop.org bell sound
- Make sound setting sliders more accessible with keyboard
System
- Load subpages on demand to speed up panel load
- Avoid re-setting Remote Desktop credentials when they haven't changed
Users
- Don't show unwanted system accounts
- Fix parental controls settings visibility
- Rename "Add Enterprise User" to "Add Enterprise Login"
Wacom
- Always allow calibration for display tablets
- Enforce a Z-shape sequence of calibration points
- Fix wrong alignment detection in the calibrator
- Reset the clock after any click on the calibrator
- Up the calibrator threshold to 50 pixels
- Simplify the calibrator code
- Fall back to the generic tablet provided by libwacom
- If we have two identical monitors, suffix the connector name
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is gnome-user-share 47.0, a system for easy sharing of user files.
Major changes since 47.alpha:
- Translation updates
Major changes since 43:
- Increase the required Apache web server version to 2.4
- Remove GNOME 2 migration code
- Remove the size limit for file transfers
- Fix leaks
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
New in 47.0 - 14 September 2024
* Updated translations
* Fix blurred background on HiDPI screens !160#300 (Qiu Wenbo)
New in 47.rc - 31 August 2024
* Updated translations
* Minor improvements in defaults and settings loading (Óscar Fernández Díaz)
New in 47.beta - 2 August 2024
* Updated translations
* Fix help and version crashing the application #260!148 (luiz)
* UI modernization for dialogs and disks view !150, !152, !153, !154 (Óscar Fernández Díaz)
* Improve initial loadgraph points #248!151 (Luiz França)
New in 47.alpha - 29 June 2024
* Updated translations
* Improved flatpak app icon search !132 (Óscar Fernández Díaz)
* Set affinity for all tasks !134 (Yannis Gerlach)
* Use new Adwaita adaptive dialogs !125 (Óscar Fernández Díaz)
* Use same translatable for CPU charts and affinty #203 (Robert Roth)
* Several migrations from deprecated treeview to columnview (Óscar Fernández Díaz)
* Migrate color button to GtkColorDialog (Óscar Fernández Díaz)
* Add one column per group of 32 core labels !144 (Yannis Guyon)
* Various interface improvements to match HIG (Óscar Fernández Díaz)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- use libspelling instead of enchant2
* Fix focus ring around checkmark in save-changes dialog
* Translation updates
* Text Editor now uses libspelling for spellchecking
* Various CSS fixes for transitioning to AdwDialog
* implicit-trailing-newline is now turned on by default
* Various recoloring tweaks to better match platform styling.
* Improvements to use of AdwDialog.
* Print operations improvements.
* Spellcheck improvements including support for use with F10/Menu.
* Prefer wide layout for save-changes-dialog.
* Various UI elements have been ported to new libadwaita features so
this is a good chance to discover bugs early.
* A number of papercuts in accordance with the GNOME HIG.
* Text Editor will try harder to break out of potential CPU cyclic
issues from GTK forward validation of text buffers. This should
help reduce CPU usage if/when large files are closed.
* Various spellcheck improvements.
* Ensure encoding is propagated when using Save As.
* More detailed error messages in the error banner.
* Many translation updates.
Thanks to everyone who contributed!
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 47.0
~~~~~~~~~~~~
Released: 2024-09-12
This is a stable release with the following changes:
* Do not install example featured software lists by default (packagers should use gnome-app-list
instead)
This release also updates translations:
* Bokmål, Norwegian (Brage Fuglseth)
* Bulgarian (twlvnn kraftwerk, Alexander Shopov)
* Catalan (Jordi Mas i Hernandez)
* Czech (Daniel Rusek)
* Danish (Alan Mortensen)
* English (United Kingdom) (Bruce Cowan)
* Galician (Fran Dieguez)
* Hungarian (Balázs Úr)
* Indonesian (Andika Triwidada)
* Italian (Davide Ferracin)
* Kazakh (Baurzhan Muftakhidinov)
* Lithuanian (Aurimas Černius)
* Occitan (post 1500) (Quentin PAGÈS)
* Polish (Piotr Drąg)
* Portuguese (Hugo Carvalho)
* Portuguese (Brazil) (Juliano de Souza Camargo)
* Spanish (Daniel, Daniel Mustieles)
* Swedish (Anders Jonsson)
* Thai (Aefgh Threenine)
* Turkish (Emin Tufan Çetin)
Version 47~rc
~~~~~~~~~~~~~
Released: 2024-08-30
This is an unstable release with the following changes:
* Update help pages and add some translations of them
* Correct tooltips of review voting buttons
* Lower power consumption when certain pages are not visible
This release also updates translations:
* Basque (Asier Sarasua Garmendia)
* Belarusian (Vasil Pupkin)
* Bokmål, Norwegian (Brage Fuglseth)
* Chinese (China) (Luming Zh)
* Czech (Daniel Rusek)
* Finnish (Jiri Grönroos)
* Georgian (Ekaterine Papava)
* German (Jürgen Benvenuti, Tim Sabsch)
* Greek, Modern (1453-) (Giannis Antypas)
* Hindi (Scrambled 777)
* Korean (Seong-ho Cho)
* Persian (Danial Behzadi)
* Portuguese (Brazil) (Rafael Fontenelle, Juliano de Souza Camargo)
* Russian (Artur S0)
* Slovak (Matej Mrenica)
* Turkish (Sabri Ünal)
* Ukrainian (Yuri Chornoivan)
Version 47~beta
~~~~~~~~~~~~~~~
Released: 2024-08-02
This is an unstable release with the following changes:
* Shorten text in some notifications
* Fix Orca not reading the contents in Preferences dialog
* Enhance behavior of a review row
* Added plugin to ease installation of DKMS and akmods key with enabled Secure Boot
This release also updates translations:
* Greek, Modern (1453-) (Efstathios Iosifidis)
* Hebrew (Yaron Shahrabani, Yosef Or Boczko)
* Hindi (Scrambled 777)
* Slovenian (Martin)
Version 47~alpha
~~~~~~~~~~~~~~~~
Released: 2024-06-28
This is an unstable release with the following changes:
* Fix a crash when updating apps when built with Mogwai
* Fix a crash when installing flatpak application
* Correct desktop/mobile hardware support detection
* Correct state of Fedora upgrade
* Several fixes in historical updates for rpm-ostree
* Fix a crash when no appstream data is found
* Correct app safety calculation
* Correct Flatpak system and user apps recognition
* Slightly speed-up rpm-ostree metadata refresh
* Show "Install All" button only for codecs
* Prefer vendor name from os release in app origin
* Make more jobs asynchronous
* Port to recent Adwaita widgets
This release also updates translations:
* Catalan (Jordi Mas i Hernandez)
* Chinese (China) (Boyuan Yang)
* Czech (Daniel Rusek)
* Dutch (Nathan Follens)
* Friulian (Fabio Tomat)
* Georgian (Ekaterine Papava)
* Hebrew (Yosef Or Boczko)
* Kabyle (Athmane MOKRAOUI)
* Panjabi (A S Alam)
* Portuguese (Hugo Carvalho)
* Russian (Artur S0)
* Serbian (Милош Поповић)
* Slovenian (Martin)
* 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>
=============
Version 47.1
=============
- meson: Fix project version
=============
Version 47.0
=============
- Translation updates
Power:
- Only update mutter backlight properties when the mutter
backend is in use
=============
Version 47.rc
=============
- Port X11 tests to using Xwayland
- Translation updates
Power:
- Set backlight through Mutter APIs, drop gnome-rr
dependency
Wwan:
- Fix memory access errors
Xsettings:
- Get UI scaling factor from a dedicated Mutter D-Bus API
===============
Version 47.beta
===============
- Translation updates
Housekeeping:
- Improve string in OOM notifications
Sharing:
- Stop assigned services only when there is no
network connection
- Fix building without systemd
Printing:
- Clear members of GsdPrintNotificationsManager
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- inherit gi_docgen to make api-documentation available
- Add PACKAGECONFIG for manpages to not fail because they are built now
by default
- Add missing keyutils dependency
Overview of changes in 3.52.0
=============================
* Translation updates:
- Bulgarian (Alexander Shopov, twlvnn kraftwerk)
- Catalan (Jordi Mas i Hernandez)
- Czech (Daniel Rusek)
- Danish (Ask Hjorth Larsen)
- English (United Kingdom) (Andi Chandler)
- French (Irénée THIRION)
- Galician (Fran Dieguez)
- German (Tim Sabsch)
- Indonesian (Andika Triwidada)
- Lithuanian (Aurimas Černius)
- Polish (Piotr Drąg)
- Russian (Artur S0)
- Slovak (Dušan Kazik)
- Spanish (Daniel)
- Swedish (Anders Jonsson)
- Turkish (Sabri Ünal)
Overview of changes in 3.51.3
=============================
* Accessibility fixes and event announcements
* Translation updates
Overview of changes in 3.51.2
=============================
* Adopt a less aggressive notification policy
* Translation updates
Overview of changes in 3.51.1
=============================
* Enable Mail, Calendar & Contacts for Microsoft 365
* Improvements to Microsoft 365 setup dialog
* Use AdwButtonRow when applicable
* Allow overriding dependencies supporting built as a meson wrap
* Refactor web browser authentication flow as a discrete task
* Improve error reporting and notification for providers
* Document configuration files used by the daemon
* Correctly save and reset settings for TLS certificate errors
Overview of changes in 3.51.0
=============================
* Support Mail Autoconfig XML for IMAP/SMTP services
* Support SRV lookups for DAV services
* Support Linux's KEYRING notification pipe for Kerberos
* Ability to restrict which services of a particular account type are available
* Add version CLI flag for goa-daemon
* Port to AdwDialog and AdwAlertDialog
* Accept GtkWidget as a top-level for account setup
* Port documentation to gi-docgen
* Documentation and manual pages are enabled by default
* Fixes for bugs found by Coverity Scan
* Fix libsoup error handling
* Translation fixes and missing strings
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 47.0:
* Updated translations
Major changes in 47.rc:
* Set a user agent when requesting remote servers for calendar files
* Port various spinners to AdwSpinner
* Improvements to URL validation when adding new calendars
* Only offer writable calendars when creating new events
* Show indicator icons for invisible calendars in the importer dialog
* Fix drag and drop issue with events in daylight saving time
* Updated translations
Major changes in 47.beta:
* Add the ability to import ICS files using drag n' drop
* Fix the timelines backend, to eliminate divergence between views after moving events
* Fix the agenda sidebar's events ordering
* Fix the agenda sidebar's duplication of day separation headers in the events list
* Fix the agenda sidebar's events randomly appearing or disappearing
* Interpret floating time events (no timezone defined) using local time instead of UTC
* Interpret timezones when previewing events in the .ics importer dialog
* Various improvements to the file importer dialog
* Many visual improvements to the event preview popover
* Event reminders states are now remembered properly
* Avoid creating an extra duplicate local calendar when adding calendars from URLs
* Show service names instead of URLs in tooltips for recognized videoconferencing links
* Small improvement to the spacing of the month view
Major changes in 47.alpha:
* Faster, flicker-free search
* Use modern Adwaita widgets in various places
* Improved event editor dialog
* Improved visuals for mini-calendar in the sidebar
* Updated translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
47.0 - Sep 17, 2024
===================
Changes since 47.beta
- Add HW and brand colors info to metainfo file
- Rename metainfo file to o.g.B.metainfo.xml.in
- Don't consider distro derivatives when resolving logos
- Added/updated/fixed translations
47.beta - Aug 14, 2024
======================
Changes since 46.1
- Fix appdata validation for "Devel" build profile
- Check when a libvirt-broker reference is invalid
- Improve some print format specifiers
- Add "Trisquel" logo
- Various CI fixes
- Added/updated/fixed translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes in 47.1
=================
- Fix the capabilities for the print dialog
Changes in 47.0
=================
- Translation updates
Changes in 47.rc
=================
- Fix restoring last used folder in the File Chooser portal
- Fix selecting multiple window on single selection
- Do not block xdg-desktop-portal-gnome when connecting to Nautilus
- Fix incorrectly set mimetype in the File Chooser portal
- Translation updates
Changes in 47.beta
=================
- Use GNOME Shell's private API for the Notification portal
- Use Nautilus for the File Chooser portal
- Translation updates
Changes in 47.alpha
=================
- Expose the new accent colors setting
- Various cleanups to the screencast widget
- Add support for the "supported_output_file_formats" option in the Print
portal
- Fix default layout mode of the ScreenCast/Remote Desktop portal
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This fixes:
Run-time dependency gnome-keybindings found: NO (tried pkgconfig and cmake)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
- Add --parent-handle command line option to integrate
as a "modal dialog".
- Translation updates
- Set window icon
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-window-Fix-function-callback-definition.patch
removed since it's included in 47.0
Changelog:
=========
* Set application name and icon
* Remove unused dependency on gnome-desktop
* Add slant preview
* Fix install button mnemonic
* Fix the "Install" button stuck in "Installing" when font install is successful
* Use adaptive dialogs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
grl-type-builtins.* are generated by glib-mkenums which leave full paths
in comment and #include directives. Rewrite those before *-src packaging.
Previous fix did not correct the .c file and did not work in the
"devtool modify" case.
Fix these errors:
ERROR: grilo-0.3.16-r0 do_package_qa: QA Issue: File /usr/src/debug/grilo/0.3.16/src/grl-type-builtins.c in package grilo-src contains reference to TMPDIR [buildpaths]
ERROR: grilo-0.3.16-r0 do_package_qa: QA Issue: File /usr/src/debug/grilo/0.3.16/src/grl-type-builtins.h in package grilo-src contains reference to TMPDIR [buildpaths]
ERROR: grilo-0.3.16-r0 do_package_qa: Fatal QA errors were found, failing task.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Bugfix:
========
- Fix icon name
- desktop: Add jpeg-xl to MimeType list
- EogWindow: Raise priority of image loading and transformation jobs
- EogMetadataDetails: Support copying metadata values to the clipboard
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* 3.48.0 is currently the last stable version
* The GUI now uses GTK4 instead of GTK3
* A new CLI program sysprof-agent is now available
* libsysprof can be built without polkit support
Signed-off-by: Carlos Alberto Lopez Perez <clopez@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- Remove 0001-meson-Use-PKG_CONFIG_SYSROOT_DIR-when-using-pkg-conf.patch
Using it pulls buildpath into the client library and thus breaks reproducibility
- Add a patch to fix more reproducibility issues
- Add soup3 dependency
- inherit gsettings
- remove CFLAGS:append, tested to be working with clang 18.1.6 for x86_64 musl
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- tree: Enable 'activates-default' in GtkSearchEntry
- main: Fix command-line signal signature
- filesel: Passing a dir with trailing '/' should open that dir
- colview: Return if nth item of row exceeds num items in row
- tree: Don't try to print nonexisting items
- colview: Add more sanity checks
- colview: Clicking on column titles should sort items
- filesel: Allow a non-existing filename with --save and add associated test
- filesel: Remove spurious extra _show() call
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
46.2
====
* Potential crasher fix
* Improved disconnection messages
* Broader client compatibility support
* Various security hardening improvements
* CVE-2024-5148 Limit login screen->user session handover access to appropriate user
Contributors:
Pascal Nowack, Ray Strode
Translators:
Balázs Úr [hu], Efstathios Iosifidis [el], Fabio Tomat [fur],
Hugo Carvalho [pt], Jordi Mas i Hernandez [ca],
Juliano de Souza Camargo [pt_BR]
- add polkitd user and fix permissions to avoid:
Error: Transaction test error:
file /usr/share/polkit-1/rules.d conflicts between attempted installs of gnome-remote-desktop-46.2-r0.corei7_64 and gnome-control-center-46.2-r0.corei7_64
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes in 46.2
=================
- Various behavioral and accessibility fixes to the ScreenCast portal dialog
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 46.2
~~~~~~~~~~~~
Released: 2024-05-24
This is a stable release with the following changes:
* Fix a crash when no appstream data is found
* Correct app safety calculation
* Correct Flatpak system and user apps recognition
* Slightly speed-up rpm-ostree metadata refresh
This release also updates translations:
* Kabyle (Rachida SACI)
* Portuguese (Hugo Carvalho)
* Spanish (Daniel Mustieles)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
46.2
====
* Fix size of workspace switcher OSD [Jakub; !3282]
* Fix handling of invalid TLS certs in portal handler [Sebastian K.; !3284]
* Exclude override-redirect windows from workspace animation [Marco; !3285]
* Also center time on lock screen when using 12h format [pesader; !3290]
* Use absolute tray icon position in root event coordinates [Marco; !3283]
* Fix displaying info messages on login screen [Ray; !3298]
* Correct expected bus name for streams [Simon; !3303]
* Fix notifications on lock screen [Florian; !3308]
* notifications: Only apply special styling to symbolic icons [Florian; !3296]
* Fix number of search results with Large Text option [Sam; !3312]
* Fix showing keyboard layouts with variants [Sebastian K.; !3324]
* Tweak font sizes in calendar [Sam; !3313]
* automountManager: Fix re-asking password for TCRYPT devices [segfault; !3300]
* Fix stuck unlock prompt when animations are disabled [Florian; !3317]
* Fix possible hang on startup during ibus-daemon launch [Marco; !3293]
* Misc. bug fixes and cleanups [Sebastian W., Gabriel, Sebastian K., Florian,
Jonas, Sam, Ray; !3267, !3281, !3288, !3295, !3299, !3310, !3315, !3326,
!3321, !3319, !3329, !3331, !3245, !3340]
Contributors:
Jonas Ådahl, Sam Hewitt, Sebastian Keller, Simon McVittie, Florian Müllner,
Gabriel Nagy, pesader, segfault, Jakub Steiner, Ray Strode,
Marco Trevisan (Treviño), Sebastian Wick
Translators:
Andika Triwidada [id], Rachida SACI [kab], Hugo Carvalho [pt],
Scrambled 777 [hi], Jose Riha [sk], Balázs Úr [hu], Quentin PAGÈS [oc]
- remove backport patch
- update extensions
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 46.2
============
- Enable the "Location" settings panel by default (build-optional)
- Various translation updates
- Improve accessibility of some secondary-labels in settings rows
- Increase default log verbosity level
Accessibility
- Fix icon name of accessibility panel desktop file
- Fix flash area settings selection shown incorrectly
Display
- Fix crash when closing laptop lid
Keyboard
- Fix keyboard navigation of keyboard shortcuts dialog categories
Mouse and Touchpad
- Remove unnecessary a11y label
Network
- Fix crash when removing bluetooth network adapter row
- Sort VPN connections list alphabetically
- Remove incorrect assertion that breaks proxy settings page
Sound
- Make sliders more accessible by keyboard
- Remove need for translating speaker test button tooltip
System
- Improve accessibility of "Copy" buttons in Remote Desktop
- Fix crash in Date And Time settings closing before async calls finish
- Fix reuse of remote-desktop verify encryption fingerprint dialog
Users
- Fix visibility issue in parental controls row
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
* Fixed filename not changed when creating a new archive
* 7z: error when creating archives with volumes
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
With the UNPACKDIR changes in place the layers are no longer compatible
with the scarthgap release. Drop it from LAYERSERIES_COMPAT and limit
compatibility to styhead only.
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Replace references of WORKDIR with UNPACKDIR where it makes sense to do
so in preparation for changing the default value of UNPACKDIR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Workaround for int-conversion:
| In file included from ../recipe-sysroot/usr/include/glib-2.0/glib.h:64,
| from ../recipe-sysroot/usr/include/glib-2.0/gobject/gbinding.h:30,
| from ../recipe-sysroot/usr/include/glib-2.0/glib-object.h:24,
| from src/gnome-boxes.p/libvirt-broker.c:6:
| src/gnome-boxes.p/libvirt-broker.c: In function 'boxes_libvirt_broker_add_domain_co':
| ../recipe-sysroot/usr/include/glib-2.0/glib/gmessages.h:671:16: error: returning 'void *' from a function with return type 'gboolean' {aka 'int'} makes integer from pointer without a cast [-Wint-conversion]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fixes build with GCC-14, hopefully we will be able to drop it when
it breaks again with newer compiler like GCC15
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-fix-reproducibility.patch
refreshed for 3.7.3
Changelog:
============
* Fix possible crashes handling live changes to extractor
configuration
* Make it easier to run tracker-extract-3 under Valgrind
* Plug a leak on misdetected JPEG files
* Many further metadata extraction tests
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
- Fix a trivial build error when -Werror=implicit-function-declaration is
- specified.
- Fix an issue with cancellation of closing a page
- Try harder to ensure a buffer disposes associated resources when
the page is closed.
- Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 44.2
~~~~~~~~~~~~
Released: 2024-05-08
Features:
* Added expanders to the tree view (!220)
Bugfixes:
* Fixed crash opening some rar files (!243)
* Do not crash if the loaded file is empty (!233)
Translations:
* Indonesian (Andika Triwidada)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 46.1
~~~~~~~~~~~~
Released: 2024-04-25
This is a stable release with the following changes:
* Fix a crash when updating apps when built with Mogwai
* Fix a crash when installing flatpak application
* Correct desktop/mobile hardware support detection
* Correct state of Fedora upgrade
* Several fixes in historical updates for rpm-ostree
This release also updates translations:
* Catalan (Jordi Mas i Hernandez)
* Czech (Daniel Rusek)
* Dutch (Nathan Follens)
* Friulian (Fabio Tomat)
* Hindi (Guntupalli Karunakar)
* Kabyle (Athmane MOKRAOUI)
* Panjabi (A S Alam)
* Russian (Artur S0)
* Serbian (Милош Поповић)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The current version 46.0 is not affected by the issues.
Both issues have been fixed in commit [0].
The fix is in effect since early versions of evince (3.1.2).
Thus, both can be safely ignored.
[0]: efadec4ffc
Signed-off-by: Alexandre Truong <alexandre.truong@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 46.1
=====================
* Bugfixes:
- Create archive with Enter on Compress dialog (Lukáš Tyrychtr)
- Move focus correctly when item is removed (Khalid Abu Shawarib)
- View performance optimization (Khalid Abu Shawarib)
- Fix crash when compressing a file and a folder (Khalid Abu Shawarib)
- Don't show banners in global search (Khalid Abu Shawarib)
- Preserve permissions when copying from read-only file systems (Khalid Abu Shawarib)
- Disable non-working global search from Other Locations (António Fernandes)
* Translation updates (GNOME Translation Project contributors)
Major changes in 46.0
=====================
* Bugfixes:
- Remove char limit on size label in properties dialog (Khalid Abu Shawarib)
* Translation updates (GNOME Translation Project contributors)
Major changes in 46.rc
========================
* Enhancements
- Adjust empty status page and progress tooltip strings (Allan Day, Khalid Abu Shawarib)
- Add input hints and purpose properties to entries (Khalid Abu Shawarib)
- Refine operations hover background (Sam Hewitt, António Fernandes)
* Bugfixes:
- Position loop mounts correctly in the sidebar (António Fernandes)
- Fix internationalization issues (Khalid Abu Shawarib, Peter Eisenmann)
- Revert crashes-causing multi-file properties performance optimization (Peter Eisenmann)
- Reestablish location signals if location change failed (Corey Berla)
- Fix regression which disallowed dropping files on empty folders (Corey Berla, António Fernandes)
* Cleanups
- Remove architecture-sensitive duplicate filename unit test (Peter Eisenmann, Jeremy Bicha)
- Refine Appstream metainfo (Sophie Herold, Alexandre Franke)
* Translation updates (GNOME Translation Project contributors)
Major changes in 46.beta
========================
* Postponed
- The network view from 46.alpha.1 was deemed to require more work
* Enhancements
- Added a global search mode (António Fernandes)
- Use 'text entry' cursor on pathbar hover (Corey Berla)
- Add drop shadow to file property dialog icons (kramo)
- Improve progress info icons and tooltips (Bharat Tyagi, Sam Hewitt)
* Bugfixes:
- Avoid crashes with column chooser (Peter Eisenmann)
- Avoid crash when navigating back to same folder (António Fernandes)
- Avoid infinite loop on file creation naming conflict (Corey Berla)
- Fix displaying parent folder of multi-files (Anton Snigirev)
- Clear location entry on editing of internal locations (Peter Eisenmann)
- Ensure search's clear button is hidden when empty (António Fernandes)
- Hide search popover after opening a dialog (Khalid Abu Shawarib)
- Correctly open empty folders from search (António Fernandes)
- Don't reload view only to change selection (António Fernandes)
- Use smaller icons in progress indicator (António Fernandes, Sam Hewitt)
- Fix various leaks (Khalid Abu Shawarib, António Fernandes)
- Added extra tentacles to confuse AI-generated blogs (Via Matrix)
* Cleanups
- Made various string HIG compatible (Bart Gravendeel, Automeris naranja)
- Modernize column chooser widgetry (Automeris naranja)
- Detect potfile errors via CI (Corey Berla)
- Replace deprecated GTK point computing functions (N.Pranav Krishna)
Major changes in 46.alpha.1
=======================
* Enhancements
- Views can be switched without a folder reload (António Fernandes)
- Operations are listed in the bottom of the sidebar (Corey Berla, António Fernandes, Allan Day)
- Network view replaces Other Locations (António Fernandes, Allan Day)
- Mounted drives are shown in the sidebar (António Fernandes)
- Selected files are recorded in back and forward history (António Fernandes)
- Subfolder loading indication (António Fernandes)
- Various view performance improvements (António Fernandes)
- Improved performance of multi-file properties dialog (Khalid Abu Shawarib)
* Bugfixes:
- Correctly prioritize thumbnails for non-alphabetical sort order (Corey Berla)
- Notify view item name changes for accessibility (Corey Berla, António Fernandes)
- Open real folder for documents in Recent from Properties (Anton Snigirev)
- Pattern match (Ctrl+S) all expanded list view directories (António Fernandes)
- Display sampling frequency in kHz with thousand separators (Hariharan D)
- Treat markdown files as text documents in search (Hariharan D)
- Improve UI text capitalization and mnemonics (Automeris naranja)
- Fix tab tooltip texts for markup and search (Corey Berla)
- Fix extension linkage with C++ (Khalid Abu Shawarib)
- Add a tooltip to the star button (Lukáš Tyrychtr)
- Show correct shortcut for Redo on the menu (Divyansh Jain)
- Prevent use-after-free with mount and stop (António Fernandes)
- Improve virtual files handling (António Fernandes)
- Fix various view-related bugs, leaks and warnings (António Fernandes)
* Cleanups:
- Significant restructuring of view architecture (António Fernandes)
- Remove dead code in views and css styles (António Fernandes)
- Update man page, remove documentation for removed self-check functionality (Corey Berla)
* Translation updates (GNOME Translation Project contributors)
Major changes in 46.alpha.0
=======================
* Enhancements
- Confirm password when creating protected ZIP archives (Eric Daigle)
- Make custom folder icon feature discoverable (Khalid Abu Shawarib)
- Make URI entry discoverable (Alynx Zhou, Barnabás Pőcze)
- Allow changing owner/group and any permissions under admin:/// (António Fernandes)
- Add detailed date and time format option (Ondrej Holy, Peter Eisenmann)
- Detect copy/move over 4GiB file limit on FAT (Corey Berla)
- Give feedback on completion of quick operations (António Fernandes)
- New-style banners, unstar animation, and other visual refinements (Peter Eisenmann, Automeris naranja)
- Allow Alt+Down to revert more than one Alt+Up (vmkul)
- Close overlaid sidebar on location change (Khalid Abu Shawarib)
* Bugfixes:
- Don't skip files in deep count/size (António Fernandes)
- Don't move files around as thumbnails load (Corey Berla)
- Reveal highlighted file without delay (Corey Berla)
- Stop crashing in various situations (Sebastian Keller, António Fernandes, Corey Berla, Khalid Abu Shawarib)
- Resolve UI text inconsistencies (Automeris naranja, getsnoopy, kramo, Khalid Abu Shawarib, Ondrej Holy, Matthijs Velsink)
- Fix memory leaks, template disposal, and warnings (Khalid Abu Shawarib)
- Fix interface problems in Properties (Peter Eisenmann, António Fernandes, Khalid Abu Shawarib)
- Don't keep viewing unmounted locations (Ondrej Holy, António Fernandes, Khalid Abu Shawarib)
- Refined appdata (Sabri Ünal, António Fernandes)
- Resolve wrong scroll positioning bugs (Gary Li, António Fernandes)
- Fix automatic file duplicate naming (Peter Eisenmann)
- Properly reorder bookmarks by drag and drop (Khalid Abu Shawarib)
- Set current modification time on file created from templates (Khalid Abu Shawarib)
- Fix missing/wrong mime type icons (António Fernandes)
- Don't reload on autofs timeout (António Fernandes)
* Cleanups
- Remove obsolete profiling, custom debug logging, and self-checking (Peter Eisenmann, Khalid Abu Shawarib)
- Streamline and expand tests (Khalid Abu Shawarib, Peter Eisenmann)
- Reduce usage of GtkDialog and other deprecated API (Khalid Abu Shawarib, Peter Eisenmann)
- Replace custom switch row with AdwSwitchRow (Óscar Fernández Díaz)
- Drop obsolete code (Peter Eisenmann, António Fernandes, Corey Berla)
- Reduce unnecessary string copies (Peter Eisenmann)
- Unify numbered filename apendix handling (Peter Eisenmann, Khalid Abu Shawarib)
* 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>
gweather build is running a python script build-aux/meson/gen_locations_variant.py
which imports g-i data at build time:
from gi.repository import GLib
Previously this would import the typelib file installed by native
g-i (which would likely not match the cross target, but nvm). New
g-i version no longer installs those files, so the options are:
- run the python script with target python inside qemu
- copy the needed typelib from target sysroot into the native one.
I took the easy way out.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
For now, the known non-reproducible packages list is stored inside the
autobuilder config.json file. This is not ideal. Let's move this list
into each layers of meta-openembedded.
These lists can be used with, in local.conf:
include conf/include/non-repro-meta-oe.inc
OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES = "${KNOWN_NON_REPRO_META_OE}"
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Acked-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- add PACKAGECONFIGS for file-share and media-share
46.1
* Accessibility
- Improve accessibility of "Typing" settings sliders
* Display
- Fix crash when pressing Escape in the display settings
* Network
- Add stable-ssid support for cloned-mac
* Privacy
- Add build option to enable Location services
- Fix opening of Help pages while viewing Privacy settings
* Sharing
- Auto hide Sharing panel when Rygel AND gnome-user-share are not available
* System
- Don't show auto-timezone setting when Location services unavailable
- Avoid unnecessary time-change requests
- Fix issue with sensitivity of "Add" and "Enroll" Enterprise Login buttons
- Improve generated passwords capacity in Remote Desktop settings
* Wacom
- Check for the right output connector name
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
46.1
====
* Fix running on big endian
* Don't crash when there are no user sessions
Contributors:
Ondrej Holy, Pascal Nowack
Translators:
Aurimas Černius [lt], Yaron Shahrabani [he], Fran Dieguez [gl],
Vincent Chatelain [fr], Sabri Ünal [tr], Rachida SACI [kab],
Christian Kirbach [de], Asier Sarasua Garmendia [eu], Nathan Follens [nl],
Martin [sl], Artur S0 [ru]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 46.1:
* Cleanup shortcut handling of some dialogs
* Updated translations
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes in 46.1
=================
- Remove D-Bus call timeout from Access portal requests that are proxied to
GNOME Shell. This prevents the Access portal from failing requests if the
user doesn't click on a dialog for more than 25 seconds.
- Various fixes to the ScreenCast portal dialog
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
=========
*Remove DBusActicatable=true from the .desktop file to fix an issue
*where you could spawn Text Editor via D-Bus and not have the session
restored at startup.
*AppData fixes
*Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
* Fix translation domain in account dialogs
* Fix OAuth 2.0 URI handler for some users
* Fix crash in Kerberos/Fedora provider
* Improved WebDAV support for Fastmail and mailbox.org
* Fixes for WebDAV discovery
* OAuth 2.0 PKCE support
* Fix issues caught by static analysis
* Update Microsoft Client ID
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
* New archive dialog: allow to choose a location without changing name
* Fixed adding multiple files on a 'drop' event
* Show the options dialog when adding files in batch mode
* Appdata: Add 44.0 release
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Provides the jpegxl gdk-pixbuf-loader that is required for the jxl
wallpapers.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-fix-reproducibility.patch
refreshed for 3.7.1.
Changelog:
==========
* Fix possible stalls in D-Bus endpoint batch updates
* Better API documentation around handling of corrupted
databases
* Test improvements
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
* Improvements to the handling of corrupted databases
* Further syscall rules in the seccomp sandbox
* Fix some possible warnings during tracker-extract-3 startup
* Fixes to extraction of dc:source fields from XMP data
* Avoid SIGABRT on missing Landlock
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- default: less lens distortion
- symbolics: updated icons & tweaks to the layout
- glass chip: improved compression
- New default. Embrace the rounded triangle!
- Updated Amber, Pills
- New additions -- Gometrics, Glass chip, Neogeo, Ring and Tarka
- Departures -- Keys, Truchet, Rounded Rectangles
- JPEG XL favored as a format, with banding-bustin' client side grain
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Quick follow-up release to fix crash on ppc64.
- 1.79.90 failing tests on ppc64
- Quick follow-up release to fix build failure on MacPorts and Homebrew.
- 1.79.90: gi/arg-inl.h: expression is not assignable
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 46.0
============
- PAM improvements
- Translation updates
=============
Version 46.rc
=============
- Support for killing conflicting sessions at login time.
- XDMCP fix
- Use wayland by default on certain server chips
- Fix pam extension size computation
- Introspection fix
- Fix for homed users
- Translation updates
================
Version 46.alpha
================
- Support remote login from gnome-remote-desktop (and hopefuly nicedcv in the future)
- Support new JSON pam extension
- Fix build with user-display-server=false
- Minor clean ups
- Move private D-Bus sockets to private directory
- Build goo fixes
- Warning fixes
- Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This is an important update, because it fixes a segfault in a new
settings tab 'system' that segfaulted, if it was selected.
This was horrible in two ways. A lot of important options were unaccessable
and also quite annoying ... if selected, gnome-control-center constantly
crashed on execution, unless started from shell with a working tab like
'gnome-control-center wifi'
46.0.1 confuses the gnomebase class. Workaround this by using git fetcher,
at least until they go back to normal xx.x scheme
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- add it as runtime dependency to gnome-control-center because without it,
the file sharing options are hidden.
- configure the paths to fit to openembedded env
- add mod_dnssd runtime dependency for apache2 as this is a requirement
To enable the feature, PACKAGECONFIG httpd needs to be added.
This is not done by default to avoid apache2 runtime dependency just by
including this recipe.
NOTE: Apache2 httpd doesn't need to be running. It'll get
started and stopped on demand by systemd.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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>
- 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>
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>
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>
- 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>
• 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>
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>
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>
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>
- 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>
- 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>
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>
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>
- 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>
- 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>
- 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>
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>
* 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>
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 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 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 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 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>
0001-meson-Do-not-define-TOP_SRCDIR.patch was left unused after
updgrade to version 3.6.0. Remove it as part of cleanup.
Signed-off-by: Maxin John <maxin.john@gmail.com>
Overview of changes from libfolks 0.15.6 to libfolks 0.15.7
===========================================================

Major changes:
* Add .editorconfig file
* Lots of translation updates

Bugs fixed:
* bluez: Fix invalid ownership of property accessors in Device interface
* tests/telepathy: Use shared_library() to fix g-ir-scanner which expects proper library
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
python 2 is long unsupported, so we no longer need this variable
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-Set-paths-to-ssh-agent-and-ssh-add-by-configure-opti.patch
refreshed for 46.1
Changelog:
=========
* ssh-agent: avoid deadlock when agent process dies before we connect to it
* gkm: fix test-sexp with GCC 14
* Updated translations
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
-This update fixes problems with some devices not disappearing from the list
of quick settings in GNOME Shell.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
-GeglColor extended with GBytes API, and space aware accesors for RGB
and CMYK. Better runtime handling of mismatched GEGL ops in graphs.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
"double" and "half" support in cli-tool, build fixes.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This backport fix the ibus-doc reproducibility issue.
The problem: manpages are compressed with gzip with a non-reproducible
timestamp in the header.
The backported fix: do not compress the manpages.
Note: This backported patch is included in version >= 1.5.29 and can be
dropped after upgrading.
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
* GJS 1.78.2 causes all Gnome extensions preference settings windows
to disappears after 3-7 seconds
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 1.78.2
--------------
- Closed bugs and merge requests:
* Uninitialized memory in float out values can lead to crashes in mozjs gc
code later on [#591, !902, Philip Chimento]
* Garbage collection of Gdk surfaces [#592, !905, Philip Chimento]
* gi/gerror: Fix version of the GIRepository typelib import [!906, Jordan
Petridis]
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Since gnome classes are using it in core, they are now appearing after
native resulting in QA errors
ERROR: /mnt/b/yoe/master/sources/meta-openembedded/meta-gnome/recipes-gnome/evolution-data-server/evolution-data-server-native.bb: QA Issue: evolution-data-server-native: native/nativesdk class is not inherited last, this can result in unexpected behaviour. Classes inherited after native/nativesdk: pkgconfig.bbclass
siteconfig.bbclass siteinfo.bbclass autotools.bbclass [native-last]
secondly, use 'cmake' for GNOMEBASEBUILDCLASS
default is set to meson (legacy is autotools) since most of gnome recipes are using meson
these days. This recipe however uses neither autotools nor meson to
build, it uses cmake, to this effect it inherits cmake bbclass
and things worked so far, however with inherit_defer things changed because
meta/classes-recipe/gnomebase.bbclass has switched to using
inherit_defer, this unearths this issue where its not overriding
exported functions as desired. Therefore this fixes that issue
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.
Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.
[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Recent changes to oe-core[1] mean that if a configure.ac uses gtk-doc
then gtkdocize will be called. This means that recipes that don't
inherit gtk-doc (to depend on gtk-doc-native) but don't explicitly
disable the use of gtkdocize will fail to configure.
Inheriting gtk-doc both solves the configure failure, and allows us to
build the API documentation.
[1] oe-core 891ec38d4c5cc5ac7bc34938276261ebd6f6d54e
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The gnome-keyring functionality is nowadays provided by libsecret and gnome-keyring
has been deprecated. This will prevent from getting it installed/running it twice.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Packages that use gtk-doc want to find a native gtk-doc not a target
gtk-doc, so remove the pointless check for a target gtk-doc package.
This only worked before as it was being pulled in via DEPENDS in
glib-2.0, but as of oe-core f91694f this no longer happens.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Now that autotools uses autopoint to call gtkdocize, this variable is no
longer needed.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Update the GTK_DOC_CHECK invocation to specify where the
documentation will be built (as the default is ./docs).
This is needed so that gtkdocize as run by autopoint knows where the
documentation will be built. At the moment we manually call gtkdocize
but this will change to autopoint in the future.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 45.3
Released: 2024-01-05
This is a stable release with the following changes:
Recognize links in package update descriptions
Increase speed of load of the category pages
Fix deadlock when cancelling app update
This release also updates translations:
Chinese (Taiwan) (Andre Klapper)
Persian (Danial Behzadi)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 45.2
============
Apps
- Fix status page glitch on initialization
- Fix "File and Link Association" interface not reflecting changes
Background
- Improve background preview and chooser performance
Default Apps
- Fix undesired resetting of default apps during startup
Mouse
- Fix interference issue with scroll event in Mouse Test window
Network
- Close network editor when using non-native nm-connection-editor
- Show decoration buttons on empty-state (no network device found page)
- Share WPA3 (SAE) networks with QR Code
- Hide QR Code icon when connection is not successful
- Remove deprecated 'wpa-none'
- Fix route label alignments
Privacy
- Fix crash from free bug in the Camera page
- Fix potential crash on Bolt page visibility
Region
- Show preview measurement format in current locale
Sound
- Update mute state when setting mixer control for a stream
Users
- Show tooltip information for the Avatar widget
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog
========
- Bump webkit2gtk requirement in README
- about: The licence is LGPL2.1+, not GPL
- entry: Calculate number of --entry-text's properly
- test: Add entry test in response to issue #75
- question: fix option --default-cancel
- calendar: Fix off-by-one in day
- test: Add test for --calendar
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>