/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to olive.glade

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2007-05-17 16:54:02 UTC
  • mto: This revision was merged to the branch mainline in revision 201.
  • Revision ID: szilveszter.farkas@gmail.com-20070517165402-r15ww3jfz2nc822z
Adjust Main window to the History Mode feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
556
556
                        <property name="position">4</property>
557
557
                      </packing>
558
558
                    </child>
 
559
                    <child>
 
560
                      <widget class="GtkVSeparator" id="vseparator">
 
561
                        <property name="visible">True</property>
 
562
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
563
                      </widget>
 
564
                      <packing>
 
565
                        <property name="expand">False</property>
 
566
                        <property name="fill">False</property>
 
567
                        <property name="position">5</property>
 
568
                      </packing>
 
569
                    </child>
 
570
                    <child>
 
571
                      <widget class="GtkCheckButton" id="checkbutton_history">
 
572
                        <property name="visible">True</property>
 
573
                        <property name="can_focus">True</property>
 
574
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
575
                        <property name="label" translatable="yes">H_istory Mode</property>
 
576
                        <property name="use_underline">True</property>
 
577
                        <property name="draw_indicator">True</property>
 
578
                      </widget>
 
579
                      <packing>
 
580
                        <property name="expand">False</property>
 
581
                        <property name="fill">False</property>
 
582
                        <property name="position">6</property>
 
583
                      </packing>
 
584
                    </child>
 
585
                    <child>
 
586
                      <widget class="GtkEntry" id="entry_history_revno">
 
587
                        <property name="width_request">75</property>
 
588
                        <property name="visible">True</property>
 
589
                        <property name="sensitive">False</property>
 
590
                        <property name="can_focus">True</property>
 
591
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
592
                      </widget>
 
593
                      <packing>
 
594
                        <property name="expand">False</property>
 
595
                        <property name="fill">False</property>
 
596
                        <property name="position">7</property>
 
597
                      </packing>
 
598
                    </child>
 
599
                    <child>
 
600
                      <widget class="GtkButton" id="button_history_browse">
 
601
                        <property name="visible">True</property>
 
602
                        <property name="sensitive">False</property>
 
603
                        <property name="can_focus">True</property>
 
604
                        <property name="receives_default">True</property>
 
605
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
606
                        <signal name="clicked" handler="on_button_history_browse_clicked"/>
 
607
                        <child>
 
608
                          <widget class="GtkImage" id="image_history_browse">
 
609
                            <property name="visible">True</property>
 
610
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
611
                            <property name="stock">gtk-open</property>
 
612
                          </widget>
 
613
                        </child>
 
614
                      </widget>
 
615
                      <packing>
 
616
                        <property name="expand">False</property>
 
617
                        <property name="fill">False</property>
 
618
                        <property name="position">8</property>
 
619
                      </packing>
 
620
                    </child>
559
621
                  </widget>
560
622
                  <packing>
561
623
                    <property name="expand">False</property>
1210
1272
                    <property name="n_columns">2</property>
1211
1273
                    <property name="column_spacing">12</property>
1212
1274
                    <child>
1213
 
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1214
 
                        <property name="xalign">0</property>
1215
 
                        <property name="label" translatable="yes">(none)</property>
1216
 
                      </widget>
1217
 
                      <packing>
1218
 
                        <property name="left_attach">1</property>
1219
 
                        <property name="right_attach">2</property>
 
1275
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
 
1276
                        <property name="xalign">0</property>
 
1277
                        <property name="label" translatable="yes">Light checkout root: </property>
 
1278
                      </widget>
 
1279
                      <packing>
 
1280
                        <property name="x_options">GTK_FILL</property>
 
1281
                        <property name="y_options"></property>
 
1282
                      </packing>
 
1283
                    </child>
 
1284
                    <child>
 
1285
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
 
1286
                        <property name="xalign">0</property>
 
1287
                        <property name="label" translatable="yes">Shared repository: </property>
 
1288
                      </widget>
 
1289
                      <packing>
 
1290
                        <property name="top_attach">1</property>
 
1291
                        <property name="bottom_attach">2</property>
 
1292
                        <property name="x_options">GTK_FILL</property>
 
1293
                        <property name="y_options"></property>
 
1294
                      </packing>
 
1295
                    </child>
 
1296
                    <child>
 
1297
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
1298
                        <property name="xalign">0</property>
 
1299
                        <property name="label" translatable="yes">Repository branch: </property>
 
1300
                      </widget>
 
1301
                      <packing>
1220
1302
                        <property name="top_attach">2</property>
1221
1303
                        <property name="bottom_attach">3</property>
 
1304
                        <property name="x_options">GTK_FILL</property>
1222
1305
                        <property name="y_options"></property>
1223
1306
                      </packing>
1224
1307
                    </child>
1225
1308
                    <child>
1226
 
                      <widget class="GtkLabel" id="label_info_location_cobranch">
 
1309
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
1227
1310
                        <property name="xalign">0</property>
1228
 
                        <property name="label" translatable="yes">(none)</property>
 
1311
                        <property name="label" translatable="yes">Checkout of branch: </property>
1229
1312
                      </widget>
1230
1313
                      <packing>
1231
 
                        <property name="left_attach">1</property>
1232
 
                        <property name="right_attach">2</property>
1233
1314
                        <property name="top_attach">3</property>
1234
1315
                        <property name="bottom_attach">4</property>
 
1316
                        <property name="x_options">GTK_FILL</property>
1235
1317
                        <property name="y_options"></property>
1236
1318
                      </packing>
1237
1319
                    </child>
1238
1320
                    <child>
1239
 
                      <widget class="GtkLabel" id="label_info_location_repoco">
 
1321
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1240
1322
                        <property name="xalign">0</property>
1241
 
                        <property name="label" translatable="yes">(none)</property>
 
1323
                        <property name="label" translatable="yes">Repository checkout: </property>
1242
1324
                      </widget>
1243
1325
                      <packing>
1244
 
                        <property name="left_attach">1</property>
1245
 
                        <property name="right_attach">2</property>
1246
1326
                        <property name="top_attach">4</property>
1247
1327
                        <property name="bottom_attach">5</property>
1248
 
                        <property name="y_options"></property>
1249
 
                      </packing>
1250
 
                    </child>
1251
 
                    <child>
1252
 
                      <widget class="GtkLabel" id="label_info_location_coroot">
1253
 
                        <property name="xalign">0</property>
1254
 
                        <property name="label" translatable="yes">(none)</property>
1255
 
                      </widget>
1256
 
                      <packing>
1257
 
                        <property name="left_attach">1</property>
1258
 
                        <property name="right_attach">2</property>
1259
 
                        <property name="top_attach">5</property>
1260
 
                        <property name="bottom_attach">6</property>
1261
 
                        <property name="y_options"></property>
1262
 
                      </packing>
