[Xfce4-commits] [panel-plugins/xfce4-sensors-plugin] branch master updated (ab4e139 -> 77c7b7b)

noreply at xfce.org noreply at xfce.org
Sat Feb 4 11:16:03 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  ab4e139   I18n: Update translation hr (100%).
       new  7456e67   renamed function arguments according to the beginning coding guidelines
       new  cdc0e90   - introduced DEFINEs for the numbers of chips and features - some cleanup in the main function with variable renaming, indenting mostly
       new  ee04666   Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin
       new  b04969c   Ported to gtk3 and fixed some memory bugs; tacho view works correctly now; version bump to release candidates for 1.3.0
       new  77c7b7b   Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin

The 5 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:
 KNOWN_BUGS                                         |    2 +
 Makefile.am                                        |   51 +-
 NOTES                                              |    6 +
 README                                             |    9 +-
 autogen.sh                                         |    4 -
 configure.ac.in                                    |   17 +-
 include/acpi.h                                     |   10 +-
 include/cpu.h                                      |   73 +-
 include/hddtemp.h                                  |    6 +-
 include/lmsensors.h                                |   10 +-
 include/middlelayer.h                              |    3 +-
 include/sensors-interface-common.h                 |    4 +-
 include/sensors-interface-plugin.h                 |   26 +-
 include/sensors-interface-types.h                  |   12 +-
 include/sensors-interface.h                        |    2 +
 include/types.h                                    |    2 +-
 lib/Makefile.am                                    |   52 +-
 lib/acpi.c                                         |   61 +-
 lib/configuration.c                                |   26 +-
 lib/cpu.c                                          | 1061 +++++++++++-------
 lib/hddtemp.c                                      |  331 +++---
 lib/lmsensors.c                                    |  248 +++--
 lib/middlelayer.c                                  |  231 ++--
 lib/nvidia.c                                       |   38 +-
 lib/sensors-interface-common.c                     |    8 +-
 lib/sensors-interface.c                            |  187 ++--
 panel-plugin/Makefile.am                           |   62 +-
 panel-plugin/{Makefile.am => Makefile.am.orig}     |   25 +-
 panel-plugin/Makefile.in                           |  829 ++++++++++++++
 panel-plugin/libxfce4-sensors-plugin.la            |   42 +
 .../libxfce4_sensors_plugin_la-sensors-plugin.lo   |   12 +
 src/interface.h => panel-plugin/options.dialog.c   |   10 +-
 .../{sensors-plugin.h => options.dialog.h}         |   13 +-
 panel-plugin/sensors-plugin.c                      | 1159 +++++++++++---------
 .../{sensors-plugin.c => sensors-plugin.c.orig}    |  196 ++--
 panel-plugin/xfce4-sensors-plugin.css              |   23 +
 panel-plugin/xfce4-sensors-plugin.desktop          |   50 +
 ...sktop.in.in => xfce4-sensors-plugin.desktop.in} |    6 +-
 po/{Makefile.in.in => Makefile.in}                 |   71 +-
 po/Makefile.in.in                                  |   11 +-
 po/POTFILES                                        |   16 +
 po/POTFILES.in                                     |    2 +-
 po/ar.po                                           |  172 ++-
 po/ast.po                                          |  172 ++-
 po/bg.po                                           |  172 ++-
 po/ca.po                                           |  394 -------
 po/cs.po                                           |  140 ++-
 po/da.po                                           |  395 -------
 po/de.po                                           |  139 ++-
 po/el.po                                           |  224 ++--
 po/en_AU.po                                        |  140 ++-
 po/en_GB.po                                        |  144 ++-
 po/es.po                                           |  140 ++-
 po/eu.po                                           |  140 ++-
 po/fi.po                                           |  140 ++-
 po/fr.po                                           |  140 ++-
 po/gl.po                                           |  140 ++-
 po/he.po                                           |  219 ++--
 po/hr.po                                           |  392 -------
 po/hu.po                                           |  140 ++-
 po/id.po                                           |  140 ++-
 po/is.po                                           |  207 ++--
 po/it.po                                           |  140 ++-
 po/ja.po                                           |  221 ++--
 po/ko.po                                           |  140 ++-
 po/lt.po                                           |  393 -------
 po/lv.po                                           |  144 ++-
 po/ms.po                                           |  140 ++-
 po/nb.po                                           |  140 ++-
 po/nl.po                                           |  140 ++-
 po/oc.po                                           |  392 -------
 po/pl.po                                           |  140 ++-
 po/pt.po                                           |  140 ++-
 po/pt_BR.po                                        |  140 ++-
 po/ru.po                                           |  140 ++-
 po/sk.po                                           |  218 ++--
 po/sq.po                                           |  144 ++-
 po/sr.po                                           |  140 ++-
 po/stamp-it                                        |    0
 po/sv.po                                           |  224 ++--
 po/th.po                                           |  140 ++-
 po/tr.po                                           |  140 ++-
 po/ug.po                                           |  140 ++-
 po/uk.po                                           |  140 ++-
 po/ur.po                                           |  144 ++-
 po/ur_PK.po                                        |  144 ++-
 po/vi.po                                           |  143 ++-
 po/xfce4-sensors-plugin.pot                        |  385 +++++++
 po/zh_CN.po                                        |  140 ++-
 po/zh_TW.html                                      |  876 +++++++++++++++
 po/zh_TW.po                                        |  140 ++-
 src/actions.c                                      |   69 +-
 src/actions.h                                      |    2 +-
 src/callbacks.c                                    |   34 +-
 src/interface.c                                    |  122 ++-
 src/interface.h                                    |    4 +
 src/main.c                                         |  125 ++-
 97 files changed, 8010 insertions(+), 6911 deletions(-)
 create mode 100644 KNOWN_BUGS
 copy panel-plugin/{Makefile.am => Makefile.am.orig} (82%)
 create mode 100644 panel-plugin/Makefile.in
 create mode 100644 panel-plugin/libxfce4-sensors-plugin.la
 create mode 100644 panel-plugin/libxfce4_sensors_plugin_la-sensors-plugin.lo
 copy src/interface.h => panel-plugin/options.dialog.c (80%)
 copy panel-plugin/{sensors-plugin.h => options.dialog.h} (72%)
 copy panel-plugin/{sensors-plugin.c => sensors-plugin.c.orig} (95%)
 create mode 100644 panel-plugin/xfce4-sensors-plugin.css
 create mode 100644 panel-plugin/xfce4-sensors-plugin.desktop
 rename panel-plugin/{xfce4-sensors-plugin.desktop.in.in => xfce4-sensors-plugin.desktop.in} (51%)
 copy po/{Makefile.in.in => Makefile.in} (83%)
 create mode 100644 po/POTFILES
 delete mode 100644 po/da.po
 delete mode 100644 po/hr.po
 delete mode 100644 po/lt.po
 delete mode 100644 po/oc.po
 create mode 100644 po/stamp-it
 create mode 100644 po/xfce4-sensors-plugin.pot
 create mode 100644 po/zh_TW.html

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


More information about the Xfce4-commits mailing list