mirror of
https://git.freebsd.org/ports.git
synced 2025-06-23 21:50:32 -04:00
- Add LICENSE_FILE - Register proxy dependencies found by stage-qa - Fix absolute path link - Use options helper for DOCS installation - Regenerate patch with make makepatch
184 lines
10 KiB
XML
184 lines
10 KiB
XML
--- data/ui/addchannelsgroups.glade.orig 2014-01-18 14:47:31 UTC
|
|
+++ data/ui/addchannelsgroups.glade
|
|
@@ -1,7 +1,22 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
+<!-- Generated with glade 3.18.3 -->
|
|
+<!-- Patch from upstream r750 -->
|
|
<interface>
|
|
- <requires lib="gtk+" version="2.20"/>
|
|
- <!-- interface-naming-policy project-wide -->
|
|
+ <requires lib="gtk+" version="3.0"/>
|
|
+ <object class="GtkTreeStore" id="treestore_channelsgroup">
|
|
+ <columns>
|
|
+ <!-- column-name Name -->
|
|
+ <column type="gchararray"/>
|
|
+ <!-- column-name URI -->
|
|
+ <column type="gchararray"/>
|
|
+ <!-- column-name Required -->
|
|
+ <column type="gchararray"/>
|
|
+ <!-- column-name BRegex -->
|
|
+ <column type="gchararray"/>
|
|
+ <!-- column-name ERegex -->
|
|
+ <column type="gchararray"/>
|
|
+ </columns>
|
|
+ </object>
|
|
<object class="GtkDialog" id="dialogaddgroup">
|
|
<property name="can_focus">False</property>
|
|
<property name="border_width">5</property>
|
|
@@ -11,24 +26,23 @@
|
|
<property name="default_height">450</property>
|
|
<property name="icon_name">freetuxtv</property>
|
|
<property name="type_hint">dialog</property>
|
|
- <property name="has_separator">True</property>
|
|
<child internal-child="vbox">
|
|
- <object class="GtkVBox" id="dialog-vbox2">
|
|
+ <object class="GtkBox" id="dialog-vbox2">
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">False</property>
|
|
<property name="spacing">5</property>
|
|
<child internal-child="action_area">
|
|
- <object class="GtkHButtonBox" id="dialog-action_area2">
|
|
+ <object class="GtkButtonBox" id="dialog-action_area2">
|
|
<property name="visible">True</property>
|
|
<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>
|
|
@@ -40,10 +54,10 @@
|
|
<child>
|
|
<object class="GtkButton" id="button_add">
|
|
<property name="label">gtk-add</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>
|
|
@@ -93,8 +107,6 @@
|
|
<property name="text" translatable="yes">http://freetuxtv.googlecode.com/svn/trunk/data/channels_groups.xml</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="expand">True</property>
|
|
@@ -105,10 +117,10 @@
|
|
<child>
|
|
<object class="GtkButton" id="button_refresh">
|
|
<property name="label">gtk-refresh</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>
|
|
@@ -142,8 +154,6 @@
|
|
<property name="visible">True</property>
|
|
<property name="can_focus">True</property>
|
|
<property name="border_width">3</property>
|
|
- <property name="hscrollbar_policy">automatic</property>
|
|
- <property name="vscrollbar_policy">automatic</property>
|
|
<property name="shadow_type">etched-in</property>
|
|
<child>
|
|
<object class="GtkTreeView" id="treeview_channelsgroups">
|
|
@@ -153,6 +163,9 @@
|
|
<property name="headers_clickable">False</property>
|
|
<property name="expander_column">treeviewcolumn2</property>
|
|
<property name="search_column">0</property>
|
|
+ <child internal-child="selection">
|
|
+ <object class="GtkTreeSelection" id="treeview-selection1"/>
|
|
+ </child>
|
|
<child>
|
|
<object class="GtkTreeViewColumn" id="treeviewcolumn2">
|
|
<property name="title" translatable="yes">Languages/Channels group</property>
|
|
@@ -235,8 +248,6 @@
|
|
<property name="tooltip_text" translatable="yes">Name of the group which will be added</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -263,8 +274,6 @@
|
|
<property name="width_chars">50</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -319,8 +328,6 @@
|
|
<property name="tooltip_text" translatable="yes">Text or regexp which must be deleted at the end of the channel's name</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -346,8 +353,6 @@
|
|
<property name="tooltip_text" translatable="yes">Text or regexp which must be deleted at the beginning of the channel's name</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -437,8 +442,6 @@
|
|
<property name="can_focus">True</property>
|
|
<property name="primary_icon_activatable">False</property>
|
|
<property name="secondary_icon_activatable">False</property>
|
|
- <property name="primary_icon_sensitive">True</property>
|
|
- <property name="secondary_icon_sensitive">True</property>
|
|
</object>
|
|
<packing>
|
|
<property name="left_attach">1</property>
|
|
@@ -471,10 +474,11 @@
|
|
<child>
|
|
<object class="GtkRadioButton" id="radiobutton1">
|
|
<property name="label" translatable="yes">Favourites</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.5</property>
|
|
<property name="active">True</property>
|
|
<property name="draw_indicator">True</property>
|
|
</object>
|
|
@@ -534,18 +538,4 @@
|
|
<action-widget response="0">button_add</action-widget>
|
|
</action-widgets>
|
|
</object>
|
|
- <object class="GtkTreeStore" id="treestore_channelsgroup">
|
|
- <columns>
|
|
- <!-- column-name Name -->
|
|
- <column type="gchararray"/>
|
|
- <!-- column-name URI -->
|
|
- <column type="gchararray"/>
|
|
- <!-- column-name Required -->
|
|
- <column type="gchararray"/>
|
|
- <!-- column-name BRegex -->
|
|
- <column type="gchararray"/>
|
|
- <!-- column-name ERegex -->
|
|
- <column type="gchararray"/>
|
|
- </columns>
|
|
- </object>
|
|
</interface>
|