1263
 
                    </child>
1264
 
                    <child>
1265
 
                      <widget class="GtkLabel" id="label_info_location_branchroot">
1266
 
                        <property name="xalign">0</property>
1267
 
                        <property name="label" translatable="yes">(none)</property>
1268
 
                      </widget>
1269
 
                      <packing>
1270
 
                        <property name="left_attach">1</property>
1271
 
                        <property name="right_attach">2</property>
 
1328
                        <property name="x_options">GTK_FILL</property>
 
1329
                        <property name="y_options"></property>
 
1330
                      </packing>
 
1331
                    </child>
 
1332
                    <child>
 
1333
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
 
1334
                        <property name="xalign">0</property>
 
1335
                        <property name="label" translatable="yes">Branch root: </property>
 
1336
                      </widget>
 
1337
                      <packing>
1272
1338
                        <property name="top_attach">6</property>
1273
1339
                        <property name="bottom_attach">7</property>
1274
 
                        <property name="y_options"></property>
1275
 
                      </packing>
1276
 
                    </child>
1277
 
                    <child>
1278
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
1279
 
                        <property name="xalign">0</property>
1280
 
                        <property name="label" translatable="yes">(none)</property>
1281
 
                      </widget>
1282
 
                      <packing>
1283
 
                        <property name="left_attach">1</property>
1284
 
                        <property name="right_attach">2</property>
1285
 
                        <property name="top_attach">1</property>
1286
 
                        <property name="bottom_attach">2</property>
1287
 
                        <property name="y_options"></property>
1288
 
                      </packing>
1289
 
                    </child>
1290
 
                    <child>
1291
 
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
1292
 
                        <property name="xalign">0</property>
1293
 
                        <property name="label" translatable="yes">(none)</property>
1294
 
                      </widget>
1295
 
                      <packing>
1296
 
                        <property name="left_attach">1</property>
1297
 
                        <property name="right_attach">2</property>
 
1340
                        <property name="x_options">GTK_FILL</property>
1298
1341
                        <property name="y_options"></property>
1299
1342
                      </packing>
1300
1343
                    </child>
1311
1354
                      </packing>
1312
1355
                    </child>
1313
1356
                    <child>
1314
 
                      <widget class="GtkLabel" id="label_info_location_branchroot_label">
1315
 
                        <property name="xalign">0</property>
1316
 
                        <property name="label" translatable="yes">Branch root: </property>
1317
 
                      </widget>
1318
 
                      <packing>
 
1357
                      <widget class="GtkLabel" id="label_info_location_lightcoroot">
 
1358
                        <property name="xalign">0</property>
 
1359
                        <property name="label" translatable="yes">(none)</property>
 
1360
                      </widget>
 
1361
                      <packing>
 
1362
                        <property name="left_attach">1</property>
 
1363
                        <property name="right_attach">2</property>
 
1364
                        <property name="y_options"></property>
 
1365
                      </packing>
 
1366
                    </child>
 
1367
                    <child>
 
1368
                      <widget class="GtkLabel" id="label_info_location_sharedrepo">
 
1369
                        <property name="xalign">0</property>
 
1370
                        <property name="label" translatable="yes">(none)</property>
 
1371
                      </widget>
 
1372
                      <packing>
 
1373
                        <property name="left_attach">1</property>
 
1374
                        <property name="right_attach">2</property>
 
1375
                        <property name="top_attach">1</property>
 
1376
                        <property name="bottom_attach">2</property>
 
1377
                        <property name="y_options"></property>
 
1378
                      </packing>
 
1379
                    </child>
 
1380
                    <child>
 
1381
                      <widget class="GtkLabel" id="label_info_location_branchroot">
 
1382
                        <property name="xalign">0</property>
 
1383
                        <property name="label" translatable="yes">(none)</property>
 
1384
                      </widget>
 
1385
                      <packing>
 
1386
                        <property name="left_attach">1</property>
 
1387
                        <property name="right_attach">2</property>
1319
1388
                        <property name="top_attach">6</property>
1320
1389
                        <property name="bottom_attach">7</property>
1321
 
                        <property name="x_options">GTK_FILL</property>
1322
 
                        <property name="y_options"></property>
1323
 
                      </packing>
1324
 
                    </child>
1325
 
                    <child>
1326
 
                      <widget class="GtkLabel" id="label_info_location_repoco_label">
1327
 
                        <property name="xalign">0</property>
1328
 
                        <property name="label" translatable="yes">Repository checkout: </property>
1329
 
                      </widget>
1330
 
                      <packing>
 
1390
                        <property name="y_options"></property>
 
1391
                      </packing>
 
1392
                    </child>
 
1393
                    <child>
 
1394
                      <widget class="GtkLabel" id="label_info_location_coroot">
 
1395
                        <property name="xalign">0</property>
 
1396
                        <property name="label" translatable="yes">(none)</property>
 
1397
                      </widget>
 
1398
                      <packing>
 
1399
                        <property name="left_attach">1</property>
 
1400
                        <property name="right_attach">2</property>
 
1401
                        <property name="top_attach">5</property>
 
1402
                        <property name="bottom_attach">6</property>
 
1403
                        <property name="y_options"></property>
 
1404
                      </packing>
 
1405
                    </child>
 
1406
                    <child>
 
1407
                      <widget class="GtkLabel" id="label_info_location_repoco">
 
1408
                        <property name="xalign">0</property>
 
1409
                        <property name="label" translatable="yes">(none)</property>
 
1410
                      </widget>
 
1411
                      <packing>
 
1412
                        <property name="left_attach">1</property>
 
1413
                        <property name="right_attach">2</property>
1331
1414
                        <property name="top_attach">4</property>
1332
1415
                        <property name="bottom_attach">5</property>
1333
 
                        <property name="x_options">GTK_FILL</property>
1334
1416
                        <property name="y_options"></property>
1335
1417
                      </packing>
1336
1418
                    </child>
1337
1419
                    <child>
1338
 
                      <widget class="GtkLabel" id="label_info_location_cobranch_label">
 
1420
                      <widget class="GtkLabel" id="label_info_location_cobranch">
1339
1421
                        <property name="xalign">0</property>
1340
 
                        <property name="label" translatable="yes">Checkout of branch: </property>
 
1422
                        <property name="label" translatable="yes">(none)</property>
1341
1423
                      </widget>
1342
1424
                      <packing>
 
1425
                        <property name="left_attach">1</property>
 
1426
                        <property name="right_attach">2</property>
1343
1427
                        <property name="top_attach">3</property>
1344
1428
                        <property name="bottom_attach">4</property>
1345
 
                        <property name="x_options">GTK_FILL</property>
1346
1429
                        <property name="y_options"></property>
1347
1430
                      </packing>
1348
1431
                    </child>
1349
1432
                    <child>
