[gnome-todo] project: Instrument log domains



commit 881408a06d821f6ad6d5d3da1806b37e3a2354cb
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Thu Jan 18 19:52:32 2018 -0200

    project: Instrument log domains

 plugins/background/gtd-plugin-background.c           | 2 ++
 plugins/dark-theme/gtd-plugin-dark-theme.c           | 2 ++
 plugins/eds/gtd-plugin-eds.c                         | 2 +-
 plugins/eds/gtd-provider-eds.c                       | 2 ++
 plugins/eds/gtd-provider-goa.c                       | 2 ++
 plugins/eds/gtd-provider-local.c                     | 2 ++
 plugins/eds/gtd-task-eds.c                           | 2 ++
 plugins/eds/gtd-task-list-eds.c                      | 2 ++
 plugins/scheduled-panel/gtd-panel-scheduled.c        | 2 ++
 plugins/scheduled-panel/gtd-plugin-scheduled-panel.c | 2 +-
 plugins/today-panel/gtd-panel-today.c                | 2 ++
 plugins/today-panel/gtd-plugin-today-panel.c         | 2 +-
 plugins/todo-txt/gtd-plugin-todo-txt.c               | 2 +-
 plugins/todo-txt/gtd-provider-todo-txt.c             | 2 ++
 plugins/todo-txt/gtd-todo-txt-parser.c               | 2 ++
 plugins/todoist/gtd-plugin-todoist.c                 | 2 +-
 plugins/todoist/gtd-provider-todoist.c               | 2 ++
 plugins/todoist/gtd-todoist-preferences-panel.c      | 2 ++
 src/engine/gtd-manager.c                             | 2 ++
 src/engine/gtd-plugin-manager.c                      | 2 ++
 src/gtd-application.c                                | 4 ++--
 src/gtd-dnd-row.c                                    | 2 ++
 src/gtd-edit-pane.c                                  | 2 ++
 src/gtd-empty-list-widget.c                          | 2 ++
 src/gtd-initial-setup-window.c                       | 2 ++
 src/gtd-new-task-row.c                               | 2 ++
 src/gtd-object.c                                     | 2 ++
 src/gtd-plugin-dialog-row.c                          | 2 ++
 src/gtd-plugin-dialog.c                              | 2 ++
 src/gtd-task-list-view.c                             | 2 ++
 src/gtd-task-list.c                                  | 2 ++
 src/gtd-task-row.c                                   | 2 ++
 src/gtd-task.c                                       | 2 ++
 src/gtd-timer.c                                      | 2 ++
 src/gtd-window.c                                     | 2 ++
 src/interfaces/gtd-activatable.c                     | 2 ++
 src/interfaces/gtd-panel.c                           | 2 ++
 src/interfaces/gtd-provider.c                        | 2 ++
 src/notification/gtd-notification-widget.c           | 2 ++
 src/notification/gtd-notification.c                  | 2 ++
 src/provider/gtd-provider-popover.c                  | 2 ++
 src/provider/gtd-provider-row.c                      | 2 ++
 src/provider/gtd-provider-selector.c                 | 2 ++
 src/views/gtd-list-selector-grid-item.c              | 2 ++
 src/views/gtd-list-selector-grid.c                   | 2 ++
 src/views/gtd-list-selector-item.c                   | 2 ++
 src/views/gtd-list-selector-list-item.c              | 2 ++
 src/views/gtd-list-selector-list.c                   | 2 ++
 src/views/gtd-list-selector-panel.c                  | 2 ++
 src/views/gtd-list-selector.c                        | 2 ++
 src/widgets/gtd-expandable-entry.c                   | 2 ++
 51 files changed, 97 insertions(+), 7 deletions(-)
---
diff --git a/plugins/background/gtd-plugin-background.c b/plugins/background/gtd-plugin-background.c
index 087873f..8bc7b60 100644
--- a/plugins/background/gtd-plugin-background.c
+++ b/plugins/background/gtd-plugin-background.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPluginBackground"
+
 #include "config.h"
 
 #include "gtd-plugin-background.h"
