[empathy] tp-account-widgets: rename all the files from empathy-* to tpaw-*
- From: Marco Barisione <mbari src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] tp-account-widgets: rename all the files from empathy-* to tpaw-*
- Date: Tue, 20 Aug 2013 11:18:33 +0000 (UTC)
commit ba499bfd6f960e26cd7776db7dd183137b705144
Author: Marco Barisione <marco barisione collabora co uk>
Date: Wed May 8 17:17:30 2013 +0100
tp-account-widgets: rename all the files from empathy-* to tpaw-*
https://bugzilla.gnome.org/show_bug.cgi?id=699492
.../empathy-local-xmpp-assistant-widget.c | 2 +-
libempathy-gtk/empathy-new-account-dialog.c | 2 +-
src/empathy-accounts-dialog.c | 2 +-
tests/empathy-irc-network-manager-test.c | 2 +-
tests/empathy-irc-network-test.c | 2 +-
tests/empathy-irc-server-test.c | 2 +-
tests/test-irc-helper.h | 2 +-
tp-account-widgets/.gitignore | 2 +-
tp-account-widgets/Makefile.am | 76 ++++++++++----------
.../empathy-account-widgets.gresource.xml | 17 -----
...nt-widget-aim.ui => tpaw-account-widget-aim.ui} | 0
...t-generic.ui => tpaw-account-widget-generic.ui} | 0
...oupwise.ui => tpaw-account-widget-groupwise.ui} | 0
...nt-widget-icq.ui => tpaw-account-widget-icq.ui} | 0
...ount-widget-irc.c => tpaw-account-widget-irc.c} | 4 +-
...ount-widget-irc.h => tpaw-account-widget-irc.h} | 4 +-
...nt-widget-irc.ui => tpaw-account-widget-irc.ui} | 0
...get-jabber.ui => tpaw-account-widget-jabber.ui} | 0
...l-xmpp.ui => tpaw-account-widget-local-xmpp.ui} | 0
...nt-widget-msn.ui => tpaw-account-widget-msn.ui} | 0
...get-private.h => tpaw-account-widget-private.h} | 2 +-
...ount-widget-sip.c => tpaw-account-widget-sip.c} | 4 +-
...ount-widget-sip.h => tpaw-account-widget-sip.h} | 2 +-
...nt-widget-sip.ui => tpaw-account-widget-sip.ui} | 0
...idget-yahoo.ui => tpaw-account-widget-yahoo.ui} | 0
...athy-account-widget.c => tpaw-account-widget.c} | 10 ++--
...athy-account-widget.h => tpaw-account-widget.h} | 0
.../tpaw-account-widgets.gresource.xml | 17 +++++
...-dialog.c => tpaw-irc-network-chooser-dialog.c} | 8 +-
...-dialog.h => tpaw-irc-network-chooser-dialog.h} | 2 +-
...etwork-chooser.c => tpaw-irc-network-chooser.c} | 6 +-
...etwork-chooser.h => tpaw-irc-network-chooser.h} | 2 +-
...-network-dialog.c => tpaw-irc-network-dialog.c} | 2 +-
...-network-dialog.h => tpaw-irc-network-dialog.h} | 2 +-
...etwork-manager.c => tpaw-irc-network-manager.c} | 4 +-
...etwork-manager.h => tpaw-irc-network-manager.h} | 2 +-
.../{empathy-irc-network.c => tpaw-irc-network.c} | 2 +-
.../{empathy-irc-network.h => tpaw-irc-network.h} | 2 +-
...athy-irc-networks.dtd => tpaw-irc-networks.dtd} | 2 +-
.../{empathy-irc-server.c => tpaw-irc-server.c} | 2 +-
.../{empathy-irc-server.h => tpaw-irc-server.h} | 0
.../empathy-accounts-plugin-widget.c | 4 +-
42 files changed, 96 insertions(+), 96 deletions(-)
---
diff --git a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
index 26d2bbf..d9fecc1 100644
--- a/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
+++ b/libempathy-gtk/empathy-local-xmpp-assistant-widget.c
@@ -22,8 +22,8 @@
#include "empathy-local-xmpp-assistant-widget.h"
#include <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-account-widget.h>
-#include "empathy-account-widget.h"
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
diff --git a/libempathy-gtk/empathy-new-account-dialog.c b/libempathy-gtk/empathy-new-account-dialog.c
index b26423f..eaa8b07 100644
--- a/libempathy-gtk/empathy-new-account-dialog.c
+++ b/libempathy-gtk/empathy-new-account-dialog.c
@@ -21,8 +21,8 @@
#include "empathy-new-account-dialog.h"
#include <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-account-widget.h>
-#include "empathy-account-widget.h"
#include "empathy-protocol-chooser.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT
diff --git a/src/empathy-accounts-dialog.c b/src/empathy-accounts-dialog.c
index 2d97199..a175261 100644
--- a/src/empathy-accounts-dialog.c
+++ b/src/empathy-accounts-dialog.c
@@ -28,9 +28,9 @@
#include "empathy-accounts-dialog.h"
#include <glib/gi18n-lib.h>
+#include <tp-account-widgets/tpaw-account-widget.h>
#include "empathy-accounts-common.h"
-#include "empathy-account-widget.h"
#include "empathy-import-dialog.h"
#include "empathy-import-utils.h"
#include "empathy-local-xmpp-assistant-widget.h"
diff --git a/tests/empathy-irc-network-manager-test.c b/tests/empathy-irc-network-manager-test.c
index ac6d4bb..7b7e7a4 100644
--- a/tests/empathy-irc-network-manager-test.c
+++ b/tests/empathy-irc-network-manager-test.c
@@ -2,8 +2,8 @@
#include <stdio.h>
#include <string.h>
#include <glib/gstdio.h>
+#include <tp-account-widgets/tpaw-irc-network-manager.h>
-#include "empathy-irc-network-manager.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/empathy-irc-network-test.c b/tests/empathy-irc-network-test.c
index 2657d78..c784641 100644
--- a/tests/empathy-irc-network-test.c
+++ b/tests/empathy-irc-network-test.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <tp-account-widgets/tpaw-irc-network.h>
-#include "empathy-irc-network.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/empathy-irc-server-test.c b/tests/empathy-irc-server-test.c
index ff56a02..fc0eb5b 100644
--- a/tests/empathy-irc-server-test.c
+++ b/tests/empathy-irc-server-test.c
@@ -1,8 +1,8 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
+#include <tp-account-widgets/tpaw-irc-server.h>
-#include "empathy-irc-server.h"
#include "test-helper.h"
#include "test-irc-helper.h"
diff --git a/tests/test-irc-helper.h b/tests/test-irc-helper.h
index 2dedf50..02eda91 100644
--- a/tests/test-irc-helper.h
+++ b/tests/test-irc-helper.h
@@ -1,6 +1,6 @@
#include <string.h>
-#include "empathy-irc-network-manager.h"
+#include <tp-account-widgets/tpaw-irc-network-manager.h>
#ifndef __CHECK_IRC_HELPER_H__
#define __CHECK_IRC_HELPER_H__
diff --git a/tp-account-widgets/.gitignore b/tp-account-widgets/.gitignore
index 3c37f3d..ac10b9d 100644
--- a/tp-account-widgets/.gitignore
+++ b/tp-account-widgets/.gitignore
@@ -1 +1 @@
-empathy-account-widgets-resources.[ch]
+tpaw-account-widgets-resources.[ch]
diff --git a/tp-account-widgets/Makefile.am b/tp-account-widgets/Makefile.am
index d0c73bf..0d2d501 100644
--- a/tp-account-widgets/Makefile.am
+++ b/tp-account-widgets/Makefile.am
@@ -11,35 +11,35 @@ AM_CPPFLAGS = \
$(DISABLE_DEPRECATED)
BUILT_SOURCES = \
- empathy-account-widgets-resources.c \
- empathy-account-widgets-resources.h \
+ tpaw-account-widgets-resources.c \
+ tpaw-account-widgets-resources.h \
$(NULL)
libtp_account_widgets_sources = \
- empathy-account-widget.c \
- empathy-account-widget-irc.c \
- empathy-account-widget-private.h \
- empathy-account-widget-sip.c \
- empathy-irc-network-chooser.c \
- empathy-irc-network-chooser-dialog.c \
- empathy-irc-network-dialog.c \
- empathy-irc-network-manager.c \
- empathy-irc-network.c \
- empathy-irc-server.c \
+ tpaw-account-widget.c \
+ tpaw-account-widget-irc.c \
+ tpaw-account-widget-private.h \
+ tpaw-account-widget-sip.c \
+ tpaw-irc-network-chooser.c \
+ tpaw-irc-network-chooser-dialog.c \
+ tpaw-irc-network-dialog.c \
+ tpaw-irc-network-manager.c \
+ tpaw-irc-network.c \
+ tpaw-irc-server.c \
totem-subtitle-encoding.c \
$(NULL)
libtp_account_widgets_headers = \
- empathy-account-widget.h \
- empathy-account-widget-irc.h \
- empathy-account-widget-sip.h \
- empathy-irc-network-chooser-dialog.h \
- empathy-irc-network-chooser.h \
- empathy-irc-network-dialog.h \
- empathy-irc-network-manager.h \
- empathy-irc-network.h \
- empathy-irc-server.h \
- empathy-utils.h \
+ tpaw-account-widget.h \
+ tpaw-account-widget-irc.h \
+ tpaw-account-widget-sip.h \
+ tpaw-irc-network-chooser-dialog.h \
+ tpaw-irc-network-chooser.h \
+ tpaw-irc-network-dialog.h \
+ tpaw-irc-network-manager.h \
+ tpaw-irc-network.h \
+ tpaw-irc-server.h \
+ tpaw-utils.h \
totem-subtitle-encoding.h \
$(NULL)
@@ -68,8 +68,8 @@ check_c_sources = \
include $(top_srcdir)/tools/check-coding-style.mk
check-local: check-coding-style
-account_widgets_dtd_files = \
- empathy-irc-networks.dtd \
+account_widgets_dtd_files = \
+ tpaw-irc-networks.dtd \
$(NULL)
ircnetworksdir = $(datadir)/empathy
@@ -77,28 +77,28 @@ ircnetworks_DATA = \
irc-networks.xml
account_widgets_ui_files = \
- empathy-account-widget-generic.ui \
- empathy-account-widget-jabber.ui \
- empathy-account-widget-msn.ui \
- empathy-account-widget-sip.ui \
- empathy-account-widget-local-xmpp.ui \
- empathy-account-widget-irc.ui \
- empathy-account-widget-icq.ui \
- empathy-account-widget-yahoo.ui \
- empathy-account-widget-groupwise.ui \
- empathy-account-widget-aim.ui \
+ tpaw-account-widget-generic.ui \
+ tpaw-account-widget-jabber.ui \
+ tpaw-account-widget-msn.ui \
+ tpaw-account-widget-sip.ui \
+ tpaw-account-widget-local-xmpp.ui \
+ tpaw-account-widget-irc.ui \
+ tpaw-account-widget-icq.ui \
+ tpaw-account-widget-yahoo.ui \
+ tpaw-account-widget-groupwise.ui \
+ tpaw-account-widget-aim.ui \
$(NULL)
-account_widgets_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir=$(srcdir) $(srcdir)/empathy-account-widgets.gresource.xml)
+account_widgets_resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies
--sourcedir=$(srcdir) $(srcdir)/tpaw-account-widgets.gresource.xml)
-empathy-account-widgets-resources.c: empathy-account-widgets.gresource.xml $(account_widgets_resource_files)
+tpaw-account-widgets-resources.c: tpaw-account-widgets.gresource.xml $(account_widgets_resource_files)
$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
-empathy-account-widgets-resources.h: empathy-account-widgets.gresource.xml $(account_widgets_resource_files)
+tpaw-account-widgets-resources.h: tpaw-account-widgets.gresource.xml $(account_widgets_resource_files)
$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-header $<
EXTRA_DIST = \
- empathy-account-widgets.gresource.xml \
+ tpaw-account-widgets.gresource.xml \
$(account_widgets_dtd_files) \
$(account_widgets_ui_files) \
$(ircnetworks_DATA) \
diff --git a/tp-account-widgets/empathy-account-widget-aim.ui b/tp-account-widgets/tpaw-account-widget-aim.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-aim.ui
rename to tp-account-widgets/tpaw-account-widget-aim.ui
diff --git a/tp-account-widgets/empathy-account-widget-generic.ui
b/tp-account-widgets/tpaw-account-widget-generic.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-generic.ui
rename to tp-account-widgets/tpaw-account-widget-generic.ui
diff --git a/tp-account-widgets/empathy-account-widget-groupwise.ui
b/tp-account-widgets/tpaw-account-widget-groupwise.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-groupwise.ui
rename to tp-account-widgets/tpaw-account-widget-groupwise.ui
diff --git a/tp-account-widgets/empathy-account-widget-icq.ui b/tp-account-widgets/tpaw-account-widget-icq.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-icq.ui
rename to tp-account-widgets/tpaw-account-widget-icq.ui
diff --git a/tp-account-widgets/empathy-account-widget-irc.c b/tp-account-widgets/tpaw-account-widget-irc.c
similarity index 98%
rename from tp-account-widgets/empathy-account-widget-irc.c
rename to tp-account-widgets/tpaw-account-widget-irc.c
index 417d309..f98394b 100644
--- a/tp-account-widgets/empathy-account-widget-irc.c
+++ b/tp-account-widgets/tpaw-account-widget-irc.c
@@ -19,9 +19,9 @@
*/
#include "config.h"
-#include "empathy-account-widget-irc.h"
+#include "tpaw-account-widget-irc.h"
-#include "empathy-account-widget-private.h"
+#include "tpaw-account-widget-private.h"
#include "empathy-ui-utils.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT | EMPATHY_DEBUG_IRC
diff --git a/tp-account-widgets/empathy-account-widget-irc.h b/tp-account-widgets/tpaw-account-widget-irc.h
similarity index 94%
rename from tp-account-widgets/empathy-account-widget-irc.h
rename to tp-account-widgets/tpaw-account-widget-irc.h
index 991ab9a..f913cbc 100644
--- a/tp-account-widgets/empathy-account-widget-irc.h
+++ b/tp-account-widgets/tpaw-account-widget-irc.h
@@ -21,8 +21,8 @@
#ifndef __TPAW_ACCOUNT_WIDGET_IRC_H__
#define __TPAW_ACCOUNT_WIDGET_IRC_H__
-#include "empathy-account-widget.h"
-#include "empathy-irc-network-chooser.h"
+#include "tpaw-account-widget.h"
+#include "tpaw-irc-network-chooser.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-account-widget-irc.ui b/tp-account-widgets/tpaw-account-widget-irc.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-irc.ui
rename to tp-account-widgets/tpaw-account-widget-irc.ui
diff --git a/tp-account-widgets/empathy-account-widget-jabber.ui
b/tp-account-widgets/tpaw-account-widget-jabber.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-jabber.ui
rename to tp-account-widgets/tpaw-account-widget-jabber.ui
diff --git a/tp-account-widgets/empathy-account-widget-local-xmpp.ui
b/tp-account-widgets/tpaw-account-widget-local-xmpp.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-local-xmpp.ui
rename to tp-account-widgets/tpaw-account-widget-local-xmpp.ui
diff --git a/tp-account-widgets/empathy-account-widget-msn.ui b/tp-account-widgets/tpaw-account-widget-msn.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-msn.ui
rename to tp-account-widgets/tpaw-account-widget-msn.ui
diff --git a/tp-account-widgets/empathy-account-widget-private.h
b/tp-account-widgets/tpaw-account-widget-private.h
similarity index 97%
rename from tp-account-widgets/empathy-account-widget-private.h
rename to tp-account-widgets/tpaw-account-widget-private.h
index 6b5c060..28fc537 100644
--- a/tp-account-widgets/empathy-account-widget-private.h
+++ b/tp-account-widgets/tpaw-account-widget-private.h
@@ -22,7 +22,7 @@
#ifndef __TPAW_ACCOUNT_WIDGET_PRIVATE_H__
#define __TPAW_ACCOUNT_WIDGET_PRIVATE_H__
-#include "empathy-account-widget.h"
+#include "tpaw-account-widget.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-account-widget-sip.c b/tp-account-widgets/tpaw-account-widget-sip.c
similarity index 99%
rename from tp-account-widgets/empathy-account-widget-sip.c
rename to tp-account-widgets/tpaw-account-widget-sip.c
index eb4a27a..b28b089 100644
--- a/tp-account-widgets/empathy-account-widget-sip.c
+++ b/tp-account-widgets/tpaw-account-widget-sip.c
@@ -20,11 +20,11 @@
*/
#include "config.h"
-#include "empathy-account-widget-sip.h"
+#include "tpaw-account-widget-sip.h"
#include <glib/gi18n-lib.h>
-#include "empathy-account-widget-private.h"
+#include "tpaw-account-widget-private.h"
#include "empathy-ui-utils.h"
typedef struct {
diff --git a/tp-account-widgets/empathy-account-widget-sip.h b/tp-account-widgets/tpaw-account-widget-sip.h
similarity index 96%
rename from tp-account-widgets/empathy-account-widget-sip.h
rename to tp-account-widgets/tpaw-account-widget-sip.h
index aac3004..7f08ab1 100644
--- a/tp-account-widgets/empathy-account-widget-sip.h
+++ b/tp-account-widgets/tpaw-account-widget-sip.h
@@ -21,7 +21,7 @@
#ifndef __TPAW_ACCOUNT_WIDGET_SIP_H__
#define __TPAW_ACCOUNT_WIDGET_SIP_H__
-#include "empathy-account-widget.h"
+#include "tpaw-account-widget.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-account-widget-sip.ui b/tp-account-widgets/tpaw-account-widget-sip.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-sip.ui
rename to tp-account-widgets/tpaw-account-widget-sip.ui
diff --git a/tp-account-widgets/empathy-account-widget-yahoo.ui
b/tp-account-widgets/tpaw-account-widget-yahoo.ui
similarity index 100%
rename from tp-account-widgets/empathy-account-widget-yahoo.ui
rename to tp-account-widgets/tpaw-account-widget-yahoo.ui
diff --git a/tp-account-widgets/empathy-account-widget.c b/tp-account-widgets/tpaw-account-widget.c
similarity index 99%
rename from tp-account-widgets/empathy-account-widget.c
rename to tp-account-widgets/tpaw-account-widget.c
index a26d2ab..7300ea1 100644
--- a/tp-account-widgets/empathy-account-widget.c
+++ b/tp-account-widgets/tpaw-account-widget.c
@@ -25,15 +25,15 @@
*/
#include "config.h"
-#include "empathy-account-widget.h"
-#include "empathy-account-widget-private.h"
+#include "tpaw-account-widget.h"
+#include "tpaw-account-widget-private.h"
#include <glib/gi18n-lib.h>
#include <dbus/dbus-protocol.h>
-#include "empathy-account-widget-irc.h"
-#include "empathy-account-widget-private.h"
-#include "empathy-account-widget-sip.h"
+#include "tpaw-account-widget-irc.h"
+#include "tpaw-account-widget-private.h"
+#include "tpaw-account-widget-sip.h"
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
diff --git a/tp-account-widgets/empathy-account-widget.h b/tp-account-widgets/tpaw-account-widget.h
similarity index 100%
rename from tp-account-widgets/empathy-account-widget.h
rename to tp-account-widgets/tpaw-account-widget.h
diff --git a/tp-account-widgets/tpaw-account-widgets.gresource.xml
b/tp-account-widgets/tpaw-account-widgets.gresource.xml
new file mode 100644
index 0000000..6645041
--- /dev/null
+++ b/tp-account-widgets/tpaw-account-widgets.gresource.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<gresources>
+ <gresource prefix="/org/gnome/AccountWidgets">
+ <file>tpaw-irc-networks.dtd</file>
+ <file compressed="true">tpaw-account-widget-generic.ui</file>
+ <file compressed="true">tpaw-account-widget-jabber.ui</file>
+ <file compressed="true">tpaw-account-widget-msn.ui</file>
+ <file compressed="true">tpaw-account-widget-sip.ui</file>
+ <file compressed="true">tpaw-account-widget-local-xmpp.ui</file>
+ <file compressed="true">tpaw-account-widget-irc.ui</file>
+ <file compressed="true">tpaw-account-widget-icq.ui</file>
+ <file compressed="true">tpaw-account-widget-yahoo.ui</file>
+ <file compressed="true">tpaw-account-widget-groupwise.ui</file>
+ <file compressed="true">tpaw-account-widget-aim.ui</file>
+ </gresource>
+</gresources>
+
diff --git a/tp-account-widgets/empathy-irc-network-chooser-dialog.c
b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
similarity index 99%
rename from tp-account-widgets/empathy-irc-network-chooser-dialog.c
rename to tp-account-widgets/tpaw-irc-network-chooser-dialog.c
index cd0a716..2d50b8a 100644
--- a/tp-account-widgets/empathy-irc-network-chooser-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.c
@@ -20,19 +20,19 @@
*/
#include "config.h"
-#include "empathy-irc-network-chooser-dialog.h"
+#include "tpaw-irc-network-chooser-dialog.h"
#include <glib/gi18n-lib.h>
-#include "empathy-irc-network-dialog.h"
-#include "empathy-irc-network-manager.h"
+#include "tpaw-irc-network-dialog.h"
+#include "tpaw-irc-network-manager.h"
#include "empathy-live-search.h"
#include "empathy-utils.h"
#define DEBUG_FLAG EMPATHY_DEBUG_ACCOUNT | EMPATHY_DEBUG_IRC
#include "empathy-debug.h"
-#include "empathy-irc-network-chooser-dialog.h"
+#include "tpaw-irc-network-chooser-dialog.h"
#define GET_PRIV(obj) EMPATHY_GET_PRIV (obj, TpawIrcNetworkChooserDialog)
diff --git a/tp-account-widgets/empathy-irc-network-chooser-dialog.h
b/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
similarity index 98%
rename from tp-account-widgets/empathy-irc-network-chooser-dialog.h
rename to tp-account-widgets/tpaw-irc-network-chooser-dialog.h
index b1d5c21..e208029 100644
--- a/tp-account-widgets/empathy-irc-network-chooser-dialog.h
+++ b/tp-account-widgets/tpaw-irc-network-chooser-dialog.h
@@ -25,7 +25,7 @@
#include <gtk/gtk.h>
#include "empathy-account-settings.h"
-#include "empathy-irc-network.h"
+#include "tpaw-irc-network.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-irc-network-chooser.c b/tp-account-widgets/tpaw-irc-network-chooser.c
similarity index 98%
rename from tp-account-widgets/empathy-irc-network-chooser.c
rename to tp-account-widgets/tpaw-irc-network-chooser.c
index e64fdae..9d0ac01 100644
--- a/tp-account-widgets/empathy-irc-network-chooser.c
+++ b/tp-account-widgets/tpaw-irc-network-chooser.c
@@ -20,10 +20,10 @@
*/
#include "config.h"
-#include "empathy-irc-network-chooser.h"
+#include "tpaw-irc-network-chooser.h"
-#include "empathy-irc-network-chooser-dialog.h"
-#include "empathy-irc-network-manager.h"
+#include "tpaw-irc-network-chooser-dialog.h"
+#include "tpaw-irc-network-manager.h"
#include "empathy-ui-utils.h"
#include "empathy-utils.h"
diff --git a/tp-account-widgets/empathy-irc-network-chooser.h b/tp-account-widgets/tpaw-irc-network-chooser.h
similarity index 98%
rename from tp-account-widgets/empathy-irc-network-chooser.h
rename to tp-account-widgets/tpaw-irc-network-chooser.h
index e2bb157..fcba21a 100644
--- a/tp-account-widgets/empathy-irc-network-chooser.h
+++ b/tp-account-widgets/tpaw-irc-network-chooser.h
@@ -25,7 +25,7 @@
#include <gtk/gtk.h>
#include "empathy-account-settings.h"
-#include "empathy-irc-network.h"
+#include "tpaw-irc-network.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-irc-network-dialog.c b/tp-account-widgets/tpaw-irc-network-dialog.c
similarity index 99%
rename from tp-account-widgets/empathy-irc-network-dialog.c
rename to tp-account-widgets/tpaw-irc-network-dialog.c
index 8683637..502d2ca 100644
--- a/tp-account-widgets/empathy-irc-network-dialog.c
+++ b/tp-account-widgets/tpaw-irc-network-dialog.c
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include "empathy-irc-network-dialog.h"
+#include "tpaw-irc-network-dialog.h"
#include <glib/gi18n-lib.h>
diff --git a/tp-account-widgets/empathy-irc-network-dialog.h b/tp-account-widgets/tpaw-irc-network-dialog.h
similarity index 97%
rename from tp-account-widgets/empathy-irc-network-dialog.h
rename to tp-account-widgets/tpaw-irc-network-dialog.h
index a879ea4..a65754b 100644
--- a/tp-account-widgets/empathy-irc-network-dialog.h
+++ b/tp-account-widgets/tpaw-irc-network-dialog.h
@@ -23,7 +23,7 @@
#include <gtk/gtk.h>
-#include "empathy-irc-network.h"
+#include "tpaw-irc-network.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-irc-network-manager.c b/tp-account-widgets/tpaw-irc-network-manager.c
similarity index 99%
rename from tp-account-widgets/empathy-irc-network-manager.c
rename to tp-account-widgets/tpaw-irc-network-manager.c
index 2bf84e2..e6fdeba 100644
--- a/tp-account-widgets/empathy-irc-network-manager.c
+++ b/tp-account-widgets/tpaw-irc-network-manager.c
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include "empathy-irc-network-manager.h"
+#include "tpaw-irc-network-manager.h"
#include <sys/stat.h>
@@ -28,7 +28,7 @@
#define DEBUG_FLAG EMPATHY_DEBUG_IRC
#include "empathy-debug.h"
-#define IRC_NETWORKS_DTD_RESOURCENAME "/org/gnome/AccountWidgets/empathy-irc-networks.dtd"
+#define IRC_NETWORKS_DTD_RESOURCENAME "/org/gnome/AccountWidgets/tpaw-irc-networks.dtd"
#define IRC_NETWORKS_FILENAME "irc-networks.xml"
#define SAVE_TIMER 4
diff --git a/tp-account-widgets/empathy-irc-network-manager.h b/tp-account-widgets/tpaw-irc-network-manager.h
similarity index 98%
rename from tp-account-widgets/empathy-irc-network-manager.h
rename to tp-account-widgets/tpaw-irc-network-manager.h
index a708a3e..feb6e28 100644
--- a/tp-account-widgets/empathy-irc-network-manager.h
+++ b/tp-account-widgets/tpaw-irc-network-manager.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "empathy-irc-network.h"
+#include "tpaw-irc-network.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-irc-network.c b/tp-account-widgets/tpaw-irc-network.c
similarity index 99%
rename from tp-account-widgets/empathy-irc-network.c
rename to tp-account-widgets/tpaw-irc-network.c
index cda171b..8d45eb3 100644
--- a/tp-account-widgets/empathy-irc-network.c
+++ b/tp-account-widgets/tpaw-irc-network.c
@@ -20,7 +20,7 @@
*/
#include "config.h"
-#include "empathy-irc-network.h"
+#include "tpaw-irc-network.h"
#include "empathy-utils.h"
diff --git a/tp-account-widgets/empathy-irc-network.h b/tp-account-widgets/tpaw-irc-network.h
similarity index 98%
rename from tp-account-widgets/empathy-irc-network.h
rename to tp-account-widgets/tpaw-irc-network.h
index e5a6aa3..9fb414f 100644
--- a/tp-account-widgets/empathy-irc-network.h
+++ b/tp-account-widgets/tpaw-irc-network.h
@@ -23,7 +23,7 @@
#include <glib-object.h>
-#include "empathy-irc-server.h"
+#include "tpaw-irc-server.h"
G_BEGIN_DECLS
diff --git a/tp-account-widgets/empathy-irc-networks.dtd b/tp-account-widgets/tpaw-irc-networks.dtd
similarity index 91%
rename from tp-account-widgets/empathy-irc-networks.dtd
rename to tp-account-widgets/tpaw-irc-networks.dtd
index 692e613..599081f 100644
--- a/tp-account-widgets/empathy-irc-networks.dtd
+++ b/tp-account-widgets/tpaw-irc-networks.dtd
@@ -1,5 +1,5 @@
<!--
- DTD for Empathys irc networks.
+ DTD for tp-account-widgets irc networks.
by Xavier Claessens <xclaesse gmail com>
-->
diff --git a/tp-account-widgets/empathy-irc-server.c b/tp-account-widgets/tpaw-irc-server.c
similarity index 99%
rename from tp-account-widgets/empathy-irc-server.c
rename to tp-account-widgets/tpaw-irc-server.c
index 4b08570..aa9b533 100644
--- a/tp-account-widgets/empathy-irc-server.c
+++ b/tp-account-widgets/tpaw-irc-server.c
@@ -19,7 +19,7 @@
*/
#include "config.h"
-#include "empathy-irc-server.h"
+#include "tpaw-irc-server.h"
#include "empathy-utils.h"
diff --git a/tp-account-widgets/empathy-irc-server.h b/tp-account-widgets/tpaw-irc-server.h
similarity index 100%
rename from tp-account-widgets/empathy-irc-server.h
rename to tp-account-widgets/tpaw-irc-server.h
diff --git a/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c
b/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c
index 58074ee..c0f29e2 100644
--- a/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c
+++ b/ubuntu-online-accounts/cc-plugins/account-plugins/empathy-accounts-plugin-widget.c
@@ -21,7 +21,7 @@
#include "config.h"
-#include "empathy-accounts-plugin-widget.h"
+#include "tpaw-accounts-plugin-widget.h"
#include <glib/gi18n-lib.h>
@@ -30,7 +30,7 @@
#include <libaccounts-glib/ag-service.h>
#include <libaccounts-glib/ag-account-service.h>
-#include "empathy-account-widget.h"
+#include "tpaw-account-widget.h"
G_DEFINE_TYPE (EmpathyAccountsPluginWidget, empathy_accounts_plugin_widget, GTK_TYPE_BOX)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]