Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-06-07 | release 1.15.0v1.15.0 | raveit65 | 2 | -1/+5 | |
2016-06-07 | sync with Transiflex | raveit65 | 14 | -175/+184 | |
2016-04-07 | update NEWS to mention Changelog generationv1.14.0 | monsta | 1 | -0/+1 | |
2016-04-05 | release 1.14.0 | raveit65 | 2 | -2/+2 | |
2016-04-05 | update NEWS to mention translations update | monsta | 1 | -0/+1 | |
2016-04-05 | Add Changelog generation | raveit65 | 1 | -0/+10 | |
2016-04-05 | add new languages and sync with transiflex | raveit65 | 110 | -6676/+17229 | |
2016-04-04 | update NEWS a bit (but no latest translations retrieved yet) | monsta | 1 | -1/+2 | |
2016-03-21 | add missing apostrophe in schema description | monsta | 1 | -1/+1 | |
2016-01-24 | release 1.13.0v1.13.0 | Wolfgang Ulbrich | 1 | -0/+2 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 2 | -1/+3 | |
2016-01-02 | drop obsolete build flags | Monsta | 1 | -2/+2 | |
2016-01-02 | drop internal lib README | Monsta | 1 | -7/+0 | |
2015-12-04 | Bump version to 1.12.1 | Monsta | 2 | -1/+5 | |
2015-11-01 | Sync translations with transifexv1.12.0 | mate-i18n | 103 | -28735/+20207 | |
2015-10-31 | release 1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-30 | update NEWS for 1.12 | monsta | 1 | -1/+1 | |
2015-10-27 | some corrections in NEWS | monsta | 1 | -2/+3 | |
2015-10-08 | release 1.11.0libmateweather-1.11.0 | raveit65 | 1 | -0/+3 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 2 | -1/+3 | |
2015-09-06 | Correct default tag in gsettings schema | infirit | 1 | -10/+10 | |
2015-09-06 | Forgot to let autoconf generate the gschema xml | infirit | 1 | -0/+1 | |
2015-09-06 | Bump required intltool version for gsettings support | infirit | 4 | -44/+42 | |
And mark the gschema accordingly in POTFILES | |||||
2015-09-04 | Merge pull request #26 from monsta/laundry | Stefano Karapetsas | 6 | -168/+3 | |
drop support for win32 | |||||
2015-08-25 | drop support for win32 | Monsta | 6 | -168/+3 | |
2015-08-25 | Sync Locations.xml.in with libgweather commit: ↵ | infirit | 1 | -69/+59 | |
d31d486eba89b39959a32ef2bc0ded588c455b26 This is the update (~2012-08) before yahoo is added as provider. | |||||
2015-08-25 | Gtk3: Use gtk_box_new() instead of deprecated gtk_vbox_new() | infirit | 1 | -0/+5 | |
2015-08-25 | Fix fetching forecasts from the Met Office | infirit | 1 | -2/+0 | |
Taken from libgweather commit: dc5fb7f1456e75e0bd58d8b899a7df3d462c19be From: Vincent Untz <[email protected]> | |||||
2015-08-25 | Improve parsing from bom.gov.au forecasts | infirit | 1 | -1/+14 | |
We can safely remove some non-interesting text Taken from libgweather commit: 73829e640d2ebd7f926563145ca81702c17d0abb From: Vincent Untz <[email protected]> | |||||
2015-08-25 | Linking with libm explicity | infirit | 2 | -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-25 | configure.ac: updates taken from libgweather | infirit | 1 | -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-25 | libmateweather-docs.sgml: Update based on libgweather | infirit | 1 | -2/+20 | |
Add two chapters and small fix Original authors: Javier Jardón <[email protected]> Vincent Untz <[email protected]> | |||||
2015-08-25 | libmateweather-docs.sgml: Fix title and comment online url | infirit | 1 | -4/+5 | |
2015-08-25 | gtk doc: Move documentation to inline comments | infirit | 8 | -9/+28 | |
2015-08-25 | build: Modernize build system a bit | infirit | 1 | -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-25 | Fix linking with gcc-4.5 | infirit | 1 | -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-25 | Update Locations.xml.in for timezone changes | infirit | 1 | -2/+4 | |
Taken from libgweather commit: cda0d19687d61b73a162b05b06c9892973a0a598 From: Vincent Untz <[email protected]> | |||||
2015-08-25 | build: cleanup Makefile.am and re-enable some code | infirit | 3 | -84/+51 | |
2015-08-25 | libmateweather-enum-types.[c,h]: Fix generation by adding templates | infirit | 4 | -52/+59 | |
These templates are not in the tarball so never where added to MATE. | |||||
2015-08-05 | Revert "Use the new SoupSession object" | infirit | 2 | -2/+3 | |
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a. | |||||
2015-08-05 | Fix icon cache update | infirit | 1 | -2/+2 | |
broken in 2f2e67b88935259b6e1c214a2c70b4c964f59028 fixes #24 | |||||
2015-08-04 | Use the new SoupSession object | infirit | 2 | -3/+2 | |
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42 | |||||
2015-06-30 | Support reproducible builds, no timestamps in .gz files1.10 | Mike Gabriel | 1 | -3/+3 | |
closes #22 | |||||
2015-04-05 | Bump version to 1.10.0libmateweather-1.10.0 | Stefano Karapetsas | 2 | -2/+2 | |
2015-04-05 | Sync translations with transifex | mate-i18n | 5 | -10/+940 | |
2015-02-24 | Bump version to 1.9.90libmateweather-1.9.90 | Stefano Karapetsas | 2 | -3/+3 | |
2015-02-24 | Sync translations with transifex | mate-i18n | 82 | -490/+365 | |
2015-01-20 | Sync translations with transifex | mate-i18n | 6 | -226/+224 | |
2014-10-02 | Sync translations with transifexlibmateweather-1.9.1 | mate-i18n | 1 | -9/+9 | |
2014-10-02 | Bump version to 1.9.1 | Stefano Karapetsas | 2 | -2/+2 | |