[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (509aadb -> c568121)

noreply at xfce.org noreply at xfce.org
Wed Feb 15 22:25:31 CET 2017


This is an automated email from the git hooks/post-receive script.

timystery pushed a change to branch master
in repository panel-plugins/xfce4-sensors-plugin.

      from  509aadb   refactoring and code cleanup in hddtemp and configuration parts
       new  0499ca9   Removed svn id from files and updated copyright notices and formatted file headers similarly
       new  c568121   Fix missing variable refactoring; refactor more code, cleanup.

The 2 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:
 Makefile.am                        |   1 -
 configure.ac.in                    |   1 -
 include/Makefile.am                |   1 -
 include/acpi.h                     |   5 +-
 include/configuration.h            |   1 -
 include/hddtemp.h                  |   9 +-
 include/lmsensors.h                |  29 +++---
 include/middlelayer.h              |   5 +-
 include/nvidia.h                   |   6 +-
 include/sensors-interface-common.h |   5 +-
 include/sensors-interface-plugin.h |   5 +-
 include/sensors-interface-types.h  |  19 ++++
 include/sensors-interface.h        |   5 +-
 include/tacho.h                    |   7 +-
 include/types.h                    |   7 +-
 lib/acpi.c                         |   5 +-
 lib/configuration.c                |  15 +--
 lib/hddtemp.c                      | 187 +++++++++++++++++--------------------
 lib/helpers.c                      |   6 +-
 lib/lmsensors.c                    |  86 +++++++----------
 lib/middlelayer.c                  |   6 +-
 lib/sensors-interface-common.c     |   5 +-
 lib/sensors-interface.c            |   5 +-
 lib/tacho.c                        |   4 +-
 panel-plugin/sensors-plugin.c      |   5 +-
 panel-plugin/sensors-plugin.h      |   5 +-
 src/Makefile.am                    |   1 -
 src/actions.c                      |   5 +-
 src/actions.h                      |   6 +-
 src/callbacks.c                    |   6 +-
 src/callbacks.h                    |   6 +-
 src/interface.c                    |   6 +-
 src/interface.h                    |   6 +-
 src/main.c                         |  17 +---
 34 files changed, 234 insertions(+), 254 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list