summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-08Bump version to 1.15.1libmateweather-1.15.1Martin Wimpress1-0/+2
2016-09-06iwin: use new server address to fix forecastmonsta1-1/+1
2016-08-31pre-bump versionraveit652-1/+3
2016-08-29metar: switch to https and use recommended method of data retrievalmonsta1-5/+11
as per https://aviationweather.gov/dataserver/bestpractices patch by Frank Dana: https://git.gnome.org/browse/libgweather/commit/?id=283afc2d23355def1c1bab70a641f40cea52ba7f
2016-08-24metar: switch to aviationweather.gov (weather.noaa.gov is discontinued)monsta1-3/+3
2016-07-15distcheck: explicitly use currently selected GTK+ versionraveit651-1/+4
2016-06-27po: drop languages not present on Transifexmonsta6-38479/+0
also drop ancient nds.po left from gnome (nds translation is present on Transifex though, but it's empty)
2016-06-16Correct Russian translation and tz-hint for Shymkentrezso2-2/+2
2016-06-07release 1.15.0v1.15.0raveit652-1/+5
2016-06-07sync with Transiflexraveit6514-175/+184
2016-04-07update NEWS to mention Changelog generationv1.14.0monsta1-0/+1
2016-04-05release 1.14.0raveit652-2/+2
2016-04-05update NEWS to mention translations updatemonsta1-0/+1
2016-04-05Add Changelog generationraveit651-0/+10
2016-04-05add new languages and sync with transiflexraveit65110-6676/+17229
2016-04-04update NEWS a bit (but no latest translations retrieved yet)monsta1-1/+2
2016-03-21add missing apostrophe in schema descriptionmonsta1-1/+1
2016-01-24release 1.13.0v1.13.0Wolfgang Ulbrich1-0/+2
2016-01-05pre-bump version to 1.13.0Wolfgang Ulbrich2-1/+3
2016-01-02drop obsolete build flagsMonsta1-2/+2
2016-01-02drop internal lib READMEMonsta1-7/+0
2015-12-04Bump version to 1.12.1Monsta2-1/+5
2015-11-01Sync translations with transifexv1.12.0mate-i18n103-28735/+20207
2015-10-31release 1.12.0Wolfgang Ulbrich1-1/+1
2015-10-30update NEWS for 1.12monsta1-1/+1
2015-10-27some corrections in NEWSmonsta1-2/+3
2015-10-08release 1.11.0libmateweather-1.11.0raveit651-0/+3
2015-10-06pre-bump version to 1.11.0raveit652-1/+3
2015-09-06Correct default tag in gsettings schemainfirit1-10/+10
2015-09-06Forgot to let autoconf generate the gschema xmlinfirit1-0/+1
2015-09-06Bump required intltool version for gsettings supportinfirit4-44/+42
And mark the gschema accordingly in POTFILES
2015-09-04Merge pull request #26 from monsta/laundryStefano Karapetsas6-168/+3
drop support for win32
2015-08-25drop support for win32Monsta6-168/+3
2015-08-25Sync Locations.xml.in with libgweather commit: ↵infirit1-69/+59
d31d486eba89b39959a32ef2bc0ded588c455b26 This is the update (~2012-08) before yahoo is added as provider.
2015-08-25Gtk3: Use gtk_box_new() instead of deprecated gtk_vbox_new()infirit1-0/+5
2015-08-25Fix fetching forecasts from the Met Officeinfirit1-2/+0
Taken from libgweather commit: dc5fb7f1456e75e0bd58d8b899a7df3d462c19be From: Vincent Untz <[email protected]>
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 explicityinfirit2-1/+2
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-25configure.ac: updates taken from libgweatherinfirit1-20/+10
Taken from libgweather commits: Do not use deprecated autoconf macros efcfd861fc12e0b725706addea128c670f359ae4 Use a build-aux directory for autogenerated files 4254e5e50a4c0e63d66957594e36d7c93d817e32 Do not use *_DISABLE_DEPRECATED e2aa597ee6211bc10a2a27a74dd362d8e089d995 Do not AC_SUBT some variables 2335da0c29a2f9f7d41ee934ab7c15762ee8f69f All from: Javier Jardón <[email protected]>
2015-08-25libmateweather-docs.sgml: Update based on libgweatherinfirit1-2/+20
Add two chapters and small fix Original authors: Javier Jardón <[email protected]> Vincent Untz <[email protected]>
2015-08-25libmateweather-docs.sgml: Fix title and comment online urlinfirit1-4/+5
2015-08-25gtk doc: Move documentation to inline commentsinfirit8-9/+28
2015-08-25build: Modernize build system a bitinfirit1-47/+6
Use the tar-ustar option for AM_INIT_AUTOMAKE for better tarballs. Do not use AM_MAINTAINER_MODE as it is not recommended by automake developers. Use LT_PREREQ & LT_INIT for libtool checks. Require intltool 0.40.6 to avoid various bugs. Do not use AC_ISC_POSIX, AC_HEADER_STDC, AM_PROG_CC_C_O as they shouldn't be needed on modern systems. Drop manual check for additional compiler flags and pass maximum to MATE_COMPILE_WARNINGS instead.
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-25Update Locations.xml.in for timezone changesinfirit1-2/+4
Taken from libgweather commit: cda0d19687d61b73a162b05b06c9892973a0a598 From: Vincent Untz <[email protected]>
2015-08-25build: cleanup Makefile.am and re-enable some codeinfirit3-84/+51
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"infirit2-2/+3
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a.
2015-08-05Fix icon cache updateinfirit1-2/+2
broken in 2f2e67b88935259b6e1c214a2c70b4c964f59028 fixes #24
2015-08-04Use the new SoupSession objectinfirit2-3/+2
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42