Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

typelib-1_0-XApp-1_0-2.8.2-1.3 RPM for armv6hl

From OpenSuSE Ports Tumbleweed for armv6hl

Name: typelib-1_0-XApp-1_0 Distribution: openSUSE Tumbleweed
Version: 2.8.2 Vendor: openSUSE
Release: 1.3 Build date: Sat Feb 10 05:52:41 2024
Group: System/Libraries Build host: i02-armsrv2
Size: 32252 Source RPM: xapp-2.8.2-1.3.src.rpm
Packager: http://bugs.opensuse.org
Url: https://github.com/linuxmint/xapp
Summary: XApp library -- Introspection bindings
This project gathers the components which are common to multiple
desktop environments and required to implement cross-DE solutions.

This library is used by several XApp applications.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Jan 28 2024 Dirk Müller <dmueller@suse.com>
  - update to 2.8.2:
    * l10n: Update translations
    * Add github issue templates.
    * xapp-gtk3-module.c: Use the 'realize' signal to trigger
      injecting the favorites:// uri into the sidebar places.
    * xapp-sn-watcher.c: Mute some warning messages from more of
      dbus-menu, gtk.
    * Fix meson.build deprecations up to 0.56.0 (#172)
    * Update issue template with a link to open and closed issues.
    * Remove unused includes, bump required gtk version.
* Sun Aug 27 2023 Marguerite Su <i@marguerite.su>
  - update to 2.6.1
    * favorite-vfs-file.c: Lock the settings object when modifying root
      metadata.
    * favorites: Use generic getter for content type check.
    * xapp-status-icon.c: Don't destroy the dummy event window too early.
    * Add XAppGpuOffloadHelper.
    * Add XAppDarkModeManager to allow support for XDG desktop settings
      portal from Gtk3 apps.
    * xapp-sn-watcher.c: Don't exit if XDG_CURRENT_DESKTOP isn't set.
* Tue Dec 06 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.4.1:
    * Add missing build dependency.
    * Use github actions for CI builds.
    * xapp-sn-watcher: Use /dev/shm for temp files if it's available, and clean them up when exiting.
    * Add XAppVisibilityGroup.
    * xapp-debug: Print the topic name in logging output.
    * sn-item: Don't update the icon name if the tooltip was also updated.
    * sn-item: Don't update the id property unless it has changed.
    * xapp-status-icon.c: Update all icons when we lose or regain our identity on dbus.
    * xapp-sn-watcher: Add a debug key to specify flags.
    * sn-item: Silence warning caused when an app exits without notice.
    * Use G_LOG_LEVEL_MESSAGE for debugging messages.
    * favorites: Try to use a file's display name from file attributes when different than the its basename.
    * favorite-vfs-file.c: Fix memory leak.
    * build: Use gnome.mkenums_simple() to generate enum types.
    * sn-item.c: Clean up temp files when finalizing.
    * sn-item.c: Don't unref the menu during cleanup.
    * xapp (2.2.15) vanessa; urgency=medium
    * libxapp: add missing gio-unix-2.0 dependency
    * xapp-status-icon-monitor.c: Fix copy/paste error.
    * xapp-status-icon.c: Make XAppStatusIconState per-process.
    * xapp (2.2.14) vanessa; urgency=medium
    * mate status applet: Adjust icon relative sizes to the panel height.
    * xapp (2.2.13) vanessa; urgency=medium
    * xapp-icon-chooser-dialog: Don't lower-case paths.
    * xapp (2.2.12) vanessa; urgency=medium
    * l10n: Update translations
    * xapp (2.2.11) vanessa; urgency=medium
    * Update documentation
    * CI: Fix target names
    * Add a new icon xapp-edit-symbolic
    * xapp (2.2.10) vanessa; urgency=medium
    * xapp (2.2.9) vanessa; urgency=medium
    * Implement scroll events with the fallback icon (GtkStatusIcon).
    * sn-item.c: Handle Id property updates.
    * xapp-icon-chooser-dialog.c: Don't be case-sensitive when searching.
* Sun Jan 02 2022 andy great <andythe_great@pm.me>
  - Update to version 2.2.8.
    * l10n: Update translations
  - Update to version 2.2.7
    * icons: Add xapp-view-fit-height-symbolic and
      xapp-view-fit-width-symbolic
* Thu Dec 09 2021 andy great <andythe_great@pm.me>
  - Update to version 2.2.6.
    * Update documentation
    * xapp-favorites.c: Unescape the file uri before using it for
      display.
    * l10n: Update translations
* Mon Nov 22 2021 andy great <andythe_great@pm.me>
  - Update to version 2.2.5.
    * xapp-favorites: Fix introspection notation for _get_favorites().
    * Fix a couple of build warnings.
  - Updates for version 2.2.4.
    * meson gir: Export 'xapp' as a package
    * xapp-gtk3-module.c: Apply window icon override to all windows
      for an app.
* Wed Jul 28 2021 andy great <andythe_great@pm.me>
  - Update to version 2.2.3.
    * mate status applet: Change icon name in applet definition file,
      and add a new icon to the xapp hicolor set.
    * Fix mate status icon.
  - Updates for version 2.2.2.
    * l10n: Update translations
* Tue Jun 15 2021 andy great <andythe_great@pm.me>
  - Update to version 2.2.1.
    * Update docs
    * test-scripts: Add a QSystemTrayIcon script.
    * qt-system-tray.py: use a class.
    * l10n: Update translations
* Thu May 27 2021 andy great <andythe_great@pm.me>
  - Update to version 2.2.0.
    * xapp-preferences-window.c: Hide the sidebar switcher initially
      to prevent it showing even with single-page views.
    * all: Add debug topics.
    * xapp-favorites.c: Free the favorite list when building a GtkMenu.
    * Add a class to programmatically set styling on a particular
      widget.
    * util: add a utility function to convert from a pango font
      string to css (#135)
* Fri Mar 05 2021 Aaron Stern <ukbeast89@protonmail.com>
  - Update to version 2.0.7.
    * Don't build the gtk module for lib-only builds (flatpak).
    * xapp-favorites.c: Don't crash trying to remove a previously-removed favorite.
    * favorite-vfs-file-monitor.c: When handling folder updates, send out removals before additions.
    * xapp-util: Add a function to check whether the session is fully active.
    * xapp-sn-watcher.c: Skip the startup delay if the session has not finished loading.
* Thu Jan 14 2021 andy great <andythe_great@pm.me>
  - Update to version 2.0.6.
    * 80xapp-gtk3-module.sh: Use GTK3_MODULES instead of GTK_MODULES.
* Sat Jan 02 2021 andy great <andythe_great@pm.me>
  - Update to version 2.0.5.
    * favorite-vfs-file.c: Don't mark favorites that have unavailable
      target files as symbolic links.
    * favorite-vfs-file.c: Remove a file from favorites when deleted
      or trashed (but don't actually delete or trash them) - this
      brings the favorites behavior in line with recents.
    * favorite-vfs-file.c: Remove some methods that can't be
      supported.
    * Go back to leaving favorites with missing targets as symlinks.
    * favorite-vfs-file.c: Add thumbnailing preference to the
      filesystem info.
    * xapp-status-icon.c: Construct fallback dbus name from a
      non-localized string.
    * status icon: Replace g_get_application_name with g_get_progname
      everywhere else (followup to previous commit).
    * xapp-status-icon-monitor.c: fix typo.
    * l10n: Update translations
    * xapp-gtk3-module.c: Add a mechanism to allow a GtkWindow's
      icon (#127)

Files

/usr/lib/girepository-1.0/XApp-1.0.typelib
/usr/lib/python3.11/site-packages/gi/overrides/XApp.py


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:31:59 2024