|
|
|
|
Changelog for libxfce4ui-devel-4.16.0-3.1.i586.rpm :
* Fri Mar 05 2021 Maurizio Galli - Build package with glade support * Thu Dec 24 2020 Maurizio Galli - Added headerbar_subtitle.patch to remove subtitle space from headerbars in Xfce applications * Wed Dec 23 2020 Maurizio Galli - Update to version 4.16.0 * about: Harmonize capitalisation * Update credits for Xfce 4.16 * Translation Updates * Wed Dec 16 2020 Marcel Kuehlhorn - Update to version 4.15.8 * Add xfce_has_gtk_frame_extents to better handle CSD * Translation Updates * Mon Dec 14 2020 Marcel Kuehlhorn - Update to version 4.15.7 * libxfce4ui now needs libxfce4util >= 4.15.6 * Update configure.ac.in syntax * Namespace of the gir needs capital first letter * Remove hardcoded translators list * Bump libepoxy version to 1.2 * Translation Updates- Rename typelib subpackage to match gir name * Sun Dec 13 2020 Marcel Kuehlhorn - Update to version 4.15.6 * Introduce xfce_spawn and xfce_spawn_command_line in favor and instead of xfce_spawn_no_child * Bump GLib (and gio, gthread, etc) minimum to 2.50.0 * about: Support multiple GPUs and print GPU memory size * about: Drop window subtitle * Always perform sanity check * Avoid checking for epoxy if libgtop is disabled * XfceTitledDialog: Fix erroneous check (gxo#xfce/libxfce4ui#30) * No startup notification in Wayland to prevent crash (gxo#xfce/libxfce4ui#17) * Translation Updates * Fri Nov 20 2020 Maurizio Galli - Fix dependencies and add introspection for vala bindings * Thu Nov 19 2020 Marcel Kuehlhorn - Update to version 4.15.5 * Add new API xfce_spawn_no_child (gxo#xfce/libxfce4ui!8): Launch processes re-parenting them to init vs. as children * about: Fix icon names * about: Display userspace bitness if it differs from OS kernel bitness * about: Print GPU name in system info * about: Use more understandable arch labels (gxo#xfce/libxfce4ui#27) * Improve xfce_icon_name API * No startup notification in wayland to prevent crash (gxo#xfce/libxfce4ui#17) * Add missing docstring * Fix typos * Add README.md to EXTRA_DIST * Translation Updates * Tue Nov 03 2020 Marcel Kuehlhorn - Update to version 4.15.4 * Avoid redundant key re-grabbing * Adds new README.md and updates AM_INIT_AUTOMAKE * Silence compiler warnings (gxo#xfce/libxfce4ui#25) * AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS * Add default shortcuts for tiling (gxo#xfce/libxfce4ui#4) * Avoid shortening the keycodes GArray while walking it. * about: Revamp About Xfce tab * about: More icon name fixes * Add more logo icons and new about icon * Update deprecated icon names * keyboard-shortcuts: Improve UI for setting shortcuts * shortcut-dialog: Add label to clear button * shortcut-dialog: Port to new XfceTitledDialog API * shortcut-dialog: Only grab keyboard * Always return GTK_RESPONSE_OK for accepted shortcut keys (gxo#xfce/libxfce4ui#20) * Translation Updates * Fri Aug 28 2020 Marcel Kuehlhorn - Update to version 4.15.3 * Update bug URLs to point to gitlab.xfce * xfce-about: Hide empty email address tags (gxo#xfce/libxfce4ui#12) * Remove translator email address as per request (gxo#xfce/libxfce4ui#11) * Add missing translator to xfce4-about (gxo#xfce/libxfce4ui#18) * Replace deprecated \'gdk_keyboard_ungrab\' function (gxo#xfce/libxfce4ui#15) * shortcuts-grabber: Correctly ungrab keys on updating shortcuts (gxo#xfce/libxfce4ui#16) * Allow more granular control over menu item accelerators. * No automatic accelerator activation formenu items * Added \'gtk_menu_item_set_accel_label\' * Added \'xfce_gtk_accel_group_connect_action_entries\' * renamed \'xfce_gtk_accel_group_append\' to \'xfce_gtk_accel_map_add_entries\' and modified internals accordingly. * No automatic add to an accel_group any more, since this may lead to double-activation in some cases. * Add \"xfce_gtk_accel_group_disconnect_action_entries\" to be able to revert \"xfce_gtk_accel_group_connect_action_entries\" * Add title to xfce_dialog_confirm_close_tabs * Add new methods to libxfce4ui.symbols. * Introduced \'XfceGtkActionEntry\' as replacement for the deprecated \'GtkAction\', \'GtkActionEntry\' in order to keep simple menu creation. This includes various support methods, like: - \'xfce_gtk_translate_action_entries\' to to translate a list of XfceGtkActionEntrys - \'xfce_gtk_accel_group_append\' to register the provided accelerators of the entries - \'xfce_gtk_get_action_entry_by_id\' to find a single XfceGtkActionEntry, e.g. by using a enumeration - \'xfce_gtk_ * * *_new_from_action_entry\' to createthe specific menu- or tool-items from an XfceGtkActionEntry * Add a widget for filename input (bxo#16542) * Enabled doc generation for XfceGtkActionEntry and related methods * Enabled doc generation for new widget \'xfce-filename-input\' * Switch Ctrl+Alt+Del to xfce4-session-logout (bxo#11979) * Add more default keyboard shortcuts (bxo#16470) * shortcuts: Replace xfrun4 by xfce4-appfinder * shortcuts: Also map Homepage to browser * shortcuts: Remove calculator shortcut * Switch XfceTitledDialog to headerbar/CSD layout * Use GtkMessageDialog as base class for Xfce Dialogs * Add two new functions to search for app icons * Improve Tests and Docs * Switch XfceTitledDialog to headerbar layout * XfceTitledDialog: Keep buttons in the action area * XfceTitledDialog: Also repack xfce_titled_dialog_new * XfceTitledDialog: Make sure windows can be dragged * XfceTitledDialog: Add _create_action_area, _add_button * and _add_action_widget * Introduce xfce_titled_dialog_set_default_response * Mark xfce_titled_dialog_new_with_buttons as deprecated * Add two new functions to search for app icons * xfce-about: Fix Makefile * shortcut-dialog: Show dialog content (bxo#16338) * xfce-dialogs: Use GtkMessageDialog as base class * xfce-dialogs: Improve layout of confirm_close_tabs * xfce-dialogs: Improve alignment and layout of dialogs * xfce-dialogs: Add right margin back to labels * xfce-dialogs: Drop default window titles * docs: Add xfce_dialog_confirm_close_tabs * tests: Add xfce_dialog_confirm_close_tabs * tests: Improve UI * tests: Add icons to dialog buttons * tests: Simplify code by using XfceTitledDialog * tests: Re-order buttons * tests: Fix typo in test-ui.c (bxo#16253) * Rename test-ui-gtk3 to test-ui * Improve docstrings * Drop gladeui Gtk2 from distcheck options * Drop unused declaration * Fix compiler warnings * Remove trailing whitespace * Always provides needed files for vala binding in dist tarball * Add recents functions to libxfce4ui.symbols * Drop xfce-header from pot files * Update docstrings * Fix license text box too small (bxo#16259) * .gitignore: ignore all .o files * Make autogen output friendlier * Drop support for Gtk2 * Make glibtop an optional dependency (\"About System\" tab) * about: Add system info tab * about: Hide system tab conditionally * dialogs: Use symbolic window-close icon * Fix Window not visible when grabbing keyboard (bxo#16054) * Bump Gtk3 to 3.22 (bxo#15781) * Do not use gdk_screen_get_monitor_at_point (bxo#15781) * Replace gtk_show_uri (bxo#15781) * Replace gdk_display_get_screen (bxo#15781) * Replace gdk_keymap_get_default (bxo#15781) * Replace deprecated device functions (bxo#15781) * Replace gdk_error_trap_ * and gdk_flush (bxo#15781) * Ignore what is hard to replace (bxo#15781) * Add a dialog to confirm closure of multiple tabs (bxo#15873) * Translation Updates * Fri Aug 16 2019 Maurizio Galli - Fixed sources in spec file * Sun Aug 11 2019 Maurizio Galli - Update to version 4.14.1 * No changes, re release because 4.14.0 tarball was broken- Changes from 4.14.0 * Do not try to a set button\' image if an empty string was used * Translation Updates- Cleaned up spec file * Sun Jul 28 2019 Maurizio Galli - Update to version 4.13.7 * Translations Updates * Sun Jun 30 2019 Marcel Kuehlhorn - Update to version 4.13.6 * Update active contributors * Translation Updates * Fri May 17 2019 Maurizio Galli - Update to version 4.14.5 * Add PrintScreen as shortcut for xfce4-screenshooter (bxo#14524) * Add Ctrl + Alt + t as default shortcut for terminal (bxo#14510) * Add xfce_gdk_screen_get_geometry (a replacement for gdk_screen_width/gdk_screen_height) * Remove useless glade_ *dir variables from libxfce4ui-{1,2}.pc (bxo#13945) * Fix release tarball by adding libxfce4ui-dialog-ui.ui * Fixes for gladeui2 detection * Install icons when gladeui2 is set (bxo#15207) * Fix build error with --disable-gtk2 and having gladeui-1.0 installed * Remove styling of emails in about dialog (bxo#14638) * Fix compiler error -Wcast-function-type (GCC 8) * Use https://docs.xfce.org for help url * Fix compilation warnings \"\"defined\" may not be portable\" & Update xfce4-about (core contributors, contributors, translators) * Translation Updates- Added conditional for source section for when building with git master sources. * Sat Apr 27 2019 Maurizio Galli - Update to version 4.13.4 * Fix missing gresource file in release tarball (bxo#13705) * Add Vala support (Vidar Haarr) * Fix gladeui2 path detection (bxo#13944) * Fix make distcheck (bxo#14039) * Fix incorrect use of AC_ARG_ENABLE(tests..) (bxo#13703) * Use BOOLEAN instead of deprecated BOOL * Allows to properly show some characters, such as ampersand (bxo#12715) * Translation Updates- Changes from 4.13.3 * Fix make distcheck with gladeui2 install path * Add an --enable-tests option * Remove the filterout from introspection sources * Move gresource building out of maintainer mode * Fix condition in confirm dialog * Add POTFILES.skip to appease gmake distcheck gods on OpenBSD * Ship libxfce4ui.gresource.xml in the tarball too * Add libxfce4ui-marshal.list to EXTRA_DIST to fix - -enable-maintainer-mode on released tarballs * Fix build error with --disable-gtk2 * Translation updates- Changes from 4.13.2 * Fix build error with --disable-gtk3 bxo#12648 * Improve layout of labels in xfce dialogs * Set a reasonable default window width to make sure labels wrap * Improve vertical alignment of primary and secondary label * Bump the default dialog width to 500px * Update libxfce4ui documentation * Fix make docs compilation warning * Fix xfce_dialog_show_help(_with_version) doc * Remove Makefile.am space to fix autogen.sh warning * Better documentation processing * Change xfce_dialog_show_help(_with_version) * Default debxoto yes instead of full * Remove exo dependancy bxo#13326 * fix: add libxfce4ui_get_resource to abi check symbols bxo#13326 * Let autotools find and invoke glib-compile-resources bxo#13326 * Add support for GOBJECT-INTROSPECTION bxo#13461 * Add GtkDoc checks * Add missing introspection.m4 file * fix: make distcheck * fix: remove deprecation warnings * feat: Switch to Gtk3 default, Gtk2 Optional * Rename introspection GIR to 4ui-2.0 to match util * Translation updates- Changes from 4.13.1 * Better Gtk3.20 compatibility (fix XfceHeading style, drop deprecated call) * Translation updates- Changes from 4.13.0 * Add xfce_widget_reparent to replace the deprecated gtk_widget_reparent * Add xfce_titled_dialog_new_with_mixed_buttons to allow for setting icon names, button label text and response id. * Add xfce_gtk_menu_popup_until_mapped as a convenience function to fix widespread problems with popping up menus (e.g. on keyboard shortcuts) * Add dialog UI tests for Gtk2 and Gtk3 * Fix Glade Gtk3 support * Fix a memory leak- Translation updates- Clean up spec file and dropped obsolete macros- Added conditional %bcond_with git for easier maintanance when using git master branch * Mon Dec 18 2017 crrodriguezAATTopensuse.org- Add missing buildrequires on direct build dependencies x11,pango,cairo,atk and ice. * Sat Sep 23 2017 seife+obsAATTb1-systems.com- correct licenses of libxfce4ui-1-0 and libxfce4ui-2-0 to GPL2.0+, because files libxfce4kbd-private/xfce-shortcuts-xfwm4.{c,h} are GPL 2, not LGPL. * Fri Sep 22 2017 seife+obsAATTb1-systems.com- disable gtk-doc build, fails with newer gtk-doc > 1.25- do not package ChangeLog, NEWS is enough * Thu Jun 01 2017 zaitorAATTopensuse.org- Add conditional for pkgconfig(gladeui-1.0) BuildRequires and corresponding subpackage glade3-catalog-libxfce4ui. No longer build glade integration for Tumbleweed. * Sun Mar 15 2015 gberAATTopensuse.org- update to version 4.12.1 - fix glade directory information in .pc file (bxo#11353) - add shortcuts for xfwm4 to tile windows to corners (bxo#11652) - remove unused \'has_member\' variable in xfce4-about (bxo#11654) - update .gitignore - increase xfce4-about default size - improve formatting of translators list - update translation contributors in xfce4-about - update contributors lists - translation updates * Sun Mar 01 2015 Led - update BuildRequires * Sun Mar 01 2015 Led - update BuildRequires * Sat Feb 28 2015 gberAATTopensuse.org- update to version 4.12.0 - bump version - translation updates * Thu Feb 19 2015 gberAATTopensuse.org- update to version 4.11.2 - bump dependencies versions (autotools, Xfce libraries) - remove SVN $Id$ tags - properly quote AC_LANG_SOURCE - fix autoconf m4 directory warning - fix IT_PROG_INTLTOOL warning - fix build with --enable-debug=full and GTK3 (bxo#11176) - add .gitignore - fix grabbing shortcuts with modifier (bxo#10373) - avoid double forking when spawning external apps (bxo#9373) - don\'t drop startup notify hint when resetting to defaults (bxo#10630) - add l shortcut for screen locking (xflock4) (bxo#10728) - fix xfce_dialog_show_help() * Wed Apr 30 2014 gberAATTopensuse.org- update to version 4.11.1 - add xfce_dialog_show_help_with_version() so applications can send their own version number and not the desktop version - compile GTK+-3 version of libxfce4ui when possible - depend on GTK 2.24 and Glib 2.28 - only define distclean files in maintainer mode (bxo#8974) - don\'t remove keyboard shortcut when entered twice (bxo#8749) - fix keyboard shortcuts with Shift modifier (bxo#8744) - fix alt + print being detected as SysReq (bxo#7897) - use instead of (bxo#8200) - fix keyboard shortcuts with keypad (bxo#4178) - autotools updates - prefer exo-open for opening the manual pages - add error domain for XfceSmClient - translation updates- add subpackage libxfce4ui-2-0 with the GTK3 variant of libxfce4ui * Mon Oct 15 2012 gberAATTopensuse.org- avoid circular dependency between libxfce4ui and exo * Wed May 09 2012 gberAATTopensuse.org- add versioned build dependency * Mon May 07 2012 gberAATTopensuse.org- bring back xfhelp4 since it is still needed until all applications have been ported to xfce_dialog_show_help() or an alternative mechanism * Thu May 03 2012 gberAATTopensuse.org- fix license of libxfce4ui-tools (bnc#760492) * Sun Apr 29 2012 gberAATTopensuse.org- update to version 4.10.0 - update contributor credits - enable startup notification in xfce4-appfinder shortcuts - translation updates- make libxfce4ui-1-0 depend on exo-tools, it uses exo-open * Sat Apr 14 2012 gberAATTopensuse.org- update to version 4.9.2 - increase gtk and glib versions - bump 4util dependency - remove unused function prototype - translation updates * Sun Apr 08 2012 gberAATTopensuse.org- update to version 4.9.1 - open docs.xfce.org when Help in xfce4-about is clicked - cache header icons and avoid large icons in XfceTitledDialog - restore glade directory information in .pc file - update translator credits - a lot of improvements in the shortcuts code - add Alt + F1 as a shortcut for applications menu - remove unused code from the internal header widget - add xfce4-about from xfce-utils package - use xdt-csource instead of exo-csource, depend on xdt 4.9.0 - update to new xfce4-appfinder commands - fix build against 3.9 Glade - add shortcuts for XF86WWW and XF86Mail - simplify the xfce_gdk_screen_get_active fucntion - add xfce_dialog_show_help function - translation updates- dropped libxfce4ui-fix-shortcut-handling.patch which is not applicable any more- split off -tools subpackage * Sat Mar 31 2012 gberAATTopensuse.org- recommending the branding package is enough * Sat Mar 24 2012 gberAATTopensuse.org- split off libxfce4ui-1-0 subpackage in order to conform to the shared library packaging policy- specfile cleanup- added libxfce4ui-fix-shortcut-handling.patch which normalizes string representation of keyboard shortcuts before comparing them in the libxfce4kbd-private shortcut matching code * Fri Dec 23 2011 gberAATTopensuse.org- updated to version 4.8.1 - fix memory leak - translation updates * Fri Oct 14 2011 gberAATTopensuse.org- recommend -doc subpackage * Sun Jan 30 2011 gberAATTopensuse.org- improved summaries/descriptions * Mon Jan 17 2011 gberAATTopensuse.org- update to version 4.8.0 - bugfixes- dropped libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch since the problem has been fixed * Wed Jan 05 2011 gberAATTopensuse.org- added -branding-upstream subpackage * Tue Jan 04 2011 gberAATTopensuse.org- added libxfce4ui-4.7.6-fix-libxfce4kbd-private-buffer-overflow.patch which fixes a buffer overflow in libxfce4kbd-private that was causing crashes on first startup- updated to 4.7.6 - update default shortcuts for xfce4-display-settings * Fri Dec 24 2010 gberAATTopensuse.org- improved descriptions- corrected categories- removed unsupported locales- show compiler output * Sun Dec 05 2010 prusnakAATTopensuse.org- updated to 4.7.5 - Also request an interact for save-state-extended. - Return a NULL state file is the sm-client is disabled. - Fix the save-state signal. - Translation updates (pt). * Wed Dec 01 2010 prusnakAATTopensuse.org- use pkgconfig symbol in BuildRequires * Mon Nov 22 2010 andreaAATTopensuse.org- update to 4.7.4 * Translations update * Make g_critical warning about exit(0) a DBG message * Fix typo preventing shortcuts from working with new users * Add startup notification support for shortcuts * Only save startup-notify if enabled * Tue Oct 05 2010 vuntzAATTopensuse.org- Split glade3 catalog in a glade3-catalog-libxfce4ui subpackage. Part of bnc#637694. * Thu Jul 22 2010 andreaAATTopensuse.org- exclude the file xfce4-keyboard-shortcuts.xml because conflits with the same provided by libxfcegui4 * Wed Jan 13 2010 prusnakAATTsuse.cz- updated to 4.7.1 - New function xfce_spawn_on_screen_with_child_watch(). - Don\'t generate enums for XfceSMClientPriority. - Build ChangeLog during make dist. - Add visibility/alias handing code. - Rename configure.in.in to configure.ac.in. - Some other small fixes. - Translation updates (es, pt_BR, sv, pt, kk, ca, gl, sk, cs, lv, eu, zh_CN, ja). * Fri Nov 13 2009 prusnakAATTsuse.cz- created package (version 4.7.0)
|
|
|