diff --git a/plugins/dark-theme/gtd-plugin-dark-theme.c b/plugins/dark-theme/gtd-plugin-dark-theme.c
index 1a5798b..4991452 100644
--- a/plugins/dark-theme/gtd-plugin-dark-theme.c
+++ b/plugins/dark-theme/gtd-plugin-dark-theme.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPluginDarkTheme"
+
 #include "gtd-plugin-dark-theme.h"
 
 #include <glib/gi18n.h>
diff --git a/plugins/eds/gtd-plugin-eds.c b/plugins/eds/gtd-plugin-eds.c
index 824fbca..f07b788 100644
--- a/plugins/eds/gtd-plugin-eds.c
+++ b/plugins/eds/gtd-plugin-eds.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "Evolution Data Server"
+#define G_LOG_DOMAIN "GtdPluginEds"
 
 #include "gtd-plugin-eds.h"
 #include "gtd-provider-goa.h"
diff --git a/plugins/eds/gtd-provider-eds.c b/plugins/eds/gtd-provider-eds.c
index b17b3d7..7a24b20 100644
--- a/plugins/eds/gtd-provider-eds.c
+++ b/plugins/eds/gtd-provider-eds.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderEds"
+
 #include "gtd-provider-eds.h"
 #include "gtd-task-eds.h"
 #include "gtd-task-list-eds.h"
diff --git a/plugins/eds/gtd-provider-goa.c b/plugins/eds/gtd-provider-goa.c
index 2cc30b3..9641130 100644
--- a/plugins/eds/gtd-provider-goa.c
+++ b/plugins/eds/gtd-provider-goa.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderGoa"
+
 #include "gtd-provider-eds.h"
 #include "gtd-provider-goa.h"
 
diff --git a/plugins/eds/gtd-provider-local.c b/plugins/eds/gtd-provider-local.c
index 8597840..1ff1fdb 100644
--- a/plugins/eds/gtd-provider-local.c
+++ b/plugins/eds/gtd-provider-local.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderLocal"
+
 #include "gtd-provider-local.h"
 #include "gtd-task-list-eds.h"
 
diff --git a/plugins/eds/gtd-task-eds.c b/plugins/eds/gtd-task-eds.c
index 1fa9eaf..0ac3de2 100644
--- a/plugins/eds/gtd-task-eds.c
+++ b/plugins/eds/gtd-task-eds.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTaskEds"
+
 #include "gtd-task-eds.h"
 
 struct _GtdTaskEds
diff --git a/plugins/eds/gtd-task-list-eds.c b/plugins/eds/gtd-task-list-eds.c
index a9594b8..bd5e8b3 100644
--- a/plugins/eds/gtd-task-list-eds.c
+++ b/plugins/eds/gtd-task-list-eds.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTaskListEds"
+
 #include "gtd-task-eds.h"
 #include "gtd-task-list-eds.h"
 
diff --git a/plugins/scheduled-panel/gtd-panel-scheduled.c b/plugins/scheduled-panel/gtd-panel-scheduled.c
index 8b41b7f..8633483 100644
--- a/plugins/scheduled-panel/gtd-panel-scheduled.c
+++ b/plugins/scheduled-panel/gtd-panel-scheduled.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPanelScheduled"
+
 #include "gnome-todo.h"
 
 #include "gtd-panel-scheduled.h"
diff --git a/plugins/scheduled-panel/gtd-plugin-scheduled-panel.c 
b/plugins/scheduled-panel/gtd-plugin-scheduled-panel.c
index 5ee6830..5d58aa1 100644
--- a/plugins/scheduled-panel/gtd-plugin-scheduled-panel.c
+++ b/plugins/scheduled-panel/gtd-plugin-scheduled-panel.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "Scheduled"
+#define G_LOG_DOMAIN "GtdPluginScheduledPanel"
 
 #include "gtd-panel-scheduled.h"
 
