summaryrefslogtreecommitdiff
path: root/mateweather
AgeCommit message (Collapse)AuthorFilesLines
2019-09-19tx: sync with transifexraveit65124-386/+1594
2019-05-09weather: align Gtk_Box to centerraveit651-0/+6
fixes https://github.com/mate-desktop/mate-applets/issues/395
2019-04-22tx: sync with transifexraveit65123-28723/+27195
2019-03-23help: update copyrightraveit651-1/+1
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-5/+2
The ENTITY is expanded in i18n process, and legal.xml file is never read.
2019-03-20Make translatable documenters in about dialogrbuj1-1/+8
2019-03-20Make translatable copyright info in about dialogrbuj1-5/+2
2019-03-20Ensure proper translation of the about dialog titlerbuj1-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-17tx: sync with transifexrbuj123-729/+817
2019-02-25tx: sync with transifexraveit6510-54/+118
2019-01-27tx: sync with transifexraveit6515-192/+678
2018-11-17sync with transifexraveit65125-12326/+140066
2018-10-06Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-03Use orderedlist to describe the steps to add the applet to a panelrbuj1-5/+27
2018-10-03Manual: Fix Add to Panel dialog titlerbuj1-1/+1
2018-10-02Manual: OK -> Add (Add to Panel dialog)rbuj1-1/+1
2018-10-02Add/Update Catalan screenshotsrbuj4-0/+0
2018-09-28Fix spelling and grammar mistakesrbuj1-4/+4
2018-09-28legal.xmlrbuj1-75/+75
find . -name legal.xml -exec cp ~/Devel/mate-user-guide/mate-user-guide/C/legal.xml {} \;
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-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-02-09avoid deprecated GtkStockPablo Barciela3-7/+7
2018-02-04require GTK+ 3.22 and GLib 2.50monsta3-146/+0
2018-01-25Revert "Added logic to not send notification if weather update is equal (as ↵raveit653-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-25Revert "If location changes, abort any outstanding weather updates"raveit651-1/+0
This reverts commit dc71847a5490abad09ef0b4955b5461d8e66ed3f. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-22weather: fix possible crash when opening prefs dialogmonsta1-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-09update copyright year to 2018monsta1-1/+1
2017-10-06mateweather: update copyright yearmonsta1-1/+1
missed this applet yesterday
2017-08-07Revert "weather-prefs: correct help link for testing"raveit651-1/+1
This reverts commit 3d77c091475841c891785bcb8b2063f6801d36fd.
2017-08-05weather-prefs: correct help link for testingraveit651-1/+1
2017-08-05weather: don't use deprecated gtk_show_uriraveit653-6/+27
2017-07-23If location changes, abort any outstanding weather updatesScott Balneaves1-0/+1
2017-07-23Added logic to not send notification if weather update is equal (as decided ↵Scott Balneaves3-1/+12
by weather_info_equal ()) to the previous update
2017-02-07mateweather: show proper help section for each tab of prefs dialogmonsta1-12/+18
closes https://github.com/mate-desktop/mate-applets/issues/143
2017-02-07mateweather: fix build warningmonsta1-2/+2
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta3-241/+18
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-22mateweather: fix temperature label placement with GTK+3monsta1-0/+2
ported from: https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd
2016-08-31GTK+-3 weather-dialog: port to GtkGridraveit651-0/+117
2016-08-31GTK+-3 mateweather port to GtkGridraveit651-0/+27
2016-08-05GTK+-3 weather-dialog: avoid deprecated gtk_widget_modify_font ()raveit651-0/+4
2016-08-05GTK+-3.0 weather-dialog: avoid deprecated ↵raveit651-0/+4
gtk_scrolled_window_add_with_viewport ()
2016-07-31mateweather: use GtkAbout and update copyrightraveit651-4/+6
2016-02-01weather: fix some typos and remove some dead codemonsta2-23/+6
2016-01-27GTK3: fix previous GtkMisc deprecations fix commitWolfgang Ulbrich2-99/+93
2015-12-17GTK3: wheather: fix deprecated gtk_widget_size_request + GtkMiscWolfgang Ulbrich3-0/+136