~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to data/playlist.ui

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
         </child>
25
25
         <child>
26
26
            <object class="GtkAction" id="select-subtitle">
27
 
               <property name="label" translatable="yes">Select text subtitle...</property>
 
27
               <property name="label" translatable="yes">_Select text subtitle...</property>
28
28
               <property name="tooltip" translatable="yes">Select a file to use for text subtitles</property>
29
29
               <property name="stock-id">gtk-open</property>
30
30
               <signal name="activate" handler="playlist_select_subtitle_action_callback"/>
41
41
   </ui>
42
42
</object>
43
43
 
 
44
<object class="GtkListStore" id="playlist_list_store">
 
45
  <columns>
 
46
    <column type="gint"/><!--playing-->
 
47
    <column type="gchararray"/><!--filename-->
 
48
    <column type="gchararray"/><!--URI-->
 
49
    <column type="gboolean"/><!--custom title-->
 
50
    <column type="gchararray"/><!--subtitle URI-->
 
51
    <column type="GObject"/><!--file monitor-->
 
52
  </columns>
 
53
</object>
 
54
 
44
55
<object class="GtkVBox" id="vbox4">
45
56
  <property name="border_width">0</property>
46
57
  <property name="visible">True</property>
58
69
 
59
70
      <child>
60
71
        <object class="GtkTreeView" id="treeview1">
 
72
          <property name="model">playlist_list_store</property>
61
73
          <property name="visible">True</property>
62
 
          <property name="can_focus">True</property>
63
 
          <property name="headers_visible">True</property>
64
 
          <property name="rules_hint">False</property>
 
74
          <property name="can-focus">True</property>
 
75
          <property name="headers-visible">False</property>
 
76
          <property name="rules-hint">True</property>
65
77
          <property name="reorderable">False</property>
66
 
          <property name="enable_search">True</property>
67
 
          <property name="fixed_height_mode">False</property>
68
 
          <property name="hover_selection">False</property>
69
 
          <property name="hover_expand">False</property>
 
78
          <property name="enable-search">True</property>
 
79
          <property name="fixed-height-mode">False</property>
 
80
          <property name="hover-selection">False</property>
 
81
          <property name="hover-expand">False</property>
70
82
        </object>
71
83
      </child>
72
84
    </object>