~ubuntu-branches/ubuntu/lucid/awn-extras-applets/lucid

« back to all changes in this revision

Viewing changes to applets/maintained/comics/ui/add.ui

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-03-30 20:26:40 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100330202640-vza3bdnv9gc9bg5z
Tags: 0.4.0~rc1-0ubuntu1
* New upstream release (rc1) (LP: #551309)
 - Stack applet close on click (LP: #261520)
* debian/patches/
 - 03-remove-cairo-menu-pref.patch: From upstream (r1244 + r1245 + r1252),
   remove menu entry for cairo-menu preferences, it's not implemented
   (LP: #511254)
 - 04-tomboy-threading-free.patch: From upstream (r1246), remove threading to
   make the applet working. 
* debian/*.install: Update installation location of comics and digital 
  applets.
* debian/control: 
 - Move digital applet from python to C, and add proper Replaces.
 - Add Replaces for awn-applets-c-core to handle migration from 0.3.2.2.
   (LP: #524559)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--Generated with glade3 3.4.0 on Thu Feb 21 11:37:45 2008 -->
 
3
<interface>
 
4
  <object class="GtkAssistant" id="add_assistant">
 
5
    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
6
    <property name="border_width">4</property>
 
7
    <property name="title" translatable="yes">Add Comic</property>
 
8
    <property name="window_position">GTK_WIN_POS_CENTER</property>
 
9
    <property name="icon">comics.svg</property>
 
10
    <signal handler="on_add_assistant_close" name="close"/>
 
11
    <signal handler="on_add_assistant_cancel" name="cancel"/>
 
12
    <signal handler="on_add_assistant_apply" name="apply"/>
 
13
    <signal handler="on_add_assistant_prepare" name="prepare"/>
 
14
    <child>
 
15
      <object class="GtkVBox" id="intro_page">
 
16
        <property name="visible">True</property>
 
17
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
18
        <property name="spacing">10</property>
 
19
        <child>
 
20
          <object class="GtkLabel" id="intro_label">
 
21
            <property name="visible">True</property>
 
22
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
23
            <property name="xalign">0</property>
 
24
            <property name="yalign">0</property>
 
25
            <property name="label" translatable="yes">This guide will help you to add a new comic.
 
26
 
 
27
To find comics suitable for adding, you may search the Internet for "comics rss".
 
28
 
 
29
Press "next" to proceed.</property>
 
30
            <property name="wrap">True</property>
 
31
          </object>
 
32
        </child>
 
33
      </object>
 
34
      <packing>
 
35
        <property name="page_type">GTK_ASSISTANT_PAGE_INTRO</property>
 
36
        <property name="title" translatable="yes">Add Comic</property>
 
37
        <property name="sidebar_image">logo.svg</property>
 
38
      </packing>
 
39
    </child>
 
40
    <child>
 
41
      <object class="GtkVBox" id="url_page">
 
42
        <property name="visible">True</property>
 
43
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
44
        <property name="spacing">10</property>
 
45
        <child>
 
46
          <object class="GtkHBox" id="url_page_hbox">
 
47
            <property name="visible">True</property>
 
48
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
49
            <property name="spacing">10</property>
 
50
            <child>
 
51
              <object class="GtkLabel" id="url_page_label">
 
52
                <property name="visible">True</property>
 
53
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
54
                <property name="xalign">1</property>
 
55
                <property name="label" translatable="yes">Enter the URL of the RSS feed:</property>
 
56
              </object>
 
57
              <packing>
 
58
                <property name="expand">False</property>
 
59
                <property name="fill">False</property>
 
60
              </packing>
 
61
            </child>
 
62
            <child>
 
63
              <object class="GtkEntry" id="url_entry">
 
64
                <property name="visible">True</property>
 
65
                <property name="can_focus">True</property>
 
66
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
67
                <property name="text">http://</property>
 
68
                <signal handler="on_url_entry_changed" name="changed"/>
 
69
              </object>
 
70
              <packing>
 
71
                <property name="position">1</property>
 
72
              </packing>
 
73
            </child>
 
74
          </object>
 
75
        </child>
 
76
      </object>
 
77
      <packing>
 
78
        <property name="title" translatable="yes">Select Comic</property>
 
79
      </packing>
 
80
    </child>
 
81
    <child>
 
82
      <object class="GtkVBox" id="wait_page">
 
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="spacing">10</property>
 
86
        <child>
 
87
          <object class="GtkLabel" id="wait_label">
 
88
            <property name="visible">True</property>
 
89
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
90
            <property name="xalign">0</property>
 
91
            <property name="yalign">0</property>
 
92
            <property name="wrap">True</property>
 
93
          </object>
 
94
        </child>
 
95
      </object>
 
96
      <packing>
 
97
        <property name="page_type">GTK_ASSISTANT_PAGE_PROGRESS</property>
 
98
        <property name="title" translatable="yes">Downloading Comic</property>
 
99
      </packing>
 
100
    </child>
 
101
    <child>
 
102
      <object class="GtkVBox" id="image_page">
 
103
        <property name="visible">True</property>
 
104
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
105
        <property name="spacing">10</property>
 
106
        <child>
 
107
          <object class="GtkLabel" id="label_image_page">
 
108
            <property name="visible">True</property>
 
109
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
110
            <property name="xalign">0</property>
 
111
            <property name="yalign">0</property>
 
112
            <property name="label" translatable="yes">The guide found more than one image. Please select which one to use.</property>
 
113
            <property name="wrap">True</property>
 
114
          </object>
 
115
          <packing>
 
116
            <property name="expand">False</property>
 
117
            <property name="fill">False</property>
 
118
          </packing>
 
119
        </child>
 
120
        <child>
 
121
          <object class="GtkScrolledWindow" id="image_page_scrolled_window">
 
122
            <property name="visible">True</property>
 
123
            <property name="can_focus">True</property>
 
124
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
125
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
126
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
127
            <child>
 
128
              <object class="GtkIconView" id="image_list">
 
129
                <property name="visible">True</property>
 
130
                <property name="can_focus">True</property>
 
131
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
132
                <property name="pixbuf_column">1</property>
 
133
                <property name="item_width">100</property>
 
134
                <signal handler="on_image_list_selection_changed" name="selection_changed"/>
 
135
              </object>
 
136
            </child>
 
137
          </object>
 
138
          <packing>
 
139
            <property name="position">1</property>
 
140
          </packing>
 
141
        </child>
 
142
      </object>
 
143
      <packing>
 
144
        <property name="title" translatable="yes">Select Image</property>
 
145
      </packing>
 
146
    </child>
 
147
    <child>
 
148
      <object class="GtkVBox" id="last_page">
 
149
        <property name="visible">True</property>
 
150
        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
151
        <property name="spacing">10</property>
 
152
        <child>
 
153
          <object class="GtkLabel" id="last_label">
 
154
            <property name="visible">True</property>
 
155
            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
156
            <property name="xalign">0</property>
 
157
            <property name="yalign">0</property>
 
158
            <property name="use_markup">True</property>
 
159
            <property name="wrap">True</property>
 
160
          </object>
 
161
          <packing>
 
162
            <property name="position">1</property>
 
163
          </packing>
 
164
        </child>
 
165
      </object>
 
166
      <packing>
 
167
        <property name="page_type">GTK_ASSISTANT_PAGE_CONFIRM</property>
 
168
        <property name="title" translatable="yes">Ready to add comic!</property>
 
169
      </packing>
 
170
    </child>
 
171
  </object>
 
172
</interface>