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

xfce4-panel-devel-4.18.5-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: xfce4-panel-devel Distribution: openSUSE:Factory:zSystems
Version: 4.18.5 Vendor: openSUSE
Release: 1.2 Build date: Sun Oct 29 09:28:28 2023
Group: Development/Libraries/C and C++ Build host: s390zl24
Size: 671067 Source RPM: xfce4-panel-4.18.5-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://docs.xfce.org/xfce/xfce4-panel/start
Summary: Development Files for xfce4-panel
The xfce4-panel-devel package contains development files needed to to develop
panel plugins.

Provides

Requires

License

GPL-2.0-or-later AND LGPL-2.1-or-later

Changelog

* Fri Sep 29 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.5
    * pager: Do not adapt upper value of spin button in viewport mode
    * pager: Update workspace layout also on window manager change
    * pager: Fix aspect ratio for viewport (V2)
    * actions: Fix memory leak
    * pager: Delay GdkScreen signal handlers
    * panel: Do not scale background image when UI scale > 1
    * popup-command: Do not block autohide when popped up at pointer
    * Fix memory leaks when using gtk_css_provider_new()
    * panel: Clear item list before repopulating item dialog
    * panel: Remove autosave timer for plugins
    * wrapper: Really ensure we don't call gtk_main_quit() twice
    * panel: Block autohide when the panel has input focus
    * clock: Fix sync timeout for seconds display
    * clock: Implement ConsoleKit sleep monitor
    * Add/Sharpen icons at 48-128px
    * Adjust 32px icon margins, new separator icon
    * Sharpen icons at 16px and 32px
    * Increase margins for 24px icons
    * Make 24px icons sharper
    * icons: Fix wrong exported sizes
    * Translation Updates
