summaryrefslogtreecommitdiff
path: root/libmateweather
AgeCommit message (Collapse)AuthorFilesLines
2015-08-25Fix linking with gcc-4.5infirit1-3/+3
gcc-4.5 has a stricter linking behaviour which now requires us to specify needed libraries directly instead of relying on transitive private dependencies. Taken from libgweather commit: 44cbbfff660151e2706039e293b360adc6df1c01 From: Martin Pitt <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=636105
2015-08-25build: cleanup Makefile.am and re-enable some codeinfirit1-67/+33
2015-08-25libmateweather-enum-types.[c,h]: Fix generation by adding templatesinfirit4-52/+59
These templates are not in the tarball so never where added to MATE.
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 Karapetsas2-7/+1
2013-08-10Fixes for make dist and make distcheckStefano Karapetsas1-2/+2
2013-07-28Write appropriate GTK API version in pkgconfig fileStefano Karapetsas2-2/+2
2013-06-25Proper default handling in switch statementScott Balneaves1-4/+8
2013-06-25Add in extra check before dereferenceScott Balneaves1-0/+1
2013-04-26update weather.noaa.gov urlElan Ruusamäe1-1/+1
it's because the .pl url used, redirects. lessen the hops
2013-04-10Added "show-notifications" boolean to GSchema and to the MateWeatherPrefs ↵muesli43-0/+8
struct.
2013-03-31Add -lm to test_sun_moon_LDADDlibmateweather-1.6.0Stefano Karapetsas1-0/+1
2013-03-08Add missing quote in GSettings schema commentStefano Karapetsas1-1/+1
2013-01-20Fix unit defaults in schema, making them transatableStefano Karapetsas1-9/+18
2012-10-10fix no return in nonvoid functionNelson Marques1-0/+4
2012-10-10add gettext to gschemalibmateweather-1.5.0Stefano Karapetsas3-123/+167
2012-09-29re-add deleted functionsStefano Karapetsas2-0/+91
2012-09-04migrate to gsettingsStefano Karapetsas9-960/+163
2012-09-04fix fetching forecast from bom.gov.auStefano Karapetsas1-20/+2
https://github.com/mate-desktop/libmateweather/issues/1 https://bugzilla.gnome.org/show_bug.cgi?id=628750 http://git.gnome.org/browse/libgweather/commit/?id=a80552f51c641754ef8410eebea6debc23a25561
2012-05-29libsoup-mate doesn't exist. Use libsoup-gnome instead.Steve Zesch2-4/+4
2011-12-08removing autogenerated filesPerberos1-1121/+0
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos40-0/+9852