2010-07-19 16:09:32 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<interface>
|
|
|
|
<requires lib="gtk+" version="2.16"/>
|
|
|
|
<!-- interface-naming-policy project-wide -->
|
2010-07-19 17:39:26 +00:00
|
|
|
<object class="GtkWindow" id="window">
|
2010-07-21 13:43:28 +00:00
|
|
|
<property name="visible">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="default_width">540</property>
|
|
|
|
<property name="default_height">450</property>
|
2010-07-19 17:39:26 +00:00
|
|
|
<signal name="destroy" handler="window_destroy_cb"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkVBox" id="vbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuBar" id="menubar1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="file">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_File</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="new_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-new</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="open_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-open</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="save_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-save</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="as_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-save-as</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="separatormenuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="quit_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-quit</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<signal name="activate" handler="quit_item_activate_cb"/>
|
2010-07-19 16:09:32 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="Edit">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Edit</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="cut_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-cut</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="copy_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-copy</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="paste_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="label">gtk-paste</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkImageMenuItem" id="delete_item">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
2010-07-22 09:00:15 +00:00
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="related_action">delete</property>
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="menuitem3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_View</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-20 13:56:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkMenuItem" id="timeline1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Timeline</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu4">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="add_file_item">
|
|
|
|
<property name="visible">True</property>
|
2010-07-22 09:00:15 +00:00
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="related_action">add_file</property>
|
|
|
|
<property name="use_stock">True</property>
|
2010-07-20 13:56:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-22 10:05:09 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorMenuItem" id="menuitem1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="menuitem2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="related_action">play</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-20 13:56:12 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkMenuItem" id="Help">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label" translatable="yes">_Help</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<child type="submenu">
|
|
|
|
<object class="GtkMenu" id="menu3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkImageMenuItem" id="imagemenuitem10">
|
|
|
|
<property name="label">gtk-about</property>
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
<property name="use_stock">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-22 09:00:15 +00:00
|
|
|
<child>
|
2010-07-22 10:05:09 +00:00
|
|
|
<object class="GtkToolbar" id="toolbar">
|
2010-07-22 09:00:15 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="add_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="related_action">add_file</property>
|
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton1</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="delete_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="related_action">delete</property>
|
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="label" translatable="yes">Delete</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkSeparatorToolItem" id="toolbutton3">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-22 10:05:09 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkToolButton" id="play_button">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="related_action">play</property>
|
|
|
|
<property name="use_action_appearance">True</property>
|
|
|
|
<property name="label" translatable="yes">toolbutton1</property>
|
|
|
|
<property name="use_underline">True</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="homogeneous">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-22 09:00:15 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkVPaned" id="vpaned1">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="border_width">12</property>
|
2010-07-20 13:56:12 +00:00
|
|
|
<property name="position">450</property>
|
|
|
|
<property name="position_set">True</property>
|
2010-07-19 16:09:32 +00:00
|
|
|
<child>
|
2010-07-20 11:57:28 +00:00
|
|
|
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
2010-07-19 16:09:32 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="shadow_type">in</property>
|
|
|
|
<child>
|
2010-07-20 17:41:58 +00:00
|
|
|
<object class="GtkTreeView" id="timeline_treeview">
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
|
|
|
<property name="search_column">0</property>
|
|
|
|
<property name="show_expanders">False</property>
|
2010-07-20 13:56:12 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="description_column">
|
|
|
|
<property name="resizable">True</property>
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
<property name="title">Description</property>
|
|
|
|
<property name="expand">True</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkCellRendererText" id="cellrenderertext2"/>
|
|
|
|
<attributes>
|
|
|
|
<attribute name="text">0</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkTreeViewColumn" id="duration_column">
|
|
|
|
<property name="sizing">autosize</property>
|
|
|
|
<property name="title">Duration</property>
|
|
|
|
<child>
|
2010-07-21 17:01:33 +00:00
|
|
|
<object class="GtkCellRendererText" id="duration_renderer"/>
|
2010-07-20 13:56:12 +00:00
|
|
|
<attributes>
|
|
|
|
<attribute name="text">1</attribute>
|
|
|
|
</attributes>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-20 11:57:28 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="resize">False</property>
|
|
|
|
<property name="shrink">True</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
2010-07-21 13:22:29 +00:00
|
|
|
<object class="GtkFrame" id="properties">
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="label_xalign">0</property>
|
|
|
|
<property name="shadow_type">none</property>
|
|
|
|
<child>
|
2010-07-21 17:02:09 +00:00
|
|
|
<object class="GtkVBox" id="filesource_properties">
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_duration">
|
|
|
|
<property name="visible">True</property>
|
2010-07-21 17:02:09 +00:00
|
|
|
<property name="xalign">1</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">12</property>
|
|
|
|
<property name="ypad">3</property>
|
|
|
|
<property name="label" translatable="yes">Duration:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHScale" id="duration_scale">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-21 17:02:09 +00:00
|
|
|
<property name="restrict_to_fill_level">False</property>
|
|
|
|
<property name="draw_value">False</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
<property name="value_pos">bottom</property>
|
2010-07-21 16:03:06 +00:00
|
|
|
<signal name="change_value" handler="duration_scale_change_value_cb"/>
|
2010-07-20 11:57:28 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-21 17:02:09 +00:00
|
|
|
<child>
|
|
|
|
<object class="GtkHBox" id="hbox2">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="spacing">6</property>
|
|
|
|
<child>
|
|
|
|
<object class="GtkLabel" id="label_inpoint">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="xalign">1</property>
|
|
|
|
<property name="yalign">0</property>
|
|
|
|
<property name="xpad">12</property>
|
|
|
|
<property name="ypad">3</property>
|
|
|
|
<property name="label" translatable="yes">In Point:</property>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">0</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
<child>
|
|
|
|
<object class="GtkHScale" id="in_point_scale">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="can_focus">True</property>
|
2010-07-21 18:21:01 +00:00
|
|
|
<property name="show_fill_level">True</property>
|
2010-07-21 17:02:09 +00:00
|
|
|
<property name="restrict_to_fill_level">False</property>
|
|
|
|
<property name="draw_value">False</property>
|
|
|
|
<property name="value_pos">bottom</property>
|
2010-07-21 18:21:01 +00:00
|
|
|
<signal name="change_value" handler="in_point_scale_change_value_cb"/>
|
2010-07-21 17:02:09 +00:00
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
|
|
|
<property name="expand">False</property>
|
|
|
|
<property name="fill">False</property>
|
|
|
|
<property name="position">1</property>
|
|
|
|
</packing>
|
|
|
|
</child>
|
2010-07-20 11:57:28 +00:00
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
<child type="label">
|
|
|
|
<object class="GtkLabel" id="label1">
|
|
|
|
<property name="visible">True</property>
|
|
|
|
<property name="ypad">3</property>
|
|
|
|
<property name="label" translatable="yes"><b>Edit Object</b></property>
|
|
|
|
<property name="use_markup">True</property>
|
|
|
|
</object>
|
|
|
|
</child>
|
2010-07-19 16:09:32 +00:00
|
|
|
</object>
|
2010-07-20 11:57:28 +00:00
|
|
|
<packing>
|
|
|
|
<property name="resize">True</property>
|
2010-07-20 13:56:12 +00:00
|
|
|
<property name="shrink">False</property>
|
2010-07-20 11:57:28 +00:00
|
|
|
</packing>
|
2010-07-19 16:09:32 +00:00
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
<packing>
|
2010-07-22 09:00:15 +00:00
|
|
|
<property name="position">2</property>
|
2010-07-19 16:09:32 +00:00
|
|
|
</packing>
|
|
|
|
</child>
|
|
|
|
</object>
|
|
|
|
</child>
|
|
|
|
</object>
|
2010-07-21 13:22:29 +00:00
|
|
|
<object class="GtkTreeSelection" id="selection"/>
|
2010-07-21 17:02:09 +00:00
|
|
|
<object class="GtkSizeGroup" id="LabelSizeGroup">
|
|
|
|
<widgets>
|
|
|
|
<widget name="label_inpoint"/>
|
2010-07-22 09:00:15 +00:00
|
|
|
<widget name="label_duration"/>
|
2010-07-21 17:02:09 +00:00
|
|
|
</widgets>
|
|
|
|
</object>
|
2010-07-22 09:00:15 +00:00
|
|
|
<object class="GtkAction" id="delete">
|
|
|
|
<property name="label">Delete</property>
|
|
|
|
<property name="stock_id">gtk-delete</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<signal name="activate" handler="delete_activate_cb"/>
|
|
|
|
</object>
|
|
|
|
<object class="GtkAction" id="add_file">
|
|
|
|
<property name="label">Add File</property>
|
|
|
|
<property name="stock_id">gtk-add</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
<signal name="activate" handler="add_file_activate_cb"/>
|
|
|
|
</object>
|
2010-07-22 10:05:09 +00:00
|
|
|
<object class="GtkAction" id="play">
|
|
|
|
<property name="label">Play</property>
|
|
|
|
<property name="stock_id">gtk-media-play</property>
|
|
|
|
<property name="always_show_image">True</property>
|
|
|
|
</object>
|
2010-07-19 16:09:32 +00:00
|
|
|
</interface>
|