Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2017-08-05 | weather-prefs: correct help link for testing | raveit65 | 1 | -1/+1 | |
2017-08-05 | weather: don't use deprecated gtk_show_uri | raveit65 | 3 | -6/+27 | |
2017-07-23 | If location changes, abort any outstanding weather updates | Scott Balneaves | 1 | -0/+1 | |
2017-07-23 | Added logic to not send notification if weather update is equal (as decided ↵ | Scott Balneaves | 3 | -1/+12 | |
by weather_info_equal ()) to the previous update | |||||
2017-02-07 | mateweather: show proper help section for each tab of prefs dialog | monsta | 1 | -12/+18 | |
closes https://github.com/mate-desktop/mate-applets/issues/143 | |||||
2017-02-07 | mateweather: fix build warning | monsta | 1 | -2/+2 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 3 | -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-22 | mateweather: fix temperature label placement with GTK+3 | monsta | 1 | -0/+2 | |
ported from: https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd | |||||
2016-08-31 | GTK+-3 weather-dialog: port to GtkGrid | raveit65 | 1 | -0/+117 | |
2016-08-31 | GTK+-3 mateweather port to GtkGrid | raveit65 | 1 | -0/+27 | |
2016-08-05 | GTK+-3 weather-dialog: avoid deprecated gtk_widget_modify_font () | raveit65 | 1 | -0/+4 | |
2016-08-05 | GTK+-3.0 weather-dialog: avoid deprecated ↵ | raveit65 | 1 | -0/+4 | |
gtk_scrolled_window_add_with_viewport () | |||||
2016-07-31 | mateweather: use GtkAbout and update copyright | raveit65 | 1 | -4/+6 | |
2016-02-01 | weather: fix some typos and remove some dead code | monsta | 2 | -23/+6 | |
2016-01-27 | GTK3: fix previous GtkMisc deprecations fix commit | Wolfgang Ulbrich | 2 | -99/+93 | |
2015-12-17 | GTK3: wheather: fix deprecated gtk_widget_size_request + GtkMisc | Wolfgang Ulbrich | 3 | -0/+136 | |
2015-07-15 | help weather: fix legal page | raveit65 | 1 | -35/+48 | |
2015-07-08 | help: use valid links to mate feedback page | raveit65 | 1 | -1/+1 | |
Help: forgotten fix | |||||
2015-07-08 | Revert "remove non-existing mate-feedback link" | raveit65 | 1 | -0/+8 | |
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2. with docbook help we have this page | |||||
2015-07-08 | fixed almost all merge conflicts in help translations | Monsta | 1 | -1/+1 | |
2015-06-25 | Merge pull request #144 from NiceandGently/dev-batsttat | monsta | 1 | -8/+0 | |
remove non-existing mate-feedback link | |||||
2015-06-25 | remove non-existing mate-feedback link | raveit65 | 1 | -8/+0 | |
2015-06-25 | weather applet: show correct help in prefs dialog | Monsta | 2 | -5/+5 | |
2015-06-23 | help: fix broken help images | raveit65 | 25 | -0/+0 | |
2015-05-23 | GTK3: fix panel orientation from weather applet | raveit65 | 1 | -2/+2 | |
2014-11-26 | mateweather, invest: use GNetworkMonitor | infirit | 2 | -104/+20 | |
Rather than talking to NetworkManager over D-Bus, use GNetworkMonitor to monitor the network state. Taken from gnome-applets commit: 9b53c7156b61d51777dbe2f60c55125c86b3409c From: Dan Winship <[email protected]> | |||||
2014-11-26 | GDK_KEY_* is also in Gtk+2 | infirit | 1 | -11/+8 | |
2014-11-26 | Gtk3: Silence GtkVbox and GtkHbox deprecation warnings | infirit | 3 | -0/+15 | |
2014-06-25 | Use $(datadir)/mate instead of $(datadir)/mate-2.0mate-applets-1.9.0 | Stefano Karapetsas | 3 | -6/+6 | |
And also rename binaries without "-2" suffix | |||||
2014-06-02 | Replace GtkObject with GObject also for gtk2 | infirit | 2 | -8/+0 | |
2014-05-03 | Use MateAboutDialog from libmate-desktop | Stefano Karapetsas | 2 | -1/+5 | |