Commit Graph

9 Commits

Author SHA1 Message Date
cefa5edf7f Add EClientCache.
New class to help reduce code duplication and centralize some EClient
handling policies.

Benefits:

- EClient instances can be shared across the entire application.

- Centralized rebroadcasting of "backend-died" and "backend-error"
  signals emitted from cached EClient instances.

- Automatic cache invalidation when backends crash.  The EClient
  is discarded, and a new instance is created on the next request.
2013-02-16 18:57:08 -05:00
aa8b7b68fc Add e_source_util_remote_delete().
Wraps e_source_remote_delete() in an EActivity and submits errors to the
given EAlertSink.
2012-08-03 11:40:13 -04:00
d2f9d47b21 e-source-utils.c cleanups.
Also add missing error definitions.
2012-08-03 11:40:13 -04:00
4da513dd69 e-system.error.xml: Add some generic errors from mail.error.xml. 2012-07-25 22:12:04 -04:00
c6d7f233f8 e-system.error.xml: Fix indentation. 2012-07-25 22:10:19 -04:00
35349fa01c Bug 670278 - Poorly worded "confirm overwrite" alert
Reworded to match exactly what GtkFileChooser shows.
2012-02-17 09:20:32 -05:00
64dddd6c7c Bug 604822 - Drop more alert titles
Drop all alert titles to be found in *.error.xml. HIG suggests alerts
do not have a title.
2009-12-20 11:08:05 +01:00
a182527b8f reviewed by: Milan Crha
2008-04-07  Takao Fujiwara  <takao.fujiwara@sun.com>

	reviewed by: Milan Crha

	** Fix for bug #408579

	* mail/mail.error.xml:
	* e-util/e-system.error.xml:
	  Changed '&quot;' to '\"' to work with intltool.


svn path=/trunk/; revision=35329
2008-04-07 03:28:14 +00:00
68400be65e added e-error.[ch], removed e-error-tool, and added e-system.error.xml
2005-05-16  Not Zed  <NotZed@Ximian.com>

        * Makefile.am: added e-error.[ch], removed e-error-tool, and added
        e-system.error.xml

svn path=/trunk/; revision=29360
2005-05-16 06:10:22 +00:00