diff --git a/plugins/today-panel/gtd-panel-today.c b/plugins/today-panel/gtd-panel-today.c
index 86d5f06..4a920d0 100644
--- a/plugins/today-panel/gtd-panel-today.c
+++ b/plugins/today-panel/gtd-panel-today.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPanelToday"
+
 #include "gnome-todo.h"
 #include "gtd-panel-today.h"
 
diff --git a/plugins/today-panel/gtd-plugin-today-panel.c b/plugins/today-panel/gtd-plugin-today-panel.c
index adb5811..965b17c 100644
--- a/plugins/today-panel/gtd-plugin-today-panel.c
+++ b/plugins/today-panel/gtd-plugin-today-panel.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "Today"
+#define G_LOG_DOMAIN "GtdPluginTodayPanel"
 
 #include "gtd-panel-today.h"
 #include "gtd-plugin-today-panel.h"
diff --git a/plugins/todo-txt/gtd-plugin-todo-txt.c b/plugins/todo-txt/gtd-plugin-todo-txt.c
index bb488b5..e0cc350 100644
--- a/plugins/todo-txt/gtd-plugin-todo-txt.c
+++ b/plugins/todo-txt/gtd-plugin-todo-txt.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "Todo Txt"
+#define G_LOG_DOMAIN "GtdPluginTodoTxt"
 
 #include "gtd-plugin-todo-txt.h"
 #include "gtd-provider-todo-txt.h"
diff --git a/plugins/todo-txt/gtd-provider-todo-txt.c b/plugins/todo-txt/gtd-provider-todo-txt.c
index c8babe1..47e7e10 100644
--- a/plugins/todo-txt/gtd-provider-todo-txt.c
+++ b/plugins/todo-txt/gtd-provider-todo-txt.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderTodoTxt"
+
 #include "gtd-provider-todo-txt.h"
 #include "gtd-plugin-todo-txt.h"
 #include "gtd-todo-txt-parser.h"
diff --git a/plugins/todo-txt/gtd-todo-txt-parser.c b/plugins/todo-txt/gtd-todo-txt-parser.c
index 2b8650a..808d5a0 100644
--- a/plugins/todo-txt/gtd-todo-txt-parser.c
+++ b/plugins/todo-txt/gtd-todo-txt-parser.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTodoTxtParser"
+
 #include "gtd-todo-txt-parser.h"
 #include "gtd-provider-todo-txt.h"
 
diff --git a/plugins/todoist/gtd-plugin-todoist.c b/plugins/todoist/gtd-plugin-todoist.c
index eb487cf..0f7422c 100644
--- a/plugins/todoist/gtd-plugin-todoist.c
+++ b/plugins/todoist/gtd-plugin-todoist.c
@@ -16,7 +16,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#define G_LOG_DOMAIN "Todoist"
+#define G_LOG_DOMAIN "GtdPluginTodoist"
 
 #include "gtd-plugin-todoist.h"
 #include "gtd-provider-todoist.h"
diff --git a/plugins/todoist/gtd-provider-todoist.c b/plugins/todoist/gtd-provider-todoist.c
index b0e6fbc..41184c2 100644
--- a/plugins/todoist/gtd-provider-todoist.c
+++ b/plugins/todoist/gtd-provider-todoist.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderTodoist"
+
 #define _XOPEN_SOURCE
 
 #include "gtd-provider-todoist.h"
diff --git a/plugins/todoist/gtd-todoist-preferences-panel.c b/plugins/todoist/gtd-todoist-preferences-panel.c
index c6fecbe..689ba77 100644
--- a/plugins/todoist/gtd-todoist-preferences-panel.c
+++ b/plugins/todoist/gtd-todoist-preferences-panel.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTodoistPreferencesPanel"
+
 #include "gtd-todoist-preferences-panel.h"
 
 #include <glib/gi18n.h>
diff --git a/src/engine/gtd-manager.c b/src/engine/gtd-manager.c
index 8f63d77..c033e19 100644
--- a/src/engine/gtd-manager.c
+++ b/src/engine/gtd-manager.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdManager"
+
 #include "interfaces/gtd-provider.h"
 #include "interfaces/gtd-panel.h"
 #include "gtd-manager.h"
