aboutsummaryrefslogtreecommitdiffstats
path: root/modules/cal-config-weather/evolution-cal-config-weather.c
Commit message (Collapse)AuthorAgeFilesLines
* ECalConfigWeather: Fix a confusing translator comment.Matthew Barnes2014-03-151-7/+6
|
* Bug #722346 - _NL_MEASUREMENT_MEASUREMENT is not portableMilan Crha2014-01-241-6/+14
|
* Bug 721545 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-081-10/+9
|
* Coding style and whitespace cleanup.Matthew Barnes2013-12-071-14/+22
|
* Bug #715057 - Weather calendar is using Fahrenheit units as defaultFabiano FidĂȘncio2013-12-011-3/+39
|
* Weather calendar: Be able to change temperature unitMilan Crha2013-11-231-0/+24
| | | | | | The ESourceExtension had a 'unit' property, but it was not used anywhere, thus I changed it to reflect possible values of current libgweather and made it used in the background.
* Bug #712388 - Crash when opening Properties of a Weather calendarMilan Crha2013-11-191-36/+52
| | | | | | Apart of fixing the crash, the format of saved location is changed, which requires changes in evolution-data-server, commit with the same bug number in its description (063a2bc).
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Evolution consists of entirely too many small utility libraries, which increases linking and loading time, places a burden on higher layers of the application (e.g. modules) which has to remember to link to all the small in-tree utility libraries, and makes it difficult to generate API documentation for these utility libraries in one Gtk-Doc module. Merge the following utility libraries under the umbrella of libeutil, and enforce a single-include policy on libeutil so we can reorganize the files as desired without disrupting its pseudo-public API. libemail-utils/libemail-utils.la libevolution-utils/libevolution-utils.la filter/libfilter.la widgets/e-timezone-dialog/libetimezonedialog.la widgets/menus/libmenus.la widgets/misc/libemiscwidgets.la widgets/table/libetable.la widgets/text/libetext.la This also merges libedataserverui from the Evolution-Data-Server module, since Evolution is its only consumer nowadays, and I'd like to make some improvements to those APIs without concern for backward-compatibility. And finally, start a Gtk-Doc module for libeutil. It's going to be a project just getting all the symbols _listed_ much less _documented_. But the skeletal structure is in place and I'm off to a good start.
* 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
* 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.
* Adapt to single-include E-D-S libraries.Matthew Barnes2012-06-041-1/+1
|
* Add 'cal-config-weather' module.Matthew Barnes2012-06-031-0/+309
Registers the "Weather" backend in ECalSourceConfig widgets. Replaces the 'calendar-weather' plugin.