Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-11 | tx: sync with transifex | raveit65 | 12 | -50/+103 | |
2020-07-29 | multiload: Use the id instead of the name to identify the graph type | rbuj | 6 | -160/+211 | |
2020-07-29 | multiload: Display the percentage used accurately on tooltip | rbuj | 3 | -48/+65 | |
2020-07-26 | multiload: code formatting - global.h | rbuj | 1 | -18/+18 | |
2020-07-26 | multiload: the initialization of the variable is not really used | rbuj | 1 | -4/+3 | |
2020-07-26 | multiload: set and check the ranges for all network thresholds | rbuj | 4 | -6/+15 | |
2020-07-26 | multiload: Do not add the same global variables within all graphs | rbuj | 5 | -64/+85 | |
2020-07-24 | multiload: Fix memory leak | rbuj | 1 | -2/+8 | |
2020-07-17 | Remove warning about assigned value is never used reported by cppcheck | rbuj | 2 | -7/+3 | |
2020-06-25 | sync with transifex | raveit65 | 109 | -213/+395 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-04-16 | multiload: declaration of ‘screen’ shadows a previous local | rbuj | 1 | -4/+1 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 2 | -5/+0 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -1/+2 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -3/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 3 | -72/+153 | |
2020-01-21 | tx: sync with transifex | raveit65 | 109 | -478/+545 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -8/+9 | |
2019-07-13 | multiload: Use /proc/diskstats for NVMe drives | Victor Kareh | 3 | -20/+106 | |
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. | |||||
2019-06-16 | tx: sync with transifex | raveit65 | 109 | -23219/+22709 | |
2019-05-04 | multiload: filter-out non-local disks and user mounts | rbuj | 1 | -3/+4 | |
Fix #171 | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+1 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | assignment discards 'const' qualifier from pointer target type | rbuj | 1 | -1/+1 | |
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -1/+8 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
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 | |||||
2019-03-17 | tx: sync with transifex | rbuj | 9 | -29/+50 | |
2019-02-25 | tx: sync with transifex | raveit65 | 9 | -22/+30 | |
2019-01-28 | multiload: ignore priviledged mount points | Sebastian Geiger | 1 | -0/+9 | |
fixes https://github.com/mate-desktop/mate-applets/issues/230 origin commit: https://gitlab.gnome.org/GNOME/gnome-applets/commit/daadbbc | |||||
2019-01-27 | tx: sync with transifex | raveit65 | 14 | -248/+502 | |
2018-11-17 | sync with transifex | raveit65 | 108 | -7086/+90861 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -12/+34 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 1 | -1/+1 | |
2018-10-02 | Manual: OK -> Add (Add to Panel dialog) | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 1 | -0/+0 | |
2018-10-01 | Remove unused png files | rbuj | 5 | -2/+1 | |
2018-09-28 | Fix spelling and grammar mistakes | rbuj | 1 | -4/+4 | |
2018-04-09 | solving type mismatch in g_settings_set_value | marosg42 | 1 | -4/+5 | |
2018-04-09 | only text formatting to prepare for real change | marosg42 | 1 | -92/+83 | |
2018-03-06 | multiload: add style class multiload-applet | raveit65 | 1 | -0/+4 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 2 | -6/+6 | |
2018-02-04 | Scaling network graph using thresholds defined by user | Marian Gasparovic | 7 | -178/+477 | |
2018-02-02 | multiload: fix tabs/spaces mix in more places | monsta | 1 | -93/+91 | |
2018-02-01 | multiload: fix spacing in some places | monsta | 1 | -58/+58 | |
2018-02-01 | multiload: remove some unneeded spaces | monsta | 1 | -5/+5 | |
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-11-09 | Update tooltips with latest values | marosg42 | 1 | -3/+3 | |
Solving issue #283 |