[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] branch master updated (8edea8d -> 539e35a)
noreply at xfce.org
noreply at xfce.org
Wed Aug 12 18:39:04 CEST 2015
This is an automated email from the git hooks/post-receive script.
omegaphil pushed a change to branch master
in repository panel-plugins/xfce4-hardware-monitor-plugin.
from 8edea8d Remove debug code
new 0cb55cc Implement graph max value text overlay on CurveView
new 8a07aa9 Implement compact format_value for most monitors
new 4710464 Initial implementation of "all monitor values" text overlay for CurveView
new 99cd0f1 Make CurveView text overlay configurable
new 3a1d9c9 Implement tags for monitors to allow for a user-defined tag to appear with the data in a CurveView text overlay
new 2cce8a1 Property sensitise tag widgets different "devices" are selected
new a99dcc7 Configurable text overlay font and colour, fix background colour change segfault
new 03509c1 Configurable text overlay position
new dcd12d0 Default to top_left for CurveView text overlay
new c28c2d8 Detect invalid configuration for NetworkLoadMonitor interface type and direction
new 4b7595f Make sure the CurveView text overlay actually overlays the lines
new dd4319a Colors are based on unsigned ints, not ints
new 539e35a Finally fixed why the CurveView text overlay sometimes doesnt show on initialisation
The 13 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:
src/applet.cpp | 114 +++++-
src/applet.hpp | 33 +-
src/choose-monitor-window.cpp | 76 +++-
src/choose-monitor-window.hpp | 39 +-
src/curve-view.cpp | 215 ++++++++++-
src/curve-view.hpp | 27 +-
src/helpers.cpp | 12 +
src/helpers.hpp | 2 +
src/monitor-impls.cpp | 161 ++++++---
src/monitor-impls.hpp | 46 ++-
src/monitor.hpp | 13 +-
src/preferences-window.cpp | 426 ++++++++++++++++++----
src/preferences-window.hpp | 75 ++--
src/ui.glade | 802 ++++++++++++++++++++++++++++++++++++++---
14 files changed, 1775 insertions(+), 266 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list