summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-03-04drivemount: Remove global variable1.22rbuj3-11/+10
2020-03-04Fix build using gcc 10 -fno-common flagrbuj2-1/+5
2020-02-29Travis CI: arch build: add autoconf-archivePablo Barciela1-0/+1
2020-02-21travis: update config for new travis validationraveit652-128/+129
2020-02-13Initialize "surface" before testing its value to avoid a crash.dunc1-1/+1
2019-11-24travis ci: use fedora:latestraveit651-1/+1
2019-10-25Travis CI: Fix ubuntu buildPablo Barciela1-4/+0
2019-10-25Travis CI: use Ubuntu 19.10 instead 19.04Pablo Barciela1-1/+1
2019-10-14Travis CI: use Debian "testing" instead "sid"Pablo Barciela1-1/+1
2019-10-05travis(ci): enable notify_serversraveit651-0/+2
2019-09-23build: Don't stop building when cpufreq.h isn't availableraveit651-3/+0
2019-09-23ci: add cpupower build dependency to archlinuxWu Xiaotian1-0/+1
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