From c485062110cda2a95db5b4699a92ae2ef315d4fb Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Thu, 29 Oct 2009 22:35:27 +0100 Subject: Added Catcut.GTKBuilder --- lib/Plugins/Catcut.GTKBuilder | 184 ++++++++++++++++++++++++++++++++++++++++++ lib/Plugins/Makefile.am | 5 +- 2 files changed, 187 insertions(+), 2 deletions(-) create mode 100644 lib/Plugins/Catcut.GTKBuilder diff --git a/lib/Plugins/Catcut.GTKBuilder b/lib/Plugins/Catcut.GTKBuilder new file mode 100644 index 0000000..b8c7c31 --- /dev/null +++ b/lib/Plugins/Catcut.GTKBuilder @@ -0,0 +1,184 @@ + + + + + + 5 + True + center-on-parent + normal + False + + + True + vertical + 2 + + + True + vertical + + + True + Catcut plugin configuration + + + 0 + + + + + True + 4 + 2 + + + True + Catcut URL + + + + + True + Login + + + 1 + 2 + + + + + True + Password + + + 2 + 3 + + + + + True + True + + + + 1 + 2 + + + + + True + True + + + + 1 + 2 + 1 + 2 + + + + + True + True + False + + + + 1 + 2 + 2 + 3 + + + + + Show password + True + True + False + True + + + 1 + 2 + 3 + 4 + + + + + + + + 1 + + + + + No SSL verify + True + True + False + True + + + 2 + + + + + 1 + + + + + True + end + + + gtk-apply + True + True + True + True + + + False + False + 0 + + + + + gtk-cancel + True + True + True + True + + + False + False + 1 + + + + + False + end + 0 + + + + + + bApply + button2 + + + diff --git a/lib/Plugins/Makefile.am b/lib/Plugins/Makefile.am index 417a881..428c2d6 100644 --- a/lib/Plugins/Makefile.am +++ b/lib/Plugins/Makefile.am @@ -15,8 +15,9 @@ pluginslib_LTLIBRARIES = libCCpp.la \ libPython.la \ libFileTransfer.la -dist_pluginslib_DATA = KerneloopsReporter.GTKBuilder Logger.GTKBuilder Mailx.GTKBuilder Bugzilla.GTKBuilder TicketUploader.GTKBuilder -# + Catcut.GTKBuilder? +dist_pluginslib_DATA = KerneloopsReporter.GTKBuilder Logger.GTKBuilder\ + Mailx.GTKBuilder Bugzilla.GTKBuilder\ + TicketUploader.GTKBuilder Catcut.GTKBuilder pluginsconfdir=$(PLUGINS_CONF_DIR) dist_pluginsconf_DATA = CCpp.conf Mailx.conf SQLite3.conf Logger.conf KerneloopsScanner.conf KerneloopsReporter.conf Bugzilla.conf Catcut.conf TicketUploader.conf FileTransfer.conf -- cgit