c2bfeef649
Fails to import calendar events due to used incorrect enum values
2012-09-14 12:18:11 +02:00
2db009a1cf
Autocompletion in meeting editor doesn't work
2012-09-14 10:29:34 +02:00
48d30dcad1
Bug #680611 - Hibernation shifts alarm notification time
2012-09-12 10:12:05 +02:00
218bd7d334
Calendar's Work Week view could left empty after start
...
When Evolution started in the Calendar view with Work Week view
selected it left the view empty, because the Work Week view was
not set focused. This change was not made, because GnomeCalendar
has set Work Week view as a default view, thus gnome_calendar_set_view()
just returned for "no change made" on the view type. Checking also
'in_focus' property of the view makes sure the initialization will
be done as expected.
2012-09-11 14:02:32 +02:00
ca8610aac8
Bug #683736 - Calendar work week view drops Monday's entries
2012-09-11 11:18:01 +02:00
e28f99649f
evolution-alarm-notify: Save changes in LastNotified
...
Thus they persist between alarm notify process runs.
2012-08-31 13:26:57 +02:00
ed81260ccf
Bug #682678 - Entering the end date for a recurring event is very difficult
2012-08-31 13:13:22 +02:00
350f7118fe
Make sure evolution-alarm-notify is running on Evolution's start
2012-08-30 15:37:11 +02:00
d34fc73590
Bug #586186 - Calendar print uses too small font
2012-08-30 10:27:29 +02:00
c4f35ce753
Bug #681669 - 'Select today' in work week view goes to wrong week
2012-08-24 18:05:52 +02:00
b97a438179
Bug #678476 - Critical warnings on calendar factory console
2012-08-21 17:52:31 +02:00
a5bbf35da5
Fix all 'may be used uninitialized' compiler warnings
2012-08-20 13:06:23 +02:00
3afe1d68fc
Fix typo. Fixes bug #682214
2012-08-20 08:01:00 +02:00
c85109fc32
Coding style and whitespace cleanup.
2012-08-19 14:17:55 -04:00
d536301617
EDayView: Hide tooltip on context menu popup
2012-08-10 11:56:18 +02:00
92a2ca0066
Bug #676785 - Enables wrong calendar after saving appointment
2012-08-10 11:37:40 +02:00
5f0b2dd1d8
Bug #559815 - Empty Reminders editor when opened second time
2012-08-08 11:59:49 +02:00
07be2453e0
Remove all GDK threads usage.
...
According to [1], we don't need to worry about GDK's global lock since
we don't call gdk_threads_init() or gdk_threads_set_lock_functions().
The GDK threads API is being aggressively deprecated by GTK+ developers
so let's just abandon it entirely. I've never really understood when
you're supposed to use it or not use it anyway, so it's good to be rid
of this confusion.
[1] https://mail.gnome.org/archives/desktop-devel-list/2012-August/msg00005.html
2012-08-05 22:12:26 -04:00
5a05dd7b31
e-memo-shell-view-actions.c: Support deleting remote resources.
2012-08-03 11:40:14 -04:00
bb8597fa1b
e-task-shell-view-actions.c: Support deleting remote resources.
2012-08-03 11:40:14 -04:00
8c99b707e7
e-cal-shell-view-actions.c: Support deleting remote resources.
2012-08-03 11:40:14 -04:00
b76cdb2771
calendar.error.xml: Remove GroupWise-specific errors.
2012-08-03 11:40:13 -04:00
7798ec38ec
calendar.error.xml: Fix indentation.
2012-08-03 11:40:13 -04:00
b95e110b94
Remove "modal" attribute from error.xml files.
...
The "modal" attribute is ignored nowadays anyway, but these should have
never been modal to begin with.
2012-08-03 11:40:13 -04:00
a456ef68fd
Bug #680666 - Contacts/Tasks/Memos preview pane does not follow theme colors
2012-08-02 11:11:41 +02:00
c87e0c1f98
Disable CompEditor when saving changes
2012-07-17 12:49:45 +02:00
3a3a788041
Bug #653529 - Alarm Notification window events list is too small
2012-07-13 13:36:05 +02:00
79f40c3cac
Make alarm notifications work again
2012-07-13 13:35:35 +02:00
1852490a93
Preset timeout on SoupSession-s to 90 seconds
2012-07-11 12:37:12 +02:00
e57a4bb617
Fix error XML definitions with one button.
...
Don't need an "OK" button because EAlert already adds an [X] button to
dismiss the alert. So we wind up seeing [ OK ] [X], which looks silly.
2012-07-05 09:02:05 -04:00
cc8bf823ec
Coding style and whitespace cleanup.
2012-06-24 20:31:43 -04:00
728c641c16
Adapt to EContact API change.
...
E_CONTACT_BOOK_URI -> UID.
2012-06-24 20:31:42 -04:00
f960fd2dff
Reduce usage of g_type_class_peek_parent().
...
G_DEFINE_TYPE macros define a static "parent_class" variable.
2012-06-24 20:31:42 -04:00
7cbdc483cc
all: don't set draw_background to FALSE on EText
2012-06-18 10:27:01 -04:00
6c05b09be1
Do not call g_object_notify() when property didn't change
2012-06-18 15:35:44 +02:00
94daae3dba
Remove the last remaining usage of GConf
2012-06-15 09:04:08 +02:00
ca63481992
Move ECalSourceConfig to /widgets/misc.
...
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.
2012-06-14 15:43:27 -04:00
e0f11ae8eb
Bump minimum libnotify version to 0.7.
...
GNOME has included libnotify 0.7.x since GNOME 3.0. It's still an
optional dependency for Evolution, but if you're gonna use it you'll
need a GNOME3-era release.
2012-06-07 17:04:13 -04:00
2a39437ee9
Adapt to single-include E-D-S libraries.
2012-06-03 15:14:03 -04:00
68c35c4bed
Adapt calendar/gui to the new ESource API.
2012-06-02 23:00:40 -04:00
ebed1366e5
Adapt AlarmNotify to the new ESource API.
2012-06-02 23:00:40 -04:00
8de9737923
Adapt calendar/importers to the new ESource API.
2012-06-02 23:00:40 -04:00
2a2933ec5c
Add ESourceConfig widget.
...
Base class for building address book and calendar configuration dialogs.
2012-06-02 23:00:38 -04:00
04cf783ce8
Refactor CompEditor pages to isolate EAccount usage.
...
Hide EAccount usage behind a generic API so EAccount can be replaced
more easily.
2012-06-02 23:00:38 -04:00
ceea3a0a1f
Reduce diff noise with 'account-mgmt' branch.
...
One last time.
2012-06-02 16:52:01 -04:00
71924fc487
Fix memory leaks around gtk_tree_model_get() function
2012-05-31 10:44:49 +02:00
f14af6f998
Bug #675863 - Cannot load webview.css from Tasks/Memos
2012-05-16 19:02:42 +02:00
f28b9dfded
Bug #671585 - e-week-view.c: Use page_increment for smooth scrolling
...
Otherwise 4 smooth scroll events with a delta_y of 1.0 are required to
scroll the view by a month if the setting 'Scroll Month View by a week'
is disabled.
2012-05-16 15:30:08 +02:00
5e379370ae
Bug #671585 - Add support for smooth scrolling devices
2012-05-15 16:24:29 +02:00
89777f0726
Whitespace cleanups.
2012-05-13 09:15:42 -04:00