| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: granite-lang | Distribution: openSUSE Tumbleweed |
| Version: 7.7.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Sun Dec 21 01:53:47 2025 |
| Group: System/Localization | Build host: reproducible |
| Size: 97800 | Source RPM: granite-7.7.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/elementary/granite | |
| Summary: Translations for package granite | |
Provides translations for the "granite" package.
LGPL-3.0-or-later
* Sun Dec 21 2025 Richard Rahl <rrahl0@opensuse.org>
- Update to version 7.7.0:
* View icons for columns, grids, lists, and reader mode. Plus horizontal and
vertical ellipsis icons
* Start and End show/hide sidebar icons
* Emoji category icons used by GTK's emoji picker
* Eye icons required by Gtk.PasswordEntry
* Box is an orientable widget that includes standardized spacing and linked styles
* ListItem is a standard list widget that includes styles and spacing
* ToolBox is a vertical layout widget for top and bottom toolbars
* new style class constants for labels: CssClass.NUMERIC and CssClass.MONOSPACE
* StyleManager handles automatically setting dark and light modes as well as
system accent colors using Portals
* BackButton is a standardized navigation button that activates
"navigation.pop" and includes a shortcut tooltip
* accel_to_string now uses the word "Super" instead of the "⌘" symbol
* HeaderLabel has a new property for H1-H4 sizes and H2 styles are now bolder
* CssClass.CARD is now rounded by default
* Updated translations
* Utils.set_color_primary. Modern apps have moved to more of a split paned
design and this style is no longer very fashionable
* Nearly all of the old `STYLE_CLASS` constants have been deprecated. Some of
them have been replaced by `CssClass` constants, others by widgets
* More demo pages with more widgets
* Color scheme switcher in the sidebar
* Wed Jan 01 2025 Richard Rahl <rrahl0@opensuse.org>
- add fix-version.patch to fix version which typelib requires
* Fri Nov 22 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 7.6.0:
* Dialog: Add since annotation to new method
* SwitchModelButton: set accessible label, description, and state
* ValidatedEntry: set AccessibleState
* HeaderLabel: set accessible description
* AbstractSimpleSettingsPage: Correct replacement class
* meson: Use gnome module to compile schemas
* SwitchModelButton: wrap label
* Introduce Granite.Bin for subclassing
* Fix dead link
* Wed Nov 20 2024 Richard Rahl <rrahl0@opensuse.org>
- update spec file with removing update desktop file and use ldconfig_scriptlets
* Mon Aug 12 2024 Richard Rahl <rrahl0@opensuse.org>
- update to 7.5.0:
* Toast: add a new dismissed signal that includes the reason for dismissal
* Add STYLE_CLASS_SUCCESS
* HeaderLabel: allow secondary text to use markup
* Make building Demo optional
* Demo now uses a modern split-pane design
* DateTime: handle relative datetime when epoch
* MessageDialog: Set last button as focus widget
* SwitchModelButton: Remove redundant switch keyboard focusing
* Load fallback styles for widgets when using Granite.init
* Updated translations
* SettingsPage and SettingsSidebar: these widgets have moved to LibSwitchboard
- update to 7.4.0:
* Add a withdraw method for Granite.Toast
* Updated translations
- update to 7.3.0:
* Fix build with newer Vala
* settings: remove inappropriate ownership annotation
* Add granite styles as a gresource
* Init: load gresourced styles if present
* Fix demo desktop file
* Metainfo improvements
- update to 7.2.0:
* Add icon and use it
* Init: add ensure type
* Add 'since' annotations to things added in 7.1
* Add since annotation to new public init method
- update to 7.1.0:
* Granite.STYLE_CLASS_RICH_LIST for standard Gtk.ListBox row padding
* Granite.STYLE_CLASS_FRAME for adding a border to Gtk.LisBox, Gtk.InfoBar, and others
* Granite.STYLE_CLASS_SIDEBAR for styling application sidebars
* Granite.STYLE_CLASS_BACKGROUND to use the default background color for a widget
* Add optional secondary text to Granite.HeaderLabel
* Allow text in Granite.Toast to wrap
* SimpleSettingsPage: Wrap titles and allow description text to go under switches
* Updated translations
- update to 7.0.0:
* Ported to gtk4
* Granite.Placeholder: replaces AlertView and Welcome
* SimpleSettingsPage: Allow markup in description
* Application: use Gtk.Application instead
* Drawing: Use Gtk.CSS
* DynamicNotebook: use Adw.TabBar instead
* Logger: use GLib.log instead
* ModeButton: Use Gtk.ToggleButton with the "group" property and "linked" style class instead
* Paths: use GLib.Environment instead
* Seekbar
* Services.Settings: use GLib.Settings instead
* SimpleCommand: use GLib.AppInfo.create_from_commandline instead
* SourceList: use Gtk.ListBox with the "sidebar" style class instead
* StorageBar
* TextStyle: use style class constants instead
* Several functions in System were replaced by GLib.AppInfo
* Updated translations
- switch url to github, as we don't want to link to a different OS
* Sun Feb 20 2022 Alexei Podvalsky <avvissu@yandex.by>
- Update to 6.2.0:
* min_length property for Granite.ValidatedEntry
* Granite.HyperTextView for navigatable URLs in text views
* Updated translations
* Prevent crashing on environments without dark style
* Use values from the Settings Portal when possible
* Disable horizontal scrolling by default in SettingsPage
* Thu Sep 09 2021 Alexei Podvalsky <avvissu@yandex.by>
- Update to 6.1.1:
- Fixes:
* Ensure accel_to_string works with multiple modifiers
* Fix locale issues in Flatpaks
* Updated translations
- Additions:
* TRANSITION_DURATION_IN_PLACE for consistent in-place widget
transformations
- Other Changes:
* accel_to_string handles accel markup without modifiers or
that are only modifiers
* Granite.Dialog replaces Gtk.Dialog for consistent styling
* Granite.SwitchModelButton for use in Gtk.Popover menus
* Granite.ValidatedEntry for client-side verification in forms
- New Constants:
* TOOLTIP_SECONDARY_TEXT_MARKUP for smaller second line text in
Gtk.Tooltips
* SMALL_LABEL for smaller Gtk.Labels without Pango
* STYLE_CLASS_WARMTH and STYLE_CLASS_TEMPERATURE for scales
* STYLE_CLASS_DEFAULT_DECORATION for slim headerbars
* TRANSITION_DURATION_OPEN and TRANSITION_DURATION_CLOSE for
consistent animations
- Removals:
* Granite.Widgets.AboutDialog. Provide AppStream metadata
instead.
* Granite.Widgets.AppMenu. Use Gtk.MenuButton instead.
- Deprecations:
* Granite.Widgets.Avatar. Use Hdy.Avatar instead
* Toasts now reset their timeout when sending a new
notification and the timeout is stopped while hovering
* Backslash, Right Control, and Left Control are now handled by
accel_to_string
* Make tab tooltips of DynamicNotebook settable
* Timepicker corrrectly fires time_changed when AM and PM
buttons are selected
* Granite.MessageDialog now uses the messagedialog CSS name
* Visible child name is now properly synced in
Granite.SettingsSidebar
* Status can be set in Granite.AbstractSettingsPage on
construct
* Tue Aug 25 2020 Alexei Podvalsky <avvissu@yandex.by>
- Update to 5.5.0:
* Update granite.appdata.xml.in
* SourceList: Rewrite default style (#411)
* Deprecate get_button_layout_schema (#403)
* Deprecate Utils.set_theming (#404)
* Deprecate CollapsiblePaned (#402)
* Deprecate get_default_close_button_position (#407)
* Deprecate set_theming_for_screen (#408)
* SourceList: move only usage of is_left_to_right (#406)
* Deprecate get_css_provider (#405)
* Deprecate Granite.Services.Paths (#401)
* Deprecate Composited Window (#400)
* SimpleCommand: Mark as deprecated (#397)
* StyleClass: Add color-button (#393)
* StyleClass: Add .rounded style constant (#392)
* DynamicNotebook: Get rid of the big spinner (#391)
* Thu Apr 30 2020 Alexei Podvalsky <avvissu@yandex.by>
- Update to 5.4.0:
* Get prefers color scheme from accountsservice (#319)
* Settings: Deprecate and suggest GLib.Settings (#376)
* Release 5.3.1 (#379)
* AccelLabel: make label settable (#373)
* SettingsSidebarRow: center align with no subtitle (#372)
* Mon Feb 17 2020 Alexei Podvalsky <avvissu@yandex.by>
- Fix: invalid-filename-dependency
/usr/share/locale/af/LC_MESSAGES/granite-7.mo /usr/share/locale/ar/LC_MESSAGES/granite-7.mo /usr/share/locale/as/LC_MESSAGES/granite-7.mo /usr/share/locale/ast/LC_MESSAGES/granite-7.mo /usr/share/locale/az/LC_MESSAGES/granite-7.mo /usr/share/locale/be/LC_MESSAGES/granite-7.mo /usr/share/locale/bg/LC_MESSAGES/granite-7.mo /usr/share/locale/bn/LC_MESSAGES/granite-7.mo /usr/share/locale/br/LC_MESSAGES/granite-7.mo /usr/share/locale/bs/LC_MESSAGES/granite-7.mo /usr/share/locale/ca/LC_MESSAGES/granite-7.mo /usr/share/locale/ca@valencia/LC_MESSAGES/granite-7.mo /usr/share/locale/cs/LC_MESSAGES/granite-7.mo /usr/share/locale/cy/LC_MESSAGES/granite-7.mo /usr/share/locale/da/LC_MESSAGES/granite-7.mo /usr/share/locale/de/LC_MESSAGES/granite-7.mo /usr/share/locale/dz/LC_MESSAGES/granite-7.mo /usr/share/locale/el/LC_MESSAGES/granite-7.mo /usr/share/locale/en_AU/LC_MESSAGES/granite-7.mo /usr/share/locale/en_CA/LC_MESSAGES/granite-7.mo /usr/share/locale/en_GB/LC_MESSAGES/granite-7.mo /usr/share/locale/eo/LC_MESSAGES/granite-7.mo /usr/share/locale/es/LC_MESSAGES/granite-7.mo /usr/share/locale/et/LC_MESSAGES/granite-7.mo /usr/share/locale/eu/LC_MESSAGES/granite-7.mo /usr/share/locale/fa/LC_MESSAGES/granite-7.mo /usr/share/locale/fi/LC_MESSAGES/granite-7.mo /usr/share/locale/fr/LC_MESSAGES/granite-7.mo /usr/share/locale/fr_CA/LC_MESSAGES/granite-7.mo /usr/share/locale/ga/LC_MESSAGES/granite-7.mo /usr/share/locale/gd/LC_MESSAGES/granite-7.mo /usr/share/locale/gl/LC_MESSAGES/granite-7.mo /usr/share/locale/gu/LC_MESSAGES/granite-7.mo /usr/share/locale/he/LC_MESSAGES/granite-7.mo /usr/share/locale/hi/LC_MESSAGES/granite-7.mo /usr/share/locale/hr/LC_MESSAGES/granite-7.mo /usr/share/locale/hu/LC_MESSAGES/granite-7.mo /usr/share/locale/ia/LC_MESSAGES/granite-7.mo /usr/share/locale/id/LC_MESSAGES/granite-7.mo /usr/share/locale/is/LC_MESSAGES/granite-7.mo /usr/share/locale/it/LC_MESSAGES/granite-7.mo /usr/share/locale/ja/LC_MESSAGES/granite-7.mo /usr/share/locale/ka/LC_MESSAGES/granite-7.mo /usr/share/locale/kk/LC_MESSAGES/granite-7.mo /usr/share/locale/km/LC_MESSAGES/granite-7.mo /usr/share/locale/kn/LC_MESSAGES/granite-7.mo /usr/share/locale/ko/LC_MESSAGES/granite-7.mo /usr/share/locale/lt/LC_MESSAGES/granite-7.mo /usr/share/locale/lv/LC_MESSAGES/granite-7.mo /usr/share/locale/mk/LC_MESSAGES/granite-7.mo /usr/share/locale/ml/LC_MESSAGES/granite-7.mo /usr/share/locale/mr/LC_MESSAGES/granite-7.mo /usr/share/locale/ms/LC_MESSAGES/granite-7.mo /usr/share/locale/nb/LC_MESSAGES/granite-7.mo /usr/share/locale/ne/LC_MESSAGES/granite-7.mo /usr/share/locale/nl/LC_MESSAGES/granite-7.mo /usr/share/locale/nn/LC_MESSAGES/granite-7.mo /usr/share/locale/oc/LC_MESSAGES/granite-7.mo /usr/share/locale/or/LC_MESSAGES/granite-7.mo /usr/share/locale/pa/LC_MESSAGES/granite-7.mo /usr/share/locale/pl/LC_MESSAGES/granite-7.mo /usr/share/locale/pt/LC_MESSAGES/granite-7.mo /usr/share/locale/pt_BR/LC_MESSAGES/granite-7.mo /usr/share/locale/ro/LC_MESSAGES/granite-7.mo /usr/share/locale/ru/LC_MESSAGES/granite-7.mo /usr/share/locale/si/LC_MESSAGES/granite-7.mo /usr/share/locale/sk/LC_MESSAGES/granite-7.mo /usr/share/locale/sl/LC_MESSAGES/granite-7.mo /usr/share/locale/sq/LC_MESSAGES/granite-7.mo /usr/share/locale/sr/LC_MESSAGES/granite-7.mo /usr/share/locale/sr@latin/LC_MESSAGES/granite-7.mo /usr/share/locale/sv/LC_MESSAGES/granite-7.mo /usr/share/locale/ta/LC_MESSAGES/granite-7.mo /usr/share/locale/te/LC_MESSAGES/granite-7.mo /usr/share/locale/th/LC_MESSAGES/granite-7.mo /usr/share/locale/tr/LC_MESSAGES/granite-7.mo /usr/share/locale/ug/LC_MESSAGES/granite-7.mo /usr/share/locale/uk/LC_MESSAGES/granite-7.mo /usr/share/locale/vi/LC_MESSAGES/granite-7.mo /usr/share/locale/wa/LC_MESSAGES/granite-7.mo /usr/share/locale/zh/LC_MESSAGES/granite-7.mo /usr/share/locale/zh_CN/LC_MESSAGES/granite-7.mo /usr/share/locale/zh_HK/LC_MESSAGES/granite-7.mo /usr/share/locale/zh_TW/LC_MESSAGES/granite-7.mo
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Dec 30 22:21:23 2025