[Xfce4-commits] [panel-plugins/xfce4-hardware-monitor-plugin] branch master updated (98b1bed -> ee33421)
noreply at xfce.org
noreply at xfce.org
Mon Dec 18 12:45:31 CET 2017
This is an automated email from the git hooks/post-receive script.
o m e g a p h i l p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-hardware-monitor-plugin.
from 98b1bed Fix C++ standard library compilation issue with old GCC
new 81ce4de Addition of debug code
new 038ea89 Missing newline in error message
new c3b8584 Implementing user-configurable monitor refresh rates
new 5b8d4f9 Allow to configure which CPU time is counted for CPU usage monitor
new 2f1a157 Monitor colours should change as soon as the colour button is set
new ad39d0c Change Bar in BarView to store colour in color rather than fill_color
new b675d7d Rearrange advanced settings for monitors on Choose a Device dialog
new 929b6fa Fix CurveView to respect monitor fixed maxes when querying data max values
new 91ae0ba Implement fixed/unfixed maxes in visualisation
new d794d23 Fix storage of adjustment widgets
new fee2f1c Actually respect fixed maxes when doing measurements
new 4f9d1af Column visualisation maxes from value history, fixed max monitors excluded from max calculations
new 3378279 Move advanced network interfaces setup
new 7e52bbc DiskStatsMonitor: Convert sectors read/written to bytes read/written per duration
new 5eb7bdb Remove old WIP
new 9cf84a5 Minor comments update, comment out debug code
new 88df306 SwapUsageMonitor no longer has a user-configurable max, so dont save it
new 7843210 Update unit reporting to reflect the fact its no longer always seconds, make all DiskStats durations precise
new c2e9777 Implement proper debug logging function when needed
new 898a38e Only save max if user-set fixed max is in use
new 57a1226 Make Bar and Flame visualisations share a unified max from their monitors
new 0700a56 CurveView: Treat Curves for different monitor types as separate synced sources, so independent maxes
new dab8969 Allow user to configure when monitor scales are grouped by type or not in the visualisation
new 9a268f6 Move out CurveView text overlay and do_draw_loop implementation to CanvasView
new 3b14798 Port all view draw_loops to the new process_mon_maxes_text_overlay code
new 5b2761e Ensure visualisations are on the bottom z-order wise so that text overlay is an overlay
new 1ccfb0f Fix monitor type sync checkbutton initialisation
new fd4e084 Enable text overlay for all but TextView for the user to choose
new ee33421 Remove unused setter code
The 29 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:
po/POTFILES.in | 1 +
src/bar-view.cpp | 119 +--
src/bar-view.hpp | 29 +-
src/canvas-view.cpp | 349 ++++++-
src/canvas-view.hpp | 41 +-
src/choose-monitor-window.cpp | 665 ++++++++++---
src/choose-monitor-window.hpp | 41 +-
src/column-view.cpp | 87 +-
src/column-view.hpp | 29 +-
src/curve-view.cpp | 284 +-----
src/curve-view.hpp | 53 +-
src/flame-view.cpp | 66 +-
src/flame-view.hpp | 32 +-
src/monitor-impls.cpp | 1233 +++++++++++++++---------
src/monitor-impls.hpp | 194 +++-
src/monitor.hpp | 24 +-
src/plugin.cpp | 108 ++-
src/plugin.hpp | 33 +-
src/preferences-window.cpp | 70 +-
src/preferences-window.hpp | 5 +
src/ui.glade | 2101 +++++++++++++++++++++++++++++++++--------
src/value-history.cpp | 8 +
22 files changed, 4083 insertions(+), 1489 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list