summaryrefslogtreecommitdiff
path: root/libmateweather
AgeCommit message (Collapse)AuthorFilesLines
2016-03-21add missing apostrophe in schema descriptionmonsta1-1/+1
2016-01-02drop internal lib READMEMonsta1-7/+0
2015-09-06Correct default tag in gsettings schemainfirit1-10/+10
2015-09-06Bump required intltool version for gsettings supportinfirit2-42/+40
And mark the gschema accordingly in POTFILES
2015-08-25drop support for win32Monsta4-155/+1
2015-08-25Gtk3: Use gtk_box_new() instead of deprecated gtk_vbox_new()infirit1-0/+5
2015-08-25Improve parsing from bom.gov.au forecastsinfirit1-1/+14
We can safely remove some non-interesting text Taken from libgweather commit: 73829e640d2ebd7f926563145ca81702c17d0abb From: Vincent Untz <[email protected]>
2015-08-25Linking with libm explicityinfirit1-1/+1
While building with linker flags --no-copy-dt-needed-entries (default binutils), the linking fails, as libm is not specified. Taken from libgweather commit: d8e7b7ba7b1c8fc9820eb8b346d2f52be8c74b2f From: Dominique Leuenberger <[email protected]> Gnome bug: https://bugzilla.gnome.org/show_bug.cgi?id=671602
2015-08-25gtk doc: Move documentation to inline commentsinfirit7-8/+27
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