| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally. Remove unnecessary checks.
|
| |
|
|
|
|
|
| |
Continue replacing the use of calendar-config functions with GObject
property bindings to EShellSettings properties.
|
|
|
|
|
|
| |
GObject now does property bindings itself.
Requires GLib >= 2.26.
|
|
|
|
|
|
|
|
|
|
| |
We have two preferences for showing week numbers in various places.
We will combine these to be a single preference. This change replaces
/apps/evolution/calendar/display/day_view_show_week_number
with a general /apps/evolution/calendar/display/show_week_numbers.
We'll deal with the other preference in subsequent commits.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
|
|
Make ECalendarItem, ECalendarView, ECalModel, EDateEdit, EMeetingStore,
and EMeetingTimeSelector extensible and register extensions to
automatically bind every instance to the appropriate EShellSettings.
Conflicts:
calendar/gui/gnome-cal.c
modules/calendar/e-cal-shell-content.c
|