~ubuntu-branches/ubuntu/precise/gnome-games/precise-updates

« back to all changes in this revision

Viewing changes to swell-foop/data/swell-foop.ui

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-19 20:46:10 UTC
  • mfrom: (1.1.105)
  • Revision ID: package-import@ubuntu.com-20120319204610-2nd2xqq39j8y7t5q
Tags: 1:3.3.92-0ubuntu1
* New upstream release.
  - Swell Foop ported to Vala, no longer in staging
    (LP: #939200, LP: #939210)
* debian/patches/git_fix-iagno-ai.patch: Dropped, upstream
* debian/control.in:
  - Drop no longer needed swell-foop dependencies
* debian/rules:
  - Don't install staging games
* debian/swell-foop.install:
  - Don't install gir files any more; they're not needed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
        <requires lib="gtk+" version="2.14"/>
4
 
        <object class="GtkWindow" id="game_window">
5
 
                <signal name="hide" handler="quit"/>
6
 
                <property name="title" translatable="yes">Swell Foop</property>
7
 
                <property name="icon_name">swell-foop</property>
8
 
                <property name="resizable">False</property>
9
 
                <accel-groups>
10
 
                        <group name="accel_group"/>
11
 
                </accel-groups>
12
 
                <child>
13
 
                        <object class="GtkVBox" id="game_vbox">
14
 
                                <property name="visible">True</property>
15
 
                                <property name="orientation">vertical</property>
16
 
                                <child>
17
 
                                        <object class="GtkMenuBar" id="menu_bar">
18
 
                                                <property name="visible">True</property>
19
 
                                                <child>
20
 
                                                        <object class="GtkMenuItem" id="game_menu_item">
21
 
                                                                <property name="visible">True</property>
22
 
                                                                <property name="label" translatable="yes">_Game</property>
23
 
                                                                <property name="use_underline">True</property>
24
 
                                                                <child type="submenu">
25
 
                                                                        <object class="GtkMenu" id="game_menu">
26
 
                                                                                <property name="visible">True</property>
27
 
                                                                                <child>
28
 
                                                                                        <object class="GtkImageMenuItem" id="new_game_item">
29
 
                                                                                                <signal name="activate" handler="new_game"/>
30
 
                                                                                                <property name="label">games-new-game</property>
31
 
                                                                                                <property name="visible">True</property>
32
 
                                                                                                <property name="use_underline">True</property>
33
 
                                                                                                <property name="use_stock">True</property>
34
 
                                                                                                <property name="accel_group">accel_group</property>
35
 
                                                                                        </object>
36
 
                                                                                </child>
37
 
                                                                                <child>
38
 
                                                                                        <object class="GtkImageMenuItem" id="scores_item">
39
 
                                                                                                <signal name="activate" handler="show_scores"/>
40
 
                                                                                                <property name="label">games-scores</property>
41
 
                                                                                                <property name="visible">True</property>
42
 
                                                                                                <property name="use_underline">True</property>
43
 
                                                                                                <property name="use_stock">True</property>
44
 
                                                                                                <property name="accel_group">accel_group</property>
45
 
                                                                                        </object>
46
 
                                                                                </child>
47
 
                                                                                <child>
48
 
                                                                                        <object class="GtkImageMenuItem" id="show_preferences_item">
49
 
                                                                                                <signal name="activate" handler="show_settings"/>
50
 
                                                                                                <property name="label">gtk-preferences</property>
51
 
                                                                                                <property name="visible">True</property>
52
 
                                                                                                <property name="use_underline">True</property>
53
 
                                                                                                <property name="use_stock">True</property>
54
 
                                                                                                <property name="accel_group">accel_group</property>
55
 
                                                                                        </object>
56
 
                                                                                </child>
57
 
                                                                                <child>
58
 
                                                                                        <object class="GtkSeparatorMenuItem" id="separator1" />
59
 
                                                                                </child>
60
 
                                                                                <child>
61
 
                                                                                        <object class="GtkImageMenuItem" id="undo_move_item">
62
 
                                                                                                <property name="label">games-undo-move</property>
63
 
                                                                                                <property name="use_underline">True</property>
64
 
                                                                                                <property name="use_stock">True</property>
65
 
                                                                                        </object>
66
 
                                                                                </child>
67
 
                                                                                <child>
68
 
                                                                                        <object class="GtkImageMenuItem" id="redo_move_item">
69
 
                                                                                                <property name="label">games-redo-move</property>
70
 
                                                                                                <property name="use_underline">True</property>
71
 
                                                                                                <property name="use_stock">True</property>
72
 
                                                                                        </object>
73
 
                                                                                </child>
74
 
                                                                                <child>
75
 
                                                                                        <object class="GtkSeparatorMenuItem" id="separator3" />
76
 
                                                                                </child>
77
 
                                                                                <child>
78
 
                                                                                        <object class="GtkImageMenuItem" id="quit_item">
79
 
                                                                                                <signal name="activate" handler="quit"/>
80
 
                                                                                                <property name="label">gtk-quit</property>
81
 
                                                                                                <property name="visible">True</property>
82
 
                                                                                                <property name="use_underline">True</property>
83
 
                                                                                                <property name="use_stock">True</property>
84
 
                                                                                                <property name="accel_group">accel_group</property>
85
 
                                                                                        </object>
86
 
                                                                                </child>
87
 
                                                                        </object>
88
 
                                                                </child>
89
 
                                                        </object>
90
 
                                                </child>
91
 
                                                <child>
92
 
                                                        <object class="GtkMenuItem" id="help_menu_item">
93
 
                                                                <property name="visible">True</property>
94
 
                                                                <property name="label" translatable="yes">_Help</property>
95
 
                                                                <property name="use_underline">True</property>
96
 
                                                                <child type="submenu">
97
 
                                                                        <object class="GtkMenu" id="help_menu">
98
 
                                                                                <property name="visible">True</property>
99
 
                                                                                <child>
100
 
                                                                                        <object class="GtkImageMenuItem" id="show_help_item">
101
 
                                                                                                <signal name="activate" handler="show_help"/>
102
 
                                                                                                <property name="label">games-contents</property>
103
 
                                                                                                <property name="visible">True</property>
104
 
                                                                                                <property name="use_underline">True</property>
105
 
                                                                                                <property name="use_stock">True</property>
106
 
                                                                                                <property name="accel_group">accel_group</property>
107
 
                                                                                        </object>
108
 
                                                                                </child>
109
 
                                                                                <child>
110
 
                                                                                        <object class="GtkImageMenuItem" id="show_about_item">
111
 
                                                                                                <signal name="activate" handler="show_about"/>
112
 
                                                                                                <property name="label">gtk-about</property>
113
 
                                                                                                <property name="visible">True</property>
114
 
                                                                                                <property name="use_underline">True</property>
115
 
                                                                                                <property name="use_stock">True</property>
116
 
                                                                                                <property name="accel_group">accel_group</property>
117
 
                                                                                        </object>
118
 
                                                                                </child>
119
 
                                                                        </object>
120
 
                                                                </child>
121
 
                                                        </object>
122
 
                                                </child>
123
 
                                        </object>
124
 
                                        <packing>
125
 
                                                <property name="expand">False</property>
126
 
                                                <property name="position">0</property>
127
 
                                        </packing>
128
 
                                </child>
129
 
                                <child>
130
 
                                        <object class="GtkClutterEmbed" id="clutter" />
131
 
                                </child>
132
 
                                <child>
133
 
                                        <object class="GtkHSeparator" id="separator5" />
134
 
                                </child>
135
 
                                <child>
136
 
                                        <object class="GtkHBox" id="statusbar">
137
 
                                                <property name="homogeneous">True</property>
138
 
                                                <child>
139
 
                                                        <object class="GtkLabel" id="message_label">
140
 
                                                                <property name="visible">True</property>
141
 
                                                                <property name="label"></property>
142
 
                                                        </object>
143
 
                                                        <packing>
144
 
                                                                <property name="expand">True</property>
145
 
                                                                <property name="fill">False</property>
146
 
                                                        </packing>
147
 
                                                </child>
148
 
                                                <child>
149
 
                                                        <object class="GtkLabel" id="score_label">
150
 
                                                                <property name="visible">True</property>
151
 
                                                                <property name="label"></property>
152
 
                                                        </object>
153
 
                                                        <packing>
154
 
                                                                <property name="expand">True</property>
155
 
                                                                <property name="fill">False</property>
156
 
                                                        </packing>
157
 
                                                </child>
158
 
                                        </object>
159
 
                                </child>
160
 
                        </object>
161
 
                </child>
162
 
        </object>
163
 
        <object class="GtkAccelGroup" id="accel_group"/>
164
 
</interface>
165