~ubuntu-branches/ubuntu/karmic/file-browser-applet/karmic

« back to all changes in this revision

Viewing changes to data/file-browser-applet.schemas

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio
  • Date: 2008-11-04 13:34:36 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081104133436-7kgxv6psv6mjnxh0
Tags: 0.6.0-0ubuntu1
* New upstream release.
 - Added context menu with a few actions (open-with, new folder here, 
   delete file/folder, create/extract archive, create CD/DVD from 
   file/folder, compile a tex file).
 - Added configuration option to make text vertical/horizontal when 
   the panel is vertical.
 - Added tooltips to configuration dialog.
 - Fixed bugs #21, #30, #34, #37, #39.
 - Plugged some memory leaks (thanks Silvio Ricardo Cordeiro).
 - Lots of code cleanup. 
* debian/control:
 - Add suggests on file-roller, brasero, and rubber 
   for new features.
 - Add Vcs-Bzr field.
 - Add versionized Build-Depend on libgtk2.0-dev (>= 2.14)

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
      </schema>
14
14
 
15
15
      <schema>
 
16
        <key>/schemas/apps/file-browser-applet/prefs/horizontal_text</key>
 
17
        <owner>file-browser-applet</owner>
 
18
        <type>bool</type>
 
19
        <default>TRUE</default>
 
20
        <locale name="C">
 
21
          <short>Specify text orientation when the panel is vertical</short>
 
22
          <long>If false, the panel-menu-bar text will be oriented vertically when the panel is vertical. Otherwise it will be oriented horizontally</long>
 
23
        </locale>
 
24
      </schema>
 
25
 
 
26
      <schema>
16
27
        <key>/schemas/apps/file-browser-applet/prefs/icon</key>
17
28
        <owner>file-browser-applet</owner>
18
29
        <type>string</type>