1350
 
                      <widget class="GtkLabel" id="label_info_location_repobranch_label">
 
1433
                      <widget class="GtkLabel" id="label_info_location_repobranch">
1351
1434
                        <property name="xalign">0</property>
1352
 
                        <property name="label" translatable="yes">Repository branch: </property>
 
1435
                        <property name="label" translatable="yes">(none)</property>
1353
1436
                      </widget>
1354
1437
                      <packing>
 
1438
                        <property name="left_attach">1</property>
 
1439
                        <property name="right_attach">2</property>
1355
1440
                        <property name="top_attach">2</property>
1356
1441
                        <property name="bottom_attach">3</property>
1357
 
                        <property name="x_options">GTK_FILL</property>
1358
 
                        <property name="y_options"></property>
1359
 
                      </packing>
1360
 
                    </child>
1361
 
                    <child>
1362
 
                      <widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1363
 
                        <property name="xalign">0</property>
1364
 
                        <property name="label" translatable="yes">Shared repository: </property>
1365
 
                      </widget>
1366
 
                      <packing>
1367
 
                        <property name="top_attach">1</property>
1368
 
                        <property name="bottom_attach">2</property>
1369
 
                        <property name="x_options">GTK_FILL</property>
1370
 
                        <property name="y_options"></property>
1371
 
                      </packing>
1372
 
                    </child>
1373
 
                    <child>
1374
 
                      <widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1375
 
                        <property name="xalign">0</property>
1376
 
                        <property name="label" translatable="yes">Light checkout root: </property>
1377
 
                      </widget>
1378
 
                      <packing>
1379
 
                        <property name="x_options">GTK_FILL</property>
1380
1442
                        <property name="y_options"></property>
1381
1443
                      </packing>
1382
1444
                    </child>
1415
1477
                    <property name="n_columns">2</property>
1416
1478
                    <property name="column_spacing">12</property>
1417
1479
                    <child>
1418
 
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
1419
 
                        <property name="xalign">0</property>
1420
 
                        <property name="label" translatable="yes">(none)</property>
1421
 
                      </widget>
1422
 
                      <packing>
1423
 
                        <property name="left_attach">1</property>
1424
 
                        <property name="right_attach">2</property>
1425
 
                        <property name="y_options"></property>
1426
 
                      </packing>
1427
 
                    </child>
1428
 
                    <child>
1429
 
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
1430
 
                        <property name="xalign">0</property>
1431
 
                        <property name="label" translatable="yes">(none)</property>
1432
 
                      </widget>
1433
 
                      <packing>
1434
 
                        <property name="left_attach">1</property>
1435
 
                        <property name="right_attach">2</property>
1436
 
                        <property name="top_attach">1</property>
1437
 
                        <property name="bottom_attach">2</property>
 
1480
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
 
1481
                        <property name="xalign">0</property>
 
1482
                        <property name="label" translatable="yes">Parent branch: </property>
 
1483
                      </widget>
 
1484
                      <packing>
 
1485
                        <property name="x_options">GTK_FILL</property>
1438
1486
                        <property name="y_options"></property>
1439
1487
                      </packing>
1440
1488
                    </child>
1451
1499
                      </packing>
1452
1500
                    </child>
1453
1501
                    <child>
1454
 
                      <widget class="GtkLabel" id="label_info_related_parentbranch_label">
1455
 
                        <property name="xalign">0</property>
1456
 
                        <property name="label" translatable="yes">Parent branch: </property>
1457
 
                      </widget>
1458
 
                      <packing>
1459
 
                        <property name="x_options">GTK_FILL</property>
 
1502
                      <widget class="GtkLabel" id="label_info_related_publishbranch">
 
1503
                        <property name="xalign">0</property>
 
1504
                        <property name="label" translatable="yes">(none)</property>
 
1505
                      </widget>
 
1506
                      <packing>
 
1507
                        <property name="left_attach">1</property>
 
1508
                        <property name="right_attach">2</property>
 
1509
                        <property name="top_attach">1</property>
 
1510
                        <property name="bottom_attach">2</property>
 
1511
                        <property name="y_options"></property>
 
1512
                      </packing>
 
1513
                    </child>
 
1514
                    <child>
 
1515
                      <widget class="GtkLabel" id="label_info_related_parentbranch">
 
1516
                        <property name="xalign">0</property>
 
1517
                        <property name="label" translatable="yes">(none)</property>
 
1518
                      </widget>
 
1519
                      <packing>
 
1520
                        <property name="left_attach">1</property>
 
1521
                        <property name="right_attach">2</property>
1460
1522
                        <property name="y_options"></property>
1461
1523
                      </packing>
1462
1524
                    </child>
1495
1557
                    <property name="n_columns">2</property>
1496
1558
                    <property name="column_spacing">12</property>
1497
1559
                    <child>
1498
 
                      <widget class="GtkLabel" id="label_info_format_control">
 
1560
                      <widget class="GtkLabel" id="label_info_format_control_label">
1499
1561
                        <property name="xalign">0</property>
1500
 
                        <property name="label" translatable="yes">(none)</property>
 
1562
                        <property name="label" translatable="yes">Control format: </property>
1501
1563
                      </widget>
1502
1564
                      <packing>
1503
 
                        <property name="left_attach">1</property>
1504
 
                        <property name="right_attach">2</property>
 
1565
                        <property name="x_options">GTK_FILL</property>
1505
1566
                        <property name="y_options"></property>
1506
1567
                      </packing>
1507
1568
                    </child>
1508
1569
                    <child>
1509
 
                      <widget class="GtkLabel" id="label_info_format_workingtree">
 
1570
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
1510
1571
                        <property name="xalign">0</property>
1511
 
                        <property name="label" translatable="yes">(none)</property>
 
1572
                        <property name="label" translatable="yes">Working tree format: </property>
1512
1573
                      </widget>
1513
1574
                      <packing>
1514
 
                        <property name="left_attach">1</property>
1515
 
                        <property name="right_attach">2</property>
1516
1575
                        <property name="top_attach">1</property>
1517
1576
                        <property name="bottom_attach">2</property>
 
1577
                        <property name="x_options">GTK_FILL</property>
1518
1578
                        <property name="y_options"></property>
1519
1579
                      </packing>
1520
1580
                    </child>
1521
1581
                    <child>
1522
 
                      <widget class="GtkLabel" id="label_info_format_branch">
 
1582
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1523
1583
                        <property name="xalign">0</property>
1524
 
                        <property name="label" translatable="yes">(none)</property>
 
1584
                        <property name="label" translatable="yes">Branch format: </property>
1525
1585
                      </widget>
1526
1586
                      <packing>
1527
 
                        <property name="left_attach">1</property>
1528
 
                        <property name="right_attach">2</property>
1529
1587
                        <property name="top_attach">2</property>
1530
1588
                        <property name="bottom_attach">3</property>
