aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-weather
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated GLib symbols (as of GLib 2.34.x)Milan Crha2012-11-061-8/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2012-08-201-1/+1
|
* Update to libgweather 3.5Giovanni Campagna2012-07-121-64/+21
| | | | | | | libgweather 3.5.0 changed API compared to API, and some small changes are needed in the configuration widgets. https://bugzilla.gnome.org/show_bug.cgi?id=678984
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-1/+13
|
* Remove some unnecessary linker flags.Matthew Barnes2012-06-151-1/+0
|
* Move ECalSourceConfig to /widgets/misc.Matthew Barnes2012-06-151-1/+1
| | | | | | ECalSourceConfig drags in no additional dependencies, and although we do publish a libevolution-calendar.so, this keeps all the ESource config UI in one place so it can more easily be moved to Evolution-Data-Server.
* Fix build (typo in e-source-weather.c)Milan Crha2012-06-041-1/+1
|
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-043-4/+2
|
* Add 'cal-config-weather' module.Matthew Barnes2012-06-034-0/+672
Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin.