Skip to content

Commit

Permalink
gnome-text-editor: update 46.3 -> 47.0
Browse files Browse the repository at this point in the history
- 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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
MarkusVolk authored and kraj committed Oct 7, 2024
1 parent 5c122bd commit 820e8b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DEPENDS = " \
gtk4 \
gtksourceview5 \
editorconfig-core-c \
enchant2 \
libspelling \
"

GTKIC_VERSION = "4"
Expand All @@ -18,7 +18,7 @@ inherit gnomebase gtk-icon-cache itstool gnome-help mime-xdg features_check

REQUIRED_DISTRO_FEATURES = "opengl"

SRC_URI[archive.sha256sum] = "005b48104a909be66ae07448d2bc5706c7d113781057a24ff6da55bdf324c73d"
SRC_URI[archive.sha256sum] = "0304961974bdacc7e6e8d146dadc949527df99b2823582c8d1ba8b33d25d4217"

FILES:${PN} += " \
${datadir}/metainfo \
Expand Down

0 comments on commit 820e8b5

Please sign in to comment.