1531
 
                        <property name="y_options"></property>
1532
 
                      </packing>
1533
 
                    </child>
1534
 
                    <child>
1535
 
                      <widget class="GtkLabel" id="label_info_format_repository">
1536
 
                        <property name="xalign">0</property>
1537
 
                        <property name="label" translatable="yes">(none)</property>
1538
 
                      </widget>
1539
 
                      <packing>
1540
 
                        <property name="left_attach">1</property>
1541
 
                        <property name="right_attach">2</property>
1542
 
                        <property name="top_attach">3</property>
1543
 
                        <property name="bottom_attach">4</property>
 
1589
                        <property name="x_options">GTK_FILL</property>
1544
1590
                        <property name="y_options"></property>
1545
1591
                      </packing>
1546
1592
                    </child>
1557
1603
                      </packing>
1558
1604
                    </child>
1559
1605
                    <child>
1560
 
                      <widget class="GtkLabel" id="label_info_format_branch_label">
1561
 
                        <property name="xalign">0</property>
1562
 
                        <property name="label" translatable="yes">Branch format: </property>
1563
 
                      </widget>
1564
 
                      <packing>
 
1606
                      <widget class="GtkLabel" id="label_info_format_repository">
 
1607
                        <property name="xalign">0</property>
 
1608
                        <property name="label" translatable="yes">(none)</property>
 
1609
                      </widget>
 
1610
                      <packing>
 
1611
                        <property name="left_attach">1</property>
 
1612
                        <property name="right_attach">2</property>
 
1613
                        <property name="top_attach">3</property>
 
1614
                        <property name="bottom_attach">4</property>
 
1615
                        <property name="y_options"></property>
 
1616
                      </packing>
 
1617
                    </child>
 
1618
                    <child>
 
1619
                      <widget class="GtkLabel" id="label_info_format_branch">
 
1620
                        <property name="xalign">0</property>
 
1621
                        <property name="label" translatable="yes">(none)</property>
 
1622
                      </widget>
 
1623
                      <packing>
 
1624
                        <property name="left_attach">1</property>
 
1625
                        <property name="right_attach">2</property>
1565
1626
                        <property name="top_attach">2</property>
1566
1627
                        <property name="bottom_attach">3</property>
1567
 
                        <property name="x_options">GTK_FILL</property>
1568
1628
                        <property name="y_options"></property>
1569
1629
                      </packing>
1570
1630
                    </child>
1571
1631
                    <child>
1572
 
                      <widget class="GtkLabel" id="label_info_format_workingtree_label">
 
1632
                      <widget class="GtkLabel" id="label_info_format_workingtree">
1573
1633
                        <property name="xalign">0</property>
1574
 
                        <property name="label" translatable="yes">Working tree format: </property>
 
1634
                        <property name="label" translatable="yes">(none)</property>
1575
1635
                      </widget>
1576
1636
                      <packing>
 
1637
                        <property name="left_attach">1</property>
 
1638
                        <property name="right_attach">2</property>
1577
1639
                        <property name="top_attach">1</property>
1578
1640
                        <property name="bottom_attach">2</property>
1579
 
                        <property name="x_options">GTK_FILL</property>
1580
1641
                        <property name="y_options"></property>
1581
1642
                      </packing>
1582
1643
                    </child>
1583
1644
                    <child>
1584
 
                      <widget class="GtkLabel" id="label_info_format_control_label">
 
1645
                      <widget class="GtkLabel" id="label_info_format_control">
1585
1646
                        <property name="xalign">0</property>
1586
 
                        <property name="label" translatable="yes">Control format: </property>
 
1647
                        <property name="label" translatable="yes">(none)</property>
1587
1648
                      </widget>
1588
1649
                      <packing>
1589
 
                        <property name="x_options">GTK_FILL</property>
 
1650
                        <property name="left_attach">1</property>
 
1651
                        <property name="right_attach">2</property>
1590
1652
                        <property name="y_options"></property>
1591
1653
                      </packing>
1592
1654
                    </child>
1625
1687
                    <property name="n_columns">2</property>
1626
1688
                    <property name="column_spacing">12</property>
1627
1689
                    <child>
1628
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
 
1690
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
1629
1691
                        <property name="xalign">0</property>
1630
 
                        <property name="label" translatable="yes">(none)</property>
 
1692
                        <property name="label" translatable="yes">Working tree lock status: </property>
1631
1693
                      </widget>
1632
1694
                      <packing>
1633
 
                        <property name="left_attach">1</property>
1634
 
                        <property name="right_attach">2</property>
 
1695
                        <property name="x_options">GTK_FILL</property>
1635
1696
                        <property name="y_options"></property>
1636
1697
                      </packing>
1637
1698
                    </child>
1638
1699
                    <child>
1639
 
                      <widget class="GtkLabel" id="label_info_locking_branch">
 
1700
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1640
1701
                        <property name="xalign">0</property>
1641
 
                        <property name="label" translatable="yes">(none)</property>
 
1702
                        <property name="label" translatable="yes">Branch lock status: </property>
1642
1703
                      </widget>
1643
1704
                      <packing>
1644
 
                        <property name="left_attach">1</property>
1645
 
                        <property name="right_attach">2</property>
1646
1705
                        <property name="top_attach">1</property>
1647
1706
                        <property name="bottom_attach">2</property>
1648
 
                        <property name="y_options"></property>
1649
 
                      </packing>
1650
 
                    </child>
1651
 
                    <child>
1652
 
                      <widget class="GtkLabel" id="label_info_locking_repository">
1653
 
                        <property name="xalign">0</property>
1654
 
                        <property name="label" translatable="yes">(none)</property>
1655
 
                      </widget>
1656
 
                      <packing>
1657
 
                        <property name="left_attach">1</property>
1658
 
                        <property name="right_attach">2</property>
1659
 
                        <property name="top_attach">2</property>
1660
 
                        <property name="bottom_attach">3</property>
 
1707
                        <property name="x_options">GTK_FILL</property>
1661
1708
                        <property name="y_options"></property>
1662
1709
                      </packing>
1663
1710
                    </child>
1674
1721
                      </packing>
1675
1722
                    </child>
1676
1723
                    <child>
1677
 
                      <widget class="GtkLabel" id="label_info_locking_branch_label">
1678
 
                        <property name="xalign">0</property>
1679
 
                        <property name="label" translatable="yes">Branch lock status: </property>
1680
 
                      </widget>
1681
 
                      <packing>
 
1724
                      <widget class="GtkLabel" id="label_info_locking_repository">
 
1725
                        <property name="xalign">0</property>
 
1726
                        <property name="label" translatable="yes">(none)</property>
 
1727
                      </widget>
 
1728
                      <packing>
 
1729
                        <property name="left_attach">1</property>
 
1730
                        <property name="right_attach">2</property>
 
