summaryrefslogtreecommitdiff
path: root/mateweather/mateweather-applet.c
AgeCommit message (Collapse)AuthorFilesLines
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