Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2014-09-21 | Sync translations with transifex | mate-i18n | 6 | -84/+82 | |
2014-07-11 | Sync translations with transifex | mate-i18n | 2 | -25/+24 | |
2014-06-05 | Bump Gtk+ required version to 2.24 | infirit | 1 | -1/+1 | |
2014-06-05 | Drop support for Glib < 2.36 | infirit | 2 | -4/+1 | |
2014-05-10 | Fix define of g_memmove | Stefano Karapetsas | 1 | -1/+1 | |
It could be available on glib 2.40 if deprecated are enabled | |||||
2014-04-26 | Use memmove with latest glib (>= 2.39)libmateweather-1.9.0 | Stefano Karapetsas | 1 | -0/+5 | |
2014-04-26 | Sync translations with transifex | Stefano Karapetsas | 4 | -55/+54 | |
2014-03-17 | Bump version to 1.9.0 | Stefano Karapetsas | 2 | -1/+5 | |
2014-02-28 | Bump version to 1.8.0libmateweather-1.8.0 | Stefano Karapetsas | 2 | -2/+2 | |
2014-02-28 | Sync translations with transifex | Stefano Karapetsas | 2 | -92/+92 | |
2014-02-23 | Sync translations with transifex | Stefano Karapetsas | 5 | -65/+63 | |
2014-02-16 | Add option to disable icon cache updatelibmateweather-1.7.90 | infirit | 3 | -3/+10 | |
2014-02-16 | Update NEWS | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-15 | Bump version to 1.7.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-15 | Add NEWS file for MATE | Stefano Karapetsas | 1 | -0/+4 | |
2014-02-15 | Rename NEWS => NEWS.GNOME | Stefano Karapetsas | 1 | -0/+0 | |
2014-02-15 | configure: Add check news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-14 | Sync translations with transifex | Stefano Karapetsas | 1 | -2/+2 | |
2014-02-13 | Drop libsoup-gnome dependency | Stefano Karapetsas | 3 | -17/+3 | |
2014-02-11 | Remove MAINTAINERS file | Stefano Karapetsas | 2 | -17/+1 | |
2014-02-11 | Include autogen.sh in tarball | Stefano Karapetsas | 1 | -0/+1 | |
2014-02-09 | Remove autogenerated file | Stefano Karapetsas | 1 | -302/+0 | |
2014-02-09 | Fix typo in po/es_MX.polibmateweather-1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-09 | Bump version to 1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-09 | Sync translations with transifex | Stefano Karapetsas | 26 | -823/+1732 | |
2014-01-06 | Merge pull request #18 from infirit/master | Stefano Karapetsas | 1 | -1/+1 | |
Add to ACLOCAL_AMFLAGS for user added flags |