1731
                        <property name="top_attach">2</property>
 
1732
                        <property name="bottom_attach">3</property>
 
1733
                        <property name="y_options"></property>
 
1734
                      </packing>
 
1735
                    </child>
 
1736
                    <child>
 
1737
                      <widget class="GtkLabel" id="label_info_locking_branch">
 
1738
                        <property name="xalign">0</property>
 
1739
                        <property name="label" translatable="yes">(none)</property>
 
1740
                      </widget>
 
1741
                      <packing>
 
1742
                        <property name="left_attach">1</property>
 
1743
                        <property name="right_attach">2</property>
1682
1744
                        <property name="top_attach">1</property>
1683
1745
                        <property name="bottom_attach">2</property>
1684
 
                        <property name="x_options">GTK_FILL</property>
1685
1746
                        <property name="y_options"></property>
1686
1747
                      </packing>
1687
1748
                    </child>
1688
1749
                    <child>
1689
 
                      <widget class="GtkLabel" id="label_info_locking_workingtree_label">
 
1750
                      <widget class="GtkLabel" id="label_info_locking_workingtree">
1690
1751
                        <property name="xalign">0</property>
1691
 
                        <property name="label" translatable="yes">Working tree lock status: </property>
 
1752
                        <property name="label" translatable="yes">(none)</property>
1692
1753
                      </widget>
1693
1754
                      <packing>
1694
 
                        <property name="x_options">GTK_FILL</property>
 
1755
                        <property name="left_attach">1</property>
 
1756
                        <property name="right_attach">2</property>
1695
1757
                        <property name="y_options"></property>
1696
1758
                      </packing>
1697
1759
                    </child>
1730
1792
                    <property name="n_columns">2</property>
1731
1793
                    <property name="column_spacing">12</property>
1732
1794
                    <child>
1733
 
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
1734
 
                        <property name="xalign">0</property>
1735
 
                        <property name="label" translatable="yes">(none)</property>
1736
 
                      </widget>
1737
 
                      <packing>
1738
 
                        <property name="left_attach">1</property>
1739
 
                        <property name="right_attach">2</property>
1740
 
                        <property name="y_options"></property>
1741
 
                      </packing>
1742
 
                    </child>
1743
 
                    <child>
1744
 
                      <widget class="GtkLabel" id="label_info_missing_branch">
1745
 
                        <property name="xalign">0</property>
1746
 
                        <property name="label" translatable="yes">(none)</property>
1747
 
                      </widget>
1748
 
                      <packing>
1749
 
                        <property name="left_attach">1</property>
1750
 
                        <property name="right_attach">2</property>
1751
 
                        <property name="top_attach">1</property>
1752
 
                        <property name="bottom_attach">2</property>
 
1795
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
 
1796
                        <property name="xalign">0</property>
 
1797
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
 
1798
                      </widget>
 
1799
                      <packing>
 
1800
                        <property name="x_options">GTK_FILL</property>
1753
1801
                        <property name="y_options"></property>
1754
1802
                      </packing>
1755
1803
                    </child>
1766
1814
                      </packing>
1767
1815
                    </child>
1768
1816
                    <child>
1769
 
                      <widget class="GtkLabel" id="label_info_missing_workingtree_label">
1770
 
                        <property name="xalign">0</property>
1771
 
                        <property name="label" translatable="yes">Missing revisions in working tree: </property>
1772
 
                      </widget>
1773
 
                      <packing>
1774
 
                        <property name="x_options">GTK_FILL</property>
 
1817
                      <widget class="GtkLabel" id="label_info_missing_branch">
 
1818
                        <property name="xalign">0</property>
 
1819
                        <property name="label" translatable="yes">(none)</property>
 
1820
                      </widget>
 
1821
                      <packing>
 
1822
                        <property name="left_attach">1</property>
 
1823
                        <property name="right_attach">2</property>
 
1824
                        <property name="top_attach">1</property>
 
1825
                        <property name="bottom_attach">2</property>
 
1826
                        <property name="y_options"></property>
 
1827
                      </packing>
 
1828
                    </child>
 
1829
                    <child>
 
1830
                      <widget class="GtkLabel" id="label_info_missing_workingtree">
 
1831
                        <property name="xalign">0</property>
 
1832
                        <property name="label" translatable="yes">(none)</property>
 
1833
                      </widget>
 
1834
                      <packing>
 
1835
                        <property name="left_attach">1</property>
 
1836
                        <property name="right_attach">2</property>
1775
1837
                        <property name="y_options"></property>
1776
1838
                      </packing>
1777
1839
                    </child>
1810
1872
                    <property name="n_columns">2</property>
1811
1873
                    <property name="column_spacing">12</property>
1812
1874
                    <child>
1813
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
 
1875
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1814
1876
                        <property name="xalign">0</property>
1815
 
                        <property name="label" translatable="yes">(none)</property>
 
1877
                        <property name="label" translatable="yes">Unchanged files: </property>
1816
1878
                      </widget>
1817
1879
                      <packing>
1818
 
                        <property name="left_attach">1</property>
1819
 
                        <property name="right_attach">2</property>
 
1880
                        <property name="x_options">GTK_FILL</property>
1820
1881
                        <property name="y_options"></property>
1821
1882
                      </packing>
1822
1883
                    </child>
1823
1884
                    <child>
1824
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
 
1885
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
1825
1886
                        <property name="xalign">0</property>
1826
 
                        <property name="label" translatable="yes">(none)</property>
 
1887
                        <property name="label" translatable="yes">Modified files: </property>
1827
1888
                      </widget>
1828
1889
                      <packing>
1829
 
                        <property name="left_attach">1</property>
1830
 
                        <property name="right_attach">2</property>
1831
1890
                        <property name="top_attach">1</property>
1832
1891
                        <property name="bottom_attach">2</property>
 
1892
                        <property name="x_options">GTK_FILL</property>
1833
1893
                        <property name="y_options"></property>
1834
1894
                      </packing>
1835
1895
                    </child>
1836
1896
                    <child>
1837
 
                      <widget class="GtkLabel" id="label_info_wtstats_added">
 
1897
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
1838
1898
                        <property name="xalign">0</property>
1839
 
                        <property name="label" translatable="yes">(none)</property>
 
1899
                        <property name="label" translatable="yes">Added files: </property>
1840
1900
                      </widget>
1841
1901
                      <packing>
1842
 
                        <property name="left_attach">1</property>
1843
 
                        <property name="right_attach">2</property>
1844
1902
                        <property name="top_attach">2</property>
1845
1903
                        <property name="bottom_attach">3</property>
 
1904
                        <property name="x_options">GTK_FILL</property>
1846
1905
                        <property name="y_options"></property>
1847
1906
                      </packing>
1848
1907
                    </child>
1849
1908
                    <child>
1850
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
 
1909
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
1851
1910
                        <property name="xalign">0</property>
