From fc140bce9c0fa67e62ef05ddc2abd71749b13500 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Wed, 28 Jul 2010 15:22:06 +0200 Subject: rename *.GTKBuilder to *.glade - it seems that intltool ignores the GTKBuilder suffix, so the strings from our plugin settings dialog were not translatable, renaming to .glade seems to fix this --- lib/Plugins/Bugzilla.GTKBuilder | 246 ----------------------------- lib/Plugins/Bugzilla.cpp | 2 +- lib/Plugins/Bugzilla.glade | 246 +++++++++++++++++++++++++++++ lib/Plugins/KerneloopsReporter.GTKBuilder | 118 -------------- lib/Plugins/KerneloopsReporter.cpp | 2 +- lib/Plugins/KerneloopsReporter.glade | 118 ++++++++++++++ lib/Plugins/Logger.GTKBuilder | 135 ---------------- lib/Plugins/Logger.cpp | 2 +- lib/Plugins/Logger.glade | 135 ++++++++++++++++ lib/Plugins/Mailx.GTKBuilder | 184 ---------------------- lib/Plugins/Mailx.cpp | 2 +- lib/Plugins/Mailx.glade | 184 ++++++++++++++++++++++ lib/Plugins/Makefile.am | 12 +- lib/Plugins/RHTSupport.GTKBuilder | 213 ------------------------- lib/Plugins/RHTSupport.cpp | 2 +- lib/Plugins/RHTSupport.glade | 213 +++++++++++++++++++++++++ lib/Plugins/ReportUploader.GTKBuilder | 249 ------------------------------ lib/Plugins/ReportUploader.cpp | 2 +- lib/Plugins/ReportUploader.glade | 249 ++++++++++++++++++++++++++++++ 19 files changed, 1157 insertions(+), 1157 deletions(-) delete mode 100644 lib/Plugins/Bugzilla.GTKBuilder create mode 100644 lib/Plugins/Bugzilla.glade delete mode 100644 lib/Plugins/KerneloopsReporter.GTKBuilder create mode 100644 lib/Plugins/KerneloopsReporter.glade delete mode 100644 lib/Plugins/Logger.GTKBuilder create mode 100644 lib/Plugins/Logger.glade delete mode 100644 lib/Plugins/Mailx.GTKBuilder create mode 100644 lib/Plugins/Mailx.glade delete mode 100644 lib/Plugins/RHTSupport.GTKBuilder create mode 100644 lib/Plugins/RHTSupport.glade delete mode 100644 lib/Plugins/ReportUploader.GTKBuilder create mode 100644 lib/Plugins/ReportUploader.glade (limited to 'lib') diff --git a/lib/Plugins/Bugzilla.GTKBuilder b/lib/Plugins/Bugzilla.GTKBuilder deleted file mode 100644 index cabdd06a..00000000 --- a/lib/Plugins/Bugzilla.GTKBuilder +++ /dev/null @@ -1,246 +0,0 @@ - - - - - - 12 - False - True - center-on-parent - abrt - normal - False - - - True - vertical - 12 - - - True - 0 - none - - - True - 6 - 12 - - - True - 5 - 2 - 12 - 6 - - - True - 0 - Bugzilla URL: - - - GTK_FILL - - - - - True - 0 - Login(email): - - - 1 - 2 - GTK_FILL - - - - - True - 0 - Password: - - - 2 - 3 - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - True - True - - - - 1 - 2 - 1 - 2 - - - - - True - True - False - - - - 1 - 2 - 2 - 3 - - - - - Show password - True - True - False - 0 - True - - - 1 - 2 - 3 - 4 - - - - - 0 - - - 3 - 4 - GTK_FILL - - - - - SSL verify - True - True - False - 0 - True - - - 2 - 4 - 5 - - - - - - - - - True - <b>Bugzilla plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - - - True - True - 0 - 0 - Don't have an account yet? - True - - - 0 - - - - - True - 5 - You can create it <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a> - True - True - - - 1 - - - - - 2 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - bApply - - - - diff --git a/lib/Plugins/Bugzilla.cpp b/lib/Plugins/Bugzilla.cpp index b0268ee4..0605bd6a 100644 --- a/lib/Plugins/Bugzilla.cpp +++ b/lib/Plugins/Bugzilla.cpp @@ -979,4 +979,4 @@ PLUGIN_INFO(REPORTER, "Reports bugs to bugzilla", "npajkovs@redhat.com", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/Bugzilla.GTKBuilder"); + PLUGINS_LIB_DIR"/Bugzilla.glade"); diff --git a/lib/Plugins/Bugzilla.glade b/lib/Plugins/Bugzilla.glade new file mode 100644 index 00000000..cabdd06a --- /dev/null +++ b/lib/Plugins/Bugzilla.glade @@ -0,0 +1,246 @@ + + + + + + 12 + False + True + center-on-parent + abrt + normal + False + + + True + vertical + 12 + + + True + 0 + none + + + True + 6 + 12 + + + True + 5 + 2 + 12 + 6 + + + True + 0 + Bugzilla URL: + + + GTK_FILL + + + + + True + 0 + Login(email): + + + 1 + 2 + GTK_FILL + + + + + True + 0 + Password: + + + 2 + 3 + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + True + True + + + + 1 + 2 + 1 + 2 + + + + + True + True + False + + + + 1 + 2 + 2 + 3 + + + + + Show password + True + True + False + 0 + True + + + 1 + 2 + 3 + 4 + + + + + 0 + + + 3 + 4 + GTK_FILL + + + + + SSL verify + True + True + False + 0 + True + + + 2 + 4 + 5 + + + + + + + + + True + <b>Bugzilla plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + + + True + True + 0 + 0 + Don't have an account yet? + True + + + 0 + + + + + True + 5 + You can create it <a href="https://bugzilla.redhat.com/createaccount.cgi">here</a> + True + True + + + 1 + + + + + 2 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + bApply + + + + diff --git a/lib/Plugins/KerneloopsReporter.GTKBuilder b/lib/Plugins/KerneloopsReporter.GTKBuilder deleted file mode 100644 index 1ba287b8..00000000 --- a/lib/Plugins/KerneloopsReporter.GTKBuilder +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - 12 - False - True - abrt - normal - False - - - True - vertical - 12 - - - True - 0 - none - - - True - 6 - 12 - - - True - 2 - 12 - 6 - - - True - 0 - Submit URL: - - - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - - - - - True - <b>Kerneloops Reporter plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - button1 - - - diff --git a/lib/Plugins/KerneloopsReporter.cpp b/lib/Plugins/KerneloopsReporter.cpp index 63efc8b6..b6974b71 100644 --- a/lib/Plugins/KerneloopsReporter.cpp +++ b/lib/Plugins/KerneloopsReporter.cpp @@ -142,4 +142,4 @@ PLUGIN_INFO(REPORTER, "Sends kernel oops information to kerneloops.org", "anton@redhat.com", "http://people.redhat.com/aarapov", - PLUGINS_LIB_DIR"/KerneloopsReporter.GTKBuilder"); + PLUGINS_LIB_DIR"/KerneloopsReporter.glade"); diff --git a/lib/Plugins/KerneloopsReporter.glade b/lib/Plugins/KerneloopsReporter.glade new file mode 100644 index 00000000..1ba287b8 --- /dev/null +++ b/lib/Plugins/KerneloopsReporter.glade @@ -0,0 +1,118 @@ + + + + + + 12 + False + True + abrt + normal + False + + + True + vertical + 12 + + + True + 0 + none + + + True + 6 + 12 + + + True + 2 + 12 + 6 + + + True + 0 + Submit URL: + + + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + + + + + True + <b>Kerneloops Reporter plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + button1 + + + diff --git a/lib/Plugins/Logger.GTKBuilder b/lib/Plugins/Logger.GTKBuilder deleted file mode 100644 index a0a909a4..00000000 --- a/lib/Plugins/Logger.GTKBuilder +++ /dev/null @@ -1,135 +0,0 @@ - - - - - - 12 - False - True - center-on-parent - abrt - normal - False - - - True - vertical - 12 - - - True - 0 - none - - - True - 6 - 12 - - - True - 2 - 2 - 12 - 6 - - - True - 0 - Logger file: - - - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - Append new logs - True - True - False - 0 - True - - - 2 - 1 - 2 - - - - - - - - - True - <b>Logger plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - button1 - - - diff --git a/lib/Plugins/Logger.cpp b/lib/Plugins/Logger.cpp index bb593ddc..5f932409 100644 --- a/lib/Plugins/Logger.cpp +++ b/lib/Plugins/Logger.cpp @@ -87,4 +87,4 @@ PLUGIN_INFO(REPORTER, "Writes report to a file", "zprikryl@redhat.com", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/Logger.GTKBuilder"); + PLUGINS_LIB_DIR"/Logger.glade"); diff --git a/lib/Plugins/Logger.glade b/lib/Plugins/Logger.glade new file mode 100644 index 00000000..a0a909a4 --- /dev/null +++ b/lib/Plugins/Logger.glade @@ -0,0 +1,135 @@ + + + + + + 12 + False + True + center-on-parent + abrt + normal + False + + + True + vertical + 12 + + + True + 0 + none + + + True + 6 + 12 + + + True + 2 + 2 + 12 + 6 + + + True + 0 + Logger file: + + + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + Append new logs + True + True + False + 0 + True + + + 2 + 1 + 2 + + + + + + + + + True + <b>Logger plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + button1 + + + diff --git a/lib/Plugins/Mailx.GTKBuilder b/lib/Plugins/Mailx.GTKBuilder deleted file mode 100644 index 656204b5..00000000 --- a/lib/Plugins/Mailx.GTKBuilder +++ /dev/null @@ -1,184 +0,0 @@ - - - - - - 12 - False - True - center-on-parent - abrt - normal - False - - - True - vertical - 12 - - - True - 0 - none - - - True - 6 - 12 - - - True - 4 - 2 - 12 - 6 - - - True - 0 - Subject: - - - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - True - True - - - - 1 - 2 - 1 - 2 - - - - - True - 0 - Your Email: - - - 1 - 2 - GTK_FILL - - - - - True - 0 - Recipient's Email: - - - 2 - 3 - GTK_FILL - - - - - True - True - - - - 1 - 2 - 2 - 3 - - - - - Send Binary Data - True - True - False - True - - - 2 - 3 - 4 - - - - - - - - - True - <b>Mailx plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - button1 - - - diff --git a/lib/Plugins/Mailx.cpp b/lib/Plugins/Mailx.cpp index 45c8abe0..d59ce295 100644 --- a/lib/Plugins/Mailx.cpp +++ b/lib/Plugins/Mailx.cpp @@ -192,4 +192,4 @@ PLUGIN_INFO(REPORTER, "Sends an email with a report (via mailx command)", "zprikryl@redhat.com", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/Mailx.GTKBuilder"); + PLUGINS_LIB_DIR"/Mailx.glade"); diff --git a/lib/Plugins/Mailx.glade b/lib/Plugins/Mailx.glade new file mode 100644 index 00000000..656204b5 --- /dev/null +++ b/lib/Plugins/Mailx.glade @@ -0,0 +1,184 @@ + + + + + + 12 + False + True + center-on-parent + abrt + normal + False + + + True + vertical + 12 + + + True + 0 + none + + + True + 6 + 12 + + + True + 4 + 2 + 12 + 6 + + + True + 0 + Subject: + + + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + True + True + + + + 1 + 2 + 1 + 2 + + + + + True + 0 + Your Email: + + + 1 + 2 + GTK_FILL + + + + + True + 0 + Recipient's Email: + + + 2 + 3 + GTK_FILL + + + + + True + True + + + + 1 + 2 + 2 + 3 + + + + + Send Binary Data + True + True + False + True + + + 2 + 3 + 4 + + + + + + + + + True + <b>Mailx plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + button1 + + + diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index 659cf6be..55a18634 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -17,12 +17,12 @@ pluginslib_LTLIBRARIES = \ libFileTransfer.la dist_pluginslib_DATA = \ - Logger.GTKBuilder \ - Mailx.GTKBuilder \ - Bugzilla.GTKBuilder \ - RHTSupport.GTKBuilder \ - ReportUploader.GTKBuilder \ - KerneloopsReporter.GTKBuilder + Logger.glade \ + Mailx.glade \ + Bugzilla.glade \ + RHTSupport.glade \ + ReportUploader.glade \ + KerneloopsReporter.glade pluginsconfdir = $(PLUGINS_CONF_DIR) dist_pluginsconf_DATA = \ diff --git a/lib/Plugins/RHTSupport.GTKBuilder b/lib/Plugins/RHTSupport.GTKBuilder deleted file mode 100644 index 027556a4..00000000 --- a/lib/Plugins/RHTSupport.GTKBuilder +++ /dev/null @@ -1,213 +0,0 @@ - - - - - - 12 - False - True - center-on-parent - abrt - normal - False - - - True - vertical - 12 - - - True - 0 - none - - - True - 6 - 12 - - - True - 5 - 2 - 12 - 6 - - - True - 0 - RHTSupport URL: - - - GTK_FILL - - - - - True - 0 - Login: - - - 1 - 2 - GTK_FILL - - - - - True - 0 - Password: - - - 2 - 3 - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - True - True - - - - 1 - 2 - 1 - 2 - - - - - True - True - False - - - - 1 - 2 - 2 - 3 - - - - - Show password - True - True - False - 0 - True - - - 1 - 2 - 3 - 4 - - - - - 0 - - - 3 - 4 - GTK_FILL - - - - - No SSL verify - True - True - False - 0 - True - - - 2 - 4 - 5 - - - - - - - - - True - <b>RHTSupport plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - bApply - - - - diff --git a/lib/Plugins/RHTSupport.cpp b/lib/Plugins/RHTSupport.cpp index 5af375e1..d29b69a7 100644 --- a/lib/Plugins/RHTSupport.cpp +++ b/lib/Plugins/RHTSupport.cpp @@ -307,4 +307,4 @@ PLUGIN_INFO(REPORTER, "Reports bugs to Red Hat support", "Denys Vlasenko ", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/RHTSupport.GTKBuilder"); + PLUGINS_LIB_DIR"/RHTSupport.glade"); diff --git a/lib/Plugins/RHTSupport.glade b/lib/Plugins/RHTSupport.glade new file mode 100644 index 00000000..64fd6c26 --- /dev/null +++ b/lib/Plugins/RHTSupport.glade @@ -0,0 +1,213 @@ + + + + + + 12 + False + True + center-on-parent + abrt + normal + False + + + True + vertical + 12 + + + True + 0 + none + + + True + 6 + 12 + + + True + 5 + 2 + 12 + 6 + + + True + 0 + RHTSupport URL: + + + GTK_FILL + + + + + True + 0 + Login: + + + 1 + 2 + GTK_FILL + + + + + True + 0 + Password: + + + 2 + 3 + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + True + True + + + + 1 + 2 + 1 + 2 + + + + + True + True + False + + + + 1 + 2 + 2 + 3 + + + + + Show password + True + True + False + 0 + True + + + 1 + 2 + 3 + 4 + + + + + 0 + + + 3 + 4 + GTK_FILL + + + + + SSL verify + True + True + False + 0 + True + + + 2 + 4 + 5 + + + + + + + + + True + <b>RHTSupport plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + bApply + + + + diff --git a/lib/Plugins/ReportUploader.GTKBuilder b/lib/Plugins/ReportUploader.GTKBuilder deleted file mode 100644 index b6f8299f..00000000 --- a/lib/Plugins/ReportUploader.GTKBuilder +++ /dev/null @@ -1,249 +0,0 @@ - - - - - - 5 - False - True - center-on-parent - abrt - normal - False - - - True - vertical - 2 - - - True - 0 - none - - - True - 6 - 12 - - - True - 7 - 2 - 12 - 6 - - - True - 0 - Customer: - - - GTK_FILL - - - - - True - 0 - Ticket: - - - 1 - 2 - GTK_FILL - - - - - True - 0 - URL: - - - 2 - 3 - GTK_FILL - - - - - True - True - - - - 1 - 2 - - - - - True - True - - - - 1 - 2 - 1 - 2 - - - - - True - True - - - - 1 - 2 - 2 - 3 - - - - - True - 0 - Retry count: - - - 3 - 4 - GTK_FILL - - - - - True - True - - - - 1 - 2 - 3 - 4 - - - - - True - 0 - Retry delay: - - - 4 - 5 - GTK_FILL - - - - - True - True - - - - 1 - 2 - 4 - 5 - - - - - Use encryption - True - True - False - True - - - 2 - 5 - 6 - - - - - Upload - True - True - False - True - - - 2 - 6 - 7 - - - - - - - - - True - <b>Ticket Uploader plugin configuration</b> - True - - - - - False - False - 1 - - - - - True - end - - - gtk-cancel - True - True - True - True - - - False - False - 0 - - - - - gtk-apply - True - True - True - True - - - False - False - 1 - - - - - False - end - 0 - - - - - - button2 - bApply - - - - diff --git a/lib/Plugins/ReportUploader.cpp b/lib/Plugins/ReportUploader.cpp index ebe229bf..f4750ba9 100644 --- a/lib/Plugins/ReportUploader.cpp +++ b/lib/Plugins/ReportUploader.cpp @@ -502,4 +502,4 @@ PLUGIN_INFO(REPORTER, "Packs crash data into .tar.gz file, optionally uploads it via FTP/SCP/etc", "gavin@redhat.com", "https://fedorahosted.org/abrt/wiki", - PLUGINS_LIB_DIR"/ReportUploader.GTKBuilder"); + PLUGINS_LIB_DIR"/ReportUploader.glade"); diff --git a/lib/Plugins/ReportUploader.glade b/lib/Plugins/ReportUploader.glade new file mode 100644 index 00000000..b6f8299f --- /dev/null +++ b/lib/Plugins/ReportUploader.glade @@ -0,0 +1,249 @@ + + + + + + 5 + False + True + center-on-parent + abrt + normal + False + + + True + vertical + 2 + + + True + 0 + none + + + True + 6 + 12 + + + True + 7 + 2 + 12 + 6 + + + True + 0 + Customer: + + + GTK_FILL + + + + + True + 0 + Ticket: + + + 1 + 2 + GTK_FILL + + + + + True + 0 + URL: + + + 2 + 3 + GTK_FILL + + + + + True + True + + + + 1 + 2 + + + + + True + True + + + + 1 + 2 + 1 + 2 + + + + + True + True + + + + 1 + 2 + 2 + 3 + + + + + True + 0 + Retry count: + + + 3 + 4 + GTK_FILL + + + + + True + True + + + + 1 + 2 + 3 + 4 + + + + + True + 0 + Retry delay: + + + 4 + 5 + GTK_FILL + + + + + True + True + + + + 1 + 2 + 4 + 5 + + + + + Use encryption + True + True + False + True + + + 2 + 5 + 6 + + + + + Upload + True + True + False + True + + + 2 + 6 + 7 + + + + + + + + + True + <b>Ticket Uploader plugin configuration</b> + True + + + + + False + False + 1 + + + + + True + end + + + gtk-cancel + True + True + True + True + + + False + False + 0 + + + + + gtk-apply + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + button2 + bApply + + + + -- cgit