~nagos/openshot/nagos

« back to all changes in this revision

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

  • Committer: Jonathan Thomas
  • Date: 2010-01-28 07:39:38 UTC
  • Revision ID: jonathan@jonathan64-20100128073938-xlmzndtbuqwgtama
Bumped version to 1.0.3

Intergrated a patch from Cody to fix some translation
strings missing (i.e. Track 1, Track 2)

Improved the speed of GenerateXML() 1300%.  This was mainly due to 
a very poor project.fps() method, which was slow and used all
over the place.  So, I tried to not call the method as much,
and I implemented some caching of the fps value.

Show diffs side-by-side

added added

removed removed

Lines of Context:
899
899
                                <child>
900
900
                                  <widget class="GtkToolButton" id="tlbAddTrack">
901
901
                                    <property name="visible">True</property>
902
 
                                    <property name="tooltip_text">Add Track</property>
 
902
                                    <property name="tooltip_text" translatable="yes">Add Track</property>
903
903
                                    <property name="label" translatable="yes">Add Track</property>
904
904
                                    <signal name="clicked" handler="on_tlbAddTrack_clicked"/>
905
905
                                  </widget>
919
919
                                <child>
920
920
                                  <widget class="GtkToggleToolButton" id="tlbArrow">
921
921
                                    <property name="visible">True</property>
922
 
                                    <property name="tooltip_text">Arrow Tool</property>
 
922
                                    <property name="tooltip_text" translatable="yes">Arrow Tool</property>
923
923
                                    <property name="label" translatable="yes">Arrow Tool</property>
924
924
                                    <property name="active">True</property>
925
925
                                    <signal name="toggled" handler="on_tlbArrow_toggled"/>
931
931
                                <child>
932
932
                                  <widget class="GtkToggleToolButton" id="tlbRazor">
933
933
                                    <property name="visible">True</property>
934
 
                                    <property name="tooltip_text">Razor Tool</property>
 
934
                                    <property name="tooltip_text" translatable="yes">Razor Tool</property>
935
935
                                    <property name="label" translatable="yes">Razor Tool</property>
936
936
                                    <signal name="toggled" handler="on_tlbRazor_toggled"/>
937
937
                                  </widget>
942
942
                                <child>
943
943
                                  <widget class="GtkToggleToolButton" id="tlbResize">
944
944
                                    <property name="visible">True</property>
945
 
                                    <property name="tooltip_text">Resize Tool</property>
 
945
                                    <property name="tooltip_text" translatable="yes">Resize Tool</property>
946
946
                                    <property name="label" translatable="yes">Resize Tool</property>
947
947
                                    <signal name="toggled" handler="on_tlbResize_toggled"/>
948
948
                                  </widget>
953
953
                                <child>
954
954
                                  <widget class="GtkToggleToolButton" id="tlbSnap">
955
955
                                    <property name="visible">True</property>
956
 
                                    <property name="tooltip_text">Snapping Tool</property>
 
956
                                    <property name="tooltip_text" translatable="yes">Snapping Tool</property>
957
957
                                    <property name="label" translatable="yes">Snapping Tool</property>
958
958
                                    <property name="active">True</property>
959
959
                                    <signal name="toggled" handler="on_tlbSnap_toggled"/>
974
974
                                <child>
975
975
                                  <widget class="GtkToolButton" id="tlbAddMarker">
976
976
                                    <property name="visible">True</property>
977
 
                                    <property name="tooltip_text">Add Marker</property>
 
977
                                    <property name="tooltip_text" translatable="yes">Add Marker</property>
978
978
                                    <property name="label" translatable="yes">Add Marker</property>
979
979
                                    <signal name="clicked" handler="on_tlbAddMarker_clicked"/>
980
980
                                  </widget>
999
999
                                            <property name="visible">True</property>
1000
1000
                                            <property name="can_focus">True</property>
1001
1001
                                            <property name="receives_default">True</property>
1002
 
                                            <property name="tooltip_text">Zoom In</property>
 
1002
                                            <property name="tooltip_text" translatable="yes">Zoom In</property>
1003
1003
                                            <property name="relief">GTK_RELIEF_NONE</property>
1004
1004
                                            <property name="focus_on_click">False</property>
1005
1005
                                            <property name="response_id">0</property>
1019
1019
                                          <widget class="GtkHScale" id="hsZoom">
1020
1020
                                            <property name="width_request">200</property>
1021
1021
                                            <property name="visible">True</property>
1022
 
                                            <property name="tooltip_text">Slide to Zoom</property>
 
1022
                                            <property name="tooltip_text" translatable="yes">Slide to Zoom</property>
1023
1023
                                            <property name="update_policy">GTK_UPDATE_DELAYED</property>
1024
1024
                                            <property name="adjustment">15 1 205 1 5 5</property>
1025
1025
                                            <property name="draw_value">False</property>
1033
1033
                                        <child>
1034
1034
                                          <widget class="GtkLabel" id="lblZoomDetail">
1035
1035
                                            <property name="visible">True</property>
1036
 
                                            <property name="tooltip_text">Number of seconds between each line on the timeline</property>
 
1036
                                            <property name="tooltip_text" translatable="yes">Number of seconds between each line on the timeline</property>
1037
1037
                                            <property name="label" translatable="yes">15 seconds</property>
1038
1038
                                          </widget>
1039
1039
                                          <packing>
1046
1046
                                            <property name="visible">True</property>
1047
1047
                                            <property name="can_focus">True</property>
1048
1048
                                            <property name="receives_default">True</property>
1049
 
                                            <property name="tooltip_text">Zoom Out</property>
 
1049
                                            <property name="tooltip_text" translatable="yes">Zoom Out</property>
1050
1050
                                            <property name="relief">GTK_RELIEF_NONE</property>
1051
1051
                                            <property name="focus_on_click">False</property>
1052
1052
                                            <property name="response_id">0</property>