1852
 
                        <property name="label" translatable="yes">(none)</property>
 
1911
                        <property name="label" translatable="yes">Removed files: </property>
1853
1912
                      </widget>
1854
1913
                      <packing>
1855
 
                        <property name="left_attach">1</property>
1856
 
                        <property name="right_attach">2</property>
1857
1914
                        <property name="top_attach">3</property>
1858
1915
                        <property name="bottom_attach">4</property>
 
1916
                        <property name="x_options">GTK_FILL</property>
1859
1917
                        <property name="y_options"></property>
1860
1918
                      </packing>
1861
1919
                    </child>
1862
1920
                    <child>
1863
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
 
1921
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1864
1922
                        <property name="xalign">0</property>
1865
 
                        <property name="label" translatable="yes">(none)</property>
 
1923
                        <property name="label" translatable="yes">Renamed files: </property>
1866
1924
                      </widget>
1867
1925
                      <packing>
1868
 
                        <property name="left_attach">1</property>
1869
 
                        <property name="right_attach">2</property>
1870
1926
                        <property name="top_attach">4</property>
1871
1927
                        <property name="bottom_attach">5</property>
 
1928
                        <property name="x_options">GTK_FILL</property>
1872
1929
                        <property name="y_options"></property>
1873
1930
                      </packing>
1874
1931
                    </child>
1875
1932
                    <child>
1876
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
 
1933
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
1877
1934
                        <property name="xalign">0</property>
1878
 
                        <property name="label" translatable="yes">(none)</property>
 
1935
                        <property name="label" translatable="yes">Unknown files: </property>
1879
1936
                      </widget>
1880
1937
                      <packing>
1881
 
                        <property name="left_attach">1</property>
1882
 
                        <property name="right_attach">2</property>
1883
1938
                        <property name="top_attach">5</property>
1884
1939
                        <property name="bottom_attach">6</property>
 
1940
                        <property name="x_options">GTK_FILL</property>
1885
1941
                        <property name="y_options"></property>
1886
1942
                      </packing>
1887
1943
                    </child>
1888
1944
                    <child>
1889
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
1945
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1890
1946
                        <property name="xalign">0</property>
1891
 
                        <property name="label" translatable="yes">(none)</property>
 
1947
                        <property name="label" translatable="yes">Ignored files: </property>
1892
1948
                      </widget>
1893
1949
                      <packing>
1894
 
                        <property name="left_attach">1</property>
1895
 
                        <property name="right_attach">2</property>
1896
1950
                        <property name="top_attach">6</property>
1897
1951
                        <property name="bottom_attach">7</property>
1898
 
                        <property name="y_options"></property>
1899
 
                      </packing>
1900
 
                    </child>
1901
 
                    <child>
1902
 
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
1903
 
                        <property name="xalign">0</property>
1904
 
                        <property name="label" translatable="yes">(none)</property>
1905
 
                      </widget>
1906
 
                      <packing>
1907
 
                        <property name="left_attach">1</property>
1908
 
                        <property name="right_attach">2</property>
1909
 
                        <property name="top_attach">7</property>
1910
 
                        <property name="bottom_attach">8</property>
 
1952
                        <property name="x_options">GTK_FILL</property>
1911
1953
                        <property name="y_options"></property>
1912
1954
                      </packing>
1913
1955
                    </child>
1924
1966
                      </packing>
1925
1967
                    </child>
1926
1968
                    <child>
1927
 
                      <widget class="GtkLabel" id="label_info_wtstats_ignored_label">
1928
 
                        <property name="xalign">0</property>
1929
 
                        <property name="label" translatable="yes">Ignored files: </property>
1930
 
                      </widget>
1931
 
                      <packing>
 
1969
                      <widget class="GtkLabel" id="label_info_wtstats_subdirs">
 
1970
                        <property name="xalign">0</property>
 
1971
                        <property name="label" translatable="yes">(none)</property>
 
1972
                      </widget>
 
1973
                      <packing>
 
1974
                        <property name="left_attach">1</property>
 
1975
                        <property name="right_attach">2</property>
 
1976
                        <property name="top_attach">7</property>
 
1977
                        <property name="bottom_attach">8</property>
 
1978
                        <property name="y_options"></property>
 
1979
                      </packing>
 
1980
                    </child>
 
1981
                    <child>
 
1982
                      <widget class="GtkLabel" id="label_info_wtstats_ignored">
 
1983
                        <property name="xalign">0</property>
 
1984
                        <property name="label" translatable="yes">(none)</property>
 
1985
                      </widget>
 
1986
                      <packing>
 
1987
                        <property name="left_attach">1</property>
 
1988
                        <property name="right_attach">2</property>
1932
1989
                        <property name="top_attach">6</property>
1933
1990
                        <property name="bottom_attach">7</property>
1934
 
                        <property name="x_options">GTK_FILL</property>
1935
1991
                        <property name="y_options"></property>
1936
1992
                      </packing>
1937
1993
                    </child>
1938
1994
                    <child>
1939
 
                      <widget class="GtkLabel" id="label_info_wtstats_unknown_label">
 
1995
                      <widget class="GtkLabel" id="label_info_wtstats_unknown">
1940
1996
                        <property name="xalign">0</property>
1941
 
                        <property name="label" translatable="yes">Unknown files: </property>
 
1997
                        <property name="label" translatable="yes">(none)</property>
1942
1998
                      </widget>
1943
1999
                      <packing>
 
2000
                        <property name="left_attach">1</property>
 
2001
                        <property name="right_attach">2</property>
1944
2002
                        <property name="top_attach">5</property>
1945
2003
                        <property name="bottom_attach">6</property>
1946
 
                        <property name="x_options">GTK_FILL</property>
1947
2004
                        <property name="y_options"></property>
1948
2005
                      </packing>
1949
2006
                    </child>
1950
2007
                    <child>
1951
 
                      <widget class="GtkLabel" id="label_info_wtstats_renamed_label">
 
2008
                      <widget class="GtkLabel" id="label_info_wtstats_renamed">
1952
2009
                        <property name="xalign">0</property>
1953
 
                        <property name="label" translatable="yes">Renamed files: </property>
 
2010
                        <property name="label" translatable="yes">(none)</property>
1954
2011
                      </widget>
1955
2012
                      <packing>
 
2013
                        <property name="left_attach">1</property>
 
2014
                        <property name="right_attach">2</property>
1956
2015
                        <property name="top_attach">4</property>
1957
2016
                        <property name="bottom_attach">5</property>
1958
 
                        <property name="x_options">GTK_FILL</property>
1959
2017
                        <property name="y_options"></property>
1960
2018
                      </packing>
1961
2019
                    </child>
1962
2020
                    <child>
1963
 
                      <widget class="GtkLabel" id="label_info_wtstats_removed_label">
 
