summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2025-03-19 19:50:27 +0100
committerKhem Raj <raj.khem@gmail.com>2025-03-20 08:46:55 -0700
commit7f9da41e8213b9d6cc5f890fa751a0ec13bff677 (patch)
tree57c6bd799b212a63c8f4f9c5f28cd0e29c68bb8d /meta-gnome
parente015818f4235eff2edd88c05253a80b51862ea95 (diff)
downloadmeta-openembedded-7f9da41e8213b9d6cc5f890fa751a0ec13bff677.tar.gz
gnome-calculator: update 47.0 -> 48.0
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>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb (renamed from meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb
index c24e45df39..b8433a2b5a 100644
--- a/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_47.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-calculator/gnome-calculator_48.0.bb
@@ -29,7 +29,7 @@ def gnome_verdir(v):
29 29
30REQUIRED_DISTRO_FEATURES = "x11 opengl" 30REQUIRED_DISTRO_FEATURES = "x11 opengl"
31 31
32SRC_URI[archive.sha256sum] = "decdb23283b5dbeef40951b69eaf7d4b80c0c3880ddb01863f9f0f1554f8998b" 32SRC_URI[archive.sha256sum] = "07b627136bbfddb6142b324acc30440911f77f5137009103276a2d35ffd39510"
33 33
34FILES:${PN} += " \ 34FILES:${PN} += " \
35 ${datadir}/dbus-1 \ 35 ${datadir}/dbus-1 \