diff --git a/src/engine/gtd-plugin-manager.c b/src/engine/gtd-plugin-manager.c
index 71601e9..7b5a1cc 100644
--- a/src/engine/gtd-plugin-manager.c
+++ b/src/engine/gtd-plugin-manager.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPluginManager"
+
 #include "interfaces/gtd-activatable.h"
 #include "interfaces/gtd-panel.h"
 #include "interfaces/gtd-provider.h"
diff --git a/src/gtd-application.c b/src/gtd-application.c
index b7c94e5..7567b71 100644
--- a/src/gtd-application.c
+++ b/src/gtd-application.c
@@ -16,9 +16,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifdef HAVE_CONFIG_H
+#define G_LOG_DOMAIN "GtdApplication"
+
 #include "config.h"
-#endif
 
 #include "gtd-application.h"
 #include "gtd-initial-setup-window.h"
diff --git a/src/gtd-dnd-row.c b/src/gtd-dnd-row.c
index ebeabda..d875f9e 100644
--- a/src/gtd-dnd-row.c
+++ b/src/gtd-dnd-row.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdDndRow"
+
 #include "gtd-dnd-row.h"
 #include "gtd-new-task-row.h"
 #include "gtd-provider.h"
diff --git a/src/gtd-edit-pane.c b/src/gtd-edit-pane.c
index 7400542..90b2adb 100644
--- a/src/gtd-edit-pane.c
+++ b/src/gtd-edit-pane.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdEditPane"
+
 #include "gtd-edit-pane.h"
 #include "gtd-manager.h"
 #include "gtd-task.h"
diff --git a/src/gtd-empty-list-widget.c b/src/gtd-empty-list-widget.c
index 7c91d7d..932d080 100644
--- a/src/gtd-empty-list-widget.c
+++ b/src/gtd-empty-list-widget.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdEmptyListWidget"
+
 #include "gtd-empty-list-widget.h"
 
 #include <glib/gi18n.h>
diff --git a/src/gtd-initial-setup-window.c b/src/gtd-initial-setup-window.c
index b3b0e79..3f7d4de 100644
--- a/src/gtd-initial-setup-window.c
+++ b/src/gtd-initial-setup-window.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdInitialSetupWindow"
+
 #include "interfaces/gtd-provider.h"
 #include "gtd-application.h"
 #include "gtd-provider-selector.h"
diff --git a/src/gtd-new-task-row.c b/src/gtd-new-task-row.c
index a8eb993..21b04a5 100644
--- a/src/gtd-new-task-row.c
+++ b/src/gtd-new-task-row.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdNewTaskRow"
+
 #include "gtd-manager.h"
 #include "gtd-new-task-row.h"
 #include "gtd-provider.h"
diff --git a/src/gtd-object.c b/src/gtd-object.c
index 12d5101..14dfd53 100644
--- a/src/gtd-object.c
+++ b/src/gtd-object.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdObject"
+
 #include "gtd-object.h"
 
 #include <glib/gi18n.h>
diff --git a/src/gtd-plugin-dialog-row.c b/src/gtd-plugin-dialog-row.c
index 33a088c..721f865 100644
--- a/src/gtd-plugin-dialog-row.c
+++ b/src/gtd-plugin-dialog-row.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPluginDialogRow"
+
 #include "gtd-activatable.h"
 #include "gtd-plugin-dialog-row.h"
 
diff --git a/src/gtd-plugin-dialog.c b/src/gtd-plugin-dialog.c
index 9ae0887..cdf5d4a 100644
--- a/src/gtd-plugin-dialog.c
+++ b/src/gtd-plugin-dialog.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPluginDialog"
+
 #include "interfaces/gtd-activatable.h"
 #include "gtd-manager.h"
 #include "gtd-manager-protected.h"
