~gilir/+junk/ubiquity-lxdm-autologin

« back to all changes in this revision

Viewing changes to gui/gtk/mythbuntu_stepBackendSetup.ui

  • Committer: Bazaar Package Importer
  • Author(s): Mario Limonciello, Evan Dandrea, Mario Limonciello, Roman Shtylman
  • Date: 2010-02-21 22:17:26 UTC
  • Revision ID: james.westby@ubuntu.com-20100221221726-e7y2vgur60z1yhz6
Tags: 2.1.23
[ Evan Dandrea ]
* Fix docstrings. They need to be the first statement in a function.
* Fix method call to set_summary_device in the advanced dialog.
  Thanks Roman Shtylman.

[ Mario Limonciello ]
* Fix an UnboundLocalError in oem-config mode related to trusted_db.
* Remove all of the mythbuntu frontend from ubiquity.  Now that it's fully
  stable, it's being moved to the mythbuntu-live-autostart package so that
  it can benefit from being maintained by anyone in ~mythbuntu-dev.
* Automatic update of included source packages: grub-installer
  1.49ubuntu5.

[ Roman Shtylman ]
* Fix for (LP: #424216) KDE ui on small screens
* Fix for (LP: #485322) KDE ui forward/install buttons
* Fix for (LP: #524090) KDE ui gray bar and scaling wallpaper

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 2.12 -->
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkVBox" id="mythbuntu_stepBackendSetup">
6
 
    <property name="visible">True</property>
7
 
    <property name="border_width">6</property>
8
 
    <property name="orientation">vertical</property>
9
 
    <child>
10
 
      <object class="GtkLabel" id="setup_heading_label">
11
 
        <property name="visible">True</property>
12
 
        <property name="can_focus">True</property>
13
 
        <property name="xalign">0</property>
14
 
        <property name="label" translatable="yes">&lt;big&gt;&lt;b&gt;Configure Guide Data / Backend&lt;/b&gt;&lt;/big&gt;</property>
15
 
        <property name="use_markup">True</property>
16
 
        <property name="single_line_mode">True</property>
17
 
      </object>
18
 
      <packing>
19
 
        <property name="expand">False</property>
20
 
        <property name="fill">False</property>
21
 
        <property name="position">0</property>
22
 
      </packing>
23
 
    </child>
24
 
    <child>
25
 
      <object class="GtkHSeparator" id="hseparator6">
26
 
        <property name="visible">True</property>
27
 
      </object>
28
 
      <packing>
29
 
        <property name="expand">False</property>
30
 
        <property name="padding">6</property>
31
 
        <property name="position">1</property>
32
 
      </packing>
33
 
    </child>
34
 
    <child>
35
 
      <object class="GtkLabel" id="setup_description">
36
 
        <property name="width_request">600</property>
37
 
        <property name="visible">True</property>
38
 
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
39
 
        <property name="xalign">0</property>
40
 
        <property name="yalign">1</property>
41
 
        <property name="ypad">25</property>
42
 
        <property name="label" translatable="yes">Users in North America will need to setup an account with Schedules Direct (SD).  SD provides guide data for a nominal fee.  Without SD, North American users may lose many of the scheduling features in MythTV.</property>
43
 
        <property name="wrap">True</property>
44
 
      </object>
45
 
      <packing>
46
 
        <property name="expand">False</property>
47
 
        <property name="fill">False</property>
48
 
        <property name="position">2</property>
49
 
      </packing>
50
 
    </child>
51
 
    <child>
52
 
      <object class="GtkVBox" id="vbox11">
53
 
        <property name="visible">True</property>
54
 
        <property name="orientation">vertical</property>
55
 
        <property name="spacing">15</property>
56
 
        <child>
57
 
          <object class="GtkAlignment" id="alignment1">
58
 
            <property name="visible">True</property>
59
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
60
 
            <property name="xalign">0</property>
61
 
            <property name="xscale">0</property>
62
 
            <child>
63
 
              <object class="GtkLinkButton" id="schedulesdirect">
64
 
                <property name="label" translatable="yes">Click to open the Schedules Direct Website</property>
65
 
                <property name="visible">True</property>
66
 
                <property name="can_focus">True</property>
67
 
                <property name="receives_default">True</property>
68
 
                <property name="relief">none</property>
69
 
                <property name="xalign">0</property>
70
 
                <property name="uri">http://www.schedulesdirect.org/</property>
71
 
              </object>
72
 
            </child>
73
 
          </object>
74
 
          <packing>
75
 
            <property name="expand">False</property>
76
 
            <property name="fill">False</property>
77
 
            <property name="position">0</property>
78
 
          </packing>
79
 
        </child>
80
 
        <child>
81
 
          <object class="GtkLabel" id="schedulesdirect_description">
82
 
            <property name="width_request">550</property>
83
 
            <property name="visible">True</property>
84
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
85
 
            <property name="xalign">0</property>
86
 
            <property name="label" translatable="yes">Users in North America will need to setup an account with Schedules Direct (SD).  SD provides guide data for a nominal fee.  Without SD, North American users may lose many of the scheduling features in MythTV.</property>
87
 
            <property name="use_markup">True</property>
88
 
            <property name="wrap">True</property>
89
 
          </object>
90
 
          <packing>
91
 
            <property name="expand">False</property>
92
 
            <property name="fill">False</property>
93
 
            <property name="position">1</property>
94
 
          </packing>
95
 
        </child>
96
 
        <child>
97
 
          <object class="GtkAlignment" id="alignment3">
98
 
            <property name="visible">True</property>
99
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
100
 
            <property name="xalign">0</property>
101
 
            <property name="xscale">0</property>
102
 
            <child>
103
 
              <object class="GtkButton" id="myth_button">
104
 
                <property name="label" translatable="yes">Launch MythTV-Setup</property>
105
 
                <property name="visible">True</property>
106
 
                <property name="can_focus">True</property>
107
 
                <property name="receives_default">True</property>
108
 
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
109
 
                <signal name="clicked" handler="do_mythtv_setup"/>
110
 
              </object>
111
 
            </child>
112
 
          </object>
113
 
          <packing>
114
 
            <property name="expand">False</property>
115
 
            <property name="fill">False</property>
116
 
            <property name="position">2</property>
117
 
          </packing>
118
 
        </child>
119
 
        <child>
120
 
          <object class="GtkLabel" id="myth_button_description">
121
 
            <property name="width_request">550</property>
122
 
            <property name="visible">True</property>
123
 
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
124
 
            <property name="xalign">0</property>
125
 
            <property name="label" translatable="yes">After setting up your guide data source, you will need to launch MythTV-Setup to run the backend configuration for the first time.  You will need to configure the first four sections, being sure to provide your guide data during the third.</property>
126
 
            <property name="use_markup">True</property>
127
 
            <property name="wrap">True</property>
128
 
          </object>
129
 
          <packing>
130
 
            <property name="expand">False</property>
131
 
            <property name="fill">False</property>
132
 
            <property name="position">3</property>
133
 
          </packing>
134
 
        </child>
135
 
      </object>
136
 
      <packing>
137
 
        <property name="expand">False</property>
138
 
        <property name="fill">False</property>
139
 
        <property name="padding">30</property>
140
 
        <property name="position">3</property>
141
 
      </packing>
142
 
    </child>
143
 
  </object>
144
 
</interface>