Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-06 | remove dead function mate_panel_applet_set_background_widget | mbkma | 1 | -3/+0 | |
2020-11-28 | tx: fix build warning caused by Italian translations | raveit65 | 1 | -7/+7 | |
2020-09-03 | mateweather: Warn about accessing an undefined property of object | rbuj | 2 | -10/+24 | |
2020-08-11 | tx: sync with transifex | raveit65 | 13 | -55/+107 | |
2020-07-26 | mateweather: Add mateweather-dialog.ui | rbuj | 7 | -554/+766 | |
2020-07-17 | Remove warning about assigned value is never used reported by cppcheck | rbuj | 1 | -1/+1 | |
2020-06-25 | sync with transifex | raveit65 | 124 | -220/+537 | |
2020-05-21 | build: Remove MATEDESKTOP_CFLAGS and MATEDESKTOP_LIBS | rbuj | 1 | -2/+0 | |
2020-05-21 | build: Use dbus-glib only when required | rbuj | 1 | -3/+1 | |
2020-04-16 | Remove unused-variable warnings | rbuj | 2 | -6/+4 | |
2020-04-08 | build: Use WARN_CFLAGS variable | rbuj | 1 | -5/+6 | |
2020-03-02 | tx: pull with fixed translations of pt and pt_BR | raveit65 | 1 | -3/+3 | |
2020-02-10 | tx: sync with transifex | raveit65 | 2 | -5/+5 | |
2020-01-21 | tx: sync with transifex | raveit65 | 124 | -557/+821 | |
2020-01-10 | Update copyright to 2020 | raveit65 | 2 | -2/+2 | |
2020-01-09 | migrate from intltools to gettext | Wu Xiaotian | 2 | -9/+11 | |
2019-06-16 | tx: sync with transifex | raveit65 | 124 | -28752/+28377 | |
2019-05-21 | mateweather: deprecated g_type_class_add_private | Wu Xiaotian | 2 | -15/+4 | |
2019-05-09 | weather: align Gtk_Box to center | raveit65 | 1 | -0/+6 | |
fixes https://github.com/mate-desktop/mate-applets/issues/395 | |||||
2019-03-23 | help: update copyright | raveit65 | 1 | -1/+1 | |
2019-03-20 | Help: Use XInclude instead of ENTITY for legal.xml | rbuj | 1 | -5/+2 | |
The ENTITY is expanded in i18n process, and legal.xml file is never read. | |||||
2019-03-20 | Make translatable documenters in about dialog | rbuj | 1 | -1/+8 | |
2019-03-20 | Make translatable copyright info in about dialog | rbuj | 1 | -5/+2 | |
2019-03-20 | Ensure proper translation of the about dialog title | rbuj | 1 | -0/+1 | |
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 | 10 | -83/+154 | |
2019-02-25 | tx: sync with transifex | raveit65 | 10 | -54/+118 | |
2019-01-27 | tx: sync with transifex | raveit65 | 15 | -192/+678 | |
2018-11-17 | sync with transifex | raveit65 | 125 | -12326/+140066 | |
2018-10-06 | Use make functions for HELP_LINGUAS | rbuj | 1 | -1/+5 | |
2018-10-03 | Use orderedlist to describe the steps to add the applet to a panel | rbuj | 1 | -5/+27 | |
2018-10-03 | Manual: Fix Add to Panel dialog title | rbuj | 1 | -1/+1 | |
2018-10-02 | Manual: OK -> Add (Add to Panel dialog) | rbuj | 1 | -1/+1 | |
2018-10-02 | Add/Update Catalan screenshots | rbuj | 4 | -0/+0 | |
2018-09-28 | Fix spelling and grammar mistakes | rbuj | 1 | -4/+4 | |
2018-09-28 | legal.xml | rbuj | 1 | -75/+75 | |
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \; | |||||
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-09 | weather-applet: replace deprecated GtkAlignment | raveit65 | 1 | -4/+1 | |
2018-07-09 | weather-dialog: replace deprecated GtkAlignment | raveit65 | 1 | -11/+15 | |
2018-07-09 | weather-prefs: replace deprecated gtk_alignment_new | raveit65 | 1 | -6/+3 | |
2018-02-09 | avoid deprecated GtkStock | Pablo Barciela | 3 | -7/+7 | |
2018-02-04 | require GTK+ 3.22 and GLib 2.50 | monsta | 3 | -146/+0 | |
2018-01-25 | Revert "Added logic to not send notification if weather update is equal (as ↵ | raveit65 | 3 | -12/+1 | |
decided by weather_info_equal ()) to the previous update" This reverts commit 109a7fa77bb4745524eca8a0735b210b55b81fe0. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 | |||||
2018-01-25 | Revert "If location changes, abort any outstanding weather updates" | raveit65 | 1 | -1/+0 | |
This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51 | |||||
2018-01-22 | weather: fix possible crash when opening prefs dialog | monsta | 1 | -4/+4 | |
fixes https://github.com/mate-desktop/mate-applets/issues/299 fallout from https://github.com/mate-desktop/mate-applets/commit/37e590249dd9d191a2331040fb879830c9ceea8e | |||||
2018-01-09 | update copyright year to 2018 | monsta | 1 | -1/+1 | |
2017-10-06 | mateweather: update copyright year | monsta | 1 | -1/+1 | |
missed this applet yesterday | |||||
2017-08-07 | Revert "weather-prefs: correct help link for testing" | raveit65 | 1 | -1/+1 | |
This reverts commit 3d77c091475841c891785bcb8b2063f6801d36fd. |