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

noreply at xfce.org noreply at xfce.org
Sat Mar 18 18:26:40 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  b962ce0   I18n: Update translation ms (100%).
       new  a538c5c   added manpage for standalone application
       new  6150b59   Rewrite of tacho widget for Gtk3; updating will work now when caring for issuing the draw operations on the area; much increased documentation
       new  437861c   removed some outcommented leftovers from the past development tries
       new  c9b549d   Correct order of updating value and color for tacho widgets; issue draw event for tachos in refresh function
       new  8f744c0   call tacho member functions; better documentation; removed outcommented code; remove unused function close_window_requested
       new  8999d40   more doxygen/javadoc-compliant documentation; nicer formatting in makefile for tabs with 4 spaces
       new  f87d472   remove outcommented lines with regular expressions for symbol exports from Makefile.am
       new  6e4cbda   remove inline sources from generated documentation; was too much and too confusing
       new  79eec44   don't strdup the sensors->path in acpi; annotations for further optimization of excution time in middlelayer when getting a feature's value
       new  ea89de8   Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin

The 10 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                    |   1 +
 doc/doxygen.cfg                    |   2 +-
 include/Makefile.am                |  18 +-
 include/nvidia.h                   |   1 +
 include/sensors-interface-common.h |  55 ++-
 include/sensors-interface-plugin.h |  91 ++---
 include/sensors-interface-types.h  |  10 +-
 include/tacho.h                    | 119 ++++---
 include/types.h                    |  61 +++-
 lib/acpi.c                         |   1 -
 lib/middlelayer.c                  |   2 +
 lib/tacho.c                        | 674 ++++++++-----------------------------
 panel-plugin/Makefile.am           |   3 -
 panel-plugin/sensors-plugin.c      |   6 +-
 src/Makefile.am                    |  11 +-
 src/actions.c                      |  22 +-
 src/actions.h                      |  10 +
 src/callbacks.c                    |  10 -
 src/callbacks.h                    |  15 +-
 src/interface.c                    |   1 -
 src/interface.h                    |   5 +
 src/main.c                         |  22 +-
 src/xfce4-sensors.1.in             |  40 +++
 23 files changed, 489 insertions(+), 691 deletions(-)
 create mode 100644 src/xfce4-sensors.1.in

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


More information about the Xfce4-commits mailing list