Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-27 | release 1.16.1v1.16.1 | monsta | 1 | -1/+1 | |
2016-09-18 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-08-31 | pre-bump version | raveit65 | 1 | -1/+1 | |
2016-06-07 | release 1.15.0v1.15.0 | raveit65 | 1 | -1/+1 | |
2016-04-05 | release 1.14.0 | raveit65 | 1 | -1/+1 | |
2016-01-05 | pre-bump version to 1.13.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-12-04 | Bump version to 1.12.1 | Monsta | 1 | -1/+1 | |
2015-10-31 | release 1.12.0 | Wolfgang Ulbrich | 1 | -1/+1 | |
2015-10-06 | pre-bump version to 1.11.0 | raveit65 | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
And mark the gschema accordingly in POTFILES | |||||
2015-08-25 | drop support for win32 | Monsta | 1 | -12/+1 | |
2015-08-25 | Linking with libm explicity | infirit | 1 | -0/+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-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 | gtk doc: Move documentation to inline comments | infirit | 1 | -1/+1 | |
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-05 | Revert "Use the new SoupSession object" | infirit | 1 | -1/+1 | |
This reverts commit a68b4d91372aa67ab16d5f619b251d72cb09652a. | |||||
2015-08-04 | Use the new SoupSession object | infirit | 1 | -1/+1 | |
This should, according to the docs retrieve a GProxyResolver. This requires version 2.42 | |||||
2015-04-05 | Bump version to 1.10.0libmateweather-1.10.0 | Stefano Karapetsas | 1 | -1/+1 | |
2015-02-24 | Bump version to 1.9.90libmateweather-1.9.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-10-02 | Bump version to 1.9.1 | Stefano Karapetsas | 1 | -1/+1 | |
2014-06-05 | Bump Gtk+ required version to 2.24 | infirit | 1 | -1/+1 | |
2014-06-05 | Drop support for Glib < 2.36 | infirit | 1 | -1/+1 | |
2014-03-17 | Bump version to 1.9.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-28 | Bump version to 1.8.0libmateweather-1.8.0 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-16 | Add option to disable icon cache updatelibmateweather-1.7.90 | infirit | 1 | -0/+7 | |
2014-02-15 | Bump version to 1.7.90 | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-15 | configure: Add check news | Stefano Karapetsas | 1 | -1/+1 | |
2014-02-13 | Drop libsoup-gnome dependency | Stefano Karapetsas | 1 | -10/+2 | |
2014-02-09 | Bump version to 1.7.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-12-19 | Fix automagic python support | infirit | 1 | -1/+1 | |
2013-10-08 | Bump version to 1.7.0libmateweather-1.7.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-08-10 | Fixes for make dist and make distcheck | Stefano Karapetsas | 1 | -1/+1 | |
2013-07-28 | Write appropriate GTK API version in pkgconfig file | Stefano Karapetsas | 1 | -0/+1 | |
2013-07-28 | Add support for multiple GTK versions in configure | Stefano Karapetsas | 1 | -3/+22 | |
2013-04-11 | Bump version to 1.6.1libmateweather-1.6.1 | Stefano Karapetsas | 1 | -1/+1 | |
2013-03-31 | Bump version to 1.6.0 | Stefano Karapetsas | 1 | -1/+1 | |
2013-01-31 | AC_CONFIG_HEADERS to please automake 1.13 | Marcel Dijkstra | 1 | -1/+1 | |
2013-01-20 | Preparing for 1.5.1 release.libmateweather-1.5.1 | Steve Zesch | 1 | -1/+1 | |
2013-01-17 | rename configure.in to configure.ac to be liked by autoconf 1.12 | Elan Ruusamäe | 1 | -0/+282 | |
aclocal-1.12: warning: autoconf input should be named 'configure.ac', not 'configure.in' |