2021
                      <widget class="GtkLabel" id="label_info_wtstats_removed">
1964
2022
                        <property name="xalign">0</property>
1965
 
                        <property name="label" translatable="yes">Removed files: </property>
 
2023
                        <property name="label" translatable="yes">(none)</property>
1966
2024
                      </widget>
1967
2025
                      <packing>
 
2026
                        <property name="left_attach">1</property>
 
2027
                        <property name="right_attach">2</property>
1968
2028
                        <property name="top_attach">3</property>
1969
2029
                        <property name="bottom_attach">4</property>
1970
 
                        <property name="x_options">GTK_FILL</property>
1971
2030
                        <property name="y_options"></property>
1972
2031
                      </packing>
1973
2032
                    </child>
1974
2033
                    <child>
1975
 
                      <widget class="GtkLabel" id="label_info_wtstats_added_label">
 
2034
                      <widget class="GtkLabel" id="label_info_wtstats_added">
1976
2035
                        <property name="xalign">0</property>
1977
 
                        <property name="label" translatable="yes">Added files: </property>
 
2036
                        <property name="label" translatable="yes">(none)</property>
1978
2037
                      </widget>
1979
2038
                      <packing>
 
2039
                        <property name="left_attach">1</property>
 
2040
                        <property name="right_attach">2</property>
1980
2041
                        <property name="top_attach">2</property>
1981
2042
                        <property name="bottom_attach">3</property>
1982
 
                        <property name="x_options">GTK_FILL</property>
1983
2043
                        <property name="y_options"></property>
1984
2044
                      </packing>
1985
2045
                    </child>
1986
2046
                    <child>
1987
 
                      <widget class="GtkLabel" id="label_info_wtstats_modified_label">
 
2047
                      <widget class="GtkLabel" id="label_info_wtstats_modified">
1988
2048
                        <property name="xalign">0</property>
1989
 
                        <property name="label" translatable="yes">Modified files: </property>
 
2049
                        <property name="label" translatable="yes">(none)</property>
1990
2050
                      </widget>
1991
2051
                      <packing>
 
2052
                        <property name="left_attach">1</property>
 
2053
                        <property name="right_attach">2</property>
1992
2054
                        <property name="top_attach">1</property>
1993
2055
                        <property name="bottom_attach">2</property>
1994
 
                        <property name="x_options">GTK_FILL</property>
1995
2056
                        <property name="y_options"></property>
1996
2057
                      </packing>
1997
2058
                    </child>
1998
2059
                    <child>
1999
 
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
 
2060
                      <widget class="GtkLabel" id="label_info_wtstats_unchanged">
2000
2061
                        <property name="xalign">0</property>
2001
 
                        <property name="label" translatable="yes">Unchanged files: </property>
 
2062
                        <property name="label" translatable="yes">(none)</property>
2002
2063
                      </widget>
2003
2064
                      <packing>
2004
 
                        <property name="x_options">GTK_FILL</property>
 
2065
                        <property name="left_attach">1</property>
 
2066
                        <property name="right_attach">2</property>
2005
2067
                        <property name="y_options"></property>
2006
2068
                      </packing>
2007
2069
                    </child>
2040
2102
                    <property name="n_columns">2</property>
2041
2103
                    <property name="column_spacing">12</property>
2042
2104
                    <child>
2043
 
                      <widget class="GtkLabel" id="label_info_brstats_revno">
 
2105
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
2044
2106
                        <property name="xalign">0</property>
2045
 
                        <property name="label" translatable="yes">(none)</property>
 
2107
                        <property name="label" translatable="yes">Revisions in branch: </property>
2046
2108
                      </widget>
2047
2109
                      <packing>
2048
 
                        <property name="left_attach">1</property>
2049
 
                        <property name="right_attach">2</property>
 
2110
                        <property name="x_options">GTK_FILL</property>
2050
2111
                        <property name="y_options"></property>
2051
2112
                      </packing>
2052
2113
                    </child>
2053
2114
                    <child>
2054
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
 
2115
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
2055
2116
                        <property name="xalign">0</property>
2056
 
                        <property name="label" translatable="yes">(none)</property>
 
2117
                        <property name="label" translatable="yes">Number of commiters: </property>
2057
2118
                      </widget>
2058
2119
                      <packing>
2059
 
                        <property name="left_attach">1</property>
2060
 
                        <property name="right_attach">2</property>
2061
2120
                        <property name="top_attach">1</property>
2062
2121
                        <property name="bottom_attach">2</property>
 
2122
                        <property name="x_options">GTK_FILL</property>
2063
2123
                        <property name="y_options"></property>
2064
2124
                      </packing>
2065
2125
                    </child>
2066
2126
                    <child>
2067
 
                      <widget class="GtkLabel" id="label_info_brstats_age">
 
2127
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
2068
2128
                        <property name="xalign">0</property>
2069
 
                        <property name="label" translatable="yes">(none)</property>
 
2129
                        <property name="label" translatable="yes">Age of branch in days: </property>
2070
2130
                      </widget>
2071
2131
                      <packing>
2072
 
                        <property name="left_attach">1</property>
2073
 
                        <property name="right_attach">2</property>
2074
2132
                        <property name="top_attach">2</property>
2075
2133
                        <property name="bottom_attach">3</property>
 
2134
                        <property name="x_options">GTK_FILL</property>
2076
2135
                        <property name="y_options"></property>
2077
2136
                      </packing>
2078
2137
                    </child>
2079
2138
                    <child>
2080
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
2139
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2081
2140
                        <property name="xalign">0</property>
2082
 
                        <property name="label" translatable="yes">(none)</property>
 
2141
                        <property name="label" translatable="yes">Time of first revision: </property>
2083
2142
                      </widget>
2084
2143
                      <packing>
2085
 
                        <property name="left_attach">1</property>
2086
 
                        <property name="right_attach">2</property>
2087
2144
                        <property name="top_attach">3</property>
2088
2145
                        <property name="bottom_attach">4</property>
2089
 
                        <property name="y_options"></property>
2090
 
                      </packing>
2091
 
                    </child>
2092
 
                    <child>
2093
 
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
2094
 
                        <property name="xalign">0</property>
2095
 
                        <property name="label" translatable="yes">(none)</property>
2096
 
                      </widget>
2097
 
                      <packing>
2098
 
                        <property name="left_attach">1</property>
2099
 
                        <property name="right_attach">2</property>
2100
 
                        <property name="top_attach">4</property>
2101
 
                        <property name="bottom_attach">5</property>
 
2146
                        <property name="x_options">GTK_FILL</property>
2102
2147
                        <property name="y_options"></property>
2103
2148
                      </packing>
2104
2149
                    </child>
2115
2160
                      </packing>
2116
2161
                    </child>
2117
2162
                    <child>
2118
 
                      <widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2119
 
                        <property name="xalign">0</property>
