aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce
AgeCommit message (Collapse)Author
2021-03-07xfce4-time-out-plugin: upgrade 1.1.1 -> 1.1.2Andreas Müller
Release notes for 1.1.2 ======================= - Check whether the seat exists before ungrabbing it - Create README.md. Update configure.ac.in - Fix compilation warnings - autoconf: Some updates - fix for no dialog after screenlock issue (#13) - Remove GSourceFunc casts (!2) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-07xfce4-cpugraph-plugin: upgrade 1.2.1 -> 1.2.3Andreas Müller
Release notes for 1.2.3 ======================= - Add support for per-core history graphs - Enable user-defined spacing between per-core history graphs - Use an exponential function when painting the grid in non-linear mode - Improve performance of current CPU usage bars - Improve LED rendering performance - Improve grid rendering performance - Enumerate CPU cores from 0 (instead of 1) to match Linux command-line tools - Ensure that the bars and the history cannot be disabled at the same time - Slightly better handling of colors - Translation Updates Release notes for 1.2.2 ======================= - Record CPU load data even if the chart is currently disabled - Validate size against minimum and maximum allowed values - Change semantics of the non-linear time-scale mode - Fix corner cases when rendering the grid and LED modes - Show SMT stats tooltip only when needed - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-07xfce4-panel: upgrade 4.16.1 -> 4.16.2Andreas Müller
Release notes for 4.16.2 ======================== - Add icons to help and about items in panel menu - Modernize documentation (developer.xfce.org) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11xfce4-session: increase ALTERNATIVE_PRIORITYSakib Sajal
xfce4-session provides x-session-manager. It is also provided by matchbox-session with the same priority resulting in a conflict. Increase priority of x-session-manager provided by xfce4-session to resolve conflict and and give precedence to xfce4-session. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11xfce4-cpugraph-plugin: upgrade 1.2.0 -> 1.2.1Andreas Müller
Release notes for 1.2.1 ======================= - Repaint CPU load history after the user changes the update interval - Properly initialize current usage bars - Scale CPU load history chart according to the current update interval - Store history in a circular buffer - Add timestamps to CPU load history - Update copyright year - Update configuration files - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-02-11mousepad: upgrade 0.5.1 -> 0.5.2Andreas Müller
Release notes for 0.5.2 ======================= - New Features: - Add a "Viewer Mode" toggle (#50, !72) - Improve `--quit` option: close all windows interactively (!71) - Improve encoding management (#42, !69) - Display the current encoding in the status bar - Make the default encoding configurable via GSettings - Allow to choose encoding in the "Open" and "Save As" dialogs (#42) - Add a command line option to choose encoding - Add a "Delete Line" action (#13, !66) - Make automatic addition of the last EOL character configurable (#53,!65) - Switch to GFile for I/O operations (#4, #27, #75, !64) - Add file monitoring (#75) - Add a setting to create a tilde-backup file when saving (#27) - Make saving atomic (#4) - Appearance Changes: - Filter files on mime type in the "Open" and "Save As" dialogs (#2, #35, !67) - Code Refactoring: - Improve encoding management (#42, !69) - Make encoding dialog more generic and self-contained - Encodings definition review - Clarify encoding management when opening files - Improve unicode BOM management - Switch to GFile for I/O operations (#4, #27, #75, !64) - Set the save action sensitivity more precisely - Let GFile APIs check for file existence when reading - Let GFile APIs check for external modifications when saving - Basic switch to GFile for I/O operations - Bug Fixes: - Make "replace" and "replace all" behaviors consistent (#94) - Ensure that the page setup is properly applied when printing (#90) - Avoid character escape issues in menu item action names (#91) - Properly initialize document search properties - Avoid illegal memory access when searching with tab changes (!73) - Revert to "Wrap Around" always true for the search bar (#83) - Prevent too late accesses to the buffer in selection mode - Direct call to keybinding signals for "Delete" and "Select All" (#83) - Improve editing keybindings consistency (#83) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28xfce4-notes-plugin: re-add 1.9.0Andreas Müller
* we lost by xfce 4.16 * it is a development release but it was run tested and as soon as a stable version is released we can come back Release notes for 1.9.0 ======================= [Please note that this is a development release.] This is a development release which (finally) port the plugin to gtk3 and make it compatible with xfce 4.16. - Remove unused variable - Update deprecated autotools macros - Do not mark text with ':' after '://' as a link (bug #52) - Add support for links with scheme other than HTTP (bug #52) - Fix missing-prototypes - Create README.md. Update configure.ac.in - Add basic gitlab CI - Fix "Disabled labels on context menu are dark yellow" - Fix a few deprecation warnings - Fix make distcheck - Fix blinking image on panel - Remove commented code - Update build system - Fix make distcheck - Remove deprecated gtk stock usage - Fix build system - Continue the gtk3 port - Update URLs from goodies.x.o to docs.x.o (Bug #16171) - po: update POTFILES.in - gtk3: update css style with required changes from 3.20 - gtk3: drop libunique leftover flags and code - gtk3: Drop support for GTK+-2.0 - bump post release - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28xfce4-panel: upgrade 4.16.0 -> 4.16.1Andreas Müller
Release notes for 4.16.1 ======================== - pager: Use gobject bindings (Fixes #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 (Fixes #379) - windowmenu: fix use-after-free in window_menu_plugin_window_item_new - Fix compilation warnings - Update `.gitignore` - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28xfce4-whiskermenu-plugin: upgrade 2.5.2 -> 2.5.3Andreas Müller
Release notes for 2.5.3 ======================= - Fix invalid command expansion with Xfce 4.14 (Issue #39) - Translation updates: Basque, Portuguese (Brazil). Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-28xfce4-appfinder: upgrade 4.16.0 -> 4.16.1Andreas Müller
Release notes for 4.16.1 ======================== - Launch applications as children again Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-19thunar: upgrade 4.16.0 -> 4.16.2Andreas Müller
Changes (and yes 4.16.2 'Regression:'... was on my list) 4.16.2 - Regression: "Open with other application" missing (Issue #470) - Always create new files and folders in current directory (Issue #462) - Translation Updates: Albanian, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese 4.16.1 - Prevent crash on Ctrl+H when there is no sidepane (Issue #453) - Roleback to previous spinner handling (Issue #448) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-19xfce4-whiskermenu-plugin: upgrade 2.5.1 -> 2.5.2Andreas Müller
Release notes for 2.5.2 ======================= - Do not reparent launched programs. (Issue #32) - Translation updates: Basque, Danish, Greek. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-19garcon: upgrade 0.8.0 -> 4.16.1Andreas Müller
Release notes for 4.16.1 ======================== - Launch applications as children again (Fixes #18) - Translation Updates: Kabyle, Portuguese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-18xfce4-panel-profiles: update remove-bashisms.patch for centos 7Kai Kang
Command install is from package coreutils. And there is coreutils 8.22 on centos 7 which doesn't support options -D and -t to be used together. So create/remove the directories and files one by one. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-14xfce4-panel-profiles: fix do install failure with dashKai Kang
There are bashisms in Makefile and cause do install failure with dash. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13parole: upgrade 1.0.5 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Add README.md to EXTRA_DIST (#72) - Translation Updates: Albanian, Basque, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Dutch, Estonian, Finnish, French, German, Hebrew, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== This is a development release aimed at testers and translators. Parole 4.16.0 should be expected in the coming weeks. Playlist Improvements: - Playlist is now an in-window popover instead of a slide-out panel - Shuffle functionality now utilizes a sort filter instead of randomly selecting the next track, making it possible makeing the playback history more accurate (#32) DVD Support: - Added a menu option to activate the subpicture menu - DVD chapter selection from the playlist is functional again - The DVD menu will now automatically load if playback does not start successfully Dialog Appearance Improvements: Each of the dialogs were ported to CSD with some cleanup and default buttons marked as "suggested". The following dialogs had some additional improvements: - Go To Position: Timestamp inputs changed to vertical orientation for better clock-like appearance - Keyboard Shortcuts: Adjusted to "always-center" positioning since transient positioning failed - Open File: Spinner configured as the FileChooser "extra" widget - Open Location: Removed some duplicated text - Plugins: Rearranged the plugins manager, and moved credits to a per-plugin About dialog - Save Playlist: File type panel replaced with a combobox that also filters the FileChooser General: - Added basic GitLab pipeline - Added new icon and icon name "org.xfce.parole" - Added README.md - Fixed distcheck builds with intltool 0.51.0 - Fixed full-debug builds with GLib 2.35+ - Fixed missing-prototypes errors - Player controls are no longer hidden while the sound popover is open - Selecting an option on the "Stream is taking too long" dialog will now dismiss the dialog - Sort POTFILES.in to make it easier to review Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Lithuanian, Occitan (post 1500), Polish, Portuguese, Slovak, Slovenian, Spanish, Swedish, Telugu, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13xfwm4: upgrade 4.16.0 -> 4.16.1Andreas Müller
Release notes for 4.16.1 ======================== - Catch more XErrors (#476, #486) - Untile window before switching to fullscreen (#478) - Allow interactive resizing with any keyboard modifier (#487) - Do not prefer Xpresent on AMD/Radeon (#490) - Use g_info/g_print instead of g_message for some message - I18n: Update translation: ast, be, be@tarask, cs, el, et, eu, fi, he, hr, hu, ie, pl, pt_BR, zh_TW. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-13catfish: upgrade 1.4.13 -> 4.16.0Andreas Müller
It builds out of tree fine now. Release notes for 4.16.0 ======================== - Fulltext now searches files with UTF-7, UTF-8, UTF-16 BE/LE, and UTF-32 BE/LE encodings - Replace Gtk/Gdk/GLib deprecated code (#6) - Use "match all" method for fulltext search (#30) Translation Updates: Arabic, Basque, Belarusian, Danish, Estonian, Finnish, French, Indonesian, Japanese, Kabyle, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] Disclaimer on the significant version bump (1.4.x to 4.15.x): With this release, Catfish has started integrating Xfce components. Going forward, Catfish's versioning scheme will reflect the target Xfce release. Dependency Changes: - GTK >= 3.22 - GLib >= 2.42 - Python 2 support has been removed - Python 3 >= 3.2 (#33) - Xfconf >= 4.14.0 (requires GObject Introspection, see INSTALL) - Zeitgeist optional dependency now requires GObject Introspection New Features: - Added Ctrl+H shortcut to show/hide hidden files (#16) - Added "Today" and "Month" filters to the sidebar (#23) - Fulltext searches now include more text files (#7) General: - New app icon, now using an rDNS icon name (org.xfce.catfish) - Migrated ChangeLog to NEWS to better match Xfce projects - Renamed README to README.md and updated to match Xfce projects - Updated INSTALL to reference python3-specific packages (#36) - Various in-app icon updates (#15, #17, #26) - Added additional padding to Other and Custom gear icons (#20) Bug Fixes: - Check if zeitgeist daemon is running at startup (#34) - Correctly position custom filter popups above gear icon (#18) - Default to the current date in the custom date filters (#24) - Fix 'list' object has no attribute 'lower' (#9) - Fix fulltext freeze with special files (#32) - Fix python crash when some extension scheme is used (#35) - Fix statusbar moving on mouseover - Move custom file extension hint to tooltip (#25) - Sidebar entries no longer move when losing focus (#22) Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09libxfce4ui: Fix sporadic install errorAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09xfce4-screenshooter: replace gtk+ -> gtk+3 in DEPENDSAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-09libunique: removeAndreas Müller
* development has stopped almost a decade ago * since xfce 4.16 no recipe requires it any more * it is GTK2 based Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-notes-plugin: remove for nowAndreas Müller
* It is broken since xfce 4.16 * GTK3 support was merged to master. Tried to build from git but that requires vala support all over the place causing build failures and is beyond worth it * As soon as a working version is released it will be re-added [1] https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin/-/merge_requests/2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-equake-plugin: remove for nowAndreas Müller
* It is broken since xfce 4.16 * A ticket was opened [1] but no visible activities yet * As soon as a working version is released it will be re-added [1] https://sourceforge.net/p/equake/tickets/3/ Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-embed-plugin: remove for nowAndreas Müller
* It stopped building for xfce 4.16 * There have been activities on GTK3 port [1] but... * As soon as a working version is released it will be re-added [1] https://gitlab.xfce.org/panel-plugins/xfce4-embed-plugin/-/issues/2 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-hotcorner-plugin: removeAndreas Müller
* it broke by xfce 4.16 * the develeoper will not continue it [1] [1] https://github.com/brianhsu/xfce4-hotcorner-plugin/issues/11 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-genmon-plugin: upgrade 4.0.2 -> 4.1.0Andreas Müller
First version that builds with xfce 4.16 4.1.0 (2020/12/22) ================== - Add basic GitLab pipeline - Updated README file - Add DBG anchors - Add <icon> amd <iconclick> elements - Make Save translatable - Fix config values sometimes going to default - Fix label sometimes re-appearing - Enable multi-row support - Remove unused variables and code - Fix indentation - Catch some edge cases - Set tmp variable default values - Fix period spinner display when cancelled - Fix label toggle display when cancelled - Fix font display when cancelled - Support new libxfce4ui API - Change close to save - Closing config window cancels changes - Change layout of config dialog - Make tooltips translatable - Update support URLs to docs.xfce.org - Allow compilation with panel 4.15 - Replace deprecated xfce_create_panel_button ====== - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-sensors-plugin: upgrade 1.3.92 -> 1.3.95Andreas Müller
First version compatible to xfce 4.16 Release notes for 1.3.95 ======================== Updated translations; code cleanups (thanks to all contributors and Xfce dev team); compatibility to Xfce 4.16. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-closebutton-plugin: upgrade 0.1.0+ -> 4.16.0Andreas Müller
Minor adjustments for xfce 4.16 / follow release scheme Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-taskmanager: remove exo-native from DEPENDSAndreas Müller
With xfce 4.16 exo-native is gone Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-screensaver: upgrade 0.1.10 -> 4.16.0Andreas Müller
fix-pam-config.patch was applied upstream Release notes for 4.16.0 ======================== This release version has been bumped from 0.x to 4.16.0 to align with the new Libxfce4util and Xfconf GIR requirements. - xfce4-screensaver-configure: Use GIRepository of libxfce4util and xfconf (#11) - Change type of seconds to guint in add_lock_timer - Check dbus system_connection in add_sleep_inhibit - Cleanup GSourceFunc usage - Convert date_time_update to a timer function - Fix format specifiers in lock_timer - Fix issues connected to dbus (#66) - Fix pam_strerror usage - Pass constants to XSetScreenSaver - Plug memleak in get_x11_idle_info - Remove obsolete check for scrnsaver.h from configure.ac - Translation Updates: Czech, Japanese, Portuguese, Turkish Release notes for 0.1.11 ======================== [Please note that this is a development release.] Configuration Update: This release updates the DPMS settings used for the Blank screensaver. Timeouts are now stored in seconds instead of minutes, with the default DPMS sleep now 5 seconds after the screensaver goes active. Xfconf: /xfce4-screensaver/screensavers/xfce-blank/dpms-sleep-after Theme Update: This release uses a new icon name, org.xfce.ScreenSaver, instead of the generic preferences-desktop-screensaver. NEWS: - Builds: Move from exo-csource to xdt-csource (Bugzilla #16717) - CI: Add basic GitLab pipeline - distcheck: Add missing gs-auth-pam.c - DPMS: Change sleep settings to seconds, default after 5 seconds (#27) - Fix: Catch gs_listener_dbus_init failures - Fix: remove unused flag --no-daemon - Icons: New icons and rDNS icon name, org.xfce.ScreenSaver - Internal: Change timers from milliseconds to seconds - README.md: Note setuid requirement after install with shadow/bsdauth (#9) - xfce4-screensaver.common-auth: replace @include with standard systax (#6) Translation Updates: Albanian, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, French, German, Hebrew, Hungarian, Icelandic, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-terminal: 0.8.9.2 -> 0.8.10Andreas Müller
Release notes for 0.8.10 ======================== - Bump libvte, gtk and xfce minimal versions (4.14) - Stop using G_SPAWN_CHILD_INHERITS_STDIN spawn flag - Updates README.md. - Added new stock icons - Limit font picker to fixed-size fonts - Add gtk-doc as a dependency - Do not require connection to generate manpage - Bug #16875: Do not add ui.h file in datadir - Simplify terminal manpage generation - Switch preferences ui file to xdt-csource - Switch to README.md and foreign automake mode - Do not override clipboard contents - Unsafe paste: Support bracketed paste mode - Do not select text in Search dialog - Add basic GitLab pipeline - Translation Updates: Albanian, Armenian (Armenia), Basque, Bulgarian, Chinese (China), Chinese (Taiwan), Danish, Dutch, Eastern Armenian, Estonian, French, Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-appfinder: upgrade 4.14.0 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Launch applications reparenting them to init - Bump gtk minimum version to 3.22.0 - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovenian, Spanish, Swedish, Telugu, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.2 ======================== Please note that this is a development release. - Add small delay before reloading menu tree (!6) - Clear entry's error icon and tooltip - Update copyright year - GitLab is the new bugtracker - Remove unnecessary code for unsupported glib versions - Remove padding from context menu - Fix memory leaks when sorting items - Update README.md - Apply light blue to 16px icon - Improved and simplified icons for better scaling - Add back git tag - Remove extra spaces in configure.ac.in so xfce-do-release works as expected - Translation Updates: Belarusian, Czech, Hindi, Indonesian, Slovak, Swedish, Thai Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Drop close button - Add new app icon and switch to rDNS - Limit popup completion width to be same as entry - Switch to a few symbolic icons - Add keywords to .desktop files to xfce4-appfinder - Translation Updates: Albanian, Bulgarian, Chinese (China), Chinese (Hong Kong), Danish, Eastern Armenian, English (Canada), Estonian, Finnish, French, Galician, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Spanish, Turkish Release notes for 4.15.0 ======================== First development release targeting Xfce 4.16. - Record last commands only once (Bug #15767) - Sort by frecency (Bug #9265) - Switch to README.md and foreign automake mode - Move from exo-csource to xdt-csource (Bug #16717) - Make Preferences button always visible (Bug #16489) - Fix gtk version checking - Hidden option to disable entry completion (Bug #15827) - Use casefolded string when searching for apps not commands (Bug #15893) - Translation Updates: Albanian, Amharic, Arabic, Basque, Belarusian, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Danish, English (Australia), English (United Kingdom), Estonian, French, Galician, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Korean, Norwegian Nynorsk, Occitan (post 1500), Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, Telugu, Uighur, Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06thunar: upgrade 1.8.15 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Fix action of Back/Forward mouse gesture when using RTL (Issue #90) - Prevent crash on mouse gesture action (Issue #443) - Avoid crashes when closing thunar with ctrl+w (#336) - Ignore double-click events from back/forward mouse button (Issue #371) - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump minimum required exo version to 4.15.3 - Wrap box around spinner to prevent flickering (Issue #440) - Use g_drive_is_removable over g_drive_is_media_removable - bump glib (and gio, gthread, etc) to 2.50.0 - Do not duplicate app_info when added via custom command (Issue #309) - Escape all whitespace characters in custom command path - Remove hidden quotes for "Open with"->"custom command" (Issue #425) - Ignore unknown XML elements in UCA.xml - Regression: Fix broken bulk renamer context menu (Issue #436) - Revert of b12247c2 and proper fix for Issue #423 - Remove duplicated code in renamer and prevent possible leak - Prevent possible crash of thunar_launcher_poke (Issue #436) - Fix combo box entry order (Issue #435) - Remove TODO file - Change focus when clicking an emblem entry (Issue #315) - Bump GLib minimum version to 2.44 - Prevent Gtk-CRITICAL when terminating session (Issue #430) - Missing thunarx support on the shortcut view (Issue #423) - Translation Updates: Basque, Chinese (China), Czech, Danish, Estonian, Korean, Norwegian Nynorsk, Turkish, Vietnamese Release notes for 4.15.0 ======================== This is a development release of Thunar aiming the upcoming release of Xfce 4.16. - Fix unavailable rubber banding in detailed view (Issue #326) - Context menu entries in Thunar flutter while downloading (Issue #276) - Improve cusor handling after file deletion in thunar (Issue #69) - Fix regression: Trying to open a .desktop file from the context menu leads to the execution of the file (Issue #325) - Use numbering on label "open new window/tab" only for multiple windows/tabs (MR #15) - Remove "Sort by" and "View as" from menu item labels (Issue #247) - Add new app icon and switch to rDNS icon name (MR #11) - Replace deprecated GtkActionEntry with XfceGtkActionEntry (Issue #293) - Menus are now updated when selection changes not only when opened (Issue #293) - Merge all file-context-menus into one (Issue #198) - Ghost file ocasionally remains when dropping file into directory (Fixes #312) - Use XfceFilenameInput to validate long filenames (Bug #13720) - Support for variables like $HOME in address bar (Bug #12165) - Fix eject button click detection when using RTL languages (Bug #11387) - Remove upper case from group names in shortcuts view - Option to rename a file when existing copy conflicts (Bug #16686) - Remove suffix "- FileManager" from window title - Move from exo-csource to xdt-csource (Bug #16717) - Pause button on copy/move (Bug #16685) - Allow drag-and-drop of multiple files in icon view (Bug #2487) - Add keywords to .desktop files to thunar (Bug #16618) - Reduce vertical space in Templates info popup - Hide android phone from network group (Bug #11584) - Reduce size of Templates info popup - Do not add "cant-write" emblem to files in the Trash - Hide Browse Network entry in shortcuts view if not supported - Move 'network' to the bottom of tree view (Bug #16516) - Add examples to "Select by Pattern" dialog (Bug #16587) - Improve tooltips in shortcuts view (Bug #16566) - Rename "Disconnect" context menu entry in side pane (Bug #16558) - Make path entry matching case-insensitive (Bug #12747) - Add new bookmarks to bottom of list in shortcuts view (Bug #16526) - Move places above devices in shortcuts view (Bug #11586) - Add desktop actions for home, computer and trash (Bug #16497) - Option to use static icon instead of folder icon (Bug #16501) - Remove top level desktop entry from tree view (Bug #16474) - Easy access to computer:/// (Bug #16472) - Use libxfce4ui close-multiple-tab dialog (Bug #16254) - Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16328) - Use symbolic icon for eject (Bug #16281) - Prevent ghost files after "move" on remote locations (Bug #15704) - Add a confirmation dialog when closing a window with multiple open tabs. - Improve explanation string for "invert selection" action (Bug #15625) - Improve layout of Permissions tab (Bug #15557) - Remove superfluous shell script "ThunarBulkRename" (Bug #15373) - Make labels in permissions chooser wrap - Add a small delay when dismissing notifications (Bug #14552) - File / Folder size text in statusbar sometimes is ambiguous (Bug #14203) - Add missing parameter to ThunarBrowserPokeDeviceFunc function - Add property to enable/disable frames on thumbnails (Bug #14433) - Improved spacing between widgets in Properties and Preferences dialogs - Fixed numerous compiler warnings - Fixed numerous warning and critical messages - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Asturian, Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Esperanto, Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu (Pakistan), Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06thunar-volman: upgrade 0.9.5 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Add README.md to EXTRA_DIST - Translation Updates: Turkish, Vietnamese Release notes for 4.15.1 ======================== This is a development release of Thunar-volman aiming the upcoming release of Xfce 4.16. - Fix typo in README - Adds new README.md updates AM_INIT_AUTOMAKE - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese Release notes for 4.15.0 ======================== [Please note that this is a development release.] - Use icons from icon theme in the dialog (!3) - Add new app icon and switch to rDNS - Remove PDA tab (!1) - Avoid critical error when closing preferences dialog - Support libxfce4ui XfceTitledDialog new API - Translation Updates: Albanian, Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Eastern Armenian, English (United Kingdom), Estonian, Galician, Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese, Lithuanian, Portuguese, Russian, Slovenian, Spanish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06tumbler: upgrade 0.3.1 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Adjust bug report URL - Translation Updates: Estonian, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-power-manager: upgrade 1.6.6 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - bump glib (and gio, gthread, etc) minimum to 2.50.0 - panel-plugin: Prefer ac-adapter-symbolic (Fixes #103) - Add new icons in size 24x24 and 32x32 - Translation Updates: Albanian, Basque, Catalan, Danish, Estonian, French, Galician, Hebrew, Indonesian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Swedish, Turkish Release notes for 1.7.1 ======================= [Please note that this is a development release.] - Add new app icon and switch to rDNS icon name - Use more accurate status icons (Fixes #95) - Also use symbolic icons in battery notifications - Reorder screensavers so Xfce comes first (Fixes #101) - settings: Adjust title and show min/max buttons - settings: Allow critical battery level up to 70% (Fixes #67) - settings: Add keywords for discoverability (Bug #10694) - settings: Fix GtkSwitch signal handlers (Issue #99) - xfpm: avoid default double fork - Respect the notification daemon's timeouts (Fixes #57) - Fix Laptop lid settings (Bug #15300) - Fix spelling mistake (Bug #16698) - Only update blank time when appropriate - Bug #16717: Move from exo-csource to xdt-csource - Guard against NULL pointer dereference - More blank time debug code - Indentation fixes - Cleanup code - Move default icon names into one place - Silence compiler warnings - Add README.md - Add basic GitLab pipeline - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kannada, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 1.7.0 ======================= [Please note that this is a development release.] - Fix inhibiting xfce4-screensaver (Bug #16364) - Fix indentation (makes git blame harder, but code more readable) - settings: Unclutter system and display tabs - settings: Move % sign out of spinbutton (Bug #15994) - Switch to symbolic window-close icons - Dismiss critical notification when connecting to AC - Make brightness steps configurable (Bug #12062) - Allow compilation with panel 4.15 - panel-plugin: Properly show 'About' menu item - panel-plugin: Add (optional) Presentation mode indicator (Bug #15773) - panel-plugin: Toggle presentation mode on middle click - panel-plugin: Add warning color to presentation mode indicator - panel-plugin: Use GtkSwitch for Presentation mode - panel-plugin: Replace deprecated call - systray: Ensure presentation mode can be toggled (Bug #16337) - Translation Updates: Albanian, Arabic, Belarusian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Finnish, French, Galician, German, Greek, Hebrew, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfdesktop: upgrade 4.14.2 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Set new wallpaper as default - Add wallpaper for 4.16 - settings: Drop subtitle - Drop autogenerated xfce-backdrop-settings.desktop.in from git - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Remove GSourceFunc casts - Avoid warning, pointer target in assignment differ in signedness - Translation Updates: Chinese (China), Danish, Greek, Norwegian Nynorsk, Slovenian Release notes for 4.15.1 ======================== This is a development release of Xfdesktop aiming the upcoming release of Xfce 4.16. - Add keywords to .desktop files in xfdesktop - Add 24px and 32px icons - Remove extra separator from context menu - Move 'Open in New Window' of root window context menu (#59) - Remove "Properties..." entry from desktop context menu (#59) - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Uzbek Release notes for 4.15.0 ======================== This is a development release of Xfdesktop aiming the upcoming release of Xfce 4.16. - Pull in new fallback icon from Adwaita - Add new app icon and switch to rDNS icon name - Avoid redundant calls to backdrop_changed_cb (Bug #16773) - Move from exo-csource to xdt-csource (Bug #16717) - Increase minimum desktop icon size to 16 (Bug #16667) - Correct spelling of file system (Bug #16543) - Increase desktop icon increments to 2 (Bug #16668) - Unselect all items after single click activation - Fix memory leak when reconnecting DP monitor (Bug #16314) - Fix regression caused by (Bug #16342) - Fix transparent background color (Bug #16380) - Add Shift+Ctrl+N keybinding for Create Folder (Bug #15660) - Ignore modifier key events in type-ahead find (Bug #11149) - Added type-ahead find for Desktop icons (Bug #11149) - Do not insert hyphens at intra-word line breaks (Bug #16339) - Replace deprecated G_FILE_MONITOR_EVENT_MOVED (Bug #16342) - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-session: upgrade 4.14.2 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - settings: Accept all types of GIcon - settings: Adjust inline toolbar - Fix compilation with -Wmissing-prototypes - Don't warn when there are no saved sessions - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Remove GSourceFunc casts - Update .gitignore - Add README.md to EXTRA_DIST - Translation Updates: Basque, Chinese (China), Czech, Danish, Estonian, French, Galician, Hebrew, Hindi, Indonesian, Italian, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Turkish, Vietnamese Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix potential crash in suspend and shutdown (Fixes #65) - Avoid potential format-string vulns (Issue #65) - settings: Tweak 'Current Session' tab - settings: Make 'App Autostart' columns sortable - settings: Fix 'Current session' column width (!10) - Add lock icon, 24px and 32px icons - Add more guards around GErrors - Update copyright year - Fix ifdef - Add README.md - Translation Updates: Armenian (Armenia), Basque, Belarusian (Tarask), Chinese (China), Czech, Danish, Eastern Armenian, Estonian, French, Hebrew, Hungarian, Indonesian, Norwegian Bokmål, Portuguese (Brazil), Russian, Slovak, Slovenian, Swedish, Turkish, Uyghur Release notes for 4.15.0 ======================== [Please note that this is a development release.] - Use new icon in settings dialog (Bug #16885) - Add new application icon and rDNS icon name - logout-dialog: Add new icons - logout-dialog: Bump icon size to 48px - Switch to symbolic window-close icons - Drop GDM compatibility code to avoid invalid session locale - Segfault when suspending without pm-suspend installed (Bug #16632) - Expand field codes - Add a GnuPG 2.1+ mode - Fix session crash at logout (Bug #16105) - Free the intermediate "cmd" variable in xfsm_startup_init() - Re-add xfsm_startup_shutdown() call to xfce4-session main() - Remove sys/sysctl.h on linux platform - Move from exo-csource to xdt-csource (Bug #16717) - Try xfce screensaver before cinnamon (Bug #16223) - Add support for xfce4-screensaver (Bug #16522) - Silence runtime warning (Bug #15731) - settings: Don't warn when there are no saved sessions (Fixes #62) - settings: Add sort-on-click to columns in "Current Session" tab (!3) - settings: Add keywords for discoverability (Bug #10694) - settings: Add tooltips to image-buttons - settings: Better app icon lookup - settings: Be more precise in infobar wording - settings: Drop inline-toolbar button labels - settings: Move autostart info to docs.xfce - settings: Don't make 'saved sessions' tab reorderable - settings: Sort saved sessions by most recently used (Bug #15338) - Add basic GitLab pipeline - Drop unused var - Bump copyright years - Only clean generated sources when in maintainer mode - Do not show translation info on --help output - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-panel: upgrade 4.14.4 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - panel: Fix intellihide with CSD (Fixes #368) - tasklist: Fix wireframe for CSD windows (Fixes #338) - tasklist: Auto-adjust icon size (Closes #90) - Revert "tasklist: Auto-adjust icon size (Closes #90)" - Fix GSourceFunc removal - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 4.15.6 ======================== [Please note that this is a development release.] - 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 (Fixes #256)" - Translation Updates: Chinese (China), Estonian, Norwegian Nynorsk, Russian, Serbian, Slovak, Slovenian, Turkish, Vietnamese Release notes for 4.15.5 ======================== [Please note that this is a development release.] - actions: Switch to new session icons (Fixes #332) - add-items: Drop not-so-helpful dialog subtitle - add-items: Bump default dialog size (Fixes #258) - launcher: Appear "checked" on click (Fixes #256) - tasklist: Limit blinking notification - intellihide: Check if cursor is over the panel (Fixes #311) - launcher: Set plugin icon as fallback (Fixes #329) - Add new README.md - Fixed icon for about dialog and added more icons for better scaling - Unref datetime objects - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese Release notes for 4.15.4 ======================== [Please note that this is a development release.] - 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 (Fixes #158) - Translation Updates: Albanian, Chinese (China), Chinese (Taiwan), Croatian, Estonian, French, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Serbian, Swedish, Turkish Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Add new app icon and rDNS icon name - Fix background of 48px app icons (Bug #16873) - dark-mode: Make property unique across panels - tasklist: Allow keyboard navigation within groups (Fixes #270) - applicationsmenu: Correctly block autohiding (Fixes #287) - action buttons: Fix combobox signal - action buttons: Drop 'inverted buttons' setting (#223) - action buttons: Add button title options (Bug #8980) - action buttons: Fix separator width (Bug #15558) - launcher: Fix launcher menu button state (Fixes #264) - launcher: Fix crash with actions menu (Bug #16823) - launcher: Fix in default panel configuration - Improve docs for xfce_panel_plugin_position_widget (Bug #9438) - Add Gio to libxfce4panel gir includes - Add basic GitLab pipeline - Fix whitespace error - Fix panel build with vala 0.48 (Bug #16426) - Fix build - Update gitignore (Fixes #295) - Drop references to Gtk2 and 4.6 panel plugins - Translation Updates: Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Sinhala, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Uighur, Ukrainian, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - 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 (Bug #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 (Bug #16410) - systray: Basic support for symbolic icons - systray: Silence deprecation warnings - systray: Remove superfluous warning - Improve wording in "Remove plugin" dialog (Bug #9000) - settings: Add keywords for discoverability (Bug #10694) - Fix GTimeVal deprecation (Bug #16643) - Fix memory leak in panel plugin wrapper (Bug #16640) - Update docstring - Update libxfce4panel symbols - Make var names more consistent - Fix cast - Fix typo - Fix indentation - Translation Updates: Albanian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, Finnish, French, Galician, Georgian, German, Hebrew, Hungarian, Italian, Japanese, Kazakh, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Spanish, Turkish, Ukrainian Release notes for 4.15.1 ======================== [Please note that this is a development release.] - 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 (Bug #15639) - directorymenu: Add option to hide folder/terminal menuitems (Bug - plugins: Fix enter/leave opacity w/o compositing (Bug #14577) - clock: Drop leading zeros for days in default layout - clock: Add back hour:min to format presets (Bug #16035) - panel: Make sure "span monitors" is conditionally sensitive - tasklist: Fix drag&drop in deskbar mode (Bug #16298) - Fix autohide with bg color or image (Bug #16064) - Improve the marching ants animation - Remove extra underscore (Bug #16266) - Use an empty placeholder icon for launcher (Bug #15819) - Always provide files for vala binding in dist tarball - Replace GtkStock icon - Use symbolic window-close button image - Fix doc typos - Fix indentation - Translation Updates: Albanian, Basque, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, Georgian, German, Greek, Hungarian, Interlingue, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish Release notes for 4.15.0 ======================== - 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 (Bug #15861) - appmenu: Use panel's icon size - clock: Validate timezone entry (Bug #16036) - prefs: Plug memory leaks (Bug #16016) - docs: Fix build by dropping unused refs (Bug #16031) - pager: Fix scrolling in pager-buttons (Bug #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 (Bug #14186) - tasklist: Resize when windows get removed (Bug #14394) - systray: Fix icons without compositing (Bug #14577) - windowlist: Make layout consistent with xfdesktop - windowlist: Replace deprecated gtk_widget_modify_font - launcher: Fix visual state of arrow-button (Bug #15818) - launcher: Avoid excessive left padding on popup menu (Bug #15819) - Fix typos and improve code formatting - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Japanese, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-settings: upgrade 4.14.3 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Drop subtitles from settings dialogs (Fixes #239) - display: Fix icon name in settings dialog - settings-manager: Fix visibility of filterbar - settings-manager: Correctly show/hide the filterbar - settings-manager: Switch to GtkSearchEntry - settings-manager: Put filter in separate bar (Fixes #226) - appearance: Add 'Add' button to install themes (Fixes #193) - color: Tweak colors of icon - mime: Accept Thunar's old id name (Fixes #247) - settings-editor: Enable tooltips and ellipsizing for `Value` column - settings-editor: Fix scrollbar for channels - settings-editor: Point to correct docs URL (#245) - bump glib (and gio, gthread, etc) minimum to 2.50.0 - Remove GSourceFunc casts - Indentation fixes - Translation Updates: Basque, Bulgarian, Estonian, French, German, Hebrew, Indonesian, Italian, Japanese, Norwegian Bokmål, Norwegian Nynorsk, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Swedish, Turkish, Ukrainian Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Disable UPower support by default - Add 24px and 32px icons - xfsettingsd: avoid default double fork - mime: Add 'Open with...' button - mime: Add new generic launcher icons - color: Adjust padding of dialog - color: Add labels to toolbar - keyboard: Make 'system defaults' a GtkSwitch - keyboard: Adjust width of shortcut column (Fixes #223) - keyboard: Update dialog UI - keyboard: Make all table columns sortable - keyboard: Improve inline toolbar alignment - display: Center minimal dialog on monitor where cursor is - settings-editor: Add labels to toolbar items - Update README file - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Release notes for 4.15.2 ======================== [Please note that this is a development release.] - appearance: Fix width of DPI spinbutton (Bug #16125) - appearence: Sync theme, icon, font names to gsettings - appearance: Fix list refresh on DnD (Fixes #213) - appearance: Drop toolbar style setting (Bug #16665) - display: Initial fractional scaling support (Fixes #162) - display: Custom scale changes are display changes - display: Improve layout in settings dialog - display: Resize display widget according to scale - display: Move scaling presets to glade - display: Set minimum scale to 0.1 - display: Improve state machine for scaling option - xfsettingsd: Correctly get current xrandr scale - mime-settings: Rename dialog and icon to 'Default Applications' - mime-settings: Fix window icon name - mime-settings: Fix double free - mime-helpers: Fix Nautilus icon name - mime-helpers: Rename Thunar to thunar - Rename Thunar to thunar in make and potfiles - Expand desktop entry field codes - keyboard-settings: Support libxfce4ui XfceTitledDialog new API - keyboard: Show shortcuts with keycap class - settings-manager: Ensure searchbox has initial focus (Bug #16890) - settings-manager: Simplify redrawing of search results (Fixes #141) - settings-manager: Hide filter entry in plugged dialogs - Convert xfce4-compose-mail to Python - Add dependency to Python3 - Use just binary name (instead of full path) as argument - Don't crash when upowerd isnt present (bug #60) - Always install shiny new icons - Drop libxfce4ui 4.15.1 ifdefs - Fix xfconf-related memory leaks - Update .gitignore - Fix typo - Translation Updates: Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Danish, Dutch, English (Canada), Estonian, Finnish, French, German, Hebrew, Hungarian, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Serbian, Swedish, Turkish Release notes for 4.15.0 ======================== [Please note that this is a development release.] - xsettings: Use CSD for GtkDialogs by default - settings-manager: Fix XfceTitledDialog layout with CSD - settings-manager: Drop setting the old header style - display: Show ratio next to display resolution - display: Mark preferred mode with an asterisk - display: Add init function for aspect ratios - display: Right-align the display ratio - display: Fixed warning and removed ratio - display: Improve look of ratio - display: Fix icon name for primary indicator - display: Initialize crtc->scalex/y (Bug #15971) - settings-editor: Add consistent inline-toolbar - appearance: Only show themes that support Gtk3 (Bug #15849) - color: Fix crash in add-profiles dialog (Bug #15876) - color: Conditionally hide info button in add-profile dialog - color: Add tooltip to profile info buttons - display: Fix profile matching in xfsettingsd - display: Assure correct gchar** (Bug #15816) - keyboard: Improve layout of add-command dialog - keyboard: Add mnemonics to add-command dialog (Bug #10495) - Switch to symbolic window-close icon - Bump libxfce4ui dependency to 4.15.1 - Improve string for session managers - Ensure the newly labeled 'Xfce Settings Daemon' is translated - Do not show translation info on --help output - Translation Updates: Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfwm4: upgrade 4.14.5 -> 4.16.0Andreas Müller
Compositor patch does not apply anymore and testing x86-64 excceeds my resources. Looked into Fedora sources: They build xfwm4 un-patched either. Release notes for 4.16.0 ======================== - common: Avoid zero refresh rate for monitor - hints: Protect against XError from XGetTransientFor() - netwm: Allow above/below only for regular windows - netwm: Mark splashscreen as transient for groups - client: Complete client state even on different workspaces - build: Increase GTK+ requirement to 3.22 - Add `cycle_minimized` option - compositor: Release overlay window last - compositor: Free GLX data when really using GLX - compositor: Remove useless trace message - compositor: Release current GLX context on teardown - display: Remove custom XError handler - compositor: Check for XError when adding windows - compositor: Trap XErrors when disabling compositor - main: Enable compositor by default - compositor: Remove automatic redirect support - main: Add short command line options - main: Add debug command line option - pixmap: Use a safer strncpy() - settings: Fix compiler warning - Remove useless autotools macros and Makefile targets - Use --enable-debug=yes when compiling from git - Revert "compositor: Do not damage on opaque region update" - themes: Use smaller, lighter shadows - compositor: Check if compositor is enabled - compositor: Avoid XError when disabling compositor - compositor: Warn for missing epoxy GL function - netwm: Do not raise window if activate is set to none - Remove GSourceFunc casts - compositor: Fix build with older epoxy versions - settings: Add 'Always on top' to the double click action - Settings: Remove default alphabetical sorting of keyboard shortcuts Closes: #451 (Disable initial sorting of keyboard shortcuts) - compositor: Handle XFixes XError - compositor: Add support for GL_ARB_sync - compositor: Return early if a Present swap is pending - debug: Fix build in debug mode - compositor: Fix compilation issue with Xpresent - compositor: Log fence and GLX swap time in debug mode - compositor: Move fence sync to redraw_glx - compositor: Move fence triggered to its own function - compositor: Set swap control if possible - compositor: Adjust to the actual number of buffers - compositor: Use a GLX drawable per buffer - client: Allow transients for group to be minimized - settings: Add a UI option for desktop zooming - themes: Remove title shadow - themes: Adjust shadows size/opacity - client: Make above/below consistent - compositor: Limit damage region to the screen - compositor: Optimize repaint without vblank - compositor: Only accumulate damage with multiple buffers - compositor: Copy entire content for GLX buffers - xsync: Handle XError - compositor: Ignore opaque region for shaded windows - compositor: Clip opaque region against window shape - client: Protect against XError in XKillClient() - compositor: Do not damage on opaque region update - compositor: Opaque region applies to client window - compositor: Reuse client size - client: Toggle tiling on key shortcut - client: Small cleanup - Add README.md to EXTRA_DIST - client: Keep tiled size of windows - compositor: No need to update compositor window on configure - compositor: Limit opaque region clipping to window extents - compositor: Damage on opaque region update only if visible - client: Send synthetic configure on force redraw - Post release tag bump - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Belarusian (Tarask), Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Quick release after 4.15.2 to fix a regression with opaque regions leaving trails of unpainted areas on resize. Release notes for 4.15.2 ======================== [Please note this is a preview release of a development version] - Add support for opaque regions in the compositor - Make cursor zoom optional (xfce/xfwm4#439) - Remove the deprecated options "--daemon" (Pablo Mazzini) - Disable Xi2 support by default - Add column sorting in settings - Optimize window matching in the compositor with a hash table (Michael Banack) - Add more XErrors traps - I18n: Updated translations: ar, ast, be, be@tarask, bg, bn, ca, cs, da, de, el, en_AU, en_CA, en_GB, es, et, eu, fa_IR, fi, fr, gl, he, hr, hu, hy_AM, hye, id, ie, is, it, ja, ka, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK, vi, zh_CN, zh_HK, zh_TW New translations: be@tarask, fa_IR, hye, ka Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix an error leak in compositor (xfce/xfwm4#351) - Fix compositor selection atom misuse - Prefer zero initialized memory allocation functions - Use g_slice allocator for compositor windows Release notes for 4.15.0 ======================== [Please note that this is a development release.] - First 4.15.x development release - Show tabwin only on primary monitor if set - All fixes and i18n as found in 4.14.4 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06garcon: upgrade 0.7.0 -> 0.8.0Andreas Müller
Release notes for 0.8.0 ======================= - fix GarconMenuItem file documentation - Remove GSourceFunc casts - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump Release notes for 0.7.3 ======================= [Please note that this is a development release.] - garcon now needs libxfce4ui/4util 4.15.6+ - Use the symbolic close icon in the error dialog - Don't launch apps as children - bump glib (and gio, gthread, etc) minimum to 2.50.0 - relax automake requirement to 1.15 - Add new icon needed for xfce4-about-dialog. - Translation Updates: Slovenian Release notes for 0.7.2 ======================= [Please note that this is a development release.] - Update README.md - Translation Updates: Armenian, Armenian (Armenia), Hebrew, Lithuanian, Occitan (post 1500), Uyghur Release notes for 0.7.1 ======================= [Please note that this is a development release.] - Drop support for Gtk2 - Drop Gtk3 ifdefs - Switch to xfce_gtk_image_menu_item - Add support for GObject Introspection (Fixes #4) - Improve GObject introspection annotations (Fixes #8) - Fix missing transfer annotation - Field codes expansion API update - Transfer some code to libxfce4util - Fix default merge rules in xfce-applications.menu (Bug #15504) - Rename exo-helpers to the new xfce4-xx ones - Do not add INSTALL in dist tarball - Fix a memory leak - Switch to README.md and foreign automake mode - README: Use table for debug arguments - Add basic GitLab pipeline - Translation Updates: Albanian, Asturian, Chinese (Hong Kong), Danish, Dutch, Eastern Armenian, Estonian, Greek, Hebrew, Indonesian, Interlingue, Norwegian Nynorsk, Polish, Portuguese, Uzbek, Uzbek (Latin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06exo: upgrade 0.12.11 -> 4.16.0Andreas Müller
* exo-csource was removed. It is now xdt-csource shipped by xfce4-dev-tools => native build extension can go * gtk2 support is gone Release notes for 4.16.0 ======================== - Focus must not be required in single click mode (Issue #190) - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - Adjust padding only for vertical item orientation (Issue #48) - bump glib (and gio, gthread, etc) to 2.50.0 - Fix GCC warning (false negative) - Translation Updates: Basque, Estonian, Norwegian Bokmål, Portuguese (Brazil), Russian, Slovenian, Turkish, Vietnamese Release notes for 4.15.2 ======================== [Please note that this is a development release.] - icon-chooser-dialog: Allow removing selected icon (Fixes #2) - desktop-item-edit: Fix sensitivity of save button (Fixes #28) - Rework exo_icon_view_scroll_event for overshoot effect (Fixes #25) - Allow resizing the xfce4-settings window smaller (Fixes #19) - Drop exo-csource from exo - Fix build on OpenBSD (!2) - Fix race condition in make install (Fixes #29) - Remove unused perl module requirement - Replace bugzilla occurences with gitlab (Fixes #30) - Translation Updates: Albanian, Chinese (China), Chinese (Hong Kong), Danish, Eastern Armenian, French, German, Hebrew, Japanese, Kazakh, Korean, Lithuanian, Portuguese, Portuguese (Brazil), Russian, Swedish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06libxfce4ui: upgrade 4.14.1 -> 4.16.0Andreas Müller
GTK2 libs are gone so extra GRK2/GTK3 packages can go Release notes for 4.16.0 ======================== - about: Harmonize capitalisation - Update credits for Xfce 4.16 - Translation Updates: Basque, Bulgarian, Catalan, Chinese (Taiwan), Dutch, Galician, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian Release notes for 4.15.7 ======================== [Please note that this is a development release.] - 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: Portuguese (Brazil), Slovenian, Swedish Release notes for 4.15.6 ======================== [Please note that this is a development release.] - 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 (Fixes #30) - No startup notification in Wayland to prevent crash (Issue #17) - Translation Updates: Chinese (China), Chinese (Taiwan), Estonian, French, German, Hebrew, Indonesian, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Swedish, Turkish Release notes for 4.15.5 ======================== [Please note that this is a development release.] - Add new API xfce_spawn_no_child (!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 (Issue #27) - Improve xfce_icon_name API - No startup notification in wayland to prevent crash (Issue #17) - Add missing docstring - Fix typos - Add README.md to EXTRA_DIST - Translation Updates: Catalan, Chinese (China), Danish, Galician, German, Italian, Lithuanian, Turkish Release notes for 4.15.4 ======================== This is a development release of libxfce4ui aiming the upcoming release of Xfce 4.16. - Avoid redundant key re-grabbing - Adds new README.md and updates AM_INIT_AUTOMAKE - Silence compiler warnings (Fixes #25) - AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS - Add default shortcuts for tiling (Fixes #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 (fixes #20) - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur, Welsh Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Update bug URLs to point to gitlab.xfce - xfce-about: Hide empty email address tags (Fixes #12) - Remove translator email address as per request (Fixes #11) - Add missing translator "Hugo Carvalho" to xfce4-about (issue #18) - Replace deprecated 'gdk_keyboard_ungrab' function (Fixes #15) - shortcuts-grabber: Correctly ungrab keys on updating shortcuts (Fixes #16) - Add basic GitLab pipeline - 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. Followup of 231e57daccb5946379f413ed440629c32025f6f3 - Translation Updates: Albanian, Amharic, Arabic, Armenian, Armenian (Armenia), Basque, Belarusian, Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian, Welsh Release notes for 4.15.2 ======================== [Please note that this is a development release.] - 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 create the specific menu- or tool-items from an XfceGtkActionEntry - Add a widget for filename input (Bug #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 (Bug #11979) - Add more default keyboard shortcuts (Bug #16470) - shortcuts: Replace xfrun4 by xfce4-appfinder - shortcuts: Also map Homepage to browser - shortcuts: Remove calculator shortcut - Update gitignore - Translation Updates: Albanian, Basque, Belarusian, Chinese (China), Chinese (Taiwan), Croatian, Danish, Dutch, French, Galician, German, Hebrew, Hungarian, Kazakh, Malay, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovenian, Swedish, Ukrainian Release notes for 4.15.1 ======================== This release introduces the following features: - 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 Full changelog: - 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 (Bug #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 (Bug #16253) - Rename test-ui-gtk3 to test-ui - Improve docstrings - Fix typos - 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 (Bug #16259) - .gitignore: ignore all .o files - Make autogen output friendlier - Translation Updates: Albanian, Bulgarian, Catalan, Chinese (China), Croatian, Danish, Dutch, French, Galician, German, Hungarian, Italian, Japanese, Lithuanian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian Release notes for 4.15.0 ======================== - 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 (Bug #16054) - Bump Gtk3 to 3.22 (Bug #15781) - Do not use gdk_screen_get_monitor_at_point (Bug #15781) - Replace gtk_show_uri (Bug #15781) - Replace gdk_display_get_screen (Bug #15781) - Replace gdk_keymap_get_default (Bug #15781) - Replace deprecated device functions (Bug #15781) - Replace gdk_error_trap_* and gdk_flush (Bug #15781) - Ignore what is hard to replace (Bug #15781) - Add a dialog to confirm closure of multiple tabs (bug #15873) - Translation Updates: Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, English (United Kingdom), Finnish, French, Galician, German, Hungarian, Interlingue, Italian, Japanese, Korean, Norwegian Bokmål, Norwegian Nynorsk, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Turkish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfconf: upgrade 4.14.3 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Don't use shebang for bash completion file - Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump - bump glib (and gio, gthread, etc) minimum to 2.50.0 - remove last traces of xfconf-perl - Fix make distcheck and enable it on gitlab CI - Add README.md to EXTRA_DIST Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Fix stray double-quote in bash-completion PKG_CONFIG invocation - Disable parallelism on all tests - Adds new README.md and updates AM_INIT_AUTOMAKE - xfconf-cache: Fix access to freed data (#16) - Translation Updates: oc, he, hu, hy_AM, lt, sk, sq, ug, tr. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06libxfce4util: upgrade 4.14.0 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Bump xfce_version_string to 4.16 - Properly handle URI schemes other than "file" Release notes for 4.15.6 ======================== [Please note that this is a development release.] - Update configure.ac.in syntax - Namespace of the gir needs capital first letter - Bump GLib (and gio, gthread, etc) minimum to 2.50.0 - Remove typedef already defined by G_DECLARE_FINAL_TYPE macro (Fixes #4) Release notes for 4.15.5 ======================== [Please note that this is a development release.] This is an emergency release to account for the lack of version bump to 4.16pre2 in 4.15.4. - Bump Xfce version to 4.16pre2 - Add README.md to EXTRA_DIST Release notes for 4.15.4 ======================== This is a development release of libxfce4util aiming the upcoming release of Xfce 4.16. - Create README.md - Translation Updates: Albanian, Armenian, Hebrew, Slovak, Uyghur Release notes for 4.15.3 ======================== [Please note that this is a development release.] - Version bump in preparation of 4.16pre1 Release notes for 4.15.2 ======================== [Please note that this is a development release.] - Complete the field codes expansion Release notes for 4.15.1 ======================== [Please note that this is a development release.] - Add field codes expansion and related utilities (code moved from garcon) - docs: Show the "Miscellaneous Utilities" section - Add basic GitLab pipeline - Translation Updates: Albanian, Armenian (Armenia), Asturian, Belarusian, Hindi, Italian, Spanish, Uzbek Release notes for 4.15.0 ======================== - Bump the Xfce version to 4.15 - Translation Updates: Albanian, Galician, Spanish Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-06xfce4-dev-tools: upgrade 4.14.0 -> 4.16.0Andreas Müller
Release notes for 4.16.0 ======================== - Bump glib to 2.50 based on xfce4.16 roadmap - Do not process @LINGUAS@ at xdt-autogen stage - Fail xfce-build container generation if there is any error - helpers: Prefer xfce-build over xfce-test (Fixes #38) - helpers: Add new helper xfce-open-gitlab - helpers: Add helper to locally run xfce-build - helpers: Add xfce-build 'pull' argument - xfce-build: Add Thunar to container (Fixes #40) - Disable CFLAGS override when building CI container - use strict CFLAGS to catch common mistakes in ci pipeline - Add xvfb on xfce-build Release notes for 4.15.1 ======================== [Please note that this is a development release.] Various improvements to the helpers introduced in 4.15.0, cleanup of xdt-autogen code (thanks to Gaël Bonithon), various fixes for our CI. - get-translations: Fix line wrapping - xdt-autogen: Various small improvements - xdt-autogen: Properly handle whitespaces in filenames - xdt-autogen: Use sed instead of tr to replace strings - Updates README.md - xfce-build: Add libclutter-1.0-dev for xfdashboard build - Update .gitignore - helpers: Use blank line for tags message - helpers: Reuse release notes from NEWS for tag message - helpers: Simplify xfce-update-news - helpers: Do not strip NEWS blank line at EOF - helpers: Install xfce-do-release - xfce-build: Add depend for mousepad (Fixes #37) - helpers: Add do-release helper and Readme - xfce-build: Install python3 version of distutils-extra - helpers: Make get-translations executable - get-translations: Remove last comma - get-translations: Correctly get locale from commit messages - xfce-build: Replace build-dep with package names Release notes for 4.15.0 ======================== [Please note that this is a development release.] - New macro XDT_VERSION_INIT(SEMVER[, TAG]) This macro takes care of setting up the version numbering. It will define the following macros based on SEMVER and TAG: - xdt_version - xdt_version_major - xdt_version_minor - xdt_version_micro - xdt_version_tag - xdt_version_build - xdt_debug_default If TAG isn't specified, the xdt_version_tag and xdt_version_git will be empty and xdt_debug_default will be set to "minimum", otherwise the xdt_version_build will contain a git hash and xdt_debug_default will be set to "yes" Example usage: XDT_VERSION_INIT([4.15.3],[git]) AC_INIT([xfce4-someproject], [xdt_version()]) ... XDT_FEATURE_DEBUG([xdt_debug_default]) - XDT_I18N macro will now automatically find the linguas if none are specified during the autoconf run. - Install m4 macros in default search dir. This makes autoconf find the macros by default. By setting version via XDT_VERSION_INIT and using XDT_I18N without arguments, this is no longer necessary to use a separate configure.ac.in and a plain configure.ac can be used ! A big thank to Natanael Copa (ncopa) for his work on this part ! - xfce4-dev-tools now also handle the CI (docker container, .gitlab-ci.yml templates files etc) on our new gitlab instance. A merge request or a push to master to any of our projects automatically trigger a build. This will help us to catch errors quicker and have better quality. Thanks to Jason Yavorska and Simon Steinbeiss. - New helpers are also available (xfce-get-release-notes, xfce-get-translations, xfce-update-news) to help our maintainers to do releases ! Thanks Simon again. - Use datarootdir instead of datadir - xdt-autogen: explicitly set search path for m4 macros - Install the xfce-helpers - Add two new helpers to help releasers - Install m4 macros into default $datadir/aclocal - Update README for new gitlab urls - xdt-autogen: Improve and simplify linguas detection - Let XDT_I18N automatically find the po/*.po as default - Let configure generate the xdt-autogen script - Implement XDT_VERSION_INIT - Add manpage and tests to xdt-csource - Add xfce4-dev-tools build in addition to container build - Check BEFORE_SHA along with changes to .po files - gitlabci: Ensure to run autogen in distcheck stage - Switch to "foreign" mode for automake - Add CI templates notes - Update README with explanation of Dockerfile - Fix whitespace error - Add helper script to get all translation-updates - Integrate xfce-build container build/creation Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-mount-plugin: upgrade 1.1.3 -> 1.1.5Andreas Müller
Release notes for 1.1.5 ======================= Updated and revised German translation; further enhanced autotools setup; checked compilation and functionality on FreeBSD 12.2. Release notes for 1.1.4 ======================= - Remove unused variable exclude_devicenames - Remove obsolete panel version 4.9 check - Remove checks for unused functions from configure.ac - Include stdlib because malloc is used - Spellfix. Add missing "e" to siz (size) - Update URLs from goodies.x.o to docs.x.o (Bug #16168) - Fix build with panel 4.15 - Make build less verbose - Another change to the SVG icon file canvas size - Updated svg image to have a larger canvas so that the panel can be resized up to 192 pixels size - Added title to popup menu; even if it is not empty (Bug #14478) - https URL instead of http - Renamed improperly named member variable of main mountpoint display structure - Display percentage on progress bar again (regression from port to Gtk3) - Reformatted popup information with more columns and nicer alignment. (Bug #14670) - Fix bug 13624 by not trying to save when closing the plugin, but already and only when closing the settings dialog - Translation Updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (United Kingdom), Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-xkb-plugin: upgrade 0.8.1 -> 0.8.2Andreas Müller
Release notes for 0.8.2 ======================= - Fix build with panel 4.15 - Update configure.ac.in syntax - scale alternate layout dots to be visible on hi dpi displays - Add basic GitLab pipeline - Minor build updates - Update URLs from goodies.x.o to docs.x.o (Bug #16184) - Update .gitignore - s/http/https - Update Myanmar flag - Improve spacing (Bug #14684) - Fix compilation warnings - Add -lX11 to libxkb_la_LIBADD - Translation Updates: Albanian, Arabic, Armenian (Armenia), Asturian, Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), English (United Kingdom), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Uzbek, Uzbek (Latin) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-whiskermenu-plugin: upgrade 2.4.6 -> 2.5.1Andreas Müller
Release notes for 2.5.1 ======================= - Fix not always using new action icons. (Issue #33) Release notes for 2.5.0 ======================= - Add option to show all applications by default. (Issue #4) - Rearrange sidebar buttons to match default category. (Issue #9) - Show panel button title as tooltip in icon-only mode. (Issue #12) - Always sort top-level categories. - Vertically center contents of header. - Use new Xfce action icons. - Use new desktop ids for default programs. - Rewrite to hide menu on focus out. - Refactor code to use new Xfce functions. - Refactor building translations. - Translation updates: Bulgarian, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Esperanto, French, Galician, German, Italian, Korean, Lithuanian, Malay, Polish, Portuguese, Portuguese (Brazil), Slovak, Spanish, Swedish, Turkish. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>