From 1f32c847d0cf966bd00592689b4aa5854d6c2870 Mon Sep 17 00:00:00 2001 From: "Zeeshan Ali (Khattak)" Date: Mon, 27 Apr 2009 15:58:49 +0300 Subject: [PATCH] Moving towards Glade + GtkBuilder approach. --- data/Makefile.am | 6 + data/rygel-preferences.ui | 425 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 431 insertions(+) create mode 100644 data/rygel-preferences.ui diff --git a/data/Makefile.am b/data/Makefile.am index 56ea26e..093ab7c 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,9 @@ SUBDIRS = xml +shareddir = $(datadir)/rygel + +if BUILD_UI +dist_shared_DATA = rygel-preferences.ui +endif + MAINTAINERCLEANFILES = Makefile.in diff --git a/data/rygel-preferences.ui b/data/rygel-preferences.ui new file mode 100644 index 0000000..3f94e8e --- /dev/null +++ b/data/rygel-preferences.ui @@ -0,0 +1,425 @@ + + + + + + 5 + GDK_WINDOW_TYPE_HINT_NORMAL + False + + + True + GTK_ORIENTATION_VERTICAL + 2 + GTK_ORIENTATION_VERTICAL + + + True + True + + + True + GTK_ORIENTATION_VERTICAL + GTK_ORIENTATION_VERTICAL + + + True + 2 + 2 + + + True + The IP to advertise the UPnP MediaServer on. + IP Adress + + + + + True + Port + + + 1 + 2 + + + + + True + True + The IP to advertise the UPnP MediaServer on. + + + + 1 + 2 + + + + + True + True + The port to advertise the UPnP MediaServer on. Set to 0 for dynamic port allocation. + + adjustment1 + + + 1 + 2 + 1 + 2 + + + + + 0 + + + + + + + True + General + + + False + + + + + True + GTK_ORIENTATION_VERTICAL + GTK_ORIENTATION_VERTICAL + + + True + True + Enabled + True + + + 0 + + + + + True + + + True + Title + + + 0 + + + + + True + True + This is the name that will appear on the client UIs. + + + + 1 + + + + + 1 + + + + + True + + + True + UDN + + + 0 + + + + + True + True + The Unique Device Name (UDN) for this plugin. Usually, there is no need to change this. + + + + 1 + + + + + 2 + + + + + 1 + + + + + True + Tracker + + + 1 + False + + + + + True + GTK_ORIENTATION_VERTICAL + GTK_ORIENTATION_VERTICAL + + + True + True + Enabled + True + + + 0 + + + + + True + + + True + Title + + + 0 + + + + + True + True + This is the name that will appear on the client UIs. + + True + + + 1 + + + + + 1 + + + + + True + + + True + UDN + + + 0 + + + + + True + True + The Unique Device Name (UDN) for this plugin. Usually, there is no need to change this. + + True + + + 1 + + + + + 2 + + + + + 2 + + + + + True + DVB + + + 2 + False + + + + + True + GTK_ORIENTATION_VERTICAL + GTK_ORIENTATION_VERTICAL + + + True + True + Enable/Disable this plugin. + Enabled + True + + + 0 + + + + + True + + + True + Title + + + 0 + + + + + True + True + This is the name that will appear on the client UIs. + + True + + + 1 + + + + + 1 + + + + + True + + + True + UDN + + + 0 + + + + + True + True + The Unique Device Name (UDN) for this plugin. Usually, there is no need to change this. + + True + + + 1 + + + + + 2 + + + + + 3 + + + + + True + Test + + + 3 + False + + + + + 1 + + + + + True + GTK_BUTTONBOX_END + + + True + True + True + gtk-apply + True + 0 + + + False + False + 0 + + + + + True + True + True + gtk-cancel + True + 0 + + + False + False + 1 + + + + + True + True + True + gtk-ok + True + 0 + + + False + False + 2 + + + + + False + GTK_PACK_END + 0 + + + + + + + 65525 + 1 + 10 + 10 + + -- 2.7.4