diff --git a/src/gtd-task-list-view.c b/src/gtd-task-list-view.c
index 3aec962..9103cb3 100644
--- a/src/gtd-task-list-view.c
+++ b/src/gtd-task-list-view.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTaskListView"
+
 #include "gtd-dnd-row.h"
 #include "gtd-edit-pane.h"
 #include "gtd-empty-list-widget.h"
diff --git a/src/gtd-task-list.c b/src/gtd-task-list.c
index 26b957d..879b7a6 100644
--- a/src/gtd-task-list.c
+++ b/src/gtd-task-list.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTaskList"
+
 #include "interfaces/gtd-provider.h"
 #include "gtd-task.h"
 #include "gtd-task-list.h"
diff --git a/src/gtd-task-row.c b/src/gtd-task-row.c
index deafa5c..85aebf6 100644
--- a/src/gtd-task-row.c
+++ b/src/gtd-task-row.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTaskRow"
+
 #include "gtd-edit-pane.h"
 #include "gtd-expandable-entry.h"
 #include "gtd-manager.h"
diff --git a/src/gtd-task.c b/src/gtd-task.c
index 30f1ff3..2d50bcf 100644
--- a/src/gtd-task.c
+++ b/src/gtd-task.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTask"
+
 #include "gtd-task.h"
 #include "gtd-task-list.h"
 
diff --git a/src/gtd-timer.c b/src/gtd-timer.c
index 1e2477f..093192e 100644
--- a/src/gtd-timer.c
+++ b/src/gtd-timer.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdTimer"
+
 #include "gtd-timer.h"
 
 #include <gio/gio.h>
diff --git a/src/gtd-window.c b/src/gtd-window.c
index 8efa2dd..2aa003a 100644
--- a/src/gtd-window.c
+++ b/src/gtd-window.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdWindow"
+
 #include "interfaces/gtd-activatable.h"
 #include "interfaces/gtd-provider.h"
 #include "interfaces/gtd-panel.h"
diff --git a/src/interfaces/gtd-activatable.c b/src/interfaces/gtd-activatable.c
index e9eddf4..e0c27b3 100644
--- a/src/interfaces/gtd-activatable.c
+++ b/src/interfaces/gtd-activatable.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdActivatable"
+
 #include "gtd-activatable.h"
 #include "gtd-panel.h"
 #include "gtd-provider.h"
