/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: 2006-08-03 10:44:56 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060803104456-b5f901b6775ef158
Push dialog now displays stored location

2006-08-03  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>

    * olive/frontend/gtk/push.py: display known push location if available
    * olive/backend/info.py: implemented get_push_location()

Show diffs side-by-side

added added

removed removed

Lines of Context:
1588
1588
      </child>
1589
1589
 
1590
1590
      <child>
 
1591
        <widget class="GtkEntry" id="entry_push_stored">
 
1592
          <property name="visible">True</property>
 
1593
          <property name="can_focus">True</property>
 
1594
          <property name="editable">False</property>
 
1595
          <property name="visibility">True</property>
 
1596
          <property name="max_length">0</property>
 
1597
          <property name="text" translatable="yes">(no location known)</property>
 
1598
          <property name="has_frame">True</property>
 
1599
          <property name="invisible_char">●</property>
 
1600
          <property name="activates_default">False</property>
 
1601
        </widget>
 
1602
        <packing>
 
1603
          <property name="padding">0</property>
 
1604
          <property name="expand">False</property>
 
1605
          <property name="fill">False</property>
 
1606
        </packing>
 
1607
      </child>
 
1608
 
 
1609
      <child>
1591
1610
        <widget class="GtkRadioButton" id="radiobutton_push_specific">
1592
1611
          <property name="visible">True</property>
1593
1612
          <property name="can_focus">True</property>
1594
 
          <property name="label" translatable="yes">Push to specific _location:</property>
 
1613
          <property name="label" translatable="yes">Push to specific _location</property>
1595
1614
          <property name="use_underline">True</property>
1596
1615
          <property name="relief">GTK_RELIEF_NORMAL</property>
1597
1616
          <property name="focus_on_click">True</property>
1645
1664
      </child>
1646
1665
 
1647
1666
      <child>
 
1667
        <widget class="GtkCheckButton" id="checkbutton_push_create">
 
1668
          <property name="can_focus">True</property>
 
1669
          <property name="label" translatable="yes">_Create the path leading up to the location</property>
 
1670
          <property name="use_underline">True</property>
 
1671
          <property name="relief">GTK_RELIEF_NORMAL</property>
 
1672
          <property name="focus_on_click">True</property>
 
1673
          <property name="active">False</property>
 
1674
          <property name="inconsistent">False</property>
 
1675
          <property name="draw_indicator">True</property>
 
1676
        </widget>
 
1677
        <packing>
 
1678
          <property name="padding">0</property>
 
1679
          <property name="expand">False</property>
 
1680
          <property name="fill">False</property>
 
1681
        </packing>
 
1682
      </child>
 
1683
 
 
1684
      <child>
1648
1685
        <widget class="GtkCheckButton" id="checkbutton_push_overwrite">
 
1686
          <property name="visible">True</property>
1649
1687
          <property name="can_focus">True</property>
1650
1688
          <property name="label" translatable="yes">_Overwrite target if diverged</property>
1651
1689
          <property name="use_underline">True</property>
1663
1701
      </child>
1664
1702
 
1665
1703
      <child>
1666
 
        <widget class="GtkCheckButton" id="checkbutton_push_create">
1667
 
          <property name="can_focus">True</property>
1668
 
          <property name="label" translatable="yes">_Create the path leading up to the location</property>
1669
 
          <property name="use_underline">True</property>
1670
 
          <property name="relief">GTK_RELIEF_NORMAL</property>
1671
 
          <property name="focus_on_click">True</property>
1672
 
          <property name="active">False</property>
1673
 
          <property name="inconsistent">False</property>
1674
 
          <property name="draw_indicator">True</property>
1675
 
        </widget>
1676
 
        <packing>
1677
 
          <property name="padding">0</property>
1678
 
          <property name="expand">False</property>
1679
 
          <property name="fill">False</property>
1680
 
        </packing>
1681
 
      </child>
1682
 
 
1683
 
      <child>
1684
1704
        <widget class="GtkHButtonBox" id="hbuttonbox_push">
1685
1705
          <property name="visible">True</property>
1686
1706
          <property name="layout_style">GTK_BUTTONBOX_SPREAD</property>