[Xfce4-commits] [panel-plugins/xfce4-cpufreq-plugin] branch master updated (1c834a7 -> ea18d17)
noreply at xfce.org
noreply at xfce.org
Fri Sep 21 15:21:36 CEST 2018
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-cpufreq-plugin.
from 1c834a7 Improved spacing (Bug #14661)
new 527dd8a Format source
new b742809 Refactor: split cpufreq-linux.c
new 2e40310 Remove gettext macro
new ebe93cf Clean up and resolve -Wall warnings
new 6c34eee Check if each cpu is online (Bug #14641)
new 7c820df Use xfce_panel_plugin_lookup_rc_file (Bug #11823)
new ea18d17 Fallback to xfce_panel_plugin_save_location
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
panel-plugin/Makefile.am | 8 +-
panel-plugin/xfce4-cpufreq-configure.c | 610 +++++-----
panel-plugin/xfce4-cpufreq-configure.h | 22 +-
panel-plugin/xfce4-cpufreq-linux-procfs.c | 184 +++
...pufreq-utils.h => xfce4-cpufreq-linux-procfs.h} | 16 +-
panel-plugin/xfce4-cpufreq-linux-pstate.c | 86 ++
...pufreq-utils.h => xfce4-cpufreq-linux-pstate.h} | 14 +-
panel-plugin/xfce4-cpufreq-linux-sysfs.c | 259 +++++
...cpufreq-linux.h => xfce4-cpufreq-linux-sysfs.h} | 20 +-
panel-plugin/xfce4-cpufreq-linux.c | 493 ++------
panel-plugin/xfce4-cpufreq-linux.h | 3 -
panel-plugin/xfce4-cpufreq-overview.c | 505 ++++----
panel-plugin/xfce4-cpufreq-plugin.c | 1221 +++++++++++---------
panel-plugin/xfce4-cpufreq-plugin.h | 80 +-
panel-plugin/xfce4-cpufreq-utils.c | 62 +-
po/POTFILES.in | 3 +
16 files changed, 1936 insertions(+), 1650 deletions(-)
create mode 100644 panel-plugin/xfce4-cpufreq-linux-procfs.c
copy panel-plugin/{xfce4-cpufreq-utils.h => xfce4-cpufreq-linux-procfs.h} (73%)
create mode 100644 panel-plugin/xfce4-cpufreq-linux-pstate.c
copy panel-plugin/{xfce4-cpufreq-utils.h => xfce4-cpufreq-linux-pstate.h} (76%)
create mode 100644 panel-plugin/xfce4-cpufreq-linux-sysfs.c
copy panel-plugin/{xfce4-cpufreq-linux.h => xfce4-cpufreq-linux-sysfs.h} (70%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list