diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:36:22 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 15:32:53 +0200 |
| commit | f4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch) | |
| tree | 487180fa9866985ea7b28e625651765d86f515c3 /bitbake/lib/bb/ui/crumbs/puccho.glade | |
| download | poky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz | |
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'bitbake/lib/bb/ui/crumbs/puccho.glade')
| -rw-r--r-- | bitbake/lib/bb/ui/crumbs/puccho.glade | 606 |
1 files changed, 606 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/crumbs/puccho.glade b/bitbake/lib/bb/ui/crumbs/puccho.glade new file mode 100644 index 0000000000..d7553a6e14 --- /dev/null +++ b/bitbake/lib/bb/ui/crumbs/puccho.glade | |||
| @@ -0,0 +1,606 @@ | |||
| 1 | <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| 2 | <!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd"> | ||
| 3 | <!--Generated with glade3 3.4.5 on Mon Nov 10 12:24:12 2008 --> | ||
| 4 | <glade-interface> | ||
| 5 | <widget class="GtkDialog" id="build_dialog"> | ||
| 6 | <property name="title" translatable="yes">Start a build</property> | ||
| 7 | <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | ||
| 8 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | ||
| 9 | <property name="has_separator">False</property> | ||
| 10 | <child internal-child="vbox"> | ||
| 11 | <widget class="GtkVBox" id="dialog-vbox1"> | ||
| 12 | <property name="visible">True</property> | ||
| 13 | <property name="spacing">2</property> | ||
| 14 | <child> | ||
| 15 | <widget class="GtkTable" id="build_table"> | ||
| 16 | <property name="visible">True</property> | ||
| 17 | <property name="border_width">6</property> | ||
| 18 | <property name="n_rows">7</property> | ||
| 19 | <property name="n_columns">3</property> | ||
| 20 | <property name="column_spacing">5</property> | ||
| 21 | <property name="row_spacing">6</property> | ||
| 22 | <child> | ||
| 23 | <widget class="GtkAlignment" id="status_alignment"> | ||
| 24 | <property name="visible">True</property> | ||
| 25 | <property name="left_padding">12</property> | ||
| 26 | <child> | ||
| 27 | <widget class="GtkHBox" id="status_hbox"> | ||
| 28 | <property name="spacing">6</property> | ||
| 29 | <child> | ||
| 30 | <widget class="GtkImage" id="status_image"> | ||
| 31 | <property name="visible">True</property> | ||
| 32 | <property name="no_show_all">True</property> | ||
| 33 | <property name="xalign">0</property> | ||
| 34 | <property name="stock">gtk-dialog-error</property> | ||
| 35 | </widget> | ||
| 36 | <packing> | ||
| 37 | <property name="expand">False</property> | ||
| 38 | <property name="fill">False</property> | ||
| 39 | </packing> | ||
| 40 | </child> | ||
| 41 | <child> | ||
| 42 | <widget class="GtkLabel" id="status_label"> | ||
| 43 | <property name="visible">True</property> | ||
| 44 | <property name="xalign">0</property> | ||
| 45 | <property name="label" translatable="yes">If you see this text something is wrong...</property> | ||
| 46 | <property name="use_markup">True</property> | ||
| 47 | <property name="use_underline">True</property> | ||
| 48 | </widget> | ||
| 49 | <packing> | ||
| 50 | <property name="position">1</property> | ||
| 51 | </packing> | ||
| 52 | </child> | ||
| 53 | </widget> | ||
| 54 | </child> | ||
| 55 | </widget> | ||
| 56 | <packing> | ||
| 57 | <property name="right_attach">3</property> | ||
| 58 | <property name="top_attach">2</property> | ||
| 59 | <property name="bottom_attach">3</property> | ||
| 60 | </packing> | ||
| 61 | </child> | ||
| 62 | <child> | ||
| 63 | <widget class="GtkLabel" id="label2"> | ||
| 64 | <property name="visible">True</property> | ||
| 65 | <property name="xalign">0</property> | ||
| 66 | <property name="label" translatable="yes"><b>Build configuration</b></property> | ||
| 67 | <property name="use_markup">True</property> | ||
| 68 | </widget> | ||
| 69 | <packing> | ||
| 70 | <property name="right_attach">3</property> | ||
| 71 | <property name="top_attach">3</property> | ||
| 72 | <property name="bottom_attach">4</property> | ||
| 73 | <property name="y_options"></property> | ||
| 74 | </packing> | ||
| 75 | </child> | ||
| 76 | <child> | ||
| 77 | <widget class="GtkComboBox" id="image_combo"> | ||
| 78 | <property name="visible">True</property> | ||
| 79 | <property name="sensitive">False</property> | ||
| 80 | </widget> | ||
| 81 | <packing> | ||
| 82 | <property name="left_attach">1</property> | ||
| 83 | <property name="right_attach">2</property> | ||
| 84 | <property name="top_attach">6</property> | ||
| 85 | <property name="bottom_attach">7</property> | ||
| 86 | <property name="y_options"></property> | ||
| 87 | </packing> | ||
| 88 | </child> | ||
| 89 | <child> | ||
| 90 | <widget class="GtkLabel" id="image_label"> | ||
| 91 | <property name="visible">True</property> | ||
| 92 | <property name="sensitive">False</property> | ||
| 93 | <property name="xalign">0</property> | ||
| 94 | <property name="xpad">12</property> | ||
| 95 | <property name="label" translatable="yes">Image:</property> | ||
| 96 | </widget> | ||
| 97 | <packing> | ||
| 98 | <property name="top_attach">6</property> | ||
| 99 | <property name="bottom_attach">7</property> | ||
| 100 | <property name="y_options"></property> | ||
| 101 | </packing> | ||
| 102 | </child> | ||
| 103 | <child> | ||
| 104 | <widget class="GtkComboBox" id="distribution_combo"> | ||
| 105 | <property name="visible">True</property> | ||
| 106 | <property name="sensitive">False</property> | ||
| 107 | </widget> | ||
| 108 | <packing> | ||
| 109 | <property name="left_attach">1</property> | ||
| 110 | <property name="right_attach">2</property> | ||
| 111 | <property name="top_attach">5</property> | ||
| 112 | <property name="bottom_attach">6</property> | ||
| 113 | <property name="y_options"></property> | ||
| 114 | </packing> | ||
| 115 | </child> | ||
| 116 | <child> | ||
| 117 | <widget class="GtkLabel" id="distribution_label"> | ||
| 118 | <property name="visible">True</property> | ||
| 119 | <property name="sensitive">False</property> | ||
| 120 | <property name="xalign">0</property> | ||
| 121 | <property name="xpad">12</property> | ||
| 122 | <property name="label" translatable="yes">Distribution:</property> | ||
| 123 | </widget> | ||
| 124 | <packing> | ||
| 125 | <property name="top_attach">5</property> | ||
| 126 | <property name="bottom_attach">6</property> | ||
| 127 | <property name="y_options"></property> | ||
| 128 | </packing> | ||
| 129 | </child> | ||
| 130 | <child> | ||
| 131 | <widget class="GtkComboBox" id="machine_combo"> | ||
| 132 | <property name="visible">True</property> | ||
| 133 | <property name="sensitive">False</property> | ||
| 134 | </widget> | ||
| 135 | <packing> | ||
| 136 | <property name="left_attach">1</property> | ||
| 137 | <property name="right_attach">2</property> | ||
| 138 | <property name="top_attach">4</property> | ||
| 139 | <property name="bottom_attach">5</property> | ||
| 140 | <property name="y_options"></property> | ||
| 141 | </packing> | ||
| 142 | </child> | ||
| 143 | <child> | ||
| 144 | <widget class="GtkLabel" id="machine_label"> | ||
| 145 | <property name="visible">True</property> | ||
| 146 | <property name="sensitive">False</property> | ||
| 147 | <property name="xalign">0</property> | ||
| 148 | <property name="xpad">12</property> | ||
| 149 | <property name="label" translatable="yes">Machine:</property> | ||
| 150 | </widget> | ||
| 151 | <packing> | ||
| 152 | <property name="top_attach">4</property> | ||
| 153 | <property name="bottom_attach">5</property> | ||
| 154 | <property name="y_options"></property> | ||
| 155 | </packing> | ||
| 156 | </child> | ||
| 157 | <child> | ||
| 158 | <widget class="GtkButton" id="refresh_button"> | ||
| 159 | <property name="visible">True</property> | ||
| 160 | <property name="sensitive">False</property> | ||
| 161 | <property name="can_focus">True</property> | ||
| 162 | <property name="receives_default">True</property> | ||
| 163 | <property name="label" translatable="yes">gtk-refresh</property> | ||
| 164 | <property name="use_stock">True</property> | ||
| 165 | <property name="response_id">0</property> | ||
| 166 | </widget> | ||
| 167 | <packing> | ||
| 168 | <property name="left_attach">2</property> | ||
| 169 | <property name="right_attach">3</property> | ||
| 170 | <property name="top_attach">1</property> | ||
| 171 | <property name="bottom_attach">2</property> | ||
| 172 | <property name="y_options"></property> | ||
| 173 | </packing> | ||
| 174 | </child> | ||
| 175 | <child> | ||
| 176 | <widget class="GtkEntry" id="location_entry"> | ||
| 177 | <property name="visible">True</property> | ||
| 178 | <property name="can_focus">True</property> | ||
| 179 | <property name="width_chars">32</property> | ||
| 180 | </widget> | ||
| 181 | <packing> | ||
| 182 | <property name="left_attach">1</property> | ||
| 183 | <property name="right_attach">2</property> | ||
| 184 | <property name="top_attach">1</property> | ||
| 185 | <property name="bottom_attach">2</property> | ||
| 186 | <property name="y_options"></property> | ||
| 187 | </packing> | ||
| 188 | </child> | ||
| 189 | <child> | ||
| 190 | <widget class="GtkLabel" id="label3"> | ||
| 191 | <property name="visible">True</property> | ||
| 192 | <property name="xalign">0</property> | ||
| 193 | <property name="xpad">12</property> | ||
| 194 | <property name="label" translatable="yes">Location:</property> | ||
| 195 | </widget> | ||
| 196 | <packing> | ||
| 197 | <property name="top_attach">1</property> | ||
| 198 | <property name="bottom_attach">2</property> | ||
| 199 | <property name="y_options"></property> | ||
| 200 | </packing> | ||
| 201 | </child> | ||
| 202 | <child> | ||
| 203 | <widget class="GtkLabel" id="label1"> | ||
| 204 | <property name="visible">True</property> | ||
| 205 | <property name="xalign">0</property> | ||
| 206 | <property name="label" translatable="yes"><b>Repository</b></property> | ||
| 207 | <property name="use_markup">True</property> | ||
| 208 | </widget> | ||
| 209 | <packing> | ||
| 210 | <property name="right_attach">3</property> | ||
| 211 | <property name="y_options"></property> | ||
| 212 | </packing> | ||
| 213 | </child> | ||
| 214 | <child> | ||
| 215 | <widget class="GtkAlignment" id="alignment1"> | ||
| 216 | <property name="visible">True</property> | ||
| 217 | <child> | ||
| 218 | <placeholder/> | ||
| 219 | </child> | ||
| 220 | </widget> | ||
| 221 | <packing> | ||
| 222 | <property name="left_attach">2</property> | ||
| 223 | <property name="right_attach">3</property> | ||
| 224 | <property name="top_attach">4</property> | ||
| 225 | <property name="bottom_attach">5</property> | ||
| 226 | <property name="y_options"></property> | ||
| 227 | </packing> | ||
| 228 | </child> | ||
| 229 | <child> | ||
| 230 | <widget class="GtkAlignment" id="alignment2"> | ||
| 231 | <property name="visible">True</property> | ||
| 232 | <child> | ||
| 233 | <placeholder/> | ||
| 234 | </child> | ||
| 235 | </widget> | ||
| 236 | <packing> | ||
| 237 | <property name="left_attach">2</property> | ||
| 238 | <property name="right_attach">3</property> | ||
| 239 | <property name="top_attach">5</property> | ||
| 240 | <property name="bottom_attach">6</property> | ||
| 241 | <property name="y_options"></property> | ||
| 242 | </packing> | ||
| 243 | </child> | ||
| 244 | <child> | ||
| 245 | <widget class="GtkAlignment" id="alignment3"> | ||
| 246 | <property name="visible">True</property> | ||
| 247 | <child> | ||
| 248 | <placeholder/> | ||
| 249 | </child> | ||
| 250 | </widget> | ||
| 251 | <packing> | ||
| 252 | <property name="left_attach">2</property> | ||
| 253 | <property name="right_attach">3</property> | ||
| 254 | <property name="top_attach">6</property> | ||
| 255 | <property name="bottom_attach">7</property> | ||
| 256 | <property name="y_options"></property> | ||
| 257 | </packing> | ||
| 258 | </child> | ||
| 259 | </widget> | ||
| 260 | <packing> | ||
| 261 | <property name="position">1</property> | ||
| 262 | </packing> | ||
| 263 | </child> | ||
| 264 | <child internal-child="action_area"> | ||
| 265 | <widget class="GtkHButtonBox" id="dialog-action_area1"> | ||
| 266 | <property name="visible">True</property> | ||
| 267 | <property name="layout_style">GTK_BUTTONBOX_END</property> | ||
| 268 | <child> | ||
| 269 | <placeholder/> | ||
| 270 | </child> | ||
| 271 | <child> | ||
| 272 | <placeholder/> | ||
| 273 | </child> | ||
| 274 | <child> | ||
| 275 | <placeholder/> | ||
| 276 | </child> | ||
| 277 | </widget> | ||
| 278 | <packing> | ||
| 279 | <property name="expand">False</property> | ||
| 280 | <property name="pack_type">GTK_PACK_END</property> | ||
| 281 | </packing> | ||
| 282 | </child> | ||
| 283 | </widget> | ||
| 284 | </child> | ||
| 285 | </widget> | ||
| 286 | <widget class="GtkDialog" id="dialog2"> | ||
| 287 | <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property> | ||
| 288 | <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> | ||
| 289 | <property name="has_separator">False</property> | ||
| 290 | <child internal-child="vbox"> | ||
| 291 | <widget class="GtkVBox" id="dialog-vbox2"> | ||
| 292 | <property name="visible">True</property> | ||
| 293 | <property name="spacing">2</property> | ||
| 294 | <child> | ||
| 295 | <widget class="GtkTable" id="table2"> | ||
| 296 | <property name="visible">True</property> | ||
| 297 | <property name="border_width">6</property> | ||
| 298 | <property name="n_rows">7</property> | ||
| 299 | <property name="n_columns">3</property> | ||
| 300 | <property name="column_spacing">6</property> | ||
| 301 | <property name="row_spacing">6</property> | ||
| 302 | <child> | ||
| 303 | <widget class="GtkLabel" id="label7"> | ||
| 304 | <property name="visible">True</property> | ||
| 305 | <property name="xalign">0</property> | ||
| 306 | <property name="label" translatable="yes"><b>Repositories</b></property> | ||
| 307 | <property name="use_markup">True</property> | ||
| 308 | </widget> | ||
| 309 | <packing> | ||
| 310 | <property name="right_attach">3</property> | ||
| 311 | <property name="y_options"></property> | ||
| 312 | </packing> | ||
| 313 | </child> | ||
| 314 | <child> | ||
| 315 | <widget class="GtkAlignment" id="alignment4"> | ||
| 316 | <property name="visible">True</property> | ||
| 317 | <property name="xalign">0</property> | ||
| 318 | <property name="left_padding">12</property> | ||
| 319 | <child> | ||
| 320 | <widget class="GtkScrolledWindow" id="scrolledwindow1"> | ||
| 321 | <property name="visible">True</property> | ||
| 322 | <property name="can_focus">True</property> | ||
| 323 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 324 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 325 | <child> | ||
| 326 | <widget class="GtkTreeView" id="treeview1"> | ||
| 327 | <property name="visible">True</property> | ||
| 328 | <property name="can_focus">True</property> | ||
| 329 | <property name="headers_clickable">True</property> | ||
| 330 | </widget> | ||
| 331 | </child> | ||
| 332 | </widget> | ||
| 333 | </child> | ||
| 334 | </widget> | ||
| 335 | <packing> | ||
| 336 | <property name="right_attach">3</property> | ||
| 337 | <property name="top_attach">2</property> | ||
| 338 | <property name="bottom_attach">3</property> | ||
| 339 | <property name="y_options"></property> | ||
| 340 | </packing> | ||
| 341 | </child> | ||
| 342 | <child> | ||
| 343 | <widget class="GtkEntry" id="entry1"> | ||
| 344 | <property name="visible">True</property> | ||
| 345 | <property name="can_focus">True</property> | ||
| 346 | </widget> | ||
| 347 | <packing> | ||
| 348 | <property name="left_attach">1</property> | ||
| 349 | <property name="right_attach">3</property> | ||
| 350 | <property name="top_attach">1</property> | ||
| 351 | <property name="bottom_attach">2</property> | ||
| 352 | <property name="y_options"></property> | ||
| 353 | </packing> | ||
| 354 | </child> | ||
| 355 | <child> | ||
| 356 | <widget class="GtkLabel" id="label9"> | ||
| 357 | <property name="visible">True</property> | ||
| 358 | <property name="xalign">0</property> | ||
| 359 | <property name="label" translatable="yes"><b>Additional packages</b></property> | ||
| 360 | <property name="use_markup">True</property> | ||
| 361 | </widget> | ||
| 362 | <packing> | ||
| 363 | <property name="right_attach">3</property> | ||
| 364 | <property name="top_attach">4</property> | ||
| 365 | <property name="bottom_attach">5</property> | ||
| 366 | <property name="y_options"></property> | ||
| 367 | </packing> | ||
| 368 | </child> | ||
| 369 | <child> | ||
| 370 | <widget class="GtkAlignment" id="alignment6"> | ||
| 371 | <property name="visible">True</property> | ||
| 372 | <property name="xalign">0</property> | ||
| 373 | <property name="xscale">0</property> | ||
| 374 | <child> | ||
| 375 | <widget class="GtkLabel" id="label8"> | ||
| 376 | <property name="visible">True</property> | ||
| 377 | <property name="xalign">0</property> | ||
| 378 | <property name="yalign">0</property> | ||
| 379 | <property name="xpad">12</property> | ||
| 380 | <property name="label" translatable="yes">Location: </property> | ||
| 381 | </widget> | ||
| 382 | </child> | ||
| 383 | </widget> | ||
| 384 | <packing> | ||
| 385 | <property name="top_attach">1</property> | ||
| 386 | <property name="bottom_attach">2</property> | ||
| 387 | <property name="y_options"></property> | ||
| 388 | </packing> | ||
| 389 | </child> | ||
| 390 | <child> | ||
| 391 | <widget class="GtkAlignment" id="alignment7"> | ||
| 392 | <property name="visible">True</property> | ||
| 393 | <property name="xalign">1</property> | ||
| 394 | <property name="xscale">0</property> | ||
| 395 | <child> | ||
| 396 | <widget class="GtkHButtonBox" id="hbuttonbox1"> | ||
| 397 | <property name="visible">True</property> | ||
| 398 | <property name="spacing">5</property> | ||
| 399 | <child> | ||
| 400 | <widget class="GtkButton" id="button7"> | ||
| 401 | <property name="visible">True</property> | ||
| 402 | <property name="can_focus">True</property> | ||
| 403 | <property name="receives_default">True</property> | ||
| 404 | <property name="label" translatable="yes">gtk-remove</property> | ||
| 405 | <property name="use_stock">True</property> | ||
| 406 | <property name="response_id">0</property> | ||
| 407 | </widget> | ||
| 408 | </child> | ||
| 409 | <child> | ||
| 410 | <widget class="GtkButton" id="button6"> | ||
| 411 | <property name="visible">True</property> | ||
| 412 | <property name="can_focus">True</property> | ||
| 413 | <property name="receives_default">True</property> | ||
| 414 | <property name="label" translatable="yes">gtk-edit</property> | ||
| 415 | <property name="use_stock">True</property> | ||
| 416 | <property name="response_id">0</property> | ||
| 417 | </widget> | ||
| 418 | <packing> | ||
| 419 | <property name="position">1</property> | ||
| 420 | </packing> | ||
| 421 | </child> | ||
| 422 | <child> | ||
| 423 | <widget class="GtkButton" id="button5"> | ||
| 424 | <property name="visible">True</property> | ||
| 425 | <property name="can_focus">True</property> | ||
| 426 | <property name="receives_default">True</property> | ||
| 427 | <property name="label" translatable="yes">gtk-add</property> | ||
| 428 | <property name="use_stock">True</property> | ||
| 429 | <property name="response_id">0</property> | ||
| 430 | </widget> | ||
| 431 | <packing> | ||
| 432 | <property name="position">2</property> | ||
| 433 | </packing> | ||
| 434 | </child> | ||
| 435 | </widget> | ||
| 436 | </child> | ||
| 437 | </widget> | ||
| 438 | <packing> | ||
| 439 | <property name="left_attach">1</property> | ||
| 440 | <property name="right_attach">3</property> | ||
| 441 | <property name="top_attach">3</property> | ||
| 442 | <property name="bottom_attach">4</property> | ||
| 443 | <property name="y_options"></property> | ||
| 444 | </packing> | ||
| 445 | </child> | ||
| 446 | <child> | ||
| 447 | <widget class="GtkAlignment" id="alignment5"> | ||
| 448 | <property name="visible">True</property> | ||
| 449 | <child> | ||
| 450 | <placeholder/> | ||
| 451 | </child> | ||
| 452 | </widget> | ||
| 453 | <packing> | ||
| 454 | <property name="top_attach">3</property> | ||
| 455 | <property name="bottom_attach">4</property> | ||
| 456 | <property name="y_options"></property> | ||
| 457 | </packing> | ||
| 458 | </child> | ||
| 459 | <child> | ||
| 460 | <widget class="GtkLabel" id="label10"> | ||
| 461 | <property name="visible">True</property> | ||
| 462 | <property name="xalign">0</property> | ||
| 463 | <property name="yalign">0</property> | ||
| 464 | <property name="xpad">12</property> | ||
| 465 | <property name="label" translatable="yes">Search:</property> | ||
| 466 | </widget> | ||
| 467 | <packing> | ||
| 468 | <property name="top_attach">5</property> | ||
| 469 | <property name="bottom_attach">6</property> | ||
| 470 | <property name="y_options"></property> | ||
| 471 | </packing> | ||
| 472 | </child> | ||
| 473 | <child> | ||
| 474 | <widget class="GtkEntry" id="entry2"> | ||
| 475 | <property name="visible">True</property> | ||
| 476 | <property name="can_focus">True</property> | ||
| 477 | </widget> | ||
| 478 | <packing> | ||
| 479 | <property name="left_attach">1</property> | ||
| 480 | <property name="right_attach">3</property> | ||
| 481 | <property name="top_attach">5</property> | ||
| 482 | <property name="bottom_attach">6</property> | ||
| 483 | <property name="y_options"></property> | ||
| 484 | </packing> | ||
| 485 | </child> | ||
| 486 | <child> | ||
| 487 | <widget class="GtkAlignment" id="alignment8"> | ||
| 488 | <property name="visible">True</property> | ||
| 489 | <property name="xalign">0</property> | ||
| 490 | <property name="left_padding">12</property> | ||
| 491 | <child> | ||
| 492 | <widget class="GtkScrolledWindow" id="scrolledwindow2"> | ||
| 493 | <property name="visible">True</property> | ||
| 494 | <property name="can_focus">True</property> | ||
| 495 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 496 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 497 | <child> | ||
| 498 | <widget class="GtkTreeView" id="treeview2"> | ||
| 499 | <property name="visible">True</property> | ||
| 500 | <property name="can_focus">True</property> | ||
| 501 | <property name="headers_clickable">True</property> | ||
| 502 | </widget> | ||
| 503 | </child> | ||
| 504 | </widget> | ||
| 505 | </child> | ||
| 506 | </widget> | ||
| 507 | <packing> | ||
| 508 | <property name="right_attach">3</property> | ||
| 509 | <property name="top_attach">6</property> | ||
| 510 | <property name="bottom_attach">7</property> | ||
| 511 | <property name="y_options"></property> | ||
| 512 | </packing> | ||
| 513 | </child> | ||
| 514 | </widget> | ||
| 515 | <packing> | ||
| 516 | <property name="position">1</property> | ||
| 517 | </packing> | ||
| 518 | </child> | ||
| 519 | <child internal-child="action_area"> | ||
| 520 | <widget class="GtkHButtonBox" id="dialog-action_area2"> | ||
| 521 | <property name="visible">True</property> | ||
| 522 | <property name="layout_style">GTK_BUTTONBOX_END</property> | ||
| 523 | <child> | ||
| 524 | <widget class="GtkButton" id="button4"> | ||
| 525 | <property name="visible">True</property> | ||
| 526 | <property name="can_focus">True</property> | ||
| 527 | <property name="receives_default">True</property> | ||
| 528 | <property name="label" translatable="yes">gtk-close</property> | ||
| 529 | <property name="use_stock">True</property> | ||
| 530 | <property name="response_id">0</property> | ||
| 531 | </widget> | ||
| 532 | </child> | ||
| 533 | </widget> | ||
| 534 | <packing> | ||
| 535 | <property name="expand">False</property> | ||
| 536 | <property name="pack_type">GTK_PACK_END</property> | ||
| 537 | </packing> | ||
| 538 | </child> | ||
| 539 | </widget> | ||
| 540 | </child> | ||
| 541 | </widget> | ||
| 542 | <widget class="GtkWindow" id="main_window"> | ||
| 543 | <child> | ||
| 544 | <widget class="GtkVBox" id="main_window_vbox"> | ||
| 545 | <property name="visible">True</property> | ||
| 546 | <child> | ||
| 547 | <widget class="GtkToolbar" id="main_toolbar"> | ||
| 548 | <property name="visible">True</property> | ||
| 549 | <child> | ||
| 550 | <widget class="GtkToolButton" id="main_toolbutton_build"> | ||
| 551 | <property name="visible">True</property> | ||
| 552 | <property name="label" translatable="yes">Build</property> | ||
| 553 | <property name="stock_id">gtk-execute</property> | ||
| 554 | </widget> | ||
| 555 | <packing> | ||
| 556 | <property name="expand">False</property> | ||
| 557 | </packing> | ||
| 558 | </child> | ||
| 559 | </widget> | ||
| 560 | <packing> | ||
| 561 | <property name="expand">False</property> | ||
| 562 | </packing> | ||
| 563 | </child> | ||
| 564 | <child> | ||
| 565 | <widget class="GtkVPaned" id="vpaned1"> | ||
| 566 | <property name="visible">True</property> | ||
| 567 | <property name="can_focus">True</property> | ||
| 568 | <child> | ||
| 569 | <widget class="GtkScrolledWindow" id="results_scrolledwindow"> | ||
| 570 | <property name="visible">True</property> | ||
| 571 | <property name="can_focus">True</property> | ||
| 572 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 573 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 574 | <child> | ||
| 575 | <placeholder/> | ||
| 576 | </child> | ||
| 577 | </widget> | ||
| 578 | <packing> | ||
| 579 | <property name="resize">False</property> | ||
| 580 | <property name="shrink">True</property> | ||
| 581 | </packing> | ||
| 582 | </child> | ||
| 583 | <child> | ||
| 584 | <widget class="GtkScrolledWindow" id="progress_scrolledwindow"> | ||
| 585 | <property name="visible">True</property> | ||
| 586 | <property name="can_focus">True</property> | ||
| 587 | <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 588 | <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property> | ||
| 589 | <child> | ||
| 590 | <placeholder/> | ||
| 591 | </child> | ||
| 592 | </widget> | ||
| 593 | <packing> | ||
| 594 | <property name="resize">True</property> | ||
| 595 | <property name="shrink">True</property> | ||
| 596 | </packing> | ||
| 597 | </child> | ||
| 598 | </widget> | ||
| 599 | <packing> | ||
| 600 | <property name="position">1</property> | ||
| 601 | </packing> | ||
| 602 | </child> | ||
| 603 | </widget> | ||
| 604 | </child> | ||
| 605 | </widget> | ||
| 606 | </glade-interface> | ||