2120
 
                        <property name="label" translatable="yes">Time of first revision: </property>
2121
 
                      </widget>
2122
 
                      <packing>
 
2163
                      <widget class="GtkLabel" id="label_info_brstats_lastrev">
 
2164
                        <property name="xalign">0</property>
 
2165
                        <property name="label" translatable="yes">(none)</property>
 
2166
                      </widget>
 
2167
                      <packing>
 
2168
                        <property name="left_attach">1</property>
 
2169
                        <property name="right_attach">2</property>
 
2170
                        <property name="top_attach">4</property>
 
2171
                        <property name="bottom_attach">5</property>
 
2172
                        <property name="y_options"></property>
 
2173
                      </packing>
 
2174
                    </child>
 
2175
                    <child>
 
2176
                      <widget class="GtkLabel" id="label_info_brstats_firstrev">
 
2177
                        <property name="xalign">0</property>
 
2178
                        <property name="label" translatable="yes">(none)</property>
 
2179
                      </widget>
 
2180
                      <packing>
 
2181
                        <property name="left_attach">1</property>
 
2182
                        <property name="right_attach">2</property>
2123
2183
                        <property name="top_attach">3</property>
2124
2184
                        <property name="bottom_attach">4</property>
2125
 
                        <property name="x_options">GTK_FILL</property>
2126
2185
                        <property name="y_options"></property>
2127
2186
                      </packing>
2128
2187
                    </child>
2129
2188
                    <child>
2130
 
                      <widget class="GtkLabel" id="label_info_brstats_age_label">
 
2189
                      <widget class="GtkLabel" id="label_info_brstats_age">
2131
2190
                        <property name="xalign">0</property>
2132
 
                        <property name="label" translatable="yes">Age of branch in days: </property>
 
2191
                        <property name="label" translatable="yes">(none)</property>
2133
2192
                      </widget>
2134
2193
                      <packing>
 
2194
                        <property name="left_attach">1</property>
 
2195
                        <property name="right_attach">2</property>
2135
2196
                        <property name="top_attach">2</property>
2136
2197
                        <property name="bottom_attach">3</property>
2137
 
                        <property name="x_options">GTK_FILL</property>
2138
2198
                        <property name="y_options"></property>
2139
2199
                      </packing>
2140
2200
                    </child>
2141
2201
                    <child>
2142
 
                      <widget class="GtkLabel" id="label_info_brstats_commiters_label">
 
2202
                      <widget class="GtkLabel" id="label_info_brstats_commiters">
2143
2203
                        <property name="xalign">0</property>
2144
 
                        <property name="label" translatable="yes">Number of commiters: </property>
 
2204
                        <property name="label" translatable="yes">(none)</property>
2145
2205
                      </widget>
2146
2206
                      <packing>
 
2207
                        <property name="left_attach">1</property>
 
2208
                        <property name="right_attach">2</property>
2147
2209
                        <property name="top_attach">1</property>
2148
2210
                        <property name="bottom_attach">2</property>
2149
 
                        <property name="x_options">GTK_FILL</property>
2150
2211
                        <property name="y_options"></property>
2151
2212
                      </packing>
2152
2213
                    </child>
2153
2214
                    <child>
2154
 
                      <widget class="GtkLabel" id="label_info_brstats_revno_label">
 
2215
                      <widget class="GtkLabel" id="label_info_brstats_revno">
2155
2216
                        <property name="xalign">0</property>
2156
 
                        <property name="label" translatable="yes">Revisions in branch: </property>
 
2217
                        <property name="label" translatable="yes">(none)</property>
2157
2218
                      </widget>
2158
2219
                      <packing>
2159
 
                        <property name="x_options">GTK_FILL</property>
 
2220
                        <property name="left_attach">1</property>
 
2221
                        <property name="right_attach">2</property>
2160
2222
                        <property name="y_options"></property>
2161
2223
                      </packing>
2162
2224
                    </child>
2195
2257
                    <property name="n_columns">2</property>
2196
2258
                    <property name="column_spacing">12</property>
2197
2259
                    <child>
2198
 
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
2199
 
                        <property name="xalign">0</property>
2200
 
                        <property name="label" translatable="yes">(none)</property>
2201
 
                      </widget>
2202
 
                      <packing>
2203
 
                        <property name="left_attach">1</property>
2204
 
                        <property name="right_attach">2</property>
2205
 
                        <property name="y_options"></property>
2206
 
                      </packing>
2207
 
                    </child>
2208
 
                    <child>
2209
 
                      <widget class="GtkLabel" id="label_info_repstats_size">
2210
 
                        <property name="xalign">0</property>
2211
 
                        <property name="label" translatable="yes">(none)</property>
2212
 
                      </widget>
2213
 
                      <packing>
2214
 
                        <property name="left_attach">1</property>
2215
 
                        <property name="right_attach">2</property>
2216
 
                        <property name="top_attach">1</property>
2217
 
                        <property name="bottom_attach">2</property>
 
2260
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
 
2261
                        <property name="xalign">0</property>
 
2262
                        <property name="label" translatable="yes">Revisions in repository: </property>
 
2263
                      </widget>
 
2264
                      <packing>
 
2265
                        <property name="x_options">GTK_FILL</property>
2218
2266
                        <property name="y_options"></property>
2219
2267
                      </packing>
2220
2268
                    </child>
2231
2279
                      </packing>
2232
2280
                    </child>
2233
2281
                    <child>
2234
 
                      <widget class="GtkLabel" id="label_info_repstats_revisions_label">
2235
 
                        <property name="xalign">0</property>
2236
 
                        <property name="label" translatable="yes">Revisions in repository: </property>
2237
 
                      </widget>
2238
 
                      <packing>
2239
 
                        <property name="x_options">GTK_FILL</property>
 
2282
                      <widget class="GtkLabel" id="label_info_repstats_size">
 
2283
                        <property name="xalign">0</property>
 
2284
                        <property name="label" translatable="yes">(none)</property>
 
2285
                      </widget>
 
2286
                      <packing>
 
2287
                        <property name="left_attach">1</property>
 
2288
                        <property name="right_attach">2</property>
 
2289
                        <property name="top_attach">1</property>
 
2290
                        <property name="bottom_attach">2</property>
 
2291
                        <property name="y_options"></property>
 
2292
                      </packing>
 
2293
                    </child>
 
2294
                    <child>
 
2295
                      <widget class="GtkLabel" id="label_info_repstats_revisions">
 
2296
                        <property name="xalign">0</property>
 
2297
                        <property name="label" translatable="yes">(none)</property>
 
2298
                      </widget>
 
2299
                      <packing>
 
2300
                        <property name="left_attach">1</property>
 
2301
                        <property name="right_attach">2</property>
2240
2302
                        <property name="y_options"></property>
2241
2303
                      </packing>
2242
2304
                    </child>