aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-calendar-preferences.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove e_shell_hide_widgets_for_express_mode().Matthew Barnes2013-04-011-25/+0
| | | | No longer needed.
* Remove ECalShellSettings.Matthew Barnes2013-03-171-270/+369
| | | | | | | | EShellSettings predates GSettings and is no longer necessary. GSettings allows binding GObject properties to GSettings keys, with optional mapping functions. That fulfills the purpose of EShellSettings.
* Convert all "week-start-day" properties to GDateWeekday.Matthew Barnes2013-03-171-3/+6
|
* e-config: Remove unused functions.Matthew Barnes2012-12-171-2/+1
| | | | | | | | | | | | e_config_add_skip_check() e_config_class_remove_factory() e_config_create_window() e_config_page_get() e_config_page_next() e_config_page_prev() e_config_set_page_is_finish() Also remove E_CONFIG_ASSISTANT and all the assistant support therein.
* Fix compiler warnings.Matthew Barnes2012-12-151-2/+2
|
* Consolidate base utility libraries into libeutil.Matthew Barnes2012-12-131-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-2/+3
|
* Do not call g_object_notify() when property didn't changeMilan Crha2012-06-181-1/+1
|
* Adapt modules/calendar to the new ESource API.Matthew Barnes2012-06-031-76/+17
|
* Coding style and whitespace cleanup.Matthew Barnes2012-02-201-3/+9
|
* Bug #582649 - Toggle for coloring today and overdue tasksMilan Crha2011-12-141-0/+22
|
* Port calendar preferences to GSettingsRodrigo Moya2011-09-211-8/+8
|
* Coding style and whitespace cleanup.Matthew Barnes2011-09-141-15/+37
|
* Bug #655666 - Split task preferences into its own tabMilan Crha2011-09-141-0/+1
|
* EConfig: Broadcast abort/commit events by way of signals.Matthew Barnes2011-09-141-1/+1
| | | | | Remove the clumsy abortfunc and commitfunc callback arguments from e_config_add_items().
* Replace alarm by reminder for UI consistency. Fixes bug #340614Andre Klapper2011-09-141-1/+1
|
* Bug 652958 - Evolution Account Assistant jumps stepsMatthew Barnes2011-09-141-0/+1
| | | | | | | The GTK+ patch in bug 653705 is also required for the Account Assistant to work properly under the new GtkAssistant design in GTK+ 3.1. This commit only deals with sidebar ordering issues.
* Do not use deprecated EBook/ECal APIMilan Crha2011-06-301-1/+1
|
* Bug #646109 - Fix use of include <config.h> to make sure translations workMilan Crha2011-06-301-1/+4
|
* Coding style cleanups.Matthew Barnes2011-06-301-2/+2
|
* Move calendar preferences to the calendar module.Matthew Barnes2010-11-101-0/+905
Continue replacing the use of calendar-config functions with GObject property bindings to EShellSettings properties.