~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to misc/org.yorba.shotwell.gschema.xml

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-21 13:52:58 UTC
  • mto: This revision was merged to the branch mainline in revision 47.
  • Revision ID: package-import@ubuntu.com-20120221135258-ao9jiib5qicomq7q
Tags: upstream-0.11.92
ImportĀ upstreamĀ versionĀ 0.11.92

Show diffs side-by-side

added added

removed removed

Lines of Context:
318
318
</schema>
319
319
 
320
320
<schema id="org.yorba.shotwell.sharing.flickr" path="/apps/shotwell/sharing/flickr/">
321
 
    <key name="auth-token" type="s">
 
321
    <key name="access-phase-token" type="s">
322
322
        <default>""</default>
323
 
        <summary>auth token</summary>
 
323
        <summary>OAuth Access Phase Token</summary>
324
324
        <description>The authorization token for the currently logged in Flickr user, if any</description>
325
325
    </key>
326
 
    
327
 
    <key name="username" type="s">
 
326
 
 
327
    <key name="access-phase-token-secret" type="s">
 
328
        <default>""</default>
 
329
        <summary>OAuth Access Phase Token Secret</summary>
 
330
        <description>The cryptographic secret used to sign requests against the authorization token for the currently logged in Flickr user, if any</description>
 
331
    </key>
 
332
 
 
333
    <key name="access-phase-username" type="s">
328
334
        <default>""</default>
329
335
        <summary>username</summary>
330
336
        <description>The user name of the currently logged in Flickr user, if any</description>
383
389
    </key>
384
390
</schema>
385
391
 
 
392
<schema id="org.yorba.shotwell.dataimports" path="/apps/shotwell/dataimports/">
 
393
    <key name="last-used-dataimports-service" type="s">
 
394
        <default>""</default>
 
395
        <summary>last used import service</summary>
 
396
        <description>A numeric code representing the last service from which photos were imported</description>
 
397
    </key>
 
398
</schema>
 
399
 
386
400
<schema id="org.yorba.shotwell.video" path="/apps/shotwell/video/">
387
401
    <key name="interpreter-state-cookie" type="i">
388
402
        <default>-1</default>
494
508
        <description>True if the Yandex.Fotki publishing plugin is enabled, false otherwise</description>
495
509
    </key>
496
510
 
 
511
    <key name="dataimports-fspot" type="b">
 
512
        <default>true</default>
 
513
        <summary>enable F-Spot import plugin</summary>
 
514
        <description>True if the F-Spot import plugin is enabled, false otherwise</description>
 
515
    </key>
 
516
 
497
517
    <key name="transitions-crumble" type="b">
498
518
        <default>true</default>
499
519
        <summary>enable slideshow crumble transition</summary>