diff --git a/src/interfaces/gtd-panel.c b/src/interfaces/gtd-panel.c
index fbf00c5..8a455ea 100644
--- a/src/interfaces/gtd-panel.c
+++ b/src/interfaces/gtd-panel.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdPanel"
+
 #include "gtd-panel.h"
 
 /**
diff --git a/src/interfaces/gtd-provider.c b/src/interfaces/gtd-provider.c
index a58a24f..caf4e65 100644
--- a/src/interfaces/gtd-provider.c
+++ b/src/interfaces/gtd-provider.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProvider"
+
 #include "gtd-provider.h"
 #include "gtd-task.h"
 #include "gtd-task-list.h"
diff --git a/src/notification/gtd-notification-widget.c b/src/notification/gtd-notification-widget.c
index cb54155..9c414c5 100644
--- a/src/notification/gtd-notification-widget.c
+++ b/src/notification/gtd-notification-widget.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdNotificationWidget"
+
 #include "gtd-notification.h"
 #include "gtd-notification-widget.h"
 
diff --git a/src/notification/gtd-notification.c b/src/notification/gtd-notification.c
index 5d8861b..aab6fe0 100644
--- a/src/notification/gtd-notification.c
+++ b/src/notification/gtd-notification.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdNotification"
+
 #include "gtd-notification.h"
 #include "gtd-object.h"
 
diff --git a/src/provider/gtd-provider-popover.c b/src/provider/gtd-provider-popover.c
index 9eb3dbf..6f11da5 100644
--- a/src/provider/gtd-provider-popover.c
+++ b/src/provider/gtd-provider-popover.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderPopover"
+
 #include "gtd-manager.h"
 #include "interfaces/gtd-provider.h"
 #include "gtd-provider-popover.h"
diff --git a/src/provider/gtd-provider-row.c b/src/provider/gtd-provider-row.c
index bec632a..82107b0 100644
--- a/src/provider/gtd-provider-row.c
+++ b/src/provider/gtd-provider-row.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderRow"
+
 #include "interfaces/gtd-provider.h"
 #include "gtd-provider-row.h"
 
diff --git a/src/provider/gtd-provider-selector.c b/src/provider/gtd-provider-selector.c
index 908b4bb..3fc7005 100644
--- a/src/provider/gtd-provider-selector.c
+++ b/src/provider/gtd-provider-selector.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdProviderSelector"
+
 #include "gtd-application.h"
 #include "gtd-manager.h"
 #include "interfaces/gtd-provider.h"
diff --git a/src/views/gtd-list-selector-grid-item.c b/src/views/gtd-list-selector-grid-item.c
index 416a108..05f180a 100644
--- a/src/views/gtd-list-selector-grid-item.c
+++ b/src/views/gtd-list-selector-grid-item.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorGridItem"
+
 #include "gtd-enum-types.h"
 #include "gtd-task.h"
 #include "gtd-task-list.h"
diff --git a/src/views/gtd-list-selector-grid.c b/src/views/gtd-list-selector-grid.c
index 7f35ac1..7c6f21f 100644
--- a/src/views/gtd-list-selector-grid.c
+++ b/src/views/gtd-list-selector-grid.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorGrid"
+
 #include "interfaces/gtd-provider.h"
 #include "gtd-list-selector.h"
 #include "gtd-list-selector-grid.h"
diff --git a/src/views/gtd-list-selector-item.c b/src/views/gtd-list-selector-item.c
index da36217..02362d3 100644
--- a/src/views/gtd-list-selector-item.c
+++ b/src/views/gtd-list-selector-item.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorItem"
+
 #include "gtd-enum-types.h"
 #include "gtd-task-list.h"
 #include "gtd-list-selector-item.h"
diff --git a/src/views/gtd-list-selector-list-item.c b/src/views/gtd-list-selector-list-item.c
index 13ab118..371f281 100644
--- a/src/views/gtd-list-selector-list-item.c
+++ b/src/views/gtd-list-selector-list-item.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorItem"
+
 #include "gtd-enum-types.h"
 #include "gtd-task.h"
 #include "gtd-task-list.h"
diff --git a/src/views/gtd-list-selector-list.c b/src/views/gtd-list-selector-list.c
index a792a6a..fce81a3 100644
--- a/src/views/gtd-list-selector-list.c
+++ b/src/views/gtd-list-selector-list.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorList"
+
 #include "interfaces/gtd-provider.h"
 #include "gtd-list-selector.h"
 #include "gtd-list-selector-item.h"
diff --git a/src/views/gtd-list-selector-panel.c b/src/views/gtd-list-selector-panel.c
index dfb16fb..dee6f66 100644
--- a/src/views/gtd-list-selector-panel.c
+++ b/src/views/gtd-list-selector-panel.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelectorPanel"
+
 #include "gtd-enum-types.h"
 #include "gtd-list-selector.h"
 #include "gtd-list-selector-grid.h"
diff --git a/src/views/gtd-list-selector.c b/src/views/gtd-list-selector.c
index aa84a51..7cf0f86 100644
--- a/src/views/gtd-list-selector.c
+++ b/src/views/gtd-list-selector.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdListSelector"
+
 #include "gtd-enum-types.h"
 #include "gtd-task-list.h"
 #include "gtd-list-selector.h"
diff --git a/src/widgets/gtd-expandable-entry.c b/src/widgets/gtd-expandable-entry.c
index 8bb47c7..e7b011d 100644
--- a/src/widgets/gtd-expandable-entry.c
+++ b/src/widgets/gtd-expandable-entry.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#define G_LOG_DOMAIN "GtdExpandableEntry"
+
 #include "gtd-expandable-entry.h"
 
 struct _GtdExpandableEntry


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]