summaryrefslogtreecommitdiff
path: root/libmateweather/weather.c
AgeCommit message (Collapse)AuthorFilesLines
2018-01-27building: bump required glib version to 2.50.0raveit651-6/+1
2018-01-25Revert "Fix soup_session_async_new () deprecation warning"raveit651-1/+1
This reverts commit 8bb34e9a0ec0198d198903210a1b405cc01a7768. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "Start reducing weather spam by creating intial cut of ↵raveit651-38/+0
weather_info_equal () function that will help apps determine if two WeatherInfo instances are 'the same' enough to not bother with a notification" This reverts commit 97326e615fffaef92669dbe82c8955c2c2e2edda. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2018-01-25Revert "Add timeout, actully invalidate session in weather_info_abort"raveit651-2/+1
This reverts commit c307e7c9ee89e4ac17cc2bb2aa1e245d766cbc5e. fixes clock-applet crashes https://github.com/mate-desktop/libmateweather/issues/51
2017-07-23Add timeout, actully invalidate session in weather_info_abortScott Balneaves1-1/+2
2017-07-23Start reducing weather spam by creating intial cut of weather_info_equal () ↵Scott Balneaves1-0/+38
function that will help apps determine if two WeatherInfo instances are 'the same' enough to not bother with a notification
2017-07-23Fix soup_session_async_new () deprecation warningScott Balneaves1-1/+1
2016-12-13remove a couple of unneeded includesmonsta1-1/+0
2015-08-25gtk doc: Move documentation to inline commentsinfirit1-0/+5
2015-08-05Revert "Use the new SoupSession object"infirit1-1/+2
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a.
2015-08-04Use the new SoupSession objectinfirit1-2/+1
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42
2014-05-10Fix define of g_memmoveStefano Karapetsas1-1/+1
It could be available on glib 2.40 if deprecated are enabled
2014-04-26Use memmove with latest glib (>= 2.39)libmateweather-1.9.0Stefano Karapetsas1-0/+5
2014-02-13Drop libsoup-gnome dependencyStefano Karapetsas1-3/+1
2012-05-29libsoup-mate doesn't exist. Use libsoup-gnome instead.Steve Zesch1-2/+2
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos1-0/+1651