~om26er/ubuntu/natty/totem/totem-fix-696171

« back to all changes in this revision

Viewing changes to data/totem.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-12 13:09:09 UTC
  • mfrom: (1.11.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20100812130909-hzn8tsoh9z7t3dbx
Tags: 2.31.6-0ubuntu1
* New upstream version:
  - Add support for Web-M to browser, movie player, and YouTube plugin
  Movie Player:
  - Add deinterlacing support, automatically used for interlaced content
  - Do not block when loading playlists
  - Remove libunique dependency
  - Make auto-resize use half-scale or 2x if the player would fit on the 
    screen
  - Make screensaver preference clearer
  - Support running with RGBA (semi-transparent) GTK+ themes
  Plugins:
  - Update for YouTube website changes
  Browser plugin:
  - Fix running browser plugin in non-GTK+ front-ends
  - VLC-compatible browser plugin:
  - Support input.time and input.length property
  - Support togglePause function
  - Support toolbar plugin argument
* debian/control.in:
  - updated the build requirements to match the configure
* debian/patches/80_webm.patch,
  debian/patches/81_mpegts.patch,
  debian/patches/91_git_correct_rgba_use.patch:
  - the changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
      </schema>
144
144
 
145
145
      <schema>
146
 
        <key>/schemas/apps/totem/deinterlace</key>
147
 
        <applyto>/apps/totem/deinterlace</applyto>
 
146
        <key>/schemas/apps/totem/disable_deinterlacing</key>
 
147
        <applyto>/apps/totem/disable_deinterlacing</applyto>
148
148
        <owner>totem</owner>
149
149
        <type>bool</type>
150
150
        <default>FALSE</default>
151
151
        <locale name="C">
152
 
          <short>Enable deinterlacing</short>
 
152
          <short>Whether to disable deinterlacing for interlaced movies</short>
153
153
        </locale>
154
154
      </schema>
155
155
 
184
184
      </schema>
185
185
 
186
186
      <schema>
187
 
        <key>/schemas/apps/totem/window_on_top</key>
188
 
        <applyto>/apps/totem/window_on_top</applyto>
189
 
        <owner>totem</owner>
190
 
        <type>bool</type>
191
 
        <default>false</default>
192
 
        <locale name="C">
193
 
          <short>Whether the main window should stay on top</short>
194
 
          <long>
195
 
            Whether the main window should stay on top of the other ones
196
 
          </long>
197
 
        </locale>
198
 
      </schema>
199
 
 
200
 
      <schema>
201
187
        <key>/schemas/apps/totem/visual_quality</key>
202
188
        <applyto>/apps/totem/visual_quality</applyto>
203
189
        <owner>totem</owner>