summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19update to 1.22.2v1.22.2raveit652-1/+14
2019-09-19tx: sync with transifexraveit651340-4638/+16359
2019-09-19tx: update resource for transifexraveit651-75/+83
2019-09-12geyes: avoid memory leakPavel Shlyak1-5/+2
2019-09-12multiload: Use /proc/diskstats for NVMe drivesVictor Kareh3-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-09-12treat output as utf8 when limiting width.Jonathan Krebs1-3/+3
fixes #374
2019-08-29Make cpufreq builds independent from kernel header version.Mike Gabriel3-36/+61
Ported from gnome-applets, see git diff e48b2d73~..5882df7f cpufreq/ configure.ac on the gnome-applets repository. Fixes mate-desktop/mate-applets#238.
2019-07-08command: use MaCommand objectWu Xiaotian4-134/+610
2019-07-08Make command applet run commands asynchronouslyWu Xiaotian1-7/+116
2019-05-24travis: use fedora-30 and ubuntu-19.04 for buildingraveit651-2/+2
2019-05-16cpufreq: support kernel 5.1.0raveit652-2/+17
2019-05-09weather: align Gtk_Box to centerraveit651-0/+6
fixes https://github.com/mate-desktop/mate-applets/issues/395
2019-05-04multiload: filter-out non-local disks and user mountsrbuj1-3/+4
Fix #171
2019-04-22release 1.22.1v1.22.1raveit652-1/+13
2019-04-22tx: sync with transifexraveit651428-226044/+228387
2019-04-22tx: update resource fileraveit6511-22/+22
2019-04-22Use g_list_free_full() convenience functionrbuj4-23/+8
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
2019-04-22Fix use-after-free clang warningrbuj2-4/+6
battstat_applet.c:755:3: warning: Use of memory after it is freed static_global_teardown (battstat); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ stickynotes.c:674:24: warning: Use of memory after it is freed stickynotes->notes = g_list_remove(stickynotes->notes, note); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-03-31github release for stable branchraveit651-0/+19
2019-03-23help: update copyrightraveit6511-11/+11
2019-03-20tx: update resource filesraveit6512-1515/+1554
2019-03-20Revert "tx: update resource file for transifex"raveit651-283/+134
This reverts commit 4c4836cf4e5b14c1229761d8efc5927cd4e38572. This is wrong for this branch
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj11-45/+14
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20assignment discards 'const' qualifier from pointer target typerbuj3-3/+3
2019-03-20tx: update resource file for transifexrbuj1-134/+283
2019-03-20Make translatable documenters in about dialogrbuj10-6/+76
2019-03-20Make translatable copyright info in about dialogrbuj13-68/+30
2019-03-20Ensure proper translation of the about dialog titlerbuj13-3/+16
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-17tx: sync with transifexrbuj1432-8367/+9947
2019-03-13tx: update transifex configraveit651-12/+12
2019-02-25release 1.22.0v1.22.0raveit652-1/+10
2019-02-25tx: sync with transifexraveit65322-983/+1253
2019-02-20Enable Travis CI for all branchesraveit651-6/+0
2019-02-20Initialize Travis CI supportraveit651-0/+147
for debian and ubuntu
2019-02-16tx: update resource file for transifexrbuj2-4/+4
2019-02-11Issues reported by translatorsrbuj2-2/+2
2019-01-28multiload: ignore priviledged mount pointsSebastian Geiger1-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-27tx: sync with transifexraveit65151-1279/+6854
2018-12-16disable deprecation warnings for distcheckraveit651-0/+3
2018-12-08Silent output when building.Wu Xiaotian1-0/+1
2018-12-08Add git.mk fileWu Xiaotian1-0/+400
2018-12-08Support git.mk to generate .gitignoreWu Xiaotian28-0/+56
2018-11-17release 1.21.1v1.21.1raveit652-1/+45
2018-11-17sync with transifexraveit651472-84861/+898852
2018-10-06tx: update drivemount source for transifexraveit651-3/+3
2018-10-06Use make functions for HELP_LINGUASrbuj11-11/+55
2018-10-06Netspeed Manual: clean uprbuj6-1280/+3
2018-10-04Manual: Linux and UNIX systems -> Linux and other Unix-like systemsrbuj1-2/+2
2018-10-03tx: update sources for transifexraveit6511-513/+713
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj9-77/+294