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

xfce4-taskmanager-1.5.6-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: xfce4-taskmanager Distribution: openSUSE:Factory:zSystems
Version: 1.5.6 Vendor: openSUSE
Release: 1.2 Build date: Sun Oct 29 09:19:50 2023
Group: System/Monitoring Build host: s390zl24
Size: 213563 Source RPM: xfce4-taskmanager-1.5.6-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.xfce.org/apps/xfce4-taskmanager
Summary: Simple Taskmanager for the Xfce Desktop Environment
xfce4-taskmanager is a simple taskmanager for the Xfce desktop environment. It
can display window and icon names in a tree view, columns can be reordered, and
CPU and memory usage are displayed as a graph.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Mon Oct 02 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 1.5.6
    * Update copyright year
    * Rounded legend icons
    * Reopen process window maximized when closed maximized
    * Properly finalize global objects in main
    * Add missing include
    * Fix more memory leaks
    * Fix memory leak
    * Fix CSS related deprecation warnings
    * Ignore GtkStatusIcon related deprecations
    * Make libx11 optional, guard x11 code paths
    * Change type so that memory values are correct (Fixes #65)
    * settings-dialog: Fix untranslated label
    * Add icons at missing sizes, clean up SVG metadata
    * Add minimal support for Wayland
    * Fix graph drop off on the right side
    * Change graph peak variable to double
    * Remove timeout before exiting main loop
    * build: Add GLib requirement
    * Do not treat missing swap as error on OpenBSD and NetBSD
    * Fix process filter crash caused by the use of an uninitialized
      variable
    * Translation Updates
* Thu Dec 22 2022 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 1.5.5
    * Bump requirements for Xfce 4.18
    * Stick process view at the top in the absence of user action
    * Get rid of GtkHeaderBar
    * Translation Updates
* Tue May 31 2022 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 1.5.4
    * Update configure.ac.in syntax
    * Fix taskmanager translations (gxo#apps/xfce4-taskmanager#53)
    * Translation Updates
  - Updates from 1.5.3
    * Fix rendering bug (gxo#apps/xfce4-taskmanager#44)
    * Fix rendering bug for swap graph (gxo#apps/xfce4-taskmanager#44)
    * Fix bindings related to the "show-legend" setting
    * Allow to copy full process command line (gxo#apps/xfce4-taskmanager#33)
    * Rename Private to Resident Bytes (gxo#apps/xfce4-taskmanager#7)
    * Avoid grabbing the filter entry if it is not realized
    * Fix intltool lock file problem during make distcheck
    * `uid_name` has been removed from `task` struct
    * Fix invalid casts for "About" and "Help" (gxo#apps/xfce4-taskmanager#43)
    * Show localized website label
    * Update COPYING (gxo#apps/xfce4-taskmanager#49)
    * Updated copyright year, authors, and project links
  - Updates from version 1.5.2
    * Fix restoring the window size (gxo#apps/xfce4-taskmanager#39)
    * Improve wording of systray option (gxo#apps/xfce4-taskmanager#19)
  - Updates from version 1.5.1
    * Fix erroneous binding of settings (gxo#apps/xfce4-taskmanager#37)
    * Store column positions again
    * Store sort-column-id and sort-type (gxo#apps/xfce4-taskmanager#36)
    * Also include swap in the memory graph
    * Reduce drawing code
    * Reduce borders of graphs
    * Replace GtkImageMenuItem with GtkMenuItem
  - Updates from version 1.5.0
    * Port to xfconf
    * Move to Client-side decorations
    * Migrate all settings to the settings dialog
    * settings: Switch to XfceTitledDialog
    * Use infobar for root warning box
    * Drop exec button from toolbar
    * include stdlib.h because exit() is used
    * remove GLIB_CHECK_VERSION checks
    * statusbar: Use better color that works well with both light and dark
      themes (gxo#apps/xfce4-taskmanager!17)
    * Fix handling "show-legend" setting
    * Handle Esc key correctly with hidden filter
    * Drop unused var and sort copyright
    * Show/hide filterbar with Ctrl+f and clear with Esc
    * Properly close settings dialog
    * Remove GSourceFunc casts
    * Fix compilation warnings
    * Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL
    * Simplify "query-tooltip" signal handler
    * Ellipsize memory and swap labels (gxo#apps/xfce4-taskmanager#32)
    * Set window icon in glade file
    * Replace filter entry with GtkSearchBar
    * Fix doc links and bump dates
    * Simplify settings dialog code
    * Drop leftover function for toolbar style
    * Move about dialog to settings
    * Drop toolbar style setting
    * Fix tooltip markdown issue
    * Create notification area icon only if needed (gxo#apps/xfce4-taskmanager#25)
* Tue Feb 09 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 1.4.2
    * Ellipsize memory and swap labels (gxo#apps/xfce4-taskmanager#32)
* Mon Feb 08 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 1.4.1
    * Replace AC_PROG_LIBTOOL with IT_PROG_INTLTOOL
    * Simplify "query-tooltip" signal handler
    * statusbar: Use better color that works well with both light
      and dark themes (gxo#apps/xfce4-taskmanager!17)
    * Fix tooltip markdown issue
    * Create notification area icon only if needed
      (gxo#apps/xfce4-taskmanager#25)
* Tue Dec 29 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 1.4.0
    * Drop Gtk2 support
    * Add support for MemAvailable (gxo#apps/xfce4-taskmanager!10)
    * statusbar: Use color with better contrast for dark themes
    * Fix: some times processes are not removed from the list
    * Add tooltip to show full command
    * Add application icon (gxo#apps/xfce4-taskmanager#23)
    * Replace appfinder icon with edit-find
      (gxo#apps/xfce4-taskmanager#23)
    * Replace old icon name with utilities-terminal
      gxo#apps/xfce4-taskmanager#23
    * Replace old icon name with system-run
      gxo#apps/xfce4-taskmanager#23
    * Always show memory usage in bytes and percent
      (gxo#apps/xfce4-taskmanager#24)
    * Improve comment in desktop file
      (gxo#apps/xfce4-taskmanager#20)
    * Add basic GitLab pipeline
    * Add README.md
    * Update libwnck and xmu deps in README
    * Remove GKSU leftovers
    * Remove unused url_hook_about_dialog function
    * Replace deprecated gtk_menu_popup
    * Fix GTimeVal deprecation warning
    * Fix indentation
    * Update .gitignore
    * AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS
    * Bump minimal xdt version
    * bxo#16717: Move from exo-csource to xdt-csource
    * Translation Updates
* Fri Apr 10 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 1.2.3
    * Improve settings saving (bxo#15213)
    * Fix closing taskman with Esc (bxo#16656)
    * Move legend from tooltip to hide-able statusbar (bxo#14131)
    * Update copyright
    * Translation Updates
* Wed Jan 02 2019 Maurizio Galli <maurizio.galli@gmail.com>
  - update to version 1.2.2
    - Default to build with Gtk3, Gtk2 still available but will be removed
      in the next release
    - Appease valgrind by properly calculating size when using memmove
    - Remove g_object_unref() calls at the end of main, were causing
      double-frees with Gtk3 on OpenBSD
    - Better utf-8 normalization (bxo#14172)
    - Improve app search on close (bxo#14466)
    - Many translation updates
* Sat Jun 09 2018 seife+obs@b1-systems.com
  - update to version 1.2.1
    - New Feature: add --start-hidden commandline option (bxo#14343)
    - Fix incorrect UID reporting (bxo#12970)
    - Fix memory usage display (bxo#13371)
    - Fix various types/casts/initializations/leaks (bxo#14401,
      bxo#14402, bxo#14403)
    - Possible fix for a crash when lots of processes were
      spawned/disappeared
    - Translation updates
  - packaging:
    - build against GTK3
    - use %license
* Wed Apr 19 2017 seife+obs@b1-systems.com
  - update to version 1.2.0
    - New Feature: identify windows by clicking on them
    - Give the filter/search entry focus by default (bxo#11868)
    - Add delete and shift/delete keyboard shortcuts to the treeview
    - Improve kill and terminate dialog wording
    - Add Ctrl+q keyboard shortcut to close the taskmanager
    - Translation updates

Files

/usr/bin/xfce4-taskmanager
/usr/share/applications/xfce4-taskmanager.desktop
/usr/share/doc/packages/xfce4-taskmanager
/usr/share/doc/packages/xfce4-taskmanager/AUTHORS
/usr/share/doc/packages/xfce4-taskmanager/NEWS
/usr/share/doc/packages/xfce4-taskmanager/README.md
/usr/share/doc/packages/xfce4-taskmanager/THANKS
/usr/share/icons/hicolor/128x128/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/16x16/actions/xc_crosshair.png
/usr/share/icons/hicolor/16x16/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/24x24/actions/xc_crosshair.png
/usr/share/icons/hicolor/24x24/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/32x32/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/48x48/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/64x64/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/96x96/apps/org.xfce.taskmanager.png
/usr/share/icons/hicolor/scalable/actions/xc_crosshair.svg
/usr/share/icons/hicolor/scalable/apps/org.xfce.taskmanager.svg
/usr/share/licenses/xfce4-taskmanager
/usr/share/licenses/xfce4-taskmanager/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024