From 35e55a8d6e3455efa92abd669680d191e3e4cbac Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 17 Oct 2010 09:40:36 -0400 Subject: Send errors to an EAlertSink instead of the task bar. This marks the end of unintrusive error dialogs, which were too unintrusive. We now show errors directly in the main window using the EAlert / EAlertSink framework. --- doc/reference/shell/eshell-docs.sgml | 1 - doc/reference/shell/eshell-sections.txt | 24 ------- doc/reference/shell/eshell.types | 1 - doc/reference/shell/tmpl/e-alert.sgml | 9 --- doc/reference/shell/tmpl/eshell-unused.sgml | 100 ++++++++++++++++++++++++++++ 5 files changed, 100 insertions(+), 35 deletions(-) (limited to 'doc/reference') diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index eff7d8d278..5451736723 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -35,7 +35,6 @@ - diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 2c0e82de89..577a98d481 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -523,7 +523,6 @@ EAlert e_alert_new e_alert_run_dialog e_alert_run_dialog_for_args -e_alert_dialog_count_buttons
@@ -915,29 +914,6 @@ e_icon_factory_pixbuf_scale e_icon_factory_create_thumbnail
-
-e-logger -Error Logging -ELogger -ELogFunction -ELogLevel -e_logger_new -e_logger_get_name -e_logger_log -e_logger_get_logs - -E_LOGGER -E_IS_LOGGER -E_TYPE_LOGGER -E_LOGGER_CLASS -E_IS_LOGGER_CLASS -E_LOGGER_GET_CLASS -ELoggerClass -e_logger_get_type - -ELoggerPrivate -
-
e-module EModule diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index b5c41aecf6..51b7c7693e 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -1,7 +1,6 @@ e_bit_array_get_type e_extensible_get_type e_extension_get_type -e_logger_get_type e_module_get_type e_signature_get_type e_signature_list_get_type diff --git a/doc/reference/shell/tmpl/e-alert.sgml b/doc/reference/shell/tmpl/e-alert.sgml index 46df813c66..2c460a32ba 100644 --- a/doc/reference/shell/tmpl/e-alert.sgml +++ b/doc/reference/shell/tmpl/e-alert.sgml @@ -80,12 +80,3 @@ User Alert Handling @Returns: - - - - - -@dialog: -@Returns: - - diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 3c0d257832..1428d63fc2 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -26,6 +26,34 @@ GObject Property Bindings + + + + + + + + + + + + + + + + + + + + + + + + + +Error Logging + + @@ -126,6 +154,35 @@ e-shell-window.sgml @user_data: @Returns: + + + + + +@line: +@data: + + + + + + +@E_LOG_ERROR: +@E_LOG_WARNING: +@E_LOG_DEBUG: + + + + + + + + + + + + + @@ -212,6 +269,14 @@ e-shell-window.sgml @activity: @allow_cancel: + + + + + +@dialog: +@Returns: + @@ -263,6 +328,41 @@ e-shell-window.sgml @void: @Returns: + + + + + +@logger: +@func: +@user_data: + + + + + + +@logger: +@Returns: + + + + + + +@logger: +@level: +@primary: +@secondary: + + + + + + +@name: +@Returns: + -- cgit