~nagos/openshot/nagos

« back to all changes in this revision

Viewing changes to openshot/windows/glade/Main.glade

  • Committer: Jonathan Thomas
  • Date: 2010-02-03 06:15:51 UTC
  • Revision ID: jonathan@jonathan64-20100203061551-0xlytm6f1b5jc0v4
Added a new feature to quickly tile a set of overlapping
clips.  In the right click Layout menu > Show All is now 
an option.

It does all the math, and moves each overlapping clip to 
it's own "tile".  It works best if you use a perfect square
number of clips, for example 4, 9, 16, etc...

Show diffs side-by-side

added added

removed removed

Lines of Context:
2004
2004
        </child>
2005
2005
      </widget>
2006
2006
    </child>
 
2007
    <child>
 
2008
      <widget class="GtkSeparatorMenuItem" id="menuitem12a1">
 
2009
        <property name="visible">True</property>
 
2010
      </widget>
 
2011
    </child>
 
2012
    <child>
 
2013
      <widget class="GtkImageMenuItem" id="mnu_show_all_nostretch">
 
2014
        <property name="visible">True</property>
 
2015
        <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
 
2016
        <property name="label" translatable="yes">Show All (Maintain Ratio)</property>
 
2017
        <property name="use_underline">True</property>
 
2018
        <signal name="activate" handler="on_mnuPosition_activate"/>
 
2019
        <child internal-child="image">
 
2020
          <widget class="GtkImage" id="menu-item-image55">
 
2021
            <property name="visible">True</property>
 
2022
            <property name="stock">gtk-missing-image</property>
 
2023
          </widget>
 
2024
        </child>
 
2025
      </widget>
 
2026
    </child>
 
2027
    <child>
 
2028
      <widget class="GtkImageMenuItem" id="mnu_show_all_stretch">
 
2029
        <property name="visible">True</property>
 
2030
        <property name="events">GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_STRUCTURE_MASK</property>
 
2031
        <property name="label" translatable="yes">Show All (Distort)</property>
 
2032
        <property name="use_underline">True</property>
 
2033
        <signal name="activate" handler="on_mnuPosition_activate"/>
 
2034
        <child internal-child="image">
 
2035
          <widget class="GtkImage" id="menu-item-image55">
 
2036
            <property name="visible">True</property>
 
2037
            <property name="stock">gtk-missing-image</property>
 
2038
          </widget>
 
2039
        </child>
 
2040
      </widget>
 
2041
    </child>
2007
2042
  </widget>
2008
2043
  <widget class="GtkMenu" id="mnuTransitionPopup">
2009
2044
    <property name="visible">True</property>