summaryrefslogtreecommitdiff
path: root/multiload/properties.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-13multiload: Use common subdirs - src, datarbuj1-868/+0
2020-08-30multiload: improve code-styleraveit651-737/+744
- tab to spaces - fix some indents
2020-08-29multiload: do not use a computed compound key for graph visibilityrbuj1-17/+20
2020-08-28multiload: Do not get "diskload-nvme-diskstats" on GetDiskLoadrbuj1-35/+15
2020-07-29multiload: Use the id instead of the name to identify the graph typerbuj1-4/+4
2020-07-26multiload: set and check the ranges for all network thresholdsrbuj1-3/+3
2020-07-26multiload: Do not add the same global variables within all graphsrbuj1-11/+11
2019-07-13multiload: Use /proc/diskstats for NVMe drivesVictor Kareh1-1/+44
Since glibtop does not support NVMe drives, we rely on /proc/diskstats to tell use load information for NVMe drives. If diskstats is not present it returns to glibtop as a fallback.
2018-04-09solving type mismatch in g_settings_set_valuemarosg421-4/+5
2018-04-09only text formatting to prepare for real changemarosg421-92/+83
2018-02-09avoid deprecated GtkStockPablo Barciela1-2/+2
2018-02-04Scaling network graph using thresholds defined by userMarian Gasparovic1-39/+201
2017-08-05multiload: don't use deprecated gtk_show_uriraveit651-3/+10
2017-05-09Load graph scales automatically according to average load, draws horicontal ↵marosg1-68/+69
grid lines for each load level.
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-67/+18
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-08-31GTK+-3 multiload: port to GtkColorChooser and GdkRGBAraveit651-2/+34
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich1-17/+17
2015-12-17GTK3 multiload: don't use deprecated GtkMiscWolfgang Ulbrich1-0/+28
2014-11-27multiload: Remove unused codeinfirit1-2/+0
2014-11-26Gtk3: Set homogenous per gnome-applets commit ↵infirit1-0/+3
5df9f98d66f9c2920122a2a86269d95bd68ce67a
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-02-08Fix help uri for appletsinfirit1-1/+1
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-3/+0
Also remove the has_separator from the ui files.
2014-01-20multiload: Add GTK3 supportStefano Karapetsas1-0/+4
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2012-11-24multiload: migrate to gsettingsStefano Karapetsas1-92/+64
replace libmate with GIO
2011-11-14initialPerberos1-0/+683