Changes:
* libsysprof-capture: Clean ring buffer memory for counters
Also:
* Make elf loader search for debug links in .debug dirs
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fix the following compile error:
../../sources/libwnck-2.31.0/libwnck/tasklist.c:4355:49: error: passing argument 2 of 'sn_startup_sequence_get_last_active_time' from incompatible pointer type [-Wincompatible-pointer-types]
4355 | &tv_sec, &tv_usec);
| ^~~~~~~
| |
| long int *
In file included from /build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn.h:32,
from ../../sources/libwnck-2.31.0/libwnck/private.h:36,
from ../../sources/libwnck-2.31.0/libwnck/tasklist.c:40:
/build/tmp/work/core2-32-wrsmllib32-linux/lib32-libwnck/2.31.0/lib32-recipe-sysroot/usr/include/startup-notification-1.0/libsn/sn-monitor.h:84:79: note: expected 'time_t *' {aka 'long long int *'} but argument is of type 'long int *'
84 | time_t *tv_sec,
| ~~~~~~~~~~~~~~~~~~~^~~~~~
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changes:
* Ensure local dbus-monitor is reaped after capturing
* Modernization for various GTK deprecations
* Add new symbolizer for debuginfod which is enabled by default
* Many performance improvements for capture loading
* Support for unwinding without frame-pointers on distributions
lacking -fno-omit-frame-pointer at the toolchain level. This
uses a new "sysprof-live-unwinder" elevated helper process
which takes data from perf and unwinds the stack as soon as
it can without capturing the perf data to disk.
Thank you to Red Hat and the tools team for enabling this
work for RHEL.
* The greeter now persists your settings and restores them the
next time you run Sysprof.
* Various graph drawing improvements.
* Fixes for time display in various formats.
* Translation updates.
* Fix drawing of Y-reversed data point markers
* Make greeter save environment variables to state file for reuse
* Use D-Bus power profiles bus name rather than legacy D-Bus bus name
Also:
* Add new patch to fix environ shadowing in sysprof greeter
Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
- #71 Adding GOA account fails with sonic.net IMAP service
- #81 Support Webflow authentication for Nextcloud
- #162 Cannot add a ProtonMail bridge with IMAP + TLS
- #242 Rename dconf key in gnome-online-accounts settings
- #408 "Account Name" GUI field is a bit ambiguous
- #420 Nextcloud login does not work anymore due to OPTIONS /login request
- #429 Linked online accounts no longer work
- #430 Invalid URI when adding Google account
- #434 Failed to generate a new POT file for the user interface of "gnome-
online-accounts" (domain: "po") and some missing files from POTFILES.in
- !340 goamsgraphprovider: ensure a valid PresentationIdentity
- !345 goadaemon: complete GTasks to avoid a scary debug warning
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 48.3
============
- Various translation updates
- Various accessibility fixes
About
- Properly close System Details dialog supressing dispose warning
Common
- Fix use-after-free in CcPermissionInfobar
Colors
- Remote extra line below the device name
Global Shortcuts
- Discard request from invalid app ID
Wacom
- Plug stylus motion backlog array leak
============
Version 48.2
============
- Various translation updates
- Wrap settings panel names in small window sizes
- Call g_type_ensure for a custom class
- Add rounded borders to illustrations
About
- Fix multiple GPU name display with NVIDIA GPU on Desktop PC
Apps
- Set bold style to the app name
- Hide preference group if no permissions are shown
Notifications
- Fix crash when modifying app settings multiple times
Power
- Change power saver icon to leaf (matching GNOME Shell)
System
- Improve password generation logic
- Use EFF's Wordlists for Random Passphrases for password generator
Users
- Don't crash when failing to crop avatar images
Wacom
- Get motion history from tablets in test drawing area
============
Version 48.1
============
- Various translation updates
Keyboard
- Fix duplicated "Search" entries in the Custom Shortcuts
Network
- Fix bad memory access in wsec_size_group_clear()
Power
- Set suspend notice message visible by default
Printers
- Run printer details response callback when closing dialog
Wellbeing
- Don't make screen time row activatable
- Fix NAN handling for chart labels
- Fix chart height calculation for partially filled week
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix visual column position in overlay label
* Defer gtk/gsv initialization to GtkApplication startup so that
GApplication may determine proper app-id for process without
relying on systemd/dbus conventions
* Fix name in properties panel after save-as
* Translation updates
* Break out of recursive Policy-Kit authorization requests from
user-cancellation.
* Do not re-display position label as side-effect of auto-save
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 48.3
~~~~~~~~~~~~
Released: 2025-06-27
This is a stable release with the following change:
* Fix crash on application shutdown
This release also updates translation:
* Chinese (Taiwan) (Cheng-Chia Tseng)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
* Fix autoptr usage
* Raise critical on finalization of thread-pool-scheduler which should
not happen in proper usage of libdex
* Avoid extra pointer chase when dispatching to thread pool workers
* Don't dispatch blocks while on fibers, wait for scheduler
* Fix leak of unix signal futures
* Improve management of fiber run queues
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==============
- appwin: Put each window in its own group
- widget: improve pointer accuracy on recent versions of GTK
- Fix erroneous error message when writing empty files
- ci: Do not explicitly define tarball-artifact-path
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
The current include file that stores the known non-reproducible packages
is layer dependent and that forces the user of the layers to maintain
the list of the files (for example, see AB config[0]).
By moving the exclude list to each layer.conf and extending the common
OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES variable, the known non-reproducible
packages will be automatically excluded for each layer used in the
reproducibility test without any special knowledge in the test
environment.
NB: the empty list for meta-initramfs was just removed not moved.
[0]: https://git.yoctoproject.org/yocto-autobuilder-helper/tree/config.json?id=7d8933e75bdf7fb821a25617cb2dcabf1f3f8700#n322
Suggested-by: Quentin Schulz <quentin.schulz@cherry.de>
Co-Developed-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr>
Signed-off-by: Guillaume Swaenepoel <guillaume.swaenepoel@smile.fr>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Version 48.2
~~~~~~~~~~~~
Released: 2025-06-02
This is a stable release with the following changes:
* Improve memory fragmentation after checking for updates
This release also updates translations:
* Czech (Daniel Rusek)
* French (Vincent Chatelain)
* Hindi (Scrambled 777)
* Japanese (Takayuki Kusano)
* Latvian (Rūdolfs Mazurs)
* Swedish (Anders Jonsson)
Version 48.1
~~~~~~~~~~~~
Released: 2025-04-10
This is a stable release with the following changes:
* Improve contrast of some app safety ratings in dark mode
* Improve error handling when fetching app reviews
This release also updates translations:
* English (United Kingdom) (Andi Chandler)
* German (Philipp Kiemle, Martin Wagner)
* Kabyle (Athmane MOKRAOUI)
* Nepali (Pawan Chitrakar)
* Panjabi (A S Alam)
* Ukrainian (Yuri Chornoivan)
* Uzbek (Baxrom Raxmatov)
* Vietnamese (Cas Pascal)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Handle changed server pool in WebDAV collection sources
- CamelDataWrapper: Correct return value of size calculate functions
- GOA EWS: Fallback to likely EWS host URL when autodicovery fails
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This fixes the following build issue:
wnck-3.so.0.3.0.p/pager.c.o.d -o libwnck/libwnck-3.so.0.3.0.p/pager.c.o -c ../libwnck-43.2/libwnck/pager.c
| In file included from ../libwnck-43.2/libwnck/pager.c:34:
| ../libwnck-43.2/libwnck/pager-accessible-factory.h:19: warning: header guard '__WNCK_PAGER_ACCESSIBLE_FACTORY_H__' followed by '#define' of a different macro [-Wheader-guard]
| 19 | #ifndef __WNCK_PAGER_ACCESSIBLE_FACTORY_H__
| ../libwnck-43.2/libwnck/pager-accessible-factory.h:20: note: '__WBCK_PAGER_ACCESSIBLE_FACTORY_H__' is defined here; did you mean '__WNCK_PAGER_ACCESSIBLE_FACTORY_H__'?
| 20 | #define __WBCK_PAGER_ACCESSIBLE_FACTORY_H__
| In file included from ../libwnck-43.2/libwnck/pager.c:35:
| ../libwnck-43.2/libwnck/workspace-accessible-factory.h:19: warning: header guard '__WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__' followed by '#define' of a different macro [-Wheader-guard]
| 19 | #ifndef __WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
| ../libwnck-43.2/libwnck/workspace-accessible-factory.h:20: note: '__WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__' is defined here; did you mean '__WNCK_WORKSPACE_ACCESSIBLE_FACTORY_H__'?
| 20 | #define __WBCK_WORKSPACE_ACCESSIBLE_FACTORY_H__
And the subsequent build error caused by an OE-core patch to
startup-notification.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- fetch with gitsm. There is no tarball for this release (yet?)
Overview of Changes from GIMP 3.0.2 to GIMP 3.0.4
=================================================
Core:
- Make maximum radius for generated brushes consistent across
codebase.
- Use NDE filter name for undo history.
- Module loading improved to be better cross-platform (in particular
on macOS both .so and .dylib modules are supported).
- Code compliant with GCC 15 (C23).
- Filter size updated when its drawable is rotated.
- Font loading (at startup) optimized.
- Set the proper program name for KDE/Wayland to map the process to
the correct desktop file.
- "windows-display-*" are hidden from the Shortcuts dialog (they are
not meant to be remapped).
- Editing non-destructive effects now triggers undo steps.
- When migrating from GIMP 2.x to GIMP 3, shortcuts for actions
"edit-paste-as-new-layer*" are now converted to "edit-paste-merged*"
(and not "edit-paste*" anymore which was confusing and
counter-productive).
Graphical User Interface:
- Highlight selected device in GimpDeviceStatus.
- Various theme leak fixes.
- UX improvement: GimpViewableDialog (e.g. Fill/Stroke path and more)
now has "OK" as default response.
- Icon size settings now also applying to Move and Transform icon
boxes.
- Commit hash is now shown in About dialog in all non-release builds
(i.e. even in stable series, when we are in-between releases).
- Hide Force slider for Pencil Tool (rather than just making it
insensitive).
- Define merged titlebar icon colors.
- Keep menubar color consistent when out of focus.
- We don't show Fx icon for tool-based filters.
- Updated splash without micro version in it.
- Removed size restrictions on Display Filters.
- Don't show hidden tools on toolbox tooltips.
- Fix "Keep above" Window Manager hint.
- Multi-Window mode on Windows: dock windows' title bars now adapt to
the Windows system theme colors too.
- Show palette name in Palette Color Selector.
Tools:
- MyPaint Brush: have consistent options layout compared to other
paint tools.
- Scissors Select Tool: close the curve on Enter, similar to the Path
tool.
- Path Tool: connect path on click in design mode.
Plug-ins:
- Restore GUI to Difference Clouds script. This had been lost since
GIMP 2.8!
- Fixes in various file format support, such as: DDS, SVG, TIFF, PSD,
BMP, ICO…
- Screenshot dropdowns replaced by radio buttons, as part of a new UX
decision that choice settings with 2 or 3 choices should be dropdown
(faster 1-click access), unless there are a lot more settings making
the dialog too crowded already.
PDB:
- Make "gimp-plug-ins-query" public again (yet still not available in
libgimp).
Build:
- Windows Installer:
* Make the installer aware of Install, Reinstall and Update modes.
* Add Repair mode to Windows installer: in particular we can now fix
installations when the previous install directory cannot be
accessed anymore.
* The feature to delete the config folder on Windows uninstall will
now make a backup on the Desktop first (allowing people to delete
it themselves, move it, or even restore it later if needed).
* Uninstalling while GIMP is running is made impossible (among other
issues, it was causing partial uninstallation).
* Downgrading is only possible by uninstalling first.
* Development warning is shown in dev build of stable series too.
* Add fractional scaling support to Installer welcome image.
* Restore points now have a timeout to prevent stuckness.
- Our AppImage won't ship debug symbols anymore. Better debugging can
be set with: export DEBUGINFOD_URLS="https://debuginfod.debian.net"
- Windows builds:
* Ship babl/GEGL and libgimp headers, static libs and pkg-config
files for plug-in developers.
* Dedicated file icon for XCF files.
* Generate native .pdb CodeView symbols on Windows (smaller debug
data files, usable by MSIX and better debugging ability), except
on x86 (32-bit).
- Crossbuilds are dropped from CI.
- Shell scripts used in the meson build are ported to Python (more
portable and much faster on some platforms, in particular Windows).
- Some build scripts were moved around for reorganization.
- Depency requirement bumped:
* babl 0.1.114
* GEGL 0.4.62
- New "Inputs" feature for simpler Gitlab pipelines running.
- Some in-repository documentation was cleaned up.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
xserver-xorg-cvt is deprecated and libxcvt can be used as drop-in replacement
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
add a backport patch to fix:
| In file included from ../gdm-48.0/common/gdm-settings-direct.c:38:
| ../gdm-48.0/common/gdm-settings-utils.h:47:77: error: expected ';', ',' or ')' before 'bool'
| 47 | gboolean *bool);
| | ^~~~
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This package uses MIT license, which is very similar to X11, except that
X11 license has an advertisement clause, which is missing from the MIT.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Bugfixes:
- Fix switching from tree view to grid
- Fix opening new window of starred folder
- Fix selecting Google Drive files with file chooser
- Run script files in their location
- Disallow duplicate bookmarks
* Cleanups:
- Update screenshots
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
* Improve initial dictionary selection which is particularly
useful for languages which don't typically use spaces to
separate word boundaries.
* Build system fixes for building without enchant
* Translation updates
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This fixes:
WARNING: gnome-image-1.0-r0 do_rootfs: User gnome-remote-desktop has never been defined
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
==============
Version 47.0.1
==============
Add back gnome-session-ctl (oops)
============
Version 47.0
============
Allow to disable X11 sessions
CI updates
Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta-gnome does not currently depend on meta-multimedia.
When "commercial" is in LICENSE_FLAGS_ACCEPTED, gimp depends on libheif
by default but libheif is in meta-multimedia. That leads to build
failures, for example, in the reproducible-meta-oe AB build[0].
To fix this, remove the default "heif" PACKAGECONFIG.
To enable heif support in gimp, users can add "commercial" in
LICENSE_FLAGS_ACCEPTED and add meta-multimedia to their build.
[0]: https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/39/steps/16/logs/stdio
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Restore CVE_STATUS statement from recipe version 2.10.38.
This was dropped on upgrade to 3.0.2, however NVD still tracks this CVE
as version-less, so explicit ignore is needed.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
NEW in 48.0.2
=============
- Just a version bump
NEW in 48.0
===========
- Translation updates
NEW in 48.rc
============
- Translation updates
- Improvements to multi-instance for specific layout previews
- Make window modal when run as a dialog
NEW in 48.alpha
===============
- Translation updates
- Support spaces and tabs as separator for keymap+variant
- A number of new/improved labels for special keys
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
LLD reports backtrace() as undefined during linking on musl systems
musl systems use libexecinfo to provide this API, the dependency
is not enough, it needs to reflect in linker flags too, since the
assumption is that backtrace() API in in libc ( glibc has it this way)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Markus Volk <f_l_k@t-online.de>
At long last, the first release of GIMP 3.0 is here! This is the end result of seven years of hard work
by volunteer developers, designers, artists, and community members (for reference, GIMP 2.10
was first published in 2018 and the initial development version of GIMP 3.0 was released in 2020).
With GIMP 3.0 you can do more than ever before, more easily, more quickly!
Highlights
- Need to tweak a filter you applied hours ago? New in GIMP 3.0 is non-destructive editing for most commonly-used filters. See the changes in real time with on-canvas preview.
- Exchange files with more applications, including BC7 DDS files as well as better PSD export and many new formats.
- Don’t know how big to make your drawing? Simply set your paint tool to expand layers automatically as needed.
- Making pro-quality text got easier, too. Style your text, apply outlines, shadows, bevels, and more, and you can still edit your text, change font and size, and even tweak the style settings.
- Organizing your layers has become much easier with the ability to select multiple items at once, move them or transform them all together!
- Color Management was again improved, as our long-term project to make GIMP an advanced image editor for all usages.
- Updated graphical toolkit (GTK3) for modern desktop usage.
- New Wilber logo!
https://gitlab.gnome.org/GNOME/gimp/-/blob/GIMP_3_0_0/NEWS?ref_type=tags
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Fix build against newer xdg-desktop-portal
- Fix return value for the access portal
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Fix a potential assertion failure in B+Tree item removal
- Translation updates
- Improve detection of asynchronous fragment cancellation to break out
of long-running spellchecking.
- Fix Rust example and documentation links.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
===========
- OmniBar has received a fix for changes to AdwClamp
- Updated translations
- Various style improvements to match libadwaita
- Various drag-n-drop improvements
- Remove some deprecated API use
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Discard dependent futures if fiber was cancelled during await.
- Discard dependent futures when finalizing DexBlock.
- Build fix for macOS
- Improve build checks for libatommic
- Add dex_promise_resolve_boxed()
- Improve cancellation of fibers
- Use libucontext when necessary
- Support for OpenBSD
- Raise default mmap stack size to 128kb for fibers
- Add await/resolve API for file-descriptors
- New dex_return_error_if_fail() precondition macro similar to
g_return_val_if_fail()
- Additional GIO wrapper functions including dex_file_delete() and
dex_file_replace_contents_bytes()
- Build system improvements
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
- add catch2 dependency
New in 48.0 - 15 March 2025
* Updated translations
New in 48.rc - 1 March 2025
* Updated translations
New in 48.beta - 1 February 2025
* Updated translations
* Code improvements (David Stone)
* Fixed memory leaks drawing graphs #302!190 (Matthew House)
New in 48.alpha - 11 January 2025
* Updated translations
* Ensure search button is only active on processes page !161 (Óscar Fernández Díaz)
* Drop lsof ellipses following Human Interface Guidelines !163 (Óscar Fernández Díaz)
* Fix resuming from suspended state #304!166 (Balló György)
* Fix high disks writes during window resize #327!167 (Ó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>
Version 44.5
~~~~~~~~~~~~
Released: 2025-02-09
Bugfixes:
* 7zip: ask the password again if it is wrong.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Overview of changes in gnome-calculator 48.0
* Updated translations
* Fixed converter context menus not working (fcusr)
* Code cleanup and improvements (fcusr, Adrien Plazas)
* Improvements in function usage, brackets usage (Adrien Plazas)
Overview of changes in gnome-calculator 48.rc
* Updated translations
* UI and styling fixes (fcusr, Adrien Plazas)
* Do not steal focus on window move #422 (Robert Roth)
Overview of changes in gnome-calculator 48.beta
* Updated translations
* Added Conversion mode (fcusr)
* Ported financial dialogs to modern widgets (fcusr)
* programming: disable digits not available in current number base
* buttons: improvements to popover styling
Overview of changes in gnome-calculator 48.alpha
* Updated translations
* a11y: Announce the calculation result even when done through the buttons #411 (Lukáš Tyrychtr)
* display: Cycle through history with Alt+Left/Right buttons #296 (Hari Rana)
* character-dialog: Modernized the character dialog (Hari Rana)
* history-entry: Apply dim label to some buttons (Hari Rana)
* math-preferences: Use header capitalization (Automeris naranja)
* converter: Use correct kJ unit shortName #427 (Robert Roth)
* converter: Fixed incorrect units in financial mode #424 (Robert Roth)
* converter: Added nanosecond unit (Robert Roth)
* tests: Fixed broken test on slower computers #434 (Robert Roth)
* history-view: Improve default size #419 (Robert Roth)
* display: Fixed incorrectly sized text entry #405 (Robert Roth)
* converter: Add pressure units !179 (Olexander Movchan, Anders Jonsson)
* converter: Updated russian ruble currency symbol and name #440 (Robert Roth)
* display: Fix crash on using Shift+Insert #442 (Robert Roth)
* converter: Fixed MJ and kWh conversion factors #445 (Çağatay Yiğit Şahin)
* tests: Added test to validate MJ and kWh conversion (Robert Roth)
* keyboard: Added shortcut to clear history #398 (Claudio Silva Junior)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 48.0:
* Improve performance of the Month view
* Updated translations
Major changes in 48.rc:
* Round temperatures to integer precision in weather forecast,
to save space and reflect the approximate nature of the forecasts
* Updated translations
Major changes in 48.beta:
* Allow selecting timezones for the start and end times of events
* Fix calendar name overflow in the calendars popover list
* Auto-hide weather temperature labels in Month view when space is insufficient
* Updated translations
Major changes in 48.alpha2:
* Many design improvements to the event editor dialog, such as a rearranged
all-day / timed selection, moving the event calendar to a row, and more.
* Show a banner in the event editor when the calendar is read-only
* Improve capitalization of title strings in the Week view header
* Fix event order 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>
ver 47.1:
This version contains a fix for the devices page staying empty on load
in some circumstances, as well as translation updates.
ver 47.0:
This versions contains translation updates, a crash fix when cancelling pairing,
pairing support for the Kawai CA501 music keyboard, and a fix for a device
properties accessibility regression.
ver 47.rc:
This version makes the pairing dialogue adaptive, as well as updating
translations.
ver 47.beta:
This version contains translation updates and build fixes. It also ports
some widgets to use libadwaita's spinner instead of GTK's, simplifying
the code.
ver 47.alpha:
This version fixes the devices list when empty, improves the dialogue when
removing a device, and ports a number of widgets to their modern libadwaita
equivalents.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
===============
Evince 48.alpha
===============
backend:
* Add missing break to make two columns right work (#1395, Alexandre Franke)
* Add missing break to make two columns right work (#1395, Alexandre Franke)
* Improve support for Adobe PDF open parameters (#2044, #222, #5, #7, Nelson Benítez León)
* Do not implement module loading through GTypeModule (Pablo Correa Gómez)
* Dvi: Fix code style relate to inline functions (Qiu Wenbo)
* Dvi: Remove always false check (Qiu Wenbo)
* Use GDateTime alternatives for EvAttachment (Pablo Correa Gómez)
* Remove usage of ev_backends_manager_get_document (Qiu Wenbo)
build:
* Bump libraries' API version to 4, do not hard-code (Pablo Correa Gomez)
* Bump the minimum required version of cairo to 1.14.0 (Qiu Wenbo)
* Bumpt libview, libdocument and Evince API version (Germán Poo-Caamaño)
* Enable dri permission in flatpak (Germán Poo-Caamaño)
* Fix app_id for flatpak in development mode (Germán Poo-Caamaño)
* Fix generated desktop file names (Germán Poo-Caamaño)
* Improve build location (Germán Poo-Caamaño)
* Improve development build story (Germán Poo-Caamaño)
* Reduce indirections to generate desktop files (Germán Poo-Caamaño)
* Remove ENABLE_NLS flag (Qiu Wenbo)
* Remove indirection for building schemas (Germán Poo-Caamaño)
* Remove gidocgen submodule and requirement (Pablo Correa Gómez)
* Remove name suffix workaround on MacOS (Qiu Wenbo)
* Remove org.gnome.SettingsDaemon.MediaKeys (Maximiliano Sandoval R)
* Remove unused EVINCEDATADIR (Qiu Wenbo)
* Rename GNOMELOCALEDIR to EV_LOCALEDIR (Qiu Wenbo)
* Set HAVE_CAIRO_PDF and HAVE_CAIRO_PS in config (Qiu Wenbo)
* Update dependencies in flatpak (Germán Poo-Caamaño)
* Update dependency versions for flatpak (Germán Poo-Caamaño)
* Update flatpak dependencies (Germán Poo-Caamaño)
* Updated flatpak poppler dependency (Andrew Murray)
* Use different names when in development (Germán Poo-Caamaño)
* Version bump (Germán Poo-Caamaño)
ci:
* Bump Ubuntu version to add libadwaita (Germán Poo-Caamaño)
* Set development build in flatpak (Germán Poo-Caamaño)
* Use updated image for both gtk3 and gtk4 (Germán Poo-Caamaño)
* Add default template (Pablo Correa Gómez)
data:
* Add vcs-browser URL support (Sabri Ünal)
* Fix URLs in metadata (#2024, Germán Poo-Caamaño)
* Fix appdata to use custom app-id (Germán Poo-Caamaño)
* Fix typo in URL (#2030, Germán Poo-Caamaño)
* Improve appdata for AppStream 1.0 (Sabri Ünal)
* Remove unused icons (Pablo Correa Gómez)
* Remove none OARS tags (Sabri Ünal)
* Update the copyright year (Sabri Ünal)
* Replace non-existing mailing list with GNOME Discourse URL (Andre Klapper)
* metainfo: Move from top-level dir to data dir (Pablo Correa Gómez)
* metainfo: Use gitlab issues as the official bugtracker (#1969, Pablo Correa Gómez)
docs:
* Fix dead link in CONTRIBUTING (Rebecca Palmer)
general:
* "go to previous page" action restores scroll position (#1458, Robert Gay)
* Do not disable deprecations by default on Evince (Pablo Correa Gómez)
* Fix warning about function pointer cast (Qiu Wenbo)
* Remove gspell feature for spell checking (Qiu Wenbo)
* Remove usage of deprecated GdkColor (Qiu Wenbo)
help:
* Fix invalid markup in Hungarian translation (Andre Klapper)
* Correct dead IRC link (Andre Klapper)
libdocument:
* Add IGNORE_DEPRECATED guards around GTime usage (Pablo Correa Gómez)
* Declare EvDocument as derivable type (Qiu Wenbo)
* Declare EvImage as final type (Qiu Wenbo)
* Declare EvLayer as final type (Qiu Wenbo)
* Declare EvLink as final type (Qiu Wenbo)
* Declare EvLinkAction as final type (Qiu Wenbo)
* Declare EvLinkDest as final type (Qiu Wenbo)
* Declare EvMedia as final type (Qiu Wenbo)
* Declare EvPage as final type (Qiu Wenbo)
* Declare EvRenderContext as final type (Qiu Wenbo)
* Declare EvTransitionEffect as final type (Qiu Wenbo)
* Fix a crash with ev_document_factory_new_document_for_mime_type (Qiu Wenbo)
* Remove all but one find API (Pablo Correa Gómez)
* Remove old macros used for backend registration (Pablo Correa Gómez)
* Remove deprecated GTime from EvAttachment (Qiu Wenbo)
* Remove deprecated GTime from EvDocumentInfo (Qiu Wenbo)
* Remove deprecated ev_document_misc_get_thumbnail_frame (Pablo Correa Gómez)
* Remove deprecated ev_annotation_set_modified_from_time (Qiu Wenbo)
* Remove deprecated ev_backends_manager_get_document_module_name (Qiu Wenbo)
* Remove deprecated ev_backends_manager_get_document_type_info (Qiu Wenbo)
* Remove deprecated ev_document_find_find_text (Qiu Wenbo)
* Remove deprecated ev_document_misc_format_date (Qiu Wenbo)
* Remove deprecated ev_document_misc_get_loading_thumbnail (Qiu Wenbo)
* Remove deprecated ev_document_misc_get_page_border_size (Qiu Wenbo)
* Remove deprecated ev_document_misc_get_screen_dpi (Qiu Wenbo)
* Remove deprecated ev_document_misc_paint_one_page (Qiu Wenbo)
* Remove EvAsyncRenderer interface (Pablo Correa Gómez)
* Remove ev-backends-manager.h (Qiu Wenbo)
* Remove ev_document_misc_render_thumbnail_with_frame (Pablo Correa Gómez)
* Remove redundant initialization (Qiu Wenbo)
* Remove unused rendering API (Qiu Wenbo)
* Remove usage of deprecated g_module_build_path (Qiu Wenbo)
* Use G_DECLARE_INTERFACE to simplify custom macros (Qiu Wenbo)
* Use GtkFileChooser in add filters (#1863, Jake Dane)
* Use exempi to replace hand written parser (Qiu Wenbo)
* Use mkenums_simple to simplify code generation (Qiu Wenbo)
libmisc:
* Fix regression after porting to g_clear_signal_handler (Germán Poo-Caamaño)
* Move ev-search-box from libmisc to shell (Pablo Correa Gomez)
* Port EvPageAction to UI template (Qiu Wenbo)
* Port to g_clear_signal_handler (#1988, Pablo Correa Gómez)
* Re-parent EvPageActionWidget to a GtkBox (Pablo Correa Gómez)
* Send the page in "updated" signal ev-search-box as defined (Pablo Correa Gomez)
libview:
* Don't attempt to load non-seekable files directly (#1971, Corey Berla)
* Do not define unnecessary function prototype ahead (Pablo Correa Gómez)
* Removed deprecated ev_view_find_changed (#682875, Pablo Correa Gómez)
* Do not keep track of annotation window position with respect to view (Pablo Correa Gómez)
* Do not track fullscreen mode (Pablo Correa Gómez)
* Drop EV_JOB_THUMBNAIL_PIXBUF option, and all related code (Pablo Correa Gómez)
* EvJobFind: use EvFindOptions instead of old case_sensitive (Pablo Correa Gómez)
* Fix transformation of view coordinates (#1951, Marek Kasik)
* Initialize window_children list to NULL (Pablo Correa Gómez)
* Improve detection of non-seekable files (#2037, Nelson Benítez León)
* Just use gbooleans to keep track of cache state (Germán Poo-Caamaño)
* Let EvAnnotationWindow focus be managed by GTK (Pablo Correa Gómez)
* Make deprecated ev_view_scroll private (Pablo Correa Gómez)
* Make deprecated ev_view_set_loading private (Pablo Correa Gómez)
* Only hide annotations if the page went out of range (Pablo Correa Gómez)
* Remove EvStockIcons (Pablo Correa Gómez)
* Remove always true check about GTK version (Qiu Wenbo)
* Remove deprecated EV_SIZING_BEST_FIT (Qiu Wenbo)
* Remove deprecated dual_page property (Qiu Wenbo)
* Remove deprecated ev_job_find_get_n_results (Qiu Wenbo)
* Remove ev_annotation_window_set_annotation (Pablo Correa Gómez)
* Remove fullscreen property in document-model (Pablo Correa Gómez)
* Remove multimedia media player (Qiu Wenbo)
* Rename EvJobRender to EvJobRenderCairo (Pablo Correa Gómez)
* Rename EvJobThumbnail to EvJobThumbnailCairo (Pablo Correa Gómez)
* Silence maybe-uninitialized warnings (Pablo Correa Gómez)
* Stop using deprecated ev_view_scroll (Pablo Correa Gómez)
* Stop using deprecated ev_document_misc_get_thumbnail_frame (Pablo Correa Gómez)
* Use configure-event signal instead of custom one (Pablo Correa Gómez)
* Use decorated window in EvAnnotationWindow (Pablo Correa Gomez)
* Use mkenums_simple to simplify code generation (Qiu Wenbo)
po:
* Fix updated files (Sabri Ünal)
* Remove unused Makevars (Qiu Wenbo)
* Update translations files from main branch (Germán Poo-Caamaño)
previewer:
* Merge EvPreviewerToolbar into EvPreviewerWindow (Pablo Correa Gómez)
* Remove un-used invocation of ev_stock_icons (Mads Chr. Olesen)
* Use ui template for EvPreviewerToolbar (Pablo Correa Gómez)
shell:
* Avoid crash when deleting annotation (#2022, Nelson Benítez León)
* Remove GtkIconFactory code (Pablo Correa Gómez)
* Activate search-outline mode from text entry (#1991, Nelson Benítez León)
* Add "document-model" property to EvToolbar (Pablo Correa Gómez)
* Add a place holder for empty recent view (#992, Raffaele Tranquillini)
* Check icon_view exists upon usage in EvSidebarThumbnails (#1996, Pablo Correa Gómez)
* Derive EvRecentView from GtkBin to simplify GTK4 move (Pablo Correa Gómez)
* Deprecate GTime related functions for GDateTime variants (Pablo Correa Gómez)
* Do not keep track of EvWindow parent in a EvToolbar property (Pablo Correa Gómez)
* Do not update links model when going fullscreen (Pablo Correa Gomez)
* Do not use gtk_window_resize (Pablo Correa Gomez)
* Don't check for "show_toolbar" metadata value (Pablo Correa Gómez)
* Don't set show close button on infobar (Pablo Correa Gómez)
* Evince-recent-view.ui: indent according to editorconfig (Pablo Correa Gómez)
* Fix signal handler id types (Pablo Correa Gómez)
* Keep track of fullscreen through action instead of model (Pablo Correa Gómez)
* Make buttons don't grab focus on click (Nelson Benítez León)
* Modernize freeing EvRegisterDocData in ev-application (Pablo Correa Gomez)
* Move EvWindow menus from generic file to template (Pablo Correa Gómez)
* Move EvWindow model to template (Pablo Correa Gómez)
* Move application id constant to meson (Germán Poo-Caamaño)
* Move dbus dependent definitions to meson (Germán Poo-Caamaño)
* Only set "fullscreen" in metadata if it's not maximized (#1985, Pablo Correa Gomez)
* Only set "fullscreen" in metadata if it's not maximized (#1985, Pablo Correa Gómez)
* Port to g_clear_signal_handler (#1988, Pablo Correa Gómez)
* Properly organize EvRecentView widgets (#2000, Pablo Correa Gómez)
* Remove EV_CHROME since only used for sidebar (Pablo Correa Gómez)
* Remove EV_CHROME_FINDBAR and EV_CHROME_FULLSCREEN_TOOLBAR (Pablo Correa Gómez)
* Remove EV_CHROME_RAISE_TOOLBAR (Pablo Correa Gómez)
* Remove EV_CHROME_TOOLBAR, unconditionally set to TRUE (Pablo Correa Gómez)
* Remove MediaKeys support (#1762, Qiu Wenbo)
* Remove sidebar_page_main_widget_update_cb from EvWindow (Pablo Correa Gómez)
* Remove unused EV_TOOLBAR_MODE_FULLSCREEN (Pablo Correa Gómez)
* Revert Simplify reset_jobs calls" (#2035, Nelson Benítez León)
* Show close button by default in EvToolbar (Pablo Correa Gómez)
* Stop fullscreen activation on the thumbnails' sidebar (Pablo Correa Gómez)
* Stop using EvStockIcon within the application (Pablo Correa Gómez)
* Stop using aux sidebar_widget in EvWindow creating the sidebar (Pablo Correa Gómez)
* Use G_DECLARE_INTERFACE to simplify custom macros (Qiu Wenbo)
* Use g_timeout_add_once and g_idle_add_once (Pablo Correa Gómez)
* Use gtk_widget_set_visible instead of custom function (Pablo Correa Gómez)
* Use page_layout instead of dual_page (Qiu Wenbo)
* Use sidebar-show-symbolic icon instead of custom one (Qiu Wenbo)
* When "saving as.." don't copy the original file modification time (#706, Nelson Benítez León)
* Use box-shadow to draw the shadow when possible (Qiu Wenbo)
thumbnailer:
* Remove async renderer code path (Qiu Wenbo)
Developers:
* Alexandre Franke, Andre Klapper, Andrew Murray, Brage Fuglseth, Corey Berla, Germán Poo-Caamaño, Jake Dane, Mads Chr. Olesen, Marek Kasik, Maximiliano Sandoval R, Nelson Benítez León, Pablo Correa Gomez, Pablo Correa Gómez, Piotr Drąg, Qiu Wenbo, Raffaele Tranquillini, Rebecca Palmer, Robert Gay, Sabri Ünal
Translations:
* Asier Sarasua Garmendia (Basque)
* Vasil Pupkin (Belarusian)
* Rafael Fontenelle (Brazilian Portuguese)
* Andi Chandler (British English)
* twlvnn kraftwerk (Bulgarian)
* Jordi Mas i Hernandez (Catalan)
* Luming Zh (Chinese (China))
* Chao-Hsiung Liao (Chinese (Taiwan))
* Daniel Rusek (Czech)
* Alan Mortensen (Danish)
* Nathan Follens (Dutch)
* Kristjan SCHMIDT (Esperanto)
* Jiri Grönroos (Finnish)
* Irénée THIRION (French)
* Fabio Tomat (Friulian)
* Fran Dieguez (Galician)
* Ekaterine Papava (Georgian)
* Jürgen Benvenuti (German)
* Philipp Kiemle (German)
* Efstathios Iosifidis (Greek)
* Yaron Shahrabani (Hebrew)
* Yosef Or Boczko (Hebrew)
* Guntupalli Karunakar (Hindi)
* Scrambled 777 (Hindi)
* Balázs Úr (Hungarian)
* Andika Triwidada (Indonesian)
* Baurzhan Muftakhidinov (Kazakh)
* Changwoo Ryu (Korean)
* Rūdolfs Mazurs (Latvian)
* Aurimas Černius (Lithuanian)
* Quentin PAGÈS (Occitan)
* Danial Behzadi (Persian)
* Piotr Drąg (Polish)
* Hugo Carvalho (Portuguese)
* Amn Alam (Punjabi)
* Daniel Șerbănescu (Romanian)
* Florentina Mușat (Romanian)
* Artur S0 (Russian)
* Sergej A (Russian)
* Марко Костић (Serbian)
* Dušan Kazik (Slovak)
* Jose Riha (Slovak)
* Martin (Slovenian)
* Daniel (Spanish)
* Anders Jonsson (Swedish)
* Sabri Ünal (Turkish)
* Yuri Chornoivan (Ukrainian)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Fix accessibility properties on search entry
* Translation updates
* Defaults for markdown no longer imply 80 char right margin and
it is instead inherted from gsetting defaults.
* Fallback indentation selection is in preferences now.
* Translation updates
* Slight UI tweaks to the open button to allow for better shrinking
of the window to narrow sizes
* Search bar cancellation bug fixes
* Fix right-margin-position in preferences not working on some
distributions
* Translation updates
* More refinement on design updates
* Search bar moved to bottom of text area
* Track changes in xdg-portal
* Translation updates
* The view menu has been removed in favor of a new properties panel
based on feedback from users over the past couple of years.
* The indention selection menu has also been removed for the same
reason.
* More options in preferences have been exposed.
* The 'grid' option has been removed from preferences as it has had
a number of issues. Though if you've enabled it, it will continue
to be visible to allow turning it off.
* Opening files with encoding errors will present the option to select
an encoding from the infobar.
* Text Editor now uses the new "text" GtkFileDialog APIs from GTK.
This should allow using portals and thus, Nautilus as a file chooser.
* Document statistics can be updated as you type in the new panel.
* The language selection dialog shows recent languages above other
languages to make common changes quicker.
* The position label is now displayed above the editor view when the
cursor moves for reasons other than typing such as jumping by arrow
movement or mouse/touch press to move the cursor.
* Fix alignment/sizing of zoom buttons.
* A new fullscreen mode similar to Ptyxis/Epiphany.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major changes in 1.57.2
=======================
* onedrive: Use presentation id as host to adapt to the change in GOA (Jan-Michael Brummer)
* onedrive: Fix incorrect include path for msgraph header (sid)
Major changes in 1.57.1
=======================
* nfs: Support libnfs 6 (Jan Alexander Steffens)
* onedrive: Support Sharepoint drives (Jan-Michael Brummer)
* trash/udisks: Port from g_unix_mount_ to g_unix_mount_entry_ (Ondrej Holy)
* afp/mtp/nfs/sftp/smb: Add edit mode implementation (Ondrej Holy)
* fuse: Use edit mode when neither O_TRUNC, nor O_APPEND is used (Ondrej Holy)
* afp/mtp/nfs/smb: Various output stream related fixes (Ondrej Holy)
* udisks2: Update volume when setting/unsetting mount (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>
Overview of changes in 3.54.0
=============================
* Bugs fixed:
- #114 Fix unescaped characters in IMAP and SMTP logins
- #391 Nextcloud 'Cannot find WebDAV endpoint' error
- !319 goaproviderdialog: don't update the error revealer until set
- !320 goaoauth2provider: rewrite the D-Bus helper as a per-task service
- !323 goagoogleprovider: drop the client secret and deprecate the option
* Translation updates:
- Bokmål, Norwegian (Brage Fuglseth)
- Catalan (Jordi Mas i Hernandez)
- Danish (Ask Hjorth Larsen)
- Hungarian (Balázs Úr)
- Korean (Seong-ho Cho)
- Nepali (Pawan Chitrakar)
- Panjabi (A S Alam)
- Spanish (Daniel Mustieles)
Overview of changes in 3.53.2
=============================
* Bugs fixed:
- !306 goaoauth2provider: handle OAuth2 error responses
- !307 docs: update README
- !308 goabackend: drop GoaHTTPClient
- !309 examples: drop g_error() usage
- !311 oauth2handler: Replace libsecret with dbus (Jan-Michael Brummer)
* Translation updates:
- Basque (Asier Sarasua Garmendia)
- Bulgarian (twlvnn kraftwerk)
- Chinese (China) (Luming Zh)
- Czech (Daniel Rusek)
- Finnish (Jiri Grönroos)
- French (Irénée THIRION)
- Galician (Fran Dieguez)
- Georgian (Ekaterine Papava)
- Hebrew (Yosef Or Boczko)
- Indonesian (Andika Triwidada)
- Lithuanian (Aurimas Černius)
- Occitan (post 1500) (Quentin PAGÈS)
- Panjabi (A S Alam)
- Persian (Danial Behzadi)
- Polish (Piotr Drąg)
- Portuguese (Hugo Carvalho)
- Portuguese (Brazil) (Álvaro Burns)
- Swedish (Anders Jonsson)
- Ukrainian (Yuri Chornoivan)
Overview of changes in 3.53.1
=============================
* Bugs fixed:
- !286 onedrive: Use presentation id in OneDrive uri
* Translation updates:
- Russian (Artur S0)
- Slovenian (Martin)
Overview of changes in 3.53.0
=============================
* Bugs fixed:
- #113 Add GUI field for PresentationIdentity to be able to set a custom name
/ nickname for an online account
- #357 Also offer an oauth2 sign-in link that can be copied instead of only
directly opening in external browser?
- #367 Non-actionable "Account Action Required" notification when account
requires VPN
- #383 imap: Remove / Demote "None" encryption option
- #384 Unable to Sign In to Microsoft Exchange account on Gnome 46 24.04.1
- #386 segfault after signing into Fedora account
- #389 Missing kerberos password not detected
- #392 Fail faster - don't wait 120 seconds to timeout and return an error on
initial authentication
- !282 goadaemon: add a timeout for credential checks
- !288 goaoauthprovider: fix expected NULL GError
- !290 docs: add issue templates
- !293 goadavclient.c: add WebDAV default candidate to test
- !300 ci: add support for new release service
- !303 goadaemon: Changes around "no provider" runtime warnings
* Translation updates:
- Catalan (Jordi Mas i Hernandez)
- Dutch (Nathan Follens)
- Friulian (Fabio Tomat)
- Hebrew (Yaron Shahrabani)
- Latvian (Rūdolfs Mazurs)
- Russian (Artur S0)
- Serbian (Марко Костић)
- Slovenian (Martin)
- Thai (Aefgh Threenine)
- Turkish (Sabri Ünal)
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0.3.3 - Jan 27, 2025
===========================
- CI release service fix
0.3.2 - Jan 27, 2025
===========================
- Extended user service (photo, contacts, folders, find)
- Improved mail service
- Add rate limiting support
0.3.1 - Oct 02, 2024
===========================
* Fix pkgconfig file using wrong api version
0.3.0 - Sep 30, 2024
===========================
NOTE: This needs a recent version of gvfs
* Set select scopes during requests
* Add support for business "Add to OneDrive" sharepoints
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Major Changes in 48
===================
* Reversals:
- Replace uselocale with Glib gettext variant (Khalid Abu Shawarib)
* Bugfixes:
- Generate thumbnails by order in view (Khalid Abu Shawarib)
- Try more icons before using generic fallback (Khalid Abu Shawarib)
- Focus filename entry in save mode by default (Ian Off)
- Fix tree view and outdated file info crashes introduced in 48.rc (Khalid Abu Shawarib)
- Use colored icon for filesystem root properties (Khalid Abu Shawarib)
- Set search popover row heights (Khalid Abu Shawarib)
* Cleanups:
- Various performance enhancements around sorting, hidden files and image decoding (Khalid Abu Shawarib)
- Add build summary (Khalid Abu Shawarib)
* Translation updates (GNOME Translation Project contributors)
Major Changes in 48.rc
======================
* Enhancements:
- Run code formatting in parallel (Khalid Abu Shawarib)
- Rework CI image job to freedesktop template (Khalid Abu Shawarib)
- Rework and speedup adding of files to view (Khalid Abu Shawarib)
- Add basic unit tests for files view (Khalid Abu Shawarib)
- Load thumbnail info separate from other file infos (Khalid Abu Shawarib)
* Reversals:
- Revert port of properties dialog to AdwDialog due to outstanding issues
* Bugfixes:
- Fix app chooser widget sizing (Automeris naranja)
- Fix free space calculation for archive extraction (Peter Eisenmann)
- Fix shell sesrch result order (Khalid Abu Shawarib)
- Fix floating bar style when unfocused (Peter Eisenmann)
* Cleanups:
- Rework view switching code of window-slot (António Fernandes)
- Use AdwSpinner in floating bar (Automeris naranja)
* Translation updates (GNOME Translation Project contributors)
Major Changes in 48.beta
========================
* Enhancements:
- Improve directory loading performance (Khalid Abu Shawarib, Peter Eisenmann)
- Use AdwDialog for list view column chooser and properties dialog (Automeris naranja)
- Change tab behavior for the sidebar (Lukáš Tyrychtr)
- Create about dialog from appdata (Felipe Borges, Matthijs Velsink, Peter Eisenmann)
- Port various dialogs to AdwAlertDialog (Automeris naranja)
- Keep mount monitor around for caching in gvfs to work (Khalid Abu Shawarib)
- Adjust to localsearch changes (Bobby Rong, Carlos Garnacho, Khalid Abu Shawarib, Sam Thursfield)
- Hide Trash banner when empty (Isaac Yeo)
- Ellipsize sidebar labels in the middle (Peter Eisenmann)
- Add a CONTRIBUTING file (Corey Berla)
- Allow removing bookmarks from pathbar (Isaac Yeo)
- Various UI tweaks and label changes (Automeris naranja, Brage Fuglseth, Jamie Gravendeel, Khalid Abu Shawarib)
- Various speedups (Corey Berla, Khalid Abu Shawarib)
* Bugfixes:
- Fix unintended grid relayouting on thumbnail loading (Calvin Walton)
- Fix double a11y presentation of the filename in grid view (Lukáš Tyrychtr)
- Keep CI running (Khalid Abu Shawarib, Peter Eisenmann)
- Fix query editor translation (Aleksandr Melman)
- Hide empty extensions list in properties (Khalid Abu Shawarib)
- Fix NULL dereference with extensions (Philipp Unger)
* Cleanups:
- Improve grid selection implementation (Adrien Plazas)
- Avoid setting up unnecessary directory monitors (Corey Berla)
- Replace uselocale with Glib gettext variant (Khalid Abu Shawarib)
- Stop setting invisible menu icons (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>
- rework patches after directory refactor
- use gi-docgen instead of gtk-doc
- add graphviz-native as a dependency for api-documentation as we now need to provide dot
NEW in 3.9.1 - 2025-03-17
=========================
* Brown paper bag release
NEW in 3.9.0 - 2025-03-16
=========================
* Many fuzzing fixes
* Multiple coverity fixes
NEW in 3.9.rc - 2025-03-02
==========================
* Multiple fixes to issues found by OSS fuzz
* Restructure project directories
* Error handling fixes in SPARQL updates via D-Bus
NEW in 3.9.alpha - 2025-01-11
=============================
* Hide again unintentionally leaked tracker_http_* symbols
* A number of fixes to static linking
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
NEW in 3.9.0 - 2025-03-16
==========================
Translations: ca
Highlighted changes since 3.8.0:
* Switched to libavformat for media extraction
* Memory usage improvements
* Improved recovery process after interruption
- rework patches after directory refactor
- drop deprecated options
NEW in 3.9.rc - 2025-03-02
==========================
* Metadata extractor refactors
* Fixed possible runtime warnings
* Fixed possible indexer stall
* Restructure project directories
* Fix build with -Dwriteback=false
NEW in 3.9.beta - 2025-02-04
============================
* Ditch GStreamer for metadata extraction, and switch to FFmpeg/libav for
many benefits in extraction speed, memory usage and sandbox friendliness.
If this causes dependency/distribution issues, it is recommended to
separate the following files to a standalone package:
- $(datadir)/localsearch3/extract-rules/15-libav-guess.rule
- $(datadir)/localsearch3/extract-rules/90-libav-audio-generic.rule
- $(datadir)/localsearch3/extract-rules/90-libav-video-generic.rule
- $(libdir)/localsearch-3.0/extract-modules/libextract-libav.so
* Fix build issues with gcc 15.x
* Updated README to new project name
Translations: fr, sl, sr
NEW in 3.9.alpha - 2025-01-11
=============================
* Fix for folder updates happening while the daemon is not running
* Improve memory usage when dealing with very large folders
* Improve recovery after process interruption
* Code improvements
* Avoid GStreamer memory payload in indexer process
* Improved performance when deleting stale resources
* Test improvements
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 48.0
============
- Translation updates
- Port plugins to GApplication classes
=============
Version 48.rc
=============
- Translation updates
- Add schemas for global shortcuts
- Allow usage as subproject
===============
Version 48.beta
===============
- Translation updates
- Fix deprecation warnings during build
Media-keys:
- Allow running custom commands in lock screen
==================
Version 48.alpha.1
==================
- Brown paper bag release
Media keys:
- Fix crash on startup
================
Version 48.alpha
================
- Translation updates
- Icon hint improvements to notifications
Media keys:
- Improve HIG compliance of notification messages
- Add shortcuts for reboot and shutdown actions
Power:
- Improve HIG compliance of notification messages
- Resolve device paths outside of the backlight helper
Usb protection:
- Improve strings
Xsettings:
- Do not notify icon-theme property on high-contrast changes
=============
Version 47.2
=============
- Translation updates
Power:
- Fix possible invalid reads if backlight fails to initialize
- Handle broken upower more elegantly
- Test warning fixes
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
News in 5.16.0, 2025-03-15
--------------------------
This is a stable release for GNOME 48.0
* Translation updates
News in 5.15.1, 2025-02-24
--------------------------
* Remove use of various GTK deprecations
* Testsuite improvements
* Translation updates
News in 5.15.0, 2025-02-02
--------------------------
This is a beta release for GNOME 48.beta
* Various introspection fixes
* Improvements to GtkSourceAssistants
* Various GtkTextIter performance improvements
* Deduplication fixes when sorting
* Alter paths for resource:// usage so that resources take priority
over system installations other than the current one
* Adwaita.xml, Adwaita-dark.xml style updates
* Quantize Y position for gutter line numbers
* New and updated languages: meson.lang, zig.lang
* Translation updates
News in 5.14.1, 2024-10-04
--------------------------
This is a bug-fix release for GNOME 47
* Ensure you cannot show context menu from GtkSourceMap which otherwise
has a limited FontMap containing only the BuilderBlocks font.
News in 5.14.0, 2024-09-13
--------------------------
This is a stable release for GNOME 47.0
* Fix an issue where the gutter would not redraw when focus changes.
* Add support for Groff syntax
News in 5.13.1, 2024-08-04
--------------------------
This is an unstable release update for GNOME 47.beta
* Documentation improvements
* Improve performance of BuilderBlocks font loading. Some of this
effort required changes to the TTF, so user testing with a wide
variety of languages is desired. This should reduce startup time
of GtkSourceView using applications.
* gtk-doc.lang: highlight `backtick` spans
* c.lang: highlight [[]] style attributes
* java.lang: improve escaped character matching
* Adwaita.xml, Adwaita-dark.xml: style updates to track platform
changes for GNOME 47.
News in 5.13.0, 2024-06-28
--------------------------
This is an unstable release update for GNOME 47.alpha
* Ensure gutter renderers are released during dispose
* Make default auto-indenter keep indentation when cursor is at line start
* python3.lang: Fix f-string in curly braces to have no-spellcheck applied
* Translation updates
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
============
Version 48.0
============
- Various translation updates
- Various CI fixes
Display
- Improve accessibility of HDR Brightness row
- Fix setting luminance scale adjustment on rebuild
Power
- Add power consumption notice when disabling suspend (EU regulation)
===============
Version 48.rc.1
===============
- Various translation updates
- Include subprojects/libgxdp in the release tarball
- Pin the revision of libgxdp wrap file
Wellbeing
- Fix type in a gtk_widget_dispose_template() call
=============
Version 48.rc
=============
- Various translation updates
Applications
- Add Global Shortcuts Provider frontend dialog
Displays
- Add HDR luminance settings UI
Power
- Add a translator comment about "Battery Charging" string
- Use new UPower power-profiles-daemon DBus API
Sound
- Fix styling of sound test button
Users
- Synchronize fingerprint enrollment feedback strings with fprintd
Wellbeing
- Fix translatability of ‘average $weekday’ strings
- Support locales where the week starts on a Saturday
- Add missing includes for _NL_TIME_FIRST_WEEKDAY code path
- Block settings change notifications while updating them
- Fix delayed-apply of movement break settings
Wifi
- Disable activation for rows in Saved Wi-Fi Networks dialog
===============
Version 48.beta
===============
- Various translation updates
- Make search bar always grab focus with shortcuts
- Fix a memory leak in CcMaskPaintable (used for illustrations)
- Fix missing icons in Mouse/Wacom/WWAN settings (ship our own icons)
- Add single-panel-mode for distros to launch Settings in a single panel (without sidebar)
- Use static hostname instead of pretty hostname (hostnamed) in URLs
Dependency updates
- gnome-settings-daemon >= 48.alpha.1
Device Security
- Don't hardcode height of "help" dialog
Display
- Add monitor HDR setting
Keyboard
- Rename old "logout" media key name to "Power Off"
- Add new media keys shortcuts for "Restart" and "Logout"
- Port shortcuts dialog to AdwDialog
Mouse
- Use AdwToggleGroup in the "Primary Button" settings
Region
- Port Format Chooser to AdwPreferencesPage
- Inform accountsservice of all configured languages
Sound
- Filter out NULL stream names in Volume Levels settings
Thunderbolt
- Fix unescaped string in device status dialog
Wellbeing
- Add screen time support
- Use gtk_widget_set_child_visible in allocate
- Various accessibility/navigation/esthetic improvements
- Split data collection and limits settings
================
Version 48.alpha
================
- Various translation updates
- Start using the new GNOME release service
- Prevent crash on CcSplitRow related to Gtk size group changes
- Use accessible-role=presentation for illustrative icons/images
- Use gtk_list_box_remove_all instead of iterating GTK widget children
- Import developer docs from gitlab wiki to the docs/ source folder
- Various improvements to our development Flatpak build
- Various style/consistency updates to gobject creations
- Stop calling "gtk_widget_get_root()" incorrectly
- Various improvements to CcPermissionInfobar
- Use luminance masking for webm assets
- Introduce follow-accent property to CcMaskPaintable
- Allow FQDN hostnames
Dependency updates
- upower >= 1.90.6
- gsettings-desktop-schema >= 47.0
- libadwaita >= 1.7.alpha
About
- Fixes wrong GPU names when g-c-c is launched using dGPU
Accessibility
- Turn CcCursorSizeDialog into a page
- Remove "screen" mark labels in zoom page
- Simplify cursor size subtitle
Apps
- Avoid crash when parsing invalid app permissions
- Handle Epiphany webapps
- Various memory leak fixes
- Remove .circular style class from some buttons
Appearance
- Load GnomeBG thumbnails async
- Internally handle scale-factor
- Allow for concurrent cache updates
- Generate one background thumbnail at a time
- Don't accidentally reset accent colors
- Add "undo" option when deleting a wallpaper
- Load async wallpapers in order
Color
- Fix "Show details" link on profile warning
- Fix row expansion and button visibility
- Port "Add Profile" to AdwDialog
- Rename "Color" panel to "Color Management"
- Various code style improvements
- Port add profile page from GtkTreeView to GtkListView
- Ensure profile is connected before setting system-wide
- Various fixes to the color calibration tool
Date and Time
- Fix incorrect disabling of auto timezone without location services
- Use AdwToggleGroup in the "Time Format" row
Display
- Snap monitors after updating prefer mode to current config when enable join mode
- Port "Scale" and "Multiple Displays" rows to AdwToggleGroup
- Use real color temp in night light scale widget
Keyboard
- Port Shortcut editor to AdwDialog
- Use "--parent-handle" option when launching Tecla (keyboard layout previewer)
- Fix compose key example string
Network
- Make metered connection and hotspot settings adaptive to small screens
- Fix memory leaks in wireguard page
Notifications
- Update UI when underlying gsetting changes
Mouse
- Convert VP9 webm with alpha to monochrome variants (so we don't need gstreamer-bad-pluggins)
- Update webm illustration assets to latest versions
Mobile Networks
- Fix status pages alignments
- Use header capitalization in the "Turn off Airplane Mode" button
Multitasking
- Make workspace settings insensitive for single workspace
Online Accounts
- Track goa changes in PresentationIdentity and update the UI accordingly
Power
- Add support for battery charge limiting
- Split panel into "General" and "Power Saving" pages
- Split "Black Screen" setting in switch and delay
- Remove separate dialog for "Automatic Suspend"
- Various improvements on code readability and refactors
- Fix conflicting mnemonics
- Handle when tuned-ppd has an unsupported power profile
Printers
- Remove "search as you type" feature as it conflicts with global search
- Add a confirmation dialog when attempting to clear all jobs
- Add "No Results" page when nothing to show on search
- Use a consistent printer icon in several status pages
- Set "Driver" row after selecting ppd file in Printer Details dialog
- Port "Install PPD" dialog to GtkFileDialog
Region
- Update language row after closing lang selector
- Port format chooser dialog to AdwDialog
- Show locale name in format chooser preview
- Reset format chooser preview when uncollapsing
Sound
- Turn sound alert dialog into a subpage
- Prevent crash in Volume Levels when stream has no name
Search
- Add a button to open custom search locations
Sharing
- Fix saving of new shared folders in "Media Sharing" settings
- Make "Media Sharing" dialog use GtkFileDialog for new folders
Tests
- Disable randomly failing network panel test
- Improve waiting on NM device/client changes
- Add FQDN hostname tests
Thunderbolt
- Use AdwToast to display transient notifications
- Use property-rows style in device dialog
Users
- Use a dialog to confirm fingerprint removal
- Stop shipping legacy avatar images
- Fix conflicting mnemonic in "Add User" dialog
- Port "Remove User" button to AdwButtonRow
- Make screen reader read avatar file names when there are no names
- Port fingerprint dialog to AdwDialog
Wacom
- Do not crash when handling an unknown stylus ID
- Support hidpi for tablet/stylus images
- Make assets recolorable
- Rename visible entry to "Graphics Tablet"
- Change from "left handed orientation" to "location of buttons"
- Various style tweaks to stylus page
Wellbeing
- Add initial Wellbeing panel (disabled by default)
Wifi
- Fix crash on wifi adapter removal
- Fix using wifi hotspot with multiple wifi adapters
- Don't disable wireless globally when toggling one Wifi connection OFF
===============
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
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>