Commit Graph

4315 Commits

Author SHA1 Message Date
2db009a1cf Autocompletion in meeting editor doesn't work 2012-09-14 10:29:34 +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
ed81260ccf Bug #682678 - Entering the end date for a recurring event is very difficult 2012-08-31 13:13:22 +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
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
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
1852490a93 Preset timeout on SoupSession-s to 90 seconds 2012-07-11 12:37:12 +02: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
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
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
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
d2de841ec6 Bug #559710 - Do not close Event/Task/Memo editor on save 2012-05-11 12:38:38 +02:00
3c6919a70c Spell checking for 'Summary' in Event/Task/Memo editors 2012-05-10 17:59:21 +02:00
4eb33fd3da Bug #668988 - Handle a "minutes" entry greater than 59 intelligently 2012-04-26 12:57:33 +02:00
1c092c81c8 Bug #668769 - Recurrence editor weekday items slightly cropped 2012-04-24 17:59:21 +02:00
031c2b6b55 Bug #668768 - Copy&paste of appointment occurrence creates two appointments 2012-04-24 17:12:33 +02:00
3506b02eed Fix possible memory leaks of GError structures 2012-04-23 16:43:08 +02:00
7950d6a0c6 Adapt to libedataserver[ui] changes. 2012-04-21 17:07:15 -04:00
49787d04fe Bug #584143 - Global Search Function withing Calendar 2012-04-11 16:58:05 +02:00
299521f02c Whitespace cleanup.
Replace 8-space indentation with tab characters, and various other
automated cleanups.
2012-04-01 23:15:38 -04:00
a269411bac WebKit port - port addressbook, calendar and update composer to keep working with GtkHtml 2012-03-28 18:39:13 +02:00
6e51aa3332 Fix possible use of uninitialized variable 2012-03-15 14:02:22 +01:00
e9dde84d48 Bug #664326 - Buttons to handle exceptions in event is always disabled 2012-03-09 13:43:36 +01:00
5554e8583b Bug #664323 - Too late initialization of Gnome/GailCanvas ATK support 2012-03-09 12:19:03 +01:00
241fb1255b Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the appointment after a successful paste 2012-03-05 15:01:15 +05:30
e758de5b1d Redo Filters/Search folder editors to use a shared non ui based library for
making search folders running remotely.
2012-03-03 09:02:34 -05:00
14f82dde34 Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils. 2012-03-03 09:02:33 -05:00
68242e0edc Bug #670934 - Was saving ESourceList first, rather than last 2012-03-01 14:24:27 +01:00
4d81843755 Bug #661265 - Move to Calendar breaks google:// URI 2012-02-21 19:30:15 +01:00