-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FreetuxTV] Start window to update TV channels database.
- Loading branch information
eric.beuque
committed
Nov 11, 2012
1 parent
a5a547d
commit c0ca114
Showing
6 changed files
with
532 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,290 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<interface> | ||
<!-- interface-requires gtk+ 3.0 --> | ||
<object class="GtkAction" id="action1"/> | ||
<object class="GtkDialog" id="dialogtvchannelsdatabase"> | ||
<property name="can_focus">False</property> | ||
<property name="border_width">5</property> | ||
<property name="type_hint">dialog</property> | ||
<child internal-child="vbox"> | ||
<object class="GtkBox" id="dialog-vbox1"> | ||
<property name="can_focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<property name="spacing">2</property> | ||
<child internal-child="action_area"> | ||
<object class="GtkButtonBox" id="dialog-action_area1"> | ||
<property name="can_focus">False</property> | ||
<property name="layout_style">end</property> | ||
<child> | ||
<object class="GtkButton" id="button_close"> | ||
<property name="label">gtk-close</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">True</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkButton" id="button_apply"> | ||
<property name="label">gtk-apply</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">True</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="use_stock">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="pack_type">end</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkFrame" id="frame1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label_xalign">0</property> | ||
<property name="shadow_type">none</property> | ||
<child> | ||
<object class="GtkAlignment" id="alignment1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="left_padding">12</property> | ||
<child> | ||
<object class="GtkBox" id="box1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<child> | ||
<object class="GtkFrame" id="frame2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label_xalign">0</property> | ||
<property name="shadow_type">none</property> | ||
<child> | ||
<object class="GtkAlignment" id="alignment2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="left_padding">12</property> | ||
<child> | ||
<object class="GtkBox" id="box3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<child> | ||
<object class="GtkLabel" id="label2"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes"><i>This will re-associate each stream with a TV Channel in the current database. This allow to associate a logo to a channel.</i></property> | ||
<property name="use_markup">True</property> | ||
<property name="wrap">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkBox" id="box4"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkCheckButton" id="checkbutton2"> | ||
<property name="label" translatable="yes">Update database from file:</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="visible">True</property> | ||
<property name="sensitive">False</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">False</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="xalign">0</property> | ||
<property name="draw_indicator">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry1"> | ||
<property name="visible">True</property> | ||
<property name="sensitive">False</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">●</property> | ||
<property name="text" translatable="yes">http://freetuxtv.googlecode.com/svn/trunk/data/tv_channels.xml</property> | ||
<property name="invisible_char_set">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="label"> | ||
<object class="GtkCheckButton" id="checkbutton_synchronize"> | ||
<property name="label" translatable="yes"> Synchronize TV Channel database</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="visible">True</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">False</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="xalign">0</property> | ||
<property name="draw_indicator">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkFrame" id="frame3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label_xalign">0</property> | ||
<property name="shadow_type">none</property> | ||
<child> | ||
<object class="GtkAlignment" id="alignment3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="left_padding">12</property> | ||
<child> | ||
<object class="GtkBox" id="box5"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="orientation">vertical</property> | ||
<child> | ||
<object class="GtkLabel" id="label3"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="xalign">0</property> | ||
<property name="label" translatable="yes"><i>This will download each logos recorded in the local database from the remote database.</i></property> | ||
<property name="use_markup">True</property> | ||
<property name="wrap">True</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkBox" id="box6"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<child> | ||
<object class="GtkLabel" id="label4"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes">Remote directory:</property> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">0</property> | ||
</packing> | ||
</child> | ||
<child> | ||
<object class="GtkEntry" id="entry2"> | ||
<property name="visible">True</property> | ||
<property name="sensitive">False</property> | ||
<property name="can_focus">True</property> | ||
<property name="invisible_char">●</property> | ||
<property name="text" translatable="yes">http://freetuxtv.googlecode.com/svn/trunk/data/images/channels/</property> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="label"> | ||
<object class="GtkCheckButton" id="checkbutton3"> | ||
<property name="label" translatable="yes">Update logos list</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="visible">True</property> | ||
<property name="sensitive">False</property> | ||
<property name="can_focus">True</property> | ||
<property name="receives_default">False</property> | ||
<property name="use_action_appearance">False</property> | ||
<property name="xalign">0</property> | ||
<property name="draw_indicator">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">False</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
</object> | ||
</child> | ||
<child type="label"> | ||
<object class="GtkLabel" id="label1"> | ||
<property name="visible">True</property> | ||
<property name="can_focus">False</property> | ||
<property name="label" translatable="yes"><b>TV Channels database</b></property> | ||
<property name="use_markup">True</property> | ||
</object> | ||
</child> | ||
</object> | ||
<packing> | ||
<property name="expand">True</property> | ||
<property name="fill">True</property> | ||
<property name="position">1</property> | ||
</packing> | ||
</child> | ||
</object> | ||
</child> | ||
<action-widgets> | ||
<action-widget response="0">button_close</action-widget> | ||
<action-widget response="0">button_apply</action-widget> | ||
</action-widgets> | ||
</object> | ||
</interface> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.