470
444
<widget class="GtkToolButton" id="toolbutton_push">
471
445
<property name="visible">True</property>
472
<property name="is_important">True</property>
473
446
<property name="label">Push</property>
474
447
<property name="use_underline">True</property>
475
<property name="icon">icons/push.png</property>
448
<property name="icon">push.png</property>
476
449
<signal name="clicked" handler="on_toolbutton_push_clicked"/>
479
452
<property name="expand">False</property>
483
<widget class="GtkToolButton" id="toolbutton_update">
484
<property name="visible">True</property>
485
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
486
<property name="label" translatable="yes">Update</property>
487
<property name="icon">icons/pull.png</property>
488
<signal name="clicked" handler="on_toolbutton_update_clicked"/>
491
<property name="expand">False</property>
496
457
<property name="expand">False</property>
590
548
<property name="label" translatable="yes">gtk-jump-to</property>
591
549
<property name="relief">GTK_RELIEF_NONE</property>
592
550
<property name="use_stock">True</property>
593
<property name="response_id">0</property>
594
551
<signal name="clicked" handler="on_button_location_jump_clicked"/>
597
554
<property name="expand">False</property>
598
555
<property name="fill">False</property>
599
<property name="position">4</property>
603
<widget class="GtkVSeparator" id="vseparator">
604
<property name="visible">True</property>
605
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
608
<property name="expand">False</property>
609
<property name="fill">False</property>
610
<property name="position">5</property>
614
<widget class="GtkCheckButton" id="checkbutton_history">
615
<property name="visible">True</property>
616
<property name="can_focus">True</property>
617
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
618
<property name="label" translatable="yes">H_istory Mode</property>
619
<property name="use_underline">True</property>
620
<property name="response_id">0</property>
621
<property name="draw_indicator">True</property>
622
<signal name="toggled" handler="on_checkbutton_history_toggled"/>
625
<property name="expand">False</property>
626
<property name="fill">False</property>
627
<property name="position">6</property>
631
<widget class="GtkEntry" id="entry_history_revno">
632
<property name="width_request">75</property>
633
<property name="visible">True</property>
634
<property name="sensitive">False</property>
635
<property name="can_focus">True</property>
636
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
637
<signal name="key_press_event" handler="on_entry_history_revno_key_press_event"/>
640
<property name="expand">False</property>
641
<property name="fill">False</property>
642
<property name="position">7</property>
646
<widget class="GtkButton" id="button_history_browse">
647
<property name="visible">True</property>
648
<property name="sensitive">False</property>
649
<property name="can_focus">True</property>
650
<property name="receives_default">True</property>
651
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
652
<property name="response_id">0</property>
653
<signal name="clicked" handler="on_button_history_browse_clicked"/>
655
<widget class="GtkImage" id="image_history_browse">
656
<property name="visible">True</property>
657
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
658
<property name="stock">gtk-open</property>
663
<property name="expand">False</property>
664
<property name="fill">False</property>
665
<property name="position">8</property>
556
<property name="position">3</property>
670
561
<property name="expand">False</property>
671
562
<property name="fill">False</property>
563
<property name="position">1</property>
1338
1211
<property name="n_columns">2</property>
1339
1212
<property name="column_spacing">12</property>
1341
<widget class="GtkLabel" id="label_info_location_repobranch">
1342
<property name="xalign">0</property>
1343
<property name="label" translatable="yes">(none)</property>
1346
<property name="left_attach">1</property>
1347
<property name="right_attach">2</property>
1214
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1215
<property name="xalign">0</property>
1216
<property name="label" translatable="yes">Light checkout root: </property>
1219
<property name="x_options">GTK_FILL</property>
1220
<property name="y_options"></property>
1224
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1225
<property name="xalign">0</property>
1226
<property name="label" translatable="yes">Shared repository: </property>
1229
<property name="top_attach">1</property>
1230
<property name="bottom_attach">2</property>
1231
<property name="x_options">GTK_FILL</property>
1232
<property name="y_options"></property>
1236
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1237
<property name="xalign">0</property>
1238
<property name="label" translatable="yes">Repository branch: </property>
1348
1241
<property name="top_attach">2</property>
1349
1242
<property name="bottom_attach">3</property>
1243
<property name="x_options">GTK_FILL</property>
1350
1244
<property name="y_options"></property>
1354
<widget class="GtkLabel" id="label_info_location_cobranch">
1248
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1355
1249
<property name="xalign">0</property>
1356
<property name="label" translatable="yes">(none)</property>
1250
<property name="label" translatable="yes">Checkout of branch: </property>
1359
<property name="left_attach">1</property>
1360
<property name="right_attach">2</property>
1361
1253
<property name="top_attach">3</property>
1362
1254
<property name="bottom_attach">4</property>
1255
<property name="x_options">GTK_FILL</property>
1363
1256
<property name="y_options"></property>
1367
<widget class="GtkLabel" id="label_info_location_repoco">
1260
<widget class="GtkLabel" id="label_info_location_repoco_label">
1368
1261
<property name="xalign">0</property>
1369
<property name="label" translatable="yes">(none)</property>
1262
<property name="label" translatable="yes">Repository checkout: </property>
1372
<property name="left_attach">1</property>
1373
<property name="right_attach">2</property>
1374
1265
<property name="top_attach">4</property>
1375
1266
<property name="bottom_attach">5</property>
1376
<property name="y_options"></property>
1380
<widget class="GtkLabel" id="label_info_location_coroot">
1381
<property name="xalign">0</property>
1382
<property name="label" translatable="yes">(none)</property>
1385
<property name="left_attach">1</property>
1386
<property name="right_attach">2</property>
1387
<property name="top_attach">5</property>
1388
<property name="bottom_attach">6</property>
1389
<property name="y_options"></property>
1393
<widget class="GtkLabel" id="label_info_location_branchroot">
1394
<property name="xalign">0</property>
1395
<property name="label" translatable="yes">(none)</property>
1398
<property name="left_attach">1</property>
1399
<property name="right_attach">2</property>
1267
<property name="x_options">GTK_FILL</property>
1268
<property name="y_options"></property>
1272
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1273
<property name="xalign">0</property>
1274
<property name="label" translatable="yes">Branch root: </property>
1400
1277
<property name="top_attach">6</property>
1401
1278
<property name="bottom_attach">7</property>
1402
<property name="y_options"></property>
1406
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1407
<property name="xalign">0</property>
1408
<property name="label" translatable="yes">(none)</property>
1411
<property name="left_attach">1</property>
1412
<property name="right_attach">2</property>
1413
<property name="top_attach">1</property>
1414
<property name="bottom_attach">2</property>
1415
<property name="y_options"></property>
1419
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1420
<property name="xalign">0</property>
1421
<property name="label" translatable="yes">(none)</property>
1424
<property name="left_attach">1</property>
1425
<property name="right_attach">2</property>
1279
<property name="x_options">GTK_FILL</property>
1426
1280
<property name="y_options"></property>
1442
<widget class="GtkLabel" id="label_info_location_branchroot_label">
1443
<property name="xalign">0</property>
1444
<property name="label" translatable="yes">Branch root: </property>
1296
<widget class="GtkLabel" id="label_info_location_lightcoroot">
1297
<property name="xalign">0</property>
1298
<property name="label" translatable="yes">(none)</property>
1301
<property name="left_attach">1</property>
1302
<property name="right_attach">2</property>
1303
<property name="y_options"></property>
1307
<widget class="GtkLabel" id="label_info_location_sharedrepo">
1308
<property name="xalign">0</property>
1309
<property name="label" translatable="yes">(none)</property>
1312
<property name="left_attach">1</property>
1313
<property name="right_attach">2</property>
1314
<property name="top_attach">1</property>
1315
<property name="bottom_attach">2</property>
1316
<property name="y_options"></property>
1320
<widget class="GtkLabel" id="label_info_location_branchroot">
1321
<property name="xalign">0</property>
1322
<property name="label" translatable="yes">(none)</property>
1325
<property name="left_attach">1</property>
1326
<property name="right_attach">2</property>
1447
1327
<property name="top_attach">6</property>
1448
1328
<property name="bottom_attach">7</property>
1449
<property name="x_options">GTK_FILL</property>
1450
<property name="y_options"></property>
1454
<widget class="GtkLabel" id="label_info_location_repoco_label">
1455
<property name="xalign">0</property>
1456
<property name="label" translatable="yes">Repository checkout: </property>
1329
<property name="y_options"></property>
1333
<widget class="GtkLabel" id="label_info_location_coroot">
1334
<property name="xalign">0</property>
1335
<property name="label" translatable="yes">(none)</property>
1338
<property name="left_attach">1</property>
1339
<property name="right_attach">2</property>
1340
<property name="top_attach">5</property>
1341
<property name="bottom_attach">6</property>
1342
<property name="y_options"></property>
1346
<widget class="GtkLabel" id="label_info_location_repoco">
1347
<property name="xalign">0</property>
1348
<property name="label" translatable="yes">(none)</property>
1351
<property name="left_attach">1</property>
1352
<property name="right_attach">2</property>
1459
1353
<property name="top_attach">4</property>
1460
1354
<property name="bottom_attach">5</property>
1461
<property name="x_options">GTK_FILL</property>
1462
1355
<property name="y_options"></property>
1466
<widget class="GtkLabel" id="label_info_location_cobranch_label">
1359
<widget class="GtkLabel" id="label_info_location_cobranch">
1467
1360
<property name="xalign">0</property>
1468
<property name="label" translatable="yes">Checkout of branch: </property>
1361
<property name="label" translatable="yes">(none)</property>
1364
<property name="left_attach">1</property>
1365
<property name="right_attach">2</property>
1471
1366
<property name="top_attach">3</property>
1472
1367
<property name="bottom_attach">4</property>
1473
<property name="x_options">GTK_FILL</property>
1474
1368
<property name="y_options"></property>
1478
<widget class="GtkLabel" id="label_info_location_repobranch_label">
1372
<widget class="GtkLabel" id="label_info_location_repobranch">
1479
1373
<property name="xalign">0</property>
1480
<property name="label" translatable="yes">Repository branch: </property>
1374
<property name="label" translatable="yes">(none)</property>
1377
<property name="left_attach">1</property>
1378
<property name="right_attach">2</property>
1483
1379
<property name="top_attach">2</property>
1484
1380
<property name="bottom_attach">3</property>
1485
<property name="x_options">GTK_FILL</property>
1486
<property name="y_options"></property>
1490
<widget class="GtkLabel" id="label_info_location_sharedrepo_label">
1491
<property name="xalign">0</property>
1492
<property name="label" translatable="yes">Shared repository: </property>
1495
<property name="top_attach">1</property>
1496
<property name="bottom_attach">2</property>
1497
<property name="x_options">GTK_FILL</property>
1498
<property name="y_options"></property>
1502
<widget class="GtkLabel" id="label_info_location_lightcoroot_label">
1503
<property name="xalign">0</property>
1504
<property name="label" translatable="yes">Light checkout root: </property>
1507
<property name="x_options">GTK_FILL</property>
1508
1381
<property name="y_options"></property>
1543
1416
<property name="n_columns">2</property>
1544
1417
<property name="column_spacing">12</property>
1546
<widget class="GtkLabel" id="label_info_related_parentbranch">
1547
<property name="xalign">0</property>
1548
<property name="label" translatable="yes">(none)</property>
1551
<property name="left_attach">1</property>
1552
<property name="right_attach">2</property>
1553
<property name="y_options"></property>
1557
<widget class="GtkLabel" id="label_info_related_publishbranch">
1558
<property name="xalign">0</property>
1559
<property name="label" translatable="yes">(none)</property>
1562
<property name="left_attach">1</property>
1563
<property name="right_attach">2</property>
1564
<property name="top_attach">1</property>
1565
<property name="bottom_attach">2</property>
1419
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1420
<property name="xalign">0</property>
1421
<property name="label" translatable="yes">Parent branch: </property>
1424
<property name="x_options">GTK_FILL</property>
1566
1425
<property name="y_options"></property>
1582
<widget class="GtkLabel" id="label_info_related_parentbranch_label">
1583
<property name="xalign">0</property>
1584
<property name="label" translatable="yes">Parent branch: </property>
1587
<property name="x_options">GTK_FILL</property>
1441
<widget class="GtkLabel" id="label_info_related_publishbranch">
1442
<property name="xalign">0</property>
1443
<property name="label" translatable="yes">(none)</property>
1446
<property name="left_attach">1</property>
1447
<property name="right_attach">2</property>
1448
<property name="top_attach">1</property>
1449
<property name="bottom_attach">2</property>
1450
<property name="y_options"></property>
1454
<widget class="GtkLabel" id="label_info_related_parentbranch">
1455
<property name="xalign">0</property>
1456
<property name="label" translatable="yes">(none)</property>
1459
<property name="left_attach">1</property>
1460
<property name="right_attach">2</property>
1588
1461
<property name="y_options"></property>
1623
1496
<property name="n_columns">2</property>
1624
1497
<property name="column_spacing">12</property>
1626
<widget class="GtkLabel" id="label_info_format_control">
1499
<widget class="GtkLabel" id="label_info_format_control_label">
1627
1500
<property name="xalign">0</property>
1628
<property name="label" translatable="yes">(none)</property>
1501
<property name="label" translatable="yes">Control format: </property>
1631
<property name="left_attach">1</property>
1632
<property name="right_attach">2</property>
1504
<property name="x_options">GTK_FILL</property>
1633
1505
<property name="y_options"></property>
1637
<widget class="GtkLabel" id="label_info_format_workingtree">
1509
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1638
1510
<property name="xalign">0</property>
1639
<property name="label" translatable="yes">(none)</property>
1511
<property name="label" translatable="yes">Working tree format: </property>
1642
<property name="left_attach">1</property>
1643
<property name="right_attach">2</property>
1644
1514
<property name="top_attach">1</property>
1645
1515
<property name="bottom_attach">2</property>
1516
<property name="x_options">GTK_FILL</property>
1646
1517
<property name="y_options"></property>
1650
<widget class="GtkLabel" id="label_info_format_branch">
1521
<widget class="GtkLabel" id="label_info_format_branch_label">
1651
1522
<property name="xalign">0</property>
1652
<property name="label" translatable="yes">(none)</property>
1523
<property name="label" translatable="yes">Branch format: </property>
1655
<property name="left_attach">1</property>
1656
<property name="right_attach">2</property>
1657
1526
<property name="top_attach">2</property>
1658
1527
<property name="bottom_attach">3</property>
1659
<property name="y_options"></property>
1663
<widget class="GtkLabel" id="label_info_format_repository">
1664
<property name="xalign">0</property>
1665
<property name="label" translatable="yes">(none)</property>
1668
<property name="left_attach">1</property>
1669
<property name="right_attach">2</property>
1670
<property name="top_attach">3</property>
1671
<property name="bottom_attach">4</property>
1528
<property name="x_options">GTK_FILL</property>
1672
1529
<property name="y_options"></property>
1688
<widget class="GtkLabel" id="label_info_format_branch_label">
1689
<property name="xalign">0</property>
1690
<property name="label" translatable="yes">Branch format: </property>
1545
<widget class="GtkLabel" id="label_info_format_repository">
1546
<property name="xalign">0</property>
1547
<property name="label" translatable="yes">(none)</property>
1550
<property name="left_attach">1</property>
1551
<property name="right_attach">2</property>
1552
<property name="top_attach">3</property>
1553
<property name="bottom_attach">4</property>
1554
<property name="y_options"></property>
1558
<widget class="GtkLabel" id="label_info_format_branch">
1559
<property name="xalign">0</property>
1560
<property name="label" translatable="yes">(none)</property>
1563
<property name="left_attach">1</property>
1564
<property name="right_attach">2</property>
1693
1565
<property name="top_attach">2</property>
1694
1566
<property name="bottom_attach">3</property>
1695
<property name="x_options">GTK_FILL</property>
1696
1567
<property name="y_options"></property>
1700
<widget class="GtkLabel" id="label_info_format_workingtree_label">
1571
<widget class="GtkLabel" id="label_info_format_workingtree">
1701
1572
<property name="xalign">0</property>
1702
<property name="label" translatable="yes">Working tree format: </property>
1573
<property name="label" translatable="yes">(none)</property>
1576
<property name="left_attach">1</property>
1577
<property name="right_attach">2</property>
1705
1578
<property name="top_attach">1</property>
1706
1579
<property name="bottom_attach">2</property>
1707
<property name="x_options">GTK_FILL</property>
1708
1580
<property name="y_options"></property>
1712
<widget class="GtkLabel" id="label_info_format_control_label">
1584
<widget class="GtkLabel" id="label_info_format_control">
1713
1585
<property name="xalign">0</property>
1714
<property name="label" translatable="yes">Control format: </property>
1586
<property name="label" translatable="yes">(none)</property>
1717
<property name="x_options">GTK_FILL</property>
1589
<property name="left_attach">1</property>
1590
<property name="right_attach">2</property>
1718
1591
<property name="y_options"></property>
1753
1626
<property name="n_columns">2</property>
1754
1627
<property name="column_spacing">12</property>
1756
<widget class="GtkLabel" id="label_info_locking_workingtree">
1629
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1757
1630
<property name="xalign">0</property>
1758
<property name="label" translatable="yes">(none)</property>
1631
<property name="label" translatable="yes">Working tree lock status: </property>
1761
<property name="left_attach">1</property>
1762
<property name="right_attach">2</property>
1634
<property name="x_options">GTK_FILL</property>
1763
1635
<property name="y_options"></property>
1767
<widget class="GtkLabel" id="label_info_locking_branch">
1639
<widget class="GtkLabel" id="label_info_locking_branch_label">
1768
1640
<property name="xalign">0</property>
1769
<property name="label" translatable="yes">(none)</property>
1641
<property name="label" translatable="yes">Branch lock status: </property>
1772
<property name="left_attach">1</property>
1773
<property name="right_attach">2</property>
1774
1644
<property name="top_attach">1</property>
1775
1645
<property name="bottom_attach">2</property>
1776
<property name="y_options"></property>
1780
<widget class="GtkLabel" id="label_info_locking_repository">
1781
<property name="xalign">0</property>
1782
<property name="label" translatable="yes">(none)</property>
1785
<property name="left_attach">1</property>
1786
<property name="right_attach">2</property>
1787
<property name="top_attach">2</property>
1788
<property name="bottom_attach">3</property>
1646
<property name="x_options">GTK_FILL</property>
1789
1647
<property name="y_options"></property>
1805
<widget class="GtkLabel" id="label_info_locking_branch_label">
1806
<property name="xalign">0</property>
1807
<property name="label" translatable="yes">Branch lock status: </property>
1663
<widget class="GtkLabel" id="label_info_locking_repository">
1664
<property name="xalign">0</property>
1665
<property name="label" translatable="yes">(none)</property>
1668
<property name="left_attach">1</property>
1669
<property name="right_attach">2</property>
1670
<property name="top_attach">2</property>
1671
<property name="bottom_attach">3</property>
1672
<property name="y_options"></property>
1676
<widget class="GtkLabel" id="label_info_locking_branch">
1677
<property name="xalign">0</property>
1678
<property name="label" translatable="yes">(none)</property>
1681
<property name="left_attach">1</property>
1682
<property name="right_attach">2</property>
1810
1683
<property name="top_attach">1</property>
1811
1684
<property name="bottom_attach">2</property>
1812
<property name="x_options">GTK_FILL</property>
1813
1685
<property name="y_options"></property>
1817
<widget class="GtkLabel" id="label_info_locking_workingtree_label">
1689
<widget class="GtkLabel" id="label_info_locking_workingtree">
1818
1690
<property name="xalign">0</property>
1819
<property name="label" translatable="yes">Working tree lock status: </property>
1691
<property name="label" translatable="yes">(none)</property>
1822
<property name="x_options">GTK_FILL</property>
1694
<property name="left_attach">1</property>
1695
<property name="right_attach">2</property>
1823
1696
<property name="y_options"></property>
1858
1731
<property name="n_columns">2</property>
1859
1732
<property name="column_spacing">12</property>
1861
<widget class="GtkLabel" id="label_info_missing_workingtree">
1862
<property name="xalign">0</property>
1863
<property name="label" translatable="yes">(none)</property>
1866
<property name="left_attach">1</property>
1867
<property name="right_attach">2</property>
1868
<property name="y_options"></property>
1872
<widget class="GtkLabel" id="label_info_missing_branch">
1873
<property name="xalign">0</property>
1874
<property name="label" translatable="yes">(none)</property>
1877
<property name="left_attach">1</property>
1878
<property name="right_attach">2</property>
1879
<property name="top_attach">1</property>
1880
<property name="bottom_attach">2</property>
1734
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1735
<property name="xalign">0</property>
1736
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1739
<property name="x_options">GTK_FILL</property>
1881
1740
<property name="y_options"></property>
1897
<widget class="GtkLabel" id="label_info_missing_workingtree_label">
1898
<property name="xalign">0</property>
1899
<property name="label" translatable="yes">Missing revisions in working tree: </property>
1902
<property name="x_options">GTK_FILL</property>
1756
<widget class="GtkLabel" id="label_info_missing_branch">
1757
<property name="xalign">0</property>
1758
<property name="label" translatable="yes">(none)</property>
1761
<property name="left_attach">1</property>
1762
<property name="right_attach">2</property>
1763
<property name="top_attach">1</property>
1764
<property name="bottom_attach">2</property>
1765
<property name="y_options"></property>
1769
<widget class="GtkLabel" id="label_info_missing_workingtree">
1770
<property name="xalign">0</property>
1771
<property name="label" translatable="yes">(none)</property>
1774
<property name="left_attach">1</property>
1775
<property name="right_attach">2</property>
1903
1776
<property name="y_options"></property>
1938
1811
<property name="n_columns">2</property>
1939
1812
<property name="column_spacing">12</property>
1941
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
1814
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1942
1815
<property name="xalign">0</property>
1943
<property name="label" translatable="yes">(none)</property>
1816
<property name="label" translatable="yes">Unchanged files: </property>
1946
<property name="left_attach">1</property>
1947
<property name="right_attach">2</property>
1819
<property name="x_options">GTK_FILL</property>
1948
1820
<property name="y_options"></property>
1952
<widget class="GtkLabel" id="label_info_wtstats_modified">
1824
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
1953
1825
<property name="xalign">0</property>
1954
<property name="label" translatable="yes">(none)</property>
1826
<property name="label" translatable="yes">Modified files: </property>
1957
<property name="left_attach">1</property>
1958
<property name="right_attach">2</property>
1959
1829
<property name="top_attach">1</property>
1960
1830
<property name="bottom_attach">2</property>
1831
<property name="x_options">GTK_FILL</property>
1961
1832
<property name="y_options"></property>
1965
<widget class="GtkLabel" id="label_info_wtstats_added">
1836
<widget class="GtkLabel" id="label_info_wtstats_added_label">
1966
1837
<property name="xalign">0</property>
1967
<property name="label" translatable="yes">(none)</property>
1838
<property name="label" translatable="yes">Added files: </property>
1970
<property name="left_attach">1</property>
1971
<property name="right_attach">2</property>
1972
1841
<property name="top_attach">2</property>
1973
1842
<property name="bottom_attach">3</property>
1843
<property name="x_options">GTK_FILL</property>
1974
1844
<property name="y_options"></property>
1978
<widget class="GtkLabel" id="label_info_wtstats_removed">
1848
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
1979
1849
<property name="xalign">0</property>
1980
<property name="label" translatable="yes">(none)</property>
1850
<property name="label" translatable="yes">Removed files: </property>
1983
<property name="left_attach">1</property>
1984
<property name="right_attach">2</property>
1985
1853
<property name="top_attach">3</property>
1986
1854
<property name="bottom_attach">4</property>
1855
<property name="x_options">GTK_FILL</property>
1987
1856
<property name="y_options"></property>
1991
<widget class="GtkLabel" id="label_info_wtstats_renamed">
1860
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1992
1861
<property name="xalign">0</property>
1993
<property name="label" translatable="yes">(none)</property>
1862
<property name="label" translatable="yes">Renamed files: </property>
1996
<property name="left_attach">1</property>
1997
<property name="right_attach">2</property>
1998
1865
<property name="top_attach">4</property>
1999
1866
<property name="bottom_attach">5</property>
1867
<property name="x_options">GTK_FILL</property>
2000
1868
<property name="y_options"></property>
2004
<widget class="GtkLabel" id="label_info_wtstats_unknown">
1872
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
2005
1873
<property name="xalign">0</property>
2006
<property name="label" translatable="yes">(none)</property>
1874
<property name="label" translatable="yes">Unknown files: </property>
2009
<property name="left_attach">1</property>
2010
<property name="right_attach">2</property>
2011
1877
<property name="top_attach">5</property>
2012
1878
<property name="bottom_attach">6</property>
1879
<property name="x_options">GTK_FILL</property>
2013
1880
<property name="y_options"></property>
2017
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1884
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2018
1885
<property name="xalign">0</property>
2019
<property name="label" translatable="yes">(none)</property>
1886
<property name="label" translatable="yes">Ignored files: </property>
2022
<property name="left_attach">1</property>
2023
<property name="right_attach">2</property>
2024
1889
<property name="top_attach">6</property>
2025
1890
<property name="bottom_attach">7</property>
2026
<property name="y_options"></property>
2030
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
2031
<property name="xalign">0</property>
2032
<property name="label" translatable="yes">(none)</property>
2035
<property name="left_attach">1</property>
2036
<property name="right_attach">2</property>
2037
<property name="top_attach">7</property>
2038
<property name="bottom_attach">8</property>
1891
<property name="x_options">GTK_FILL</property>
2039
1892
<property name="y_options"></property>
2055
<widget class="GtkLabel" id="label_info_wtstats_ignored_label">
2056
<property name="xalign">0</property>
2057
<property name="label" translatable="yes">Ignored files: </property>
1908
<widget class="GtkLabel" id="label_info_wtstats_subdirs">
1909
<property name="xalign">0</property>
1910
<property name="label" translatable="yes">(none)</property>
1913
<property name="left_attach">1</property>
1914
<property name="right_attach">2</property>
1915
<property name="top_attach">7</property>
1916
<property name="bottom_attach">8</property>
1917
<property name="y_options"></property>
1921
<widget class="GtkLabel" id="label_info_wtstats_ignored">
1922
<property name="xalign">0</property>
1923
<property name="label" translatable="yes">(none)</property>
1926
<property name="left_attach">1</property>
1927
<property name="right_attach">2</property>
2060
1928
<property name="top_attach">6</property>
2061
1929
<property name="bottom_attach">7</property>
2062
<property name="x_options">GTK_FILL</property>
2063
1930
<property name="y_options"></property>
2067
<widget class="GtkLabel" id="label_info_wtstats_unknown_label">
1934
<widget class="GtkLabel" id="label_info_wtstats_unknown">
2068
1935
<property name="xalign">0</property>
2069
<property name="label" translatable="yes">Unknown files: </property>
1936
<property name="label" translatable="yes">(none)</property>
1939
<property name="left_attach">1</property>
1940
<property name="right_attach">2</property>
2072
1941
<property name="top_attach">5</property>
2073
1942
<property name="bottom_attach">6</property>
2074
<property name="x_options">GTK_FILL</property>
2075
1943
<property name="y_options"></property>
2079
<widget class="GtkLabel" id="label_info_wtstats_renamed_label">
1947
<widget class="GtkLabel" id="label_info_wtstats_renamed">
2080
1948
<property name="xalign">0</property>
2081
<property name="label" translatable="yes">Renamed files: </property>
1949
<property name="label" translatable="yes">(none)</property>
1952
<property name="left_attach">1</property>
1953
<property name="right_attach">2</property>
2084
1954
<property name="top_attach">4</property>
2085
1955
<property name="bottom_attach">5</property>
2086
<property name="x_options">GTK_FILL</property>
2087
1956
<property name="y_options"></property>
2091
<widget class="GtkLabel" id="label_info_wtstats_removed_label">
1960
<widget class="GtkLabel" id="label_info_wtstats_removed">
2092
1961
<property name="xalign">0</property>
2093
<property name="label" translatable="yes">Removed files: </property>
1962
<property name="label" translatable="yes">(none)</property>
1965
<property name="left_attach">1</property>
1966
<property name="right_attach">2</property>
2096
1967
<property name="top_attach">3</property>
2097
1968
<property name="bottom_attach">4</property>
2098
<property name="x_options">GTK_FILL</property>
2099
1969
<property name="y_options"></property>
2103
<widget class="GtkLabel" id="label_info_wtstats_added_label">
1973
<widget class="GtkLabel" id="label_info_wtstats_added">
2104
1974
<property name="xalign">0</property>
2105
<property name="label" translatable="yes">Added files: </property>
1975
<property name="label" translatable="yes">(none)</property>
1978
<property name="left_attach">1</property>
1979
<property name="right_attach">2</property>
2108
1980
<property name="top_attach">2</property>
2109
1981
<property name="bottom_attach">3</property>
2110
<property name="x_options">GTK_FILL</property>
2111
1982
<property name="y_options"></property>
2115
<widget class="GtkLabel" id="label_info_wtstats_modified_label">
1986
<widget class="GtkLabel" id="label_info_wtstats_modified">
2116
1987
<property name="xalign">0</property>
2117
<property name="label" translatable="yes">Modified files: </property>
1988
<property name="label" translatable="yes">(none)</property>
1991
<property name="left_attach">1</property>
1992
<property name="right_attach">2</property>
2120
1993
<property name="top_attach">1</property>
2121
1994
<property name="bottom_attach">2</property>
2122
<property name="x_options">GTK_FILL</property>
2123
1995
<property name="y_options"></property>
2127
<widget class="GtkLabel" id="label_info_wtstats_unchanged_label">
1999
<widget class="GtkLabel" id="label_info_wtstats_unchanged">
2128
2000
<property name="xalign">0</property>
2129
<property name="label" translatable="yes">Unchanged files: </property>
2001
<property name="label" translatable="yes">(none)</property>
2132
<property name="x_options">GTK_FILL</property>
2004
<property name="left_attach">1</property>
2005
<property name="right_attach">2</property>
2133
2006
<property name="y_options"></property>
2168
2041
<property name="n_columns">2</property>
2169
2042
<property name="column_spacing">12</property>
2171
<widget class="GtkLabel" id="label_info_brstats_revno">
2044
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2172
2045
<property name="xalign">0</property>
2173
<property name="label" translatable="yes">(none)</property>
2046
<property name="label" translatable="yes">Revisions in branch: </property>
2176
<property name="left_attach">1</property>
2177
<property name="right_attach">2</property>
2049
<property name="x_options">GTK_FILL</property>
2178
2050
<property name="y_options"></property>
2182
<widget class="GtkLabel" id="label_info_brstats_commiters">
2054
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2183
2055
<property name="xalign">0</property>
2184
<property name="label" translatable="yes">(none)</property>
2056
<property name="label" translatable="yes">Number of commiters: </property>
2187
<property name="left_attach">1</property>
2188
<property name="right_attach">2</property>
2189
2059
<property name="top_attach">1</property>
2190
2060
<property name="bottom_attach">2</property>
2061
<property name="x_options">GTK_FILL</property>
2191
2062
<property name="y_options"></property>
2195
<widget class="GtkLabel" id="label_info_brstats_age">
2066
<widget class="GtkLabel" id="label_info_brstats_age_label">
2196
2067
<property name="xalign">0</property>
2197
<property name="label" translatable="yes">(none)</property>
2068
<property name="label" translatable="yes">Age of branch in days: </property>
2200
<property name="left_attach">1</property>
2201
<property name="right_attach">2</property>
2202
2071
<property name="top_attach">2</property>
2203
2072
<property name="bottom_attach">3</property>
2073
<property name="x_options">GTK_FILL</property>
2204
2074
<property name="y_options"></property>
2208
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2078
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2209
2079
<property name="xalign">0</property>
2210
<property name="label" translatable="yes">(none)</property>
2080
<property name="label" translatable="yes">Time of first revision: </property>
2213
<property name="left_attach">1</property>
2214
<property name="right_attach">2</property>
2215
2083
<property name="top_attach">3</property>
2216
2084
<property name="bottom_attach">4</property>
2217
<property name="y_options"></property>
2221
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2222
<property name="xalign">0</property>
2223
<property name="label" translatable="yes">(none)</property>
2226
<property name="left_attach">1</property>
2227
<property name="right_attach">2</property>
2228
<property name="top_attach">4</property>
2229
<property name="bottom_attach">5</property>
2085
<property name="x_options">GTK_FILL</property>
2230
2086
<property name="y_options"></property>
2246
<widget class="GtkLabel" id="label_info_brstats_firstrev_label">
2247
<property name="xalign">0</property>
2248
<property name="label" translatable="yes">Time of first revision: </property>
2102
<widget class="GtkLabel" id="label_info_brstats_lastrev">
2103
<property name="xalign">0</property>
2104
<property name="label" translatable="yes">(none)</property>
2107
<property name="left_attach">1</property>
2108
<property name="right_attach">2</property>
2109
<property name="top_attach">4</property>
2110
<property name="bottom_attach">5</property>
2111
<property name="y_options"></property>
2115
<widget class="GtkLabel" id="label_info_brstats_firstrev">
2116
<property name="xalign">0</property>
2117
<property name="label" translatable="yes">(none)</property>
2120
<property name="left_attach">1</property>
2121
<property name="right_attach">2</property>
2251
2122
<property name="top_attach">3</property>
2252
2123
<property name="bottom_attach">4</property>
2253
<property name="x_options">GTK_FILL</property>
2254
2124
<property name="y_options"></property>
2258
<widget class="GtkLabel" id="label_info_brstats_age_label">
2128
<widget class="GtkLabel" id="label_info_brstats_age">
2259
2129
<property name="xalign">0</property>
2260
<property name="label" translatable="yes">Age of branch in days: </property>
2130
<property name="label" translatable="yes">(none)</property>
2133
<property name="left_attach">1</property>
2134
<property name="right_attach">2</property>
2263
2135
<property name="top_attach">2</property>
2264
2136
<property name="bottom_attach">3</property>
2265
<property name="x_options">GTK_FILL</property>
2266
2137
<property name="y_options"></property>
2270
<widget class="GtkLabel" id="label_info_brstats_commiters_label">
2141
<widget class="GtkLabel" id="label_info_brstats_commiters">
2271
2142
<property name="xalign">0</property>
2272
<property name="label" translatable="yes">Number of commiters: </property>
2143
<property name="label" translatable="yes">(none)</property>
2146
<property name="left_attach">1</property>
2147
<property name="right_attach">2</property>
2275
2148
<property name="top_attach">1</property>
2276
2149
<property name="bottom_attach">2</property>
2277
<property name="x_options">GTK_FILL</property>
2278
2150
<property name="y_options"></property>
2282
<widget class="GtkLabel" id="label_info_brstats_revno_label">
2154
<widget class="GtkLabel" id="label_info_brstats_revno">
2283
2155
<property name="xalign">0</property>
2284
<property name="label" translatable="yes">Revisions in branch: </property>
2156
<property name="label" translatable="yes">(none)</property>
2287
<property name="x_options">GTK_FILL</property>
2159
<property name="left_attach">1</property>
2160
<property name="right_attach">2</property>
2288
2161
<property name="y_options"></property>
2323
2196
<property name="n_columns">2</property>
2324
2197
<property name="column_spacing">12</property>
2326
<widget class="GtkLabel" id="label_info_repstats_revisions">
2327
<property name="xalign">0</property>
2328
<property name="label" translatable="yes">(none)</property>
2331
<property name="left_attach">1</property>
2332
<property name="right_attach">2</property>
2333
<property name="y_options"></property>
2337
<widget class="GtkLabel" id="label_info_repstats_size">
2338
<property name="xalign">0</property>
2339
<property name="label" translatable="yes">(none)</property>
2342
<property name="left_attach">1</property>
2343
<property name="right_attach">2</property>
2344
<property name="top_attach">1</property>
2345
<property name="bottom_attach">2</property>
2199
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2200
<property name="xalign">0</property>
2201
<property name="label" translatable="yes">Revisions in repository: </property>
2204
<property name="x_options">GTK_FILL</property>
2346
2205
<property name="y_options"></property>
2362
<widget class="GtkLabel" id="label_info_repstats_revisions_label">
2363
<property name="xalign">0</property>
2364
<property name="label" translatable="yes">Revisions in repository: </property>
2367
<property name="x_options">GTK_FILL</property>
2221
<widget class="GtkLabel" id="label_info_repstats_size">
2222
<property name="xalign">0</property>
2223
<property name="label" translatable="yes">(none)</property>
2226
<property name="left_attach">1</property>
2227
<property name="right_attach">2</property>
2228
<property name="top_attach">1</property>
2229
<property name="bottom_attach">2</property>
2230
<property name="y_options"></property>
2234
<widget class="GtkLabel" id="label_info_repstats_revisions">
2235
<property name="xalign">0</property>
2236
<property name="label" translatable="yes">(none)</property>
2239
<property name="left_attach">1</property>
2240
<property name="right_attach">2</property>
2368
2241
<property name="y_options"></property>