Implement fetching
[anjuta-git-plugin.git] / src / anjuta.glade
blob8803c77e737630cdb7165da07a180fb4e4c25535
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3 <!--*- mode: xml -*-->
4 <glade-interface>
5 <widget class="GtkWindow" id="anjuta_preferences_window">
6 <child>
7 <widget class="GtkNotebook" id="General">
8 <property name="visible">True</property>
9 <property name="can_focus">True</property>
10 <child>
11 <widget class="GtkVBox" id="general_page">
12 <property name="visible">True</property>
13 <child>
14 <widget class="GtkFrame" id="frame1">
15 <property name="visible">True</property>
16 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
17 <property name="border_width">10</property>
18 <property name="label_xalign">0</property>
19 <property name="shadow_type">GTK_SHADOW_NONE</property>
20 <child>
21 <widget class="GtkAlignment" id="alignment2">
22 <property name="visible">True</property>
23 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
24 <property name="left_padding">12</property>
25 <child>
26 <widget class="GtkTable" id="table1">
27 <property name="visible">True</property>
28 <property name="border_width">10</property>
29 <property name="n_rows">3</property>
30 <property name="n_columns">2</property>
31 <property name="column_spacing">5</property>
32 <property name="row_spacing">5</property>
33 <child>
34 <widget class="GtkLabel" id="label2">
35 <property name="visible">True</property>
36 <property name="xalign">0</property>
37 <property name="label" translatable="yes">Default project directory:</property>
38 </widget>
39 <packing>
40 <property name="x_options">GTK_FILL</property>
41 <property name="y_options"></property>
42 </packing>
43 </child>
44 <child>
45 <widget class="GtkLabel" id="label3">
46 <property name="visible">True</property>
47 <property name="xalign">0</property>
48 <property name="label" translatable="yes">Developer name:</property>
49 </widget>
50 <packing>
51 <property name="top_attach">1</property>
52 <property name="bottom_attach">2</property>
53 <property name="x_options">GTK_FILL</property>
54 <property name="y_options"></property>
55 </packing>
56 </child>
57 <child>
58 <widget class="GtkLabel" id="label4">
59 <property name="visible">True</property>
60 <property name="xalign">0</property>
61 <property name="label" translatable="yes">Developer email address:</property>
62 </widget>
63 <packing>
64 <property name="top_attach">2</property>
65 <property name="bottom_attach">3</property>
66 <property name="x_options">GTK_FILL</property>
67 <property name="y_options"></property>
68 </packing>
69 </child>
70 <child>
71 <widget class="GtkEntry" id="preferences_entry:text::0:anjuta.user.email">
72 <property name="visible">True</property>
73 <property name="can_focus">True</property>
74 </widget>
75 <packing>
76 <property name="left_attach">1</property>
77 <property name="right_attach">2</property>
78 <property name="top_attach">2</property>
79 <property name="bottom_attach">3</property>
80 <property name="y_options"></property>
81 </packing>
82 </child>
83 <child>
84 <widget class="GtkEntry" id="preferences_entry:text::0:anjuta.user.name">
85 <property name="visible">True</property>
86 <property name="can_focus">True</property>
87 </widget>
88 <packing>
89 <property name="left_attach">1</property>
90 <property name="right_attach">2</property>
91 <property name="top_attach">1</property>
92 <property name="bottom_attach">2</property>
93 <property name="y_options"></property>
94 </packing>
95 </child>
96 <child>
97 <widget class="GtkFileChooserButton" id="preferences_folder:text::0:anjuta.project.directory">
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="action">GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER</property>
101 <property name="title" translatable="yes">Select projects directory</property>
102 </widget>
103 <packing>
104 <property name="left_attach">1</property>
105 <property name="right_attach">2</property>
106 <property name="y_options"></property>
107 </packing>
108 </child>
109 </widget>
110 </child>
111 </widget>
112 </child>
113 <child>
114 <widget class="GtkLabel" id="label1">
115 <property name="visible">True</property>
116 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
117 <property name="label" translatable="yes">&lt;b&gt;Project Defaults&lt;/b&gt;</property>
118 <property name="use_markup">True</property>
119 </widget>
120 <packing>
121 <property name="type">label_item</property>
122 </packing>
123 </child>
124 </widget>
125 </child>
126 <child>
127 <widget class="GtkFrame" id="Session">
128 <property name="visible">True</property>
129 <property name="border_width">10</property>
130 <property name="label_xalign">0</property>
131 <property name="shadow_type">GTK_SHADOW_NONE</property>
132 <child>
133 <widget class="GtkAlignment" id="alignment1">
134 <property name="visible">True</property>
135 <property name="left_padding">12</property>
136 <child>
137 <widget class="GtkVBox" id="vbox2">
138 <property name="visible">True</property>
139 <property name="border_width">10</property>
140 <property name="spacing">5</property>
141 <child>
142 <widget class="GtkCheckButton" id="preferences_toggle:bool:0:0:anjuta.session.skip.last">
143 <property name="visible">True</property>
144 <property name="can_focus">True</property>
145 <property name="label" translatable="yes">Do not load last session on startup</property>
146 <property name="use_underline">True</property>
147 <property name="response_id">0</property>
148 <property name="draw_indicator">True</property>
149 </widget>
150 <packing>
151 <property name="expand">False</property>
152 <property name="fill">False</property>
153 </packing>
154 </child>
155 <child>
156 <widget class="GtkCheckButton" id="preferences_toggle:bool:0:0:anjuta.session.skip.last.files">
157 <property name="visible">True</property>
158 <property name="can_focus">True</property>
159 <property name="label" translatable="yes">Do not load last project and files on startup</property>
160 <property name="use_underline">True</property>
161 <property name="response_id">0</property>
162 <property name="draw_indicator">True</property>
163 </widget>
164 <packing>
165 <property name="expand">False</property>
166 <property name="fill">False</property>
167 <property name="position">1</property>
168 </packing>
169 </child>
170 </widget>
171 </child>
172 </widget>
173 </child>
174 <child>
175 <widget class="GtkLabel" id="label5">
176 <property name="visible">True</property>
177 <property name="label" translatable="yes">&lt;b&gt;Session&lt;/b&gt;</property>
178 <property name="use_markup">True</property>
179 </widget>
180 <packing>
181 <property name="type">label_item</property>
182 </packing>
183 </child>
184 </widget>
185 <packing>
186 <property name="expand">False</property>
187 <property name="position">1</property>
188 </packing>
189 </child>
190 <child>
191 <widget class="GtkFrame" id="Appearance">
192 <property name="visible">True</property>
193 <property name="border_width">10</property>
194 <property name="label_xalign">0</property>
195 <property name="shadow_type">GTK_SHADOW_NONE</property>
196 <child>
197 <widget class="GtkAlignment" id="alignment3">
198 <property name="visible">True</property>
199 <property name="left_padding">12</property>
200 <child>
201 <widget class="GtkTable" id="table2">
202 <property name="visible">True</property>
203 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
204 <property name="border_width">10</property>
205 <property name="n_rows">2</property>
206 <property name="n_columns">2</property>
207 <property name="column_spacing">5</property>
208 <property name="row_spacing">5</property>
209 <child>
210 <widget class="GtkComboBox" id="preferences_combo:text:Text,Icon,Both,Toolbar,Tabs:2:anjuta.gdl.style">
211 <property name="visible">True</property>
212 <property name="items" translatable="yes">Text
213 Icons
214 Text + Icons
215 Gnome toolbar setting
216 Tabs</property>
217 </widget>
218 <packing>
219 <property name="left_attach">1</property>
220 <property name="right_attach">2</property>
221 <property name="y_options"></property>
222 </packing>
223 </child>
224 <child>
225 <widget class="GtkComboBox" id="preferences_combo:text:Default,Both,Horiz,Icons,Text:0:anjuta.toolbar.style">
226 <property name="visible">True</property>
227 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
228 <property name="items" translatable="yes">Default
229 Text below icons
230 Text beside icons
231 Icons only
232 Text only</property>
233 </widget>
234 <packing>
235 <property name="left_attach">1</property>
236 <property name="right_attach">2</property>
237 <property name="top_attach">1</property>
238 <property name="bottom_attach">2</property>
239 <property name="y_options"></property>
240 </packing>
241 </child>
242 <child>
243 <widget class="GtkLabel" id="label6">
244 <property name="visible">True</property>
245 <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
246 <property name="xalign">0</property>
247 <property name="label" translatable="yes" comments="translators: translate the same as in gnome-control-center">Toolbar button labels:</property>
248 </widget>
249 <packing>
250 <property name="top_attach">1</property>
251 <property name="bottom_attach">2</property>
252 <property name="x_options">GTK_FILL</property>
253 <property name="y_options"></property>
254 </packing>
255 </child>
256 <child>
257 <widget class="GtkLabel" id="label8">
258 <property name="visible">True</property>
259 <property name="xalign">0</property>
260 <property name="label" translatable="yes" comments="Style of the buttons/tabs used to select docked windows in anjuta">Dock switcher style:</property>
261 </widget>
262 <packing>
263 <property name="x_options">GTK_FILL</property>
264 <property name="y_options"></property>
265 </packing>
266 </child>
267 </widget>
268 </child>
269 </widget>
270 </child>
271 <child>
272 <widget class="GtkLabel" id="label7">
273 <property name="visible">True</property>
274 <property name="label" translatable="yes">&lt;b&gt;Appearance&lt;/b&gt;</property>
275 <property name="use_markup">True</property>
276 </widget>
277 <packing>
278 <property name="type">label_item</property>
279 </packing>
280 </child>
281 </widget>
282 <packing>
283 <property name="expand">False</property>
284 <property name="position">2</property>
285 </packing>
286 </child>
287 </widget>
288 </child>
289 <child>
290 <widget class="GtkLabel" id="label5">
291 <property name="visible">True</property>
292 <property name="label" translatable="yes">General</property>
293 </widget>
294 <packing>
295 <property name="type">tab</property>
296 <property name="tab_fill">False</property>
297 </packing>
298 </child>
299 </widget>
300 </child>
301 </widget>
302 </glade-interface>