Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
to avoid continuity issue when changing the update interval
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- tab to spaces
- fix some indents
|
|
Restore user memory value which was updated on libgtop 2.32,
since the new value cannot be used to display multiple memory
areas.
https://github.com/GNOME/libgtop/commit/0580b2f
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fix #171
|
|
|
|
The ENTITY is expanded in i18n process, and legal.xml file
is never read.
|
|
|
|
|
|
|
|
Note that GTK+ sets a default title of _("About %s") on the dialog
window (where %s is replaced by the name of the application, but
in order to ensure proper translation of the title, applications
should set the title property explicitly when constructing a
GtkAboutDialog
https://developer.gnome.org/gtk3/stable/GtkAboutDialog.html
|
|
|
|
|