aboutsummaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins
AgeCommit message (Collapse)Author
2022-04-11xfce4-eyes-plugin: upgrade 4.5.1 -> 4.6.0Andreas Müller
Release notes for 4.6.0 ======================= - Add Chibi theme (!4) - Small code improvements - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06Allow several components notificationAndreas Müller
Never understood why we disappoint users by creating packages that behave differently from what they are used to in non-embedded distributions. Particularly when not saving build time: xfce4-notifyd which is a center component of XFCE and should be part of any useful image depends upon libnotify unconditionally. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06xfce4-sensors-plugin: upgrade 1.4.2 -> 1.4.3Andreas Müller
Release notes for 1.4.3 ======================= - Fix translations not showing in the GUI - Use locale-independent floats in configuration files - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06xfce4-diskperf-plugin: upgrade 2.6.3 -> 2.7.0Andreas Müller
Release notes for 2.7.0 ======================= - Enable high-frequency tooltip updates - Remove rounding to multiples of 5 MiB/s - Change default maximum I/O bandwidth from 40 MiB/s to 1024 MiB/s - Adjust tooltip spacing - Update and sort the list of authors - Bump required GTK+ version to 3.16 - Update README - Reformat copyright notices - Update configuration files - Fix compilation warnings - Code cleanups - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06xfce4-cpugraph-plugin: upgrade 1.2.5 -> 1.2.6Andreas Müller
Release notes for 1.2.6 ======================= - Fix translations not showing in the GUI - Don't save some defaults to configuration files - Fix visibility of the associated-command configuration - Update configure.ac.in syntax - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-04-06xfce4-cpufreq-plugin: upgrade 1.2.5 -> 1.2.7Andreas Müller
Release notes for 1.2.7 ======================= - Use locale-independent floats in configuration files - Fix translations not showing in the GUI - Translation Updates Release notes for 1.2.6 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Update README - Prevent cur_freq sysfs reads from stalling plugin initialization - Enable fractional update internals - Prevent sysfs read latency from interfering with GUI updates - Improve static type-safety of signal handlers - Replace C pointers with reference-counted pointers - Cleanup configuration files - Bump libxfce4panel requirement from 4.12 to 4.14 - Update copyright year - Bump required xdt-autogen version to 4.14.0 - Update configure.ac.in syntax - Update and sort the list of authors - Manually update %d to %zu in translations - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-03-04recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2022-01-05xfce4-whiskermenu-plugin: upgrade 2.6.2 -> 2.7.1Andreas Müller
Release notes for 2.7.1 ======================= - Fix not selecting second icon in search results. (Issue #50) - Fix incorrect selection when leaving treeview. - Fix skipping first treeview item. - Fix unnecessary button size changes. - Translation updates Release notes for 2.7.0 ======================= - Add showing categories as icons on top or bottom. (Issue #62) - Add hiding username. (Issue #36) - Add rounded profile picture. - Add optional AccountsService support. - Add catfish search action. - Add CSS classes for theming. - Improve search result relevance. - Make stripping release builds optional. - Rearrange settings dialog. - Remove sliding out search results. - Remove useless grab check. - Rename icon to follow reverse DNS scheme. - Replace size grip with resizing from edges. - Replace slots with lambdas. - Use original menu layout. - Use dm-tool for switching users. - Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20xfce4-sensors-plugin: upgrade 1.4.1 -> 1.4.2Andreas Müller
Release notes for 1.4.2 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Prevent overlap of tachometer titles - Improved standalone app layout - Fix crash in hddtemp codepath with a SATA SSD drive - Increase default temperature ranges of HDDs and NVIDIA GPUs by 10℃ - Remove default values from RC configuration files - Suppress title after the user adds the 1st sensor - Remove hard-coded limits restricting the maximum number of sensors - Test all possible build configurations using brute-force search - Use xfce4::connect instead of the less safe g_signal_connect - Enable lm_sensors in GitLab distcheck - Fix memory leaks - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20xfce4-cpugraph-plugin: upgrade 1.2.3 -> 1.2.5Andreas Müller
Release notes are found at * 1.2.4 -> [1] * 1.2.5 -> [2] [1] https://mail.xfce.org/pipermail/xfce/2021-October/037411.html [2] https://mail.xfce.org/pipermail/xfce/2021-October/037415.html Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-20xfce4-whiskermenu-plugin: upgrade 2.5.3 -> 2.6.2Andreas Müller
Changes in version 2.6.2 Released on November 13, 2021 Fix background shifting when showing menu (Issue #41) Fix menu not toggling after pressing escape (Issue #65) Properly prevent interactive search in treeview Changes in version 2.6.1 Released on October 13, 2021 Fix menu not toggling (Issue #61) Fix small icon in multi-row panels (Issue #37) Fix missing minimize and maximize buttons in settings dialog Replace deprecated code for grab check Translation updates Changes in version 2.6.0 Released on September 19, 2021 Fix unable to resize with metacity (Issue #56) Fix invalid desktop files when hiding applications (Issue #53) Fix not showing focused launcher when searching (Issue #45) Add option to disable sorting categories (Issue #42) Translation updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03recipes: Update SRC_URI branch and protocolsRichard Purdie
This patch updates SRC_URIs using git to include branch=master if no branch is set and also to use protocol=https for github urls as generated by the conversion script in OE-Core. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-11-03xfce4-sensors-plugin: upgrade 1.3.95 -> 1.4.1Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-08-03Convert to new override syntaxMartin Jansa
This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-05-11xfce4-clipman-plugin: upgrade 1.6.1 -> 1.6.2Andreas Müller
Release notes for 1.6.2 ======================= This stable release targets Xfce 4.16, as it relies on the same GLib version. - Add G_GNUC_FALLTHROUGH definition if GLib < 2.60 - Remove obsolete GTK_CHECK_VERSION checks - Fix function prototypes - Remove GSourceFunc casts - Fix compilation warnings - automake: Enable subdir-objects - autoconf: Some updates - Check for `locale.h` required in release mode - Update `.gitignore` - Require gtk 3.22.29 - Fix GCC warnings - Fix return type of grab_keyboard - Add README.md - Avoid deprecated warnings with Gdk >= 3.22 - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Make settings window title translateable (Bug #16625) - history: Re-enable singleton - menu: Indicate primary and clipboard content - menu: Indicate the primary clipboard item - Speed up shutdown and paste - Correct location of appstream info - Fix a couple of grammatical errors - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-05-11xfce4-systemload-plugin: upgrade 1.3.0 -> 1.3.1 / introduce PACKAGECONFIGsAndreas Müller
* Both dependencies upower/libgtop are optional so add PACKAGECONFIG and enable both because they are worth it. * The term '(uses libgtop as a fallback)' below is a bit misleading: In xfce4-systemload-plugin-1.3.1/panel-plugin/network.c we find whole code wrapped by #ifdef HAVE_LIBGTOP / #endif. So in case libgtop is not found nothing of value is compiled. 1.3.1 (2021-03-22) ===== - Update README.md - Update and sort the list of authors - Add a simple network bandwidth monitor (uses libgtop as a fallback) - Remove 4-valued history - Fix initial progress bar value - Fix system-monitor-command setting (Fixes #15) - Distinguish uptime from the appearance of a digital real-time clock - Replace "Options" with "Label" in the properties dialog - Finish porting to xfconf - Update docs URL - Code cleanups - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-04-08xfce4-battery-plugin: upgrade 1.1.3 -> 1.1.4Andreas Müller
Release notes for 1.1.4 ======================= - Add help button to properties dialog - Drop subtitle from settings dialog - Fix labels alignment for very small panels - Fix compilation warnings - automake: INCLUDES -> AM_CPPFLAGS - autoconf: Some updates - Remove unnecessary boxes - Remove GSourceFunc casts - Add new README.md, update AM_INIT_AUTOMAKE - Add basic GitLab pipeline - Update URLs from goodies.xfce.org to docs.xfce.org (Bug #16154) - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-16xfce4-systemload-plugin: 1.2.4 -> 1.3.0Kai Kang
Release notes for 1.3.0 ======================= - Port to xfconf - Add new icons and switch to rDNS naming - Add Help button to properties dialog - Fix compilation warnings - autoconf: Some updates - Update `.gitignore` - configure.ac: use AC_PROG_CC_C99 - Translation Updates: Belarusian, Bulgarian, English (Canada), Hungarian, Russian, Turkish, Ukrainian Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-16xfce4-weather-plugin: 0.10.2 -> 0.11.0Kai Kang
Release notes for 0.11.0 ======================== - Port to Xfconf Please note that settings from the rc file are not automatically migrated. - Fix null g_array_sort() argument - settings: Use infobar and symbolic icons - Improve forecast window - autoconf: Remove AC_HEADER_STDC - Update `.gitignore` - Set pointers to NULL - Fix double-free - Fix missing-prototypes - Enable debug=yes when compiling from git and fix warnings - Remove GSourceFunc casts - Update copyright - Translation Updates: Basque, Belarusian, Bulgarian, Czech, Danish, Finnish, Greek, Portuguese (Brazil), Russian, Serbian, Slovak, Turkish, Ukrainian Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-16xfce4-genmon-plugin: 4.1.0 -> 4.1.1Kai Kang
Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-16xfce4-netload-plugin: 1.3.2 -> 1.4.0Kai Kang
Release notes for 1.4.0 ======================= - Add new icons and switch to rDNS naming - Add "About" dialog - Add help button to properties dialog - Improve progressbar look - Update URLs from goodies.x.o to docs.x.o (Bug #16170) - Fix compilation warnings - autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS - Update `.gitignore` - Fix missing-prototypes - Remove GSourceFunc casts - Populate a combo box with known network interfaces - remove unused wormulon files - Move to common m4 versioning macros - Fix type for media_list on OpenBSD - Add basic GitLab pipeline - Translation Updates: Albanian, Basque, Belarusian, Chinese (Taiwan), Danish, Eastern Armenian, English (Canada), Finnish, Galician, Hebrew, Hungarian, Interlingue, Russian, Slovak, Slovenian, Spanish, Swedish, Turkish, Uyghur Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-03-16xfce4-cpufreq-plugin: 1.2.2 -> 1.2.5Kai Kang
Upgrade xfce4-cpufreq-plugin from 1.2.2 to 1.2.5: * drop patches which are fixed in upstream already Release notes for 1.2.3 ======================= - configure.ac: use AC_PROG_CC_C99 - Remove duplicate information from configuration window's title - Fix missing-prototypes - Remove GSourceFunc casts - Fix font color memory leak - Fix fatal compiler warnings - Record release date in the NEWS file like in all previous releases - Fix CSS provider memory leak and an invalid line ordering in an if-statement - Use heap allocations instead of stack allocations - Better handling of changes in the number of installed CPUs - Display the actual governor instead of "current" - Fix font size (#5) - Translation Updates: Albanian, Arabic, Armenian (Armenia), 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, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Release notes for 1.2.4 ======================= - Display governors even if they differ among CPU cores - Enable fixed units in the frequency text box - Create the label widget if it does not exist - Code cleanup: Rename label to label_orNull - Code cleanup: Use local pointers to cpuFreq->options - Fix compilation warnings - AC_CONFIG_MACRO_DIR → AC_CONFIG_MACRO_DIRS. - Update copyright year - Translation Updates: Albanian, Arabic, Armenian (Armenia), 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, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur Release notes for 1.2.5 ======================= - Code cleanup: Fix percentile variable names - Use 99th percentile as the maximum frequency when adjusting icon color - Display text using a drawing area instead of using a label with CSS - Fix a minor memory leak - Code cleanup: Remove function parameter having value of a global variable - Code cleanup: Avoid old-style C function definitions - Enable font color reset - Disable font settings when not displaying text - Switch to symbolic close icons - Bump required version of Xfce UI to 4.14 - Add NetBeans project directory to .gitignore - Code cleanup: Remove declarations from for-loops - Unconditionally remove label's old CSS style - Avoid redundant calls to GTK+ set functions when updating the label - Adjust CPU icon color according to frequency - Code cleanup: Remove inline keywords - Fix invalid iteration over an array - Do not ignore the return value of fscanf() - Code cleanup: Remove redundant zeroing after g_new0() - Code cleanup: Minor code simplification - Compute max_freq and min_freq when calculating avg/min/max - Code cleanup: Update code to match the coding style - Fix a minor memory leak - Code cleanup: Sink variables to inner block scopes - Initialize global variable to NULL - Fix conditional memory leak and remove redundant g_strdup() calls - Allocate space for fgets() on the stack instead of on the heap - Code cleanup: Move config validation and sensitivity to separate functions - Code cleanup: Use a single bit to store boolean values - Delete font name from RC file if using the default font - Translation Updates: Albanian, Basque, Catalan, Chinese (Taiwan), Danish, Dutch, French, Galician, German, Greek, Italian, Japanese, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Serbian, Slovak, Spanish, Swedish, Turkish Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
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-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-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-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-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-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-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>
2021-01-05xfce4-wavelan-plugin: upgrade 0.6.1 -> 0.6.2Andreas Müller
Release notes for 0.6.2 ======================= - Fix build with panel 4.15 - Fix ISO C90 forbids mixed declarations and code - Update configure.ac.in syntax and enable debug when building from git - Create README.md. Update configure.ac.in - Add basic GitLab pipeline - Update .gitignore, fix configure scripts - Update URLs from goodies.x.o to docs.x.o (Bug #16181) - Make build less verbose - s/http/https - Translation Updates: Albanian, Armenian (Armenia), Belarusian, Bulgarian, Chinese (Taiwan), Eastern Armenian, English (Canada), French, Galician, Greek, Hebrew, Hungarian, Polish, Slovak, Slovenian, Spanish, Turkish, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-verve-plugin: upgrade 2.0.0 -> 2.0.1Andreas Müller
Release notes for 2.0.1 ======================= - Fix build with panel 4.15 - Modernize configure.ac.in - Fix xfce_rc_read_entry usage - Fix gdk_rgba_to_string usage - Fix GtkAdjustment usage - Fix GtkColorChooser usage - Fix GtkColorChooser usage - Fix GtkLabel usage - Fix GIOStream usage - Fix gtk_label_set_text call - Fix gtk_style_context_add_provider call - Fix discarded-qualifiers - Fix missing-prototypes - Remove GSourceFunc casts - Create README.md. Update configure.ac.in - Use GtkColorButton to pick foreground and background colors - Translation Updates: Albanian, Armenian (Armenia), Asturian, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), Esperanto, Finnish, French, Galician, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-systemload-plugin: upgrade 1.2.3 -> 1.2.4Andreas Müller
Release notes for 1.2.4 ======================= - Allow compilation with panel 4.15+ - Fix missing-prototypes - Remove GSourceFunc casts - Fix the properties dialog and a hidden memory corruption - Avoid repainting bars if there are no visual changes - Update copyright year - Update URLs - Create README.md and update configure.ac.in - Add basic GitLab pipeline - Update URLs from goodies.x.o to docs.x.o (Bug #16178) - Translation Updates: Albanian, Arabic, 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, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, 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-05xfce4-smartbookmark-plugin: upgrade 0.5.1 -> 0.5.2Andreas Müller
Release notes for 0.5.2 ======================= - Fix build with panel 4.15 - Fix ISO C90 forbids mixed declarations and code - Update configure.ac.in syntax - Create README.md. Update configure.ac.in - Add basic GitLab pipeline - Update URLs from goodies.x.o to docs.x.o (Bug #16176) - Fix build with panel 4.15 - Make build less verbose - s/http/https - Translation Updates: Albanian, Belarusian, Bulgarian, Eastern Armenian, English (Canada), Estonian, Galician, Hebrew, Hindi, Icelandic, Slovak, Slovenian, Spanish, Turkish, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-fsguard-plugin: upgrade 1.1.1 -> 1.1.2Andreas Müller
Release notes for 1.1.2 ======================= - Improve spacing in settings dialog (Bug #14665) - Fix "ISO C90 forbids mixed declarations and code" - Modernize the configure.ac.in file - Remove GSourceFunc casts - Replace obsolete xfce_create_panel_button usage - Adds new README.md updates AM_INIT_AUTOMAKE - Add basic GitLab pipeline - Add gitignore - Update URLs from goodies.x.o to docs.x.o (Bug #16163) - Translation Updates: Albanian, Belarusian, Bulgarian, Eastern Armenian, English (Canada), Estonian, Finnish, Galician, Hebrew, Interlingue, Slovak, Slovenian, Spanish, Turkish, Uyghur Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-diskperf-plugin: upgrade 2.6.2 -> 2.6.3Andreas Müller
Release notes for 2.6.3 ======================= - Fix build with panel 4.15+ - Fix missing-prototypes - Remove GSourceFunc casts - Add basic GitLab pipeline - Update URLs from goodies.x.o to docs.x.o (Bug #16160) - Update .gitignore - Make build less verbose - Translation Updates: Albanian, Arabic, Armenian (Armenia), Belarusian, Chinese (Taiwan), Croatian, Eastern Armenian, English (Canada), English (United Kingdom), Galician, Greek, Hebrew, Indonesian, Korean, Latvian, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese (Brazil), Slovak, Slovenian, Spanish, Swedish, Turkish, 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-datetime-plugin: upgrade 0.8.0 -> 0.8.1Andreas Müller
Release notes for 0.8.1 ======================= - Fix build with panel 4.15 - Update configure.ac.in syntax and enable debug when building from git - Remove GSourceFunc casts - Fix font size (#30) - Add new README.md and update AM_INIT_AUTOMAKE - Add basic GitLab pipeline - Update URLs from goodies.x.o to docs.x.o (Bug #16159) - s/http/https - Update .gitignore - Make build less verbose - Translation Updates: Albanian, Armenian (Armenia), Belarusian, Eastern Armenian, English (Canada), Estonian, Galician, Hebrew, Interlingue, Persian (Iran), Slovak, Spanish, Turkish, Uyghur, Uzbek Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-cpugraph-plugin: upgrade 1.1.0 -> 1.2.0Andreas Müller
Release notes for 1.2.0 ======================= - Highlighting of suboptimal thread placement on SMT CPUs - Separate the associated command from the rest of config options - Better resilience to inconsistent OS CPU utilization data - Display 'Show bars' in the same tab as 'Bars color' - Clamp CPU usage values to zero if they are below a threshold - Cleanup NEWS file - Use larger unscaled icon in about dialog - Add small explanation about default commands - Dynamic default command lookup - Fix RGBA string memory leak - Fix an invalid memory reference - Link sensitivity of labels to sensitivity of color buttons - Allow setting colors with alpha - Revalidate the event box after showing widgets - Use floating-point instead of fixed-point CPU load values - Paint CPU usage if it is 1 pixel tall - Lower CPU usage when rendering bars - Update URLs - Improve performance of CPU data parsing - Read CPU data correctly if some CPUs are offline (!7) - Paint CPU bars in left-to-right order - Separate the bars from the history frame - Fix old-style function warnings - Fix clang and gcc warnings - Also offer a 3 second update interval (#9) - Update URLs from goodies.x.o to docs.x.o (Bug #16157) - Allow compilation with panel 4.15 - Fix typo breaking build on NetBSD (Bug #15794) - Disable frame and make background transparent by default - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), 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, Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu, Urdu (Pakistan), Uyghur, Vietnamese Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-05xfce4-calculator-plugin: upgrade 0.7.0 -> 0.7.1Andreas Müller
Release notes for 0.7.1 ======================= - Add option to not move cursor after calculations (#3) - Align spin buttons in properties dialog - Add close button to properties dialog - Handle delete event when properties dialog is closed - Adds new README.md updates AM_INIT_AUTOMAKE - Update URLs from goodies.x.o to docs.x.o (Bug #16155) - Allow compilation with panel 4.15 - Disable emoji input - Translation Updates: Albanian, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), English (Canada), Estonian, Finnish, French, Galician, German, Hebrew, Hindi, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Korean, Lithuanian, Malay, Norwegian Bokmål, Persian (Iran), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Turkish, Ukrainian Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-19xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0Kai Kang
1.3.0 - GTK 3 Port - Remove Libgcrypt dependency - Move "watching" column to the left to avoid overlapping with scrollbar - Add support for XfceTitledDialog new API - Fix cast to pointer - Replace deprecated GTimeVal - Update URLs from goodies.x.o to docs.x.o (Bug #16167) - Added support for multi-row/column panels in xfce4-panel > 4.9 - Fix running command on each change of the count - Fix running an empty command - Do not run command when new message count is 0 - Add SSL support CFLAGS and LDFLAGS conditionally - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-19xfce4-weather-plugin: 0.10.1 -> 0.10.2Kai Kang
0.10.2 ====== - weather-icon: fix use-after-free in get_user_icons_dir - Fix GTimeVal deprecation - Update copyright/bugzilla URLs - Switch to the 2.0 API - Add basic GitLab pipeline - Bug #16717: Move from exo-csource to xdt-csource - Fix unprintable character in summary subtitle (bug #16394) - Improve contrast in weather report, similar to GTK2 + Adwaita (bug #15806) - Enable keyboard scrolling in Details pane (bug #15912) - Support solarnoon and solarmidnight (bug #15771) - Fix day/night calculation (bug #16091) - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-11-19xfce4-cpufreq-plugin: 1.2.1 -> 1.2.2Kai Kang
1.2.2 - Update URLs and copyright year - Add basic GitLab pipeline - Fix compilation with gcc-10 - Update URLs from goodies.x.o to docs.x.o (Bug #16156) - s/http/https - Fix build with panel 4.15 - Replace GtkStock buttons - Rename applet to plugin (Bug #15582) - Post release tag bump - Translation Updates Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>