[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (bca7265 -> c72554b)

noreply at xfce.org noreply at xfce.org
Sat Mar 4 00:32:12 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  bca7265   Remove unnecessary cast
       new  8100905   use load_css_data with stringlenth argument so that the css data will be copied away and doesn't need to be held by the plugin
       new  ae48fbb   respect "new" output of hddtemp "SLP" for sleeping; otherwise memory will be overwritten at some places, leading to segfaults
       new  a0392b9   update copyright year
       new  c72554b   Many doxygen corrections and default doxygen file for creating developer documentation from within the new doc folder; also removed some outdatet comments and increased coherence with the coding guidelines

The 4 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:
 configure.ac.in                |    2 +-
 doc/doxygen.cfg                | 2494 ++++++++++++++++++++++++++++++++++++++++
 include/acpi.h                 |   52 +-
 include/configuration.h        |   35 +-
 include/hddtemp.h              |   16 +-
 include/lmsensors.h            |   28 +-
 include/middlelayer.h          |   45 +-
 include/nvidia.h               |   14 +-
 include/sensors-interface.h    |   67 +-
 include/types.h                |   21 +-
 lib/acpi.c                     |   15 +
 lib/configuration.c            |    5 +
 lib/hddtemp.c                  |   20 +-
 lib/helpers.c                  |    3 +
 lib/lmsensors.c                |   11 +
 lib/middlelayer.c              |   29 +-
 lib/nvidia.c                   |   16 +-
 lib/sensors-interface-common.c |    3 +
 lib/sensors-interface.c        |   15 +-
 panel-plugin/sensors-plugin.c  |   95 +-
 20 files changed, 2836 insertions(+), 150 deletions(-)
 create mode 100644 doc/doxygen.cfg

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


More information about the Xfce4-commits mailing list