Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-31 | Create FUNDING.yml | Martin Wimpress | 1 | -0/+9 | |
2019-05-31 | [ci] Add cppcheck html report | Pablo Barciela | 1 | -1/+4 | |
2019-05-27 | cpufreq: deprecated g_type_class_add_private | Wu Xiaotian | 5 | -39/+14 | |
2019-05-24 | travis: use fedora-30 and ubuntu-19.10 for building | raveit65 | 1 | -2/+2 | |
2019-05-21 | mateweather: deprecated g_type_class_add_private | Wu Xiaotian | 2 | -15/+4 | |
2019-05-16 | cpufreq: support kernel 5.1.0 | raveit65 | 2 | -2/+17 | |
2019-05-09 | weather: align Gtk_Box to center | raveit65 | 1 | -0/+6 | |
fixes https://github.com/mate-desktop/mate-applets/issues/395 | |||||
2019-05-04 | multiload: filter-out non-local disks and user mounts | rbuj | 1 | -3/+4 | |
Fix #171 | |||||
2019-04-22 | pre-bump version | raveit65 | 2 | -1/+3 | |
2019-04-18 | travis: enable 'cppcheck' in debian | Pablo Barciela | 1 | -0/+4 | |
2019-04-14 | Use g_list_free_full() convenience function | rbuj | 4 | -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-14 | Fix use-after-free clang warning | rbuj | 2 | -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-04-11 | [ci] enable clang analyzer | Wu Xiaotian | 1 | -3/+64 | |
2019-03-31 | github release | raveit65 | 1 | -0/+19 | |
2019-03-23 | help: update copyright | raveit65 | 11 | -11/+11 | |
2019-03-20 | tx: update resource files | raveit65 | 11 | -1381/+1271 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 11 | -45/+14 | |
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 | 3 | -3/+3 | |
2019-03-20 | tx: update resource file for transifex | rbuj | 1 | -134/+283 | |
2019-03-20 | Make translatable documenters in about dialog | rbuj | 10 | -6/+76 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 13 | -68/+30 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 13 | -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-17 | tx: sync with transifex | rbuj | 116 | -425/+1877 | |
2019-02-25 | release 1.22.0v1.22.0 | raveit65 | 2 | -1/+10 | |
2019-02-25 | tx: sync with transifex | raveit65 | 322 | -983/+1253 | |
2019-02-20 | Enable Travis CI for all branches | raveit65 | 1 | -6/+0 | |
2019-02-20 | Initialize Travis CI support | raveit65 | 1 | -0/+147 | |
for debian and ubuntu | |||||
2019-02-16 | tx: update resource file for transifex | rbuj | 2 | -4/+4 | |
2019-02-11 | Issues reported by translators | rbuj | 2 | -2/+2 | |
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 | 151 | -1279/+6854 | |
2018-12-16 | disable deprecation warnings for distcheck | raveit65 | 1 | -0/+3 | |
2018-12-08 | Silent output when building. | Wu Xiaotian | 1 | -0/+1 | |
2018-12-08 | Add git.mk file | Wu Xiaotian | 1 | -0/+400 | |
2018-12-08 | Support git.mk to generate .gitignore | Wu Xiaotian | 28 | -0/+56 | |
2018-11-17 | release 1.21.1v1.21.1 | raveit65 | 2 | -1/+45 | |
2018-11-17 | sync with transifex | raveit65 | 1472 | -84861/+898852 | |
2018-10-06 | tx: update drivemount source for transifex | raveit65 | 1 | -3/+3 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 11 | -11/+55 | |
2018-10-06 | Netspeed Manual: clean up | rbuj | 6 | -1280/+3 | |
2018-10-04 | Manual: Linux and UNIX systems -> Linux and other Unix-like systems | rbuj | 1 | -2/+2 | |
2018-10-03 | tx: update sources for transifex | raveit65 | 11 | -513/+713 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 9 | -77/+294 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 7 | -7/+7 | |
2018-10-03 | Eyes Applet: Fix window title and factory name | rbuj | 2 | -3/+3 | |
2018-10-02 | Manual: OK -> Add (Add to Panel dialog) | rbuj | 7 | -7/+7 | |
2018-10-02 | trashapplet manual: Open Trash guimenuitem | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 17 | -0/+0 | |
2018-10-02 | transifex: update pot files: | Pablo Barciela | 3 | -18/+18 | |
mate-drivemount.pot mate-geyes.pot mate-trashapplet.pot | |||||
2018-10-02 | Fix name of Eyes applet | rbuj | 1 | -3/+3 | |