summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-applet.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-13mateweather: Use common subdirs - src, datarbuj1-547/+0
2020-12-06remove dead function mate_panel_applet_set_background_widgetmbkma1-3/+0
2020-07-26mateweather: Add mateweather-dialog.uirbuj1-45/+42
2019-05-09weather: align Gtk_Box to centerraveit651-0/+6
fixes https://github.com/mate-desktop/mate-applets/issues/395
2018-07-09weather-applet: replace deprecated GtkAlignmentraveit651-4/+1
2018-02-09avoid deprecated GtkStockPablo Barciela1-4/+4
2018-02-04require GTK+ 3.22 and GLib 2.50monsta1-7/+0
2018-01-25Revert "Added logic to not send notification if weather update is equal (as ↵raveit651-6/+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
2017-08-05weather: don't use deprecated gtk_show_uriraveit651-3/+10
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 Balneaves1-1/+6
by weather_info_equal ()) to the previous update
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-17/+4
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-02-01weather: fix some typos and remove some dead codemonsta1-2/+2
2015-12-17GTK3: wheather: fix deprecated gtk_widget_size_request + GtkMiscWolfgang Ulbrich1-0/+8
2015-05-23GTK3: fix panel orientation from weather appletraveit651-2/+2
2014-11-26mateweather, invest: use GNetworkMonitorinfirit1-102/+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-26GDK_KEY_* is also in Gtk+2infirit1-11/+8
2014-11-26Gtk3: Silence GtkVbox and GtkHbox deprecation warningsinfirit1-0/+5
2014-06-02Replace GtkObject with GObject also for gtk2infirit1-4/+0
2014-01-20mateweather: Add GTK3 supportStefano Karapetsas1-0/+7
Bump minimum GTK2 version to 2.24 to use GtkComboBoxText with both GTK versions
2013-08-02Use yelp-tools instead of mate-doc-utilsinfirit1-1/+1
2013-04-10Addded support for the show-notifications GSchema entry, which means that it ↵muesli41-0/+4
only displays notifications when true and a toggle button in the preferences which resembles the current state.
2013-02-28Use libnotify instead of libmatenotifyStefano Karapetsas1-7/+5
2012-11-24mateweather: migrate to gsettingsStefano Karapetsas1-9/+5
2011-11-14initialPerberos1-0/+632