~swem/totem/assignment

« back to all changes in this revision

Viewing changes to data/totem.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
      </schema>
215
215
 
216
216
      <schema>
217
 
        <key>/schemas/apps/totem/volume</key>
218
 
        <applyto>/apps/totem/volume</applyto>
219
 
        <owner>totem</owner>
220
 
        <type>int</type>
221
 
        <default>50</default>
222
 
        <locale name="C">
223
 
          <short>Sound volume</short>
224
 
          <long>Sound volume, in percent, between 0 and 100</long>
225
 
        </locale>
226
 
      </schema>
227
 
 
228
 
      <schema>
229
217
        <key>/schemas/apps/totem/network-buffer-threshold</key>
230
218
        <applyto>/apps/totem/network-buffer-threshold</applyto>
231
219
        <owner>totem</owner>
304
292
      </schema>
305
293
 
306
294
      <schema>
307
 
        <key>/schemas/apps/disable_user_plugins</key>
 
295
        <key>/schemas/apps/totem/disable_user_plugins</key>
308
296
        <applyto>/apps/totem/disable_user_plugins</applyto>
309
297
        <owner>totem</owner>
310
298
        <type>bool</type>
316
304
      </schema>
317
305
 
318
306
      <schema>
 
307
        <key>/schemas/apps/disable_keyboard_shortcuts</key>
 
308
        <applyto>/apps/totem/disable_keyboard_shortcuts</applyto>
 
309
        <owner>totem</owner>
 
310
        <type>bool</type>
 
311
        <default>false</default>
 
312
        <locale name="C">
 
313
          <short>Whether to disable the keyboard shortcuts</short>
 
314
          <long>Whether to disable the keyboard shortcuts</long>
 
315
        </locale>
 
316
      </schema>
 
317
 
 
318
      <schema>
319
319
        <key>/schemas/apps/totem/autoload_subtitles</key>
320
320
        <applyto>/apps/totem/autoload_subtitles</applyto>
321
321
        <owner>totem</owner>
334
334
        <applyto>/apps/totem/remember_position</applyto>
335
335
        <owner>totem</owner>
336
336
        <type>bool</type>
337
 
        <default>true</default>
 
337
        <default>false</default>
338
338
        <locale name="C">
339
339
          <short>Whether to remember the position of played audio/video files when pausing or closing them.</short>
340
340
        </locale>