summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2018-10-03Manual: Fix Add to Panel dialog titlerbuj7-7/+7
2018-10-03Eyes Applet: Fix window title and factory namerbuj2-3/+3
2018-10-02Manual: OK -> Add (Add to Panel dialog)rbuj7-7/+7
2018-10-02trashapplet manual: Open Trash guimenuitemrbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj17-0/+0
2018-10-02transifex: update pot files:Pablo Barciela3-18/+18
mate-drivemount.pot mate-geyes.pot mate-trashapplet.pot
2018-10-02Fix name of Eyes appletrbuj1-3/+3
2018-10-02Refer to the fstab(5) man page for more information...rbuj1-1/+1
2018-10-01Remove unused png filesrbuj15-4/+1
2018-10-01Fix url of ulink to point to mate-user-guiderbuj1-1/+1
2018-09-28tx: update translation sourcesraveit658-140/+140
2018-09-28Fix spelling and grammar mistakesrbuj6-13/+13
2018-09-28legal.xmlrbuj6-364/+376
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
2018-09-27tx: add help from applets to transifex configraveit6513-1/+5730
2018-09-11accessx-status: fix another leakraveit651-0/+1
2018-09-10Fix memory leak on accessx-status.Rui Caridade1-0/+1
2018-09-10sticky-notes: fix a memory leakRui Caridade1-0/+1
origin commit: https://github.com/GNOME/gnome-applets/commit/f04777973b37265ca9e034421996f16d64853ee2
2018-08-24timerapplet: Allow reseting timer when inactiveVictor Kareh1-3/+38
Also add click interaction with the panel applet.
2018-07-20Avoid newly deprecated gtk_css_provider_get_defaultlukefromdc1-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-20Weather: apply a widget name to the textviewlukefromdc1-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-19weather: add cssprovider for widget not for screenlukefromdc1-1/+1
Will be needed if this is ever ported to in-process
2018-07-17mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font'Pablo Barciela1-1/+46
2018-07-12cpufreq: stop segfault with gtk3.23lukefromdc1-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-12trash applet: avoid deprecated 'gtk_window_set_wmclass'Pablo Barciela1-1/+0
2018-07-10cpufreq: fix a -Wimplicit-function-declarationraveit651-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-10trash: fix a -Wincompatible-pointer-types warningraveit651-1/+1
2018-07-09weather-applet: replace deprecated GtkAlignmentraveit651-4/+1
2018-07-09weather-dialog: replace deprecated GtkAlignmentraveit651-11/+15
2018-07-09weather-prefs: replace deprecated gtk_alignment_newraveit651-6/+3
2018-07-09stickynotes: replace deprecated gdk_error_trap_push/pop functionsraveit651-5/+7
and renaming gdk_display to xdisplay var to match GDK_DISPLAY_XDISPLAY, what it really is.