e9749faddd
Bug #679862 - Do not use ENameSelectorEntry in .ui files
2012-08-21 14:31:56 +02:00
c85109fc32
Coding style and whitespace cleanup.
2012-08-19 14:17:55 -04:00
53aa02a923
e-book-shell-view-actions.c: Support deleting remote resources.
2012-08-03 11:40:13 -04:00
54f4ab63ba
addressbook.error.xml: Remove GroupWise-specific errors.
2012-08-03 11:40:13 -04:00
fe779eef25
addressbook.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
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
f77a83e875
Display local contact photos in EContactEditor's EImageChooser
...
Some contacts have photos stored locally as files. Until now
EContactEditor displayed thumbnail of contact photo in EImageChooser
only if the photo was embedded in the vCard as data. This patch
adds support for dispalying thumbnails of photos stored in local files
to indicate that the contact has a picture set.
2012-06-27 14:18:39 +02:00
2a86155e71
Bug #674427 - Crash when formatting contact in addressbook
2012-06-27 14:18:39 +02:00
255e052904
Fix displaying photos in contacts preview
...
EContactPhoto URIs are already escaped, but WebKit escapes it again, so images
are not displayed sometimes. Unescaping the URI before writing it to the HTML
fixes to problem.
2012-06-27 14:18:38 +02:00
cc8bf823ec
Coding style and whitespace cleanup.
2012-06-24 20:31:43 -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
031c40a517
Bug #764467 - URL popup shows all Copy options
2012-06-18 13:42:39 +02:00
2a4a12c470
Move EBookSourceConfig to /widgets/misc.
...
EBookSourceConfig drags in no additional dependencies, and allows us to
delay publishing a libevolution-addressbook.so since 3rd party packages
will need to subclass EBookSourceConfig.
The address book source code will need to be flattened into a single
library before we could publish a libevolution-addressbook.so anyway.
That would be a good thing to do regardless -- Evolution has way too
many internal libraries -- but it's out of scope at the moment.
2012-06-14 13:40:11 -04:00
2a39437ee9
Adapt to single-include E-D-S libraries.
2012-06-03 15:14:03 -04:00
2b346d96f8
Adapt addressbook/tools to the new ESource API.
2012-06-02 23:00:39 -04:00
571e5e17f8
Adapt addressbook/gui/widgets to the new ESource API.
2012-06-02 23:00:39 -04:00
b99b09e457
Adapt addressbook/gui/merging to the new ESource API.
2012-06-02 23:00:39 -04:00
7080507479
Adapt addressbook/importers to the new ESource API.
2012-06-02 23:00:39 -04:00
c20cd3645b
Adapt addressbook/util to the new ESource API.
2012-06-02 23:00:39 -04:00
7e8696ec5b
Adapt EContactListEditor to the new ESource API.
2012-06-02 23:00:39 -04:00
1642c226cd
Adapt EContactEditor to the new ESource API.
2012-06-02 23:00:39 -04:00
2a2933ec5c
Add ESourceConfig widget.
...
Base class for building address book and calendar configuration dialogs.
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
885cb6c050
Remove tooltip_markup from .ui
...
As it turns out, it's not actually required.
2012-05-18 18:56:13 +02:00
dfb3a6b6ed
Mark forgotten tooltip strings as translatable
2012-05-15 21:12:02 +02:00
59ba5e620d
Fix some GSimpleAsyncResult reference leaks.
2012-05-13 09:40:23 -04:00
53a3d2f4e1
Use g_simple_async_result_set_check_cancellable().
...
Always call it immediately after g_simple_async_result_new().
2012-05-13 09:40:23 -04:00
89777f0726
Whitespace cleanups.
2012-05-13 09:15:42 -04:00
96f9d7a159
Bug #674997 - Collapsing contact lists broken in Contacts preview
2012-05-03 10:14:37 +02:00
93e5656052
Bug #668998 - Consistent UI for saving Contacts like in Events/Tasks/Memos
2012-04-26 14:16:54 +02:00
13d4a2c8ba
Bug #668989 - Add a twitter username to IM in contacts
2012-04-26 13:47:09 +02:00
e2832731d2
Bug #668543 - Crash in view_modify_contact_cb() if contact has no UID
2012-04-23 13:34:56 +02:00
68978b5a02
Bug #674380 - Deselected contact keeps preview filled
2012-04-23 09:07:10 +02:00
d571c56260
Bug #674272 - Contacts preview differs with mailer running and not
...
This splits the giant EMailRequest to individual EFileRequest, EStockRequest, EHTTPRequest and EMailRequest,
making the first two available globally from e-utils, the othe two are loaded only with mailer,
since no other component uses them.
2012-04-23 08:40:20 +02:00
7950d6a0c6
Adapt to libedataserver[ui] changes.
2012-04-21 17:07:15 -04:00
3cfe8dad16
Bug #667912 - Remove name field from formatted address label
2012-04-17 19:08:52 +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
87c027f518
Bug #665399 - Cannot change File Under to custom value
2012-03-16 18:51:05 +01:00
b4f895265d
Add missing linker flags.
2012-03-03 14:11:12 -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
b7954986ab
Bug #670512 - Crash in ecp_set_target at e-cal-config.c:93
2012-02-21 11:05:10 +01:00
23f5773903
Coding style and whitespace cleanup.
2012-02-20 10:04:25 -05:00
ae0c3ded77
Bug 471795 - Clarify CSV importers as being for contact info only
2012-02-17 14:39:25 -05:00
dee62ddcd0
Fix broken Help button link in Contact Editor after Mallard transition.
2012-02-15 12:57:24 +01:00
1600064022
Bug #591436 - Add -avoid-version to LDFLAGS
2012-02-15 11:22:21 +01:00