Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2018-10-02 | Refer to the fstab(5) man page for more information... | rbuj | 1 | -1/+1 | |
2018-10-01 | Remove unused png files | rbuj | 15 | -4/+1 | |
2018-10-01 | Fix url of ulink to point to mate-user-guide | rbuj | 1 | -1/+1 | |
2018-09-28 | tx: update translation sources | raveit65 | 8 | -140/+140 | |
2018-09-28 | Fix spelling and grammar mistakes | rbuj | 6 | -13/+13 | |
2018-09-28 | legal.xml | rbuj | 6 | -364/+376 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
2018-09-27 | tx: add help from applets to transifex config | raveit65 | 13 | -1/+5730 | |
2018-09-11 | accessx-status: fix another leak | raveit65 | 1 | -0/+1 | |
2018-09-10 | Fix memory leak on accessx-status. | Rui Caridade | 1 | -0/+1 | |
2018-09-10 | sticky-notes: fix a memory leak | Rui Caridade | 1 | -0/+1 | |
origin commit: https://github.com/GNOME/gnome-applets/commit/f04777973b37265ca9e034421996f16d64853ee2 | |||||
2018-08-24 | timerapplet: Allow reseting timer when inactive | Victor Kareh | 1 | -3/+38 | |
Also add click interaction with the panel applet. | |||||
2018-07-20 | Avoid newly deprecated gtk_css_provider_get_default | lukefromdc | 1 | -3/+3 | |
This works the exact same way gtk_css_provider_get_default works internally, except that we handle a static cssprovider ourselves | |||||
2018-07-20 | Weather: apply a widget name to the textview | lukefromdc | 1 | -2/+3 | |
This is necessary to allow use of gtk_style_context_add_provider_for_screen without applying the provider to other applets too if these applets are ever ported to run in-process. | |||||
2018-07-19 | weather: add cssprovider for widget not for screen | lukefromdc | 1 | -1/+1 | |
Will be needed if this is ever ported to in-process | |||||
2018-07-17 | mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font' | Pablo Barciela | 1 | -1/+46 | |
2018-07-12 | cpufreq: stop segfault with gtk3.23 | lukefromdc | 1 | -1/+10 | |
Also stop any other segfaults caused by failure of deprecated gtk_action_group_get_action to return the name of the active item. With GTK 3.23.0 cpufreq_popup_menu_set_active sends invalid name information for userspace governors | |||||
2018-07-12 | trash applet: avoid deprecated 'gtk_window_set_wmclass' | Pablo Barciela | 1 | -1/+0 | |
2018-07-10 | cpufreq: fix a -Wimplicit-function-declaration | raveit65 | 1 | -0/+4 | |
happens if build with -lcpupower and kernel 4.7+ ``` cpufreq-monitor-libcpufreq.c: In function 'cpufreq_monitor_libcpufreq_run': cpufreq-monitor-libcpufreq.c:117:7: warning: implicit declaration of function 'cpupower_is_cpu_online' [-Wimplicit-function-declaration] if (cpupower_is_cpu_online (cpu)) { ^~~~~~~~~~~~~~~~~~~~~~ ``` | |||||
2018-07-10 | trash: fix a -Wincompatible-pointer-types warning | raveit65 | 1 | -1/+1 | |
2018-07-09 | weather-applet: replace deprecated GtkAlignment | raveit65 | 1 | -4/+1 | |