* Sat Apr 22 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.4
    * icons: Scale at size 16x16 to 128x128 (Fixes #385)
    * icons: Fix centering of org.xfce.panel
    * icons: Rename org.xfce.panel.statustray to org.xfce.panel.systray
    * Fix memory leaks around gtk_get_current_event()
    * tasklist: Fix use-after-free on tasklist child
    * systray: Update icon also on status change
    * Translation Updates
* Tue Mar 28 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.3
    * launcher: Show action menu also when there are several items
    * Fix memory management of vala generated plugins
    * panel: Rephrase "Don't reserve space on borders" (V2)
    * panel: Make property migration generic
    * launcher: Avoid "no trigger event" warning when showing the menu
    * launcher: Guard access to the plugin menu GdkWindow
    * libxfce4panel: Unregister menu also on GtkWidget::hide
    * panel: Do not reset output name if a monitor does not have a model name
    * libxfce4panel: Fix memory management of source for menu positioning
    * panel: Delay removal of ExternalPlugin to prevent use-after-free
    * systray: Cancel any async D-Bus operation in finalize()
    * tasklist: Do not try to resolve /proc/pid/exe to launch new instance
    * Translation Updates
* Fri Feb 10 2023 Maurizio Galli <maurizio.galli@suse.com>
  - Ensure statusnotifier plugin is fully usable with appindicators
* Thu Feb 09 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.2
    * directorymenu: Add missing sanity check
    * panel: Properly handle null string as property default value
    * Revert "Use RGBA visual only if compositing is enabled (Fixes
      gxo#xfce/xfce4-panel#251)" (gxo#xfce/xfce4-panel#672)
    * Revert "systray: Do not require compositing to be enabled to
      use RGBA visual"
    * systray: Fix blurry icons in prefs dialog when UI scale > 1
    * launcher: Fix blurry icons in prefs and add dialogs when UI
      scale > 1
    * launcher: Use GIcon for the tooltip icon (gxo#xfce/xfce4-panel#674)
    * pager: Use WnckHandle if available (gxo#xfce/xfce4-panel#695)
    * Translation Updates
* Wed Jan 11 2023 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.18.1
    * Update copyright year
    * clock: Add missing sanity check
    * clock: Do not override custom font formats
    * clock: Fix sync timeout
    * docs: Fix version for xfce_panel_set_image_from_source()
    * libxfce4panel: Deprecate XfcePanelImage
    * tasklist: Adapt wnck default icon size when UI scale > 1
      (gxo#xfce/xfce4-panel#681)
    * tasklist: Do not duplicate menu item activation
    * tasklist: Fix group button visibility
    * tasklist: Fix scrolling through window buttons (gxo#xfce/xfce4-panel#692)
    * tasklist: Fix window count positioning when UI scale > 1
    * tasklist: Keep icon pixbuf around and use surface also for menu items
    * windowmenu: Adapt wnck default icon size when UI scale > 1
      (gxo#xfce/xfce4-panel#682)
    * Translation Updates
* Sat Dec 17 2022 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.18.0
    * Bump requirements for Xfce 4.18
    * Translation Updates
* Sun Aug 21 2022 Maurizio Galli <maurizio.galli@suse.com>
  - Update to 4.16.5
    * systray: Help to keep status notifiers from vanishing
      (gxo#xfce/xfce4-panel#102,gxo#xfce/xfce4-panel#243, gxo#xfce/xfce4-panel#599)
    * panel: Populate item dialog after setting dialog screen (gxo#xfce/xfce4-panel#62)
    * systray: Perform sanity checks also for "NewStatus" signal (gxo#xfce/xfce4-panel#602)
    * pager: Properly disconnect signal handler
    * tasklist: Guard against null workspace
    * panel: Be sure to save plugins before xfconf_shutdown()
    * tasklist: Fix critical warning when starting on a disconnected device
    * Update `.gitignore`
    * libxfce4panel: Destroy plugin prefs dialog on plugin "destroy" signal
    * build: Fix intltool lock file problem during make distcheck
    * prefs-dialog: Filter out irrelevant selection changes in "Items" tab
    * wrapper: Ensure that provider stays alive when processing "g-signal"
    * Revert "panel: Keep a reference on item during drag and drop"
    * tasklist: Fix wireframe for CSD windows (v2) (gxo#xfce/xfce4-panel#562)
    * Translation Updates
* Sun Apr 17 2022 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.16.4
    * Update copyright year and standardize formatting
    * Update and sort author list by name
    * panel: Fix regression "intellihide does not hide when leaving
      slowly" (gxo#xfce/xfce4-panel#388)
    * panel: Fix regression "'Span Monitor' has no effect"
      (gxo#xfce/xfce4-panel#405)
    * panel: Keep a reference on item during drag and drop
    * Fix `core.UndefinedBinaryOperatorResult` warning from
      `scan-build` (gxo#xfce/xfce4-panel#142)
    * panel: Fix broken drag and drop between panels
      (gxo#xfce/xfce4-panel#561)
    * panel: Disconnect from screen signals when window is destroyed
    * systray: Do not connect to proxy signal if async method failed
    * panel: Mitigate a memory leak when removing items
      (gxo#xfce/xfce4-panel!46)
    * windowmenu: Emit "deactivate" signal when hiding the menu
      (gxo#xfce/xfce4-panel#22, gxo#xfce/xfce4-panel!68)
    * systray: Fix wrong sanity check
    * systray: Properly initialize systray item
    * systray: Trust the status to update the attention icon
      (gxo#xfce/xfce4-panel#392, gxo#xfce/xfce4-panel!64)
    * Fixed some window buttons not appearing in the panel
      (gxo#xfce/xfce4-panel#188, gxo#xfce/xfce4-panel!66)
    * launcher: Only activate under mouse (gxo#xfce/xfce4-panel#519)
    * libxfce4panel: Review memory management for context menu
      (gxo#xfce/xfce4-panel#452, gxo#xfce/xfce4-panel!46)
    * actions: Block panel autohide
      (gxo#xfce/xfce4-panel#431, gxo#xfce/xfce4-panel!62)
    * launcher: Clear action menu when destroyed
      (gxo#xfce/xfce4-panel#540, gxo#xfce/xfce4-panel!61)
    * Translation Updates
* Sat May 08 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.16.3
    * panel: Change width of default panel-2 to 1%
      (gxo#xfce/xfce4-panel#454)
    * panel: Fix xfce4-panel-CRITICAL
    * panel: Fix xfce4-panel-CRITICAL when already running
    * libxfce4panel: Do not destroy context menu if popped up
      (gxo#xfce/xfce4-panel#442)
    * launcher: Check for menu item initialization
    * launcher: Fix garcon-CRITICAL at startup
    * systray: Fix GObject-CRITICAL
    * systray: Fix Gtk-CRITICAL at startup/shutdown
    * systray: Fix libsystray-CRITICAL
    * tasklist: Fix Gtk-CRITICAL
    * Silent `-Wcast-align` from Clang
    * Translation Updates
* Sun Feb 28 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.16.2
    * Add icons to help and about items in panel menu
    * Modernize documentation (developer.xfce.org)
    * Translation Updates
* Thu Jan 28 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.16.1
    * pager: Use gobject bindings (gxo#xfce/xfce4-panel#376)
    * pager: Switch to new workspaces icon name
    * launcher: avoid double fork
    * statustray: Display tooltip title of statusnotifier items as
    * plaintext
    * statustray: Prevent crash when parsing properties
      (gxo#xfce/xfce4-panel#379)
    * windowmenu: fix use-after-free in window_menu_plugin_window_item_new
    * Fix compilation warnings
    * Update `.gitignore`
    * Translation Updates
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Update to 4.16.0
    - panel: Fix intellihide with CSD (Fixes gxo#xfce/xfce4-panel#368)
    - tasklist: Fix wireframe for CSD windows (Fixes gxo#xfce/xfce4-panel#338)
    - tasklist: Auto-adjust icon size (Closes gxo#xfce/xfce4-panel#90)
    - Revert "tasklist: Auto-adjust icon size (Closes gxo#xfce/xfce4-panel#90)"
    - Fix GSourceFunc removal
    - Remove GSourceFunc casts
    - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
* Mon Dec 14 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.15.6
    * settings: Use spinbuttons for size and nrows
    * settings: Update item listview toolbar
    * Make dbusmenu-gtk3-0.4 optional, disables StatusNotifier integration
    * gobject introspection wants a capital letter for the gir file
    * Use new xfce_spawn API
    * Bump GLib (and gio, gthread, etc) minimum to 2.50.0
    * Update .gitignore
    * Add README.md to EXTRA_DIST
    * Fix compiler warnings
    * Fix memory leaks
    * Drop generated code from repo
    * Revert "launcher: Appear "checked" on click
      (gxo#xfce/xfce4-panel#256)"
    * Translation Updates
  - Rename typelib subpackage to match gir name
  - Fix files listed twice warning
* Fri Nov 20 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - We need to make sure xfce4-statusnotifier-plugin-lang is also
    removed or it creates dependency conflicts.
* Wed Nov 11 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - xfce4-statusnotifier-plugin is now obsolete because directly
    integrated into xfce4-panel.
* Tue Nov 03 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.15.5
    * actions: Switch to new session icons (gxo#xfce/xfce4-panel#332)
    * add-items: Drop not-so-helpful dialog subtitle
    * add-items: Bump default dialog size (gxo#xfce/xfce4-panel#258)
    * launcher: Appear "checked" on click (gxo#xfce/xfce4-panel#256)
    * tasklist: Limit blinking notification
    * intellihide: Check if cursor is over the panel
      (gxo#xfce/xfce4-panel#311)
    * launcher: Set plugin icon as fallback (gxo#xfce/xfce4-panel#329)
    * Add new README.md
    * Fixed icon for about dialog and added more icons for better scaling
    * Unref datetime objects
    * Translation Updates
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.15.4
    * New plugin: statustray (supports statusnotifier and systray)
    * plugins: Add new rDNS icons for all plugins
    * Use shared field codes expansion
    * tasklist: Add "Launch New Instance" item to menu
      (gxo#xfce/xfce4-panel#158)
    * Add new app icon and rDNS icon name
    * Fix background of 48px app icons (bxo#16873)
    * dark-mode: Make property unique across panels
    * tasklist: Allow keyboard navigation within groups
      (gxo#xfce/xfce4-panel#270)
    * applicationsmenu: Correctly block autohiding
      (gxo#xfce/xfce4-panel#287)
    * action buttons: Fix combobox signal
    * action buttons: Drop 'inverted buttons' setting (#223)
    * action buttons: Add button title options (bxo#8980)
    * action buttons: Fix separator width (bxo#15558)
    * launcher: Fix launcher menu button state
      (gxo#xfce/xfce4-panel#264)
    * launcher: Fix crash with actions menu (bxo#16823)
    * launcher: Fix in default panel configuration
    * Improve docs for xfce_panel_plugin_position_widget (bxo#9438)
    * Add Gio to libxfce4panel gir includes
    * Fix panel build with vala 0.48 (bxo#16426)
    * Update gitignore (gxo#xfce/xfce4-panel#295)
    * Drop references to Gtk2 and 4.6 panel plugins
    * panel: Improve autohide animation
    * panel: Add "popdown-speed" property to adjust autohide animation
    * panel: Fix autohide state machine
    * panel: Fix cancellation of autohide animation
    * panel: Immediately show panel in intellihide
    * panel: Don't tamper with leave_opacity value (bxo#16296)
    * launcher: Show desktop actions in context menu
    * plugin: Show custom menu items below plugin name
    * tasklist: Hide brackets for min windows by default
    * tasklist: Fix crash middle-click-closing grouped windows
      (bxo#16410)
    * systray: Basic support for symbolic icons
    * systray: Silence deprecation warnings
    * systray: Remove superfluous warning
    * Improve wording in "Remove plugin" dialog (bxo#9000)
    * settings: Add keywords for discoverability (bxo#10694)
    * Fix GTimeVal deprecation (bxo#16643)
    * Fix memory leak in panel plugin wrapper (bxo#16640)
    * Update docstring
    * Update libxfce4panel symbols
    * Make var names more consistent
    * Enable dark-mode by default
    * tic-tac-toe: Fix XfceTitledDialog with CSD
    * add-item dialog: Fix XfceTitledDialog with CSD
    * systray: Improve app icon lookup
    * directorymenu: Add create folder/document menuitems (bxo#15639)
    * directorymenu: Add option to hide folder/terminal menuitems
      (bxo#15630)
    * plugins: Fix enter/leave opacity w/o compositing (bxo#14577)
    * clock: Drop leading zeros for days in default layout
    * clock: Add back hour:min to format presets (bxo#16035)
    * panel: Make sure "span monitors" is conditionally sensitive
    * tasklist: Fix drag&drop in deskbar mode (bxo#16298)
    * Fix autohide with bg color or image (bxo#16064)
    * Improve the marching ants animation
    * Remove extra underscore (bxo#16266)
    * Use an empty placeholder icon for launcher (bxo#15819)
    * Always provide files for vala binding in dist tarball
    * Replace GtkStock icon
    * Use symbolic window-close button image
    * Drop support for Gtk2 and 4.6 plugins
    * Drop Gtk2/4.6-only references from the docs
    * Don't show or try to load Gtk2 plugins anymore
    * Add dark mode preference
    * autohide: Add sliding out animation
    * Draw panel border based on position and length
    * appmenu: Listen to icon theme changes (bxo#15861)
    * appmenu: Use panel's icon size
    * clock: Validate timezone entry (bxo#16036)
    * prefs: Plug memory leaks (bxo#16016)
    * docs: Fix build by dropping unused refs (bxo#16031)
    * pager: Fix scrolling in pager-buttons (bxo#15614)
    * pager: Face-lift of settings dialog
    * pager: Only show scroll-option with buttons
    * pager: Add option to show workspace number
    * systray: Drop "Show frame" option (bxo#14186)
    * tasklist: Resize when windows get removed (bxo#14394)
    * systray: Fix icons without compositing (bxo#14577)
    * windowlist: Make layout consistent with xfdesktop
    * windowlist: Replace deprecated gtk_widget_modify_font
    * launcher: Fix visual state of arrow-button (bxo#15818)
    * launcher: Avoid excessive left padding on popup menu
      (bxo#15819)
    * Fix typos and improve code formatting
    * Translation Updates
  - Remove systray-symbolic-icons.patch
* Wed Apr 29 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to 4.14.4
    * Fix panel build with vala 0.48 (bxo#16426)
    * Fix memory leak in panel plugin wrapper (bxo#16640)
    * tasklist: Fix crash middle-click-closing grouped windows
      (bxo#16410)
    * panel: Make sure "span monitors" is conditionally sensitive
      (bxo#15169)
    * Translation Updates
* Sun Mar 22 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Added systray-symbolic-icons.patch. Backport to enable symbolic
    icons in systray
* Mon Jan 13 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Update to 4.14.3
    * Always provide files for vala binding in dist tarball
  - Changes from 4.14.2
    * plugins: Fix enter/leave opacity w/o compositing (bxo#14577)
    * tasklist: Fix drag&drop in deskbar mode (bxo#16298)
    * appmenu: Use panel's icon size
    * appmenu: Listen to icon theme changes (bxo#15861)
    * prefs: Plug memory leaks (bxo#16016)
    * Replace GtkStock icon
    * Translation updates

Files

/usr/include/xfce4/libxfce4panel-2.0
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-config.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enum-types.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel-enums.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/libxfce4panel.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-arrow-button.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-convenience.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-image.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-macros.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin-provider.h
/usr/include/xfce4/libxfce4panel-2.0/libxfce4panel/xfce-panel-plugin.h
/usr/lib64/libxfce4panel-2.0.so
/usr/lib64/pkgconfig/libxfce4panel-2.0.pc
/usr/share/gir-1.0/Libxfce4panel-2.0.gir
/usr/share/gtk-doc/html/libxfce4panel-2.0
/usr/share/gtk-doc/html/libxfce4panel-2.0/XfceArrowButton.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/XfcePanelImage.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/XfcePanelPlugin.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/annotation-glossary.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-4-10.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-4-14.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-4-18.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-4-6.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-4-8.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-deprecated.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/api-index-full.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/home.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/index.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/left-insensitive.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/left.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-2.0.devhelp2
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Commonly-used-plugin-macros.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Convenience-Functions.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-GObject-Oriented-Panel-Plugin-Registers-Macros.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Panel-Plugin-Register-Macros.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Standard-Enumerations.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-Version-Information.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-fundamentals.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-miscelleanous.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-plugins.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/libxfce4panel-widgets.html
/usr/share/gtk-doc/html/libxfce4panel-2.0/right-insensitive.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/right.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/style.css
/usr/share/gtk-doc/html/libxfce4panel-2.0/up-insensitive.png
/usr/share/gtk-doc/html/libxfce4panel-2.0/up.png
/usr/share/vala/vapi/libxfce4panel-2.0.deps
/usr/share/vala/vapi/libxfce4panel-2.0.vapi


Generated by rpm2html 1.8.1

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