~ubuntu-branches/ubuntu/hardy/file-roller/hardy-updates

« back to all changes in this revision

Viewing changes to data/file-roller.schemas

  • Committer: Bazaar Package Importer
  • Author(s): Baptiste Mille-Mathias
  • Date: 2007-06-19 18:59:05 UTC
  • mfrom: (1.2.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070619185905-kd35yjkfr0gn3tfa
Tags: 2.19.3-0ubuntu1
* New upstream release:
  - Added support for Drag&Drop among file-roller windows.
  - Added a folders pane.  
  - Fixed daylight saving time calculation.
  - Save and restore the filename column width.
  - Can not open a file whose name is in non-ascii encoding.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
      </schema>
105
105
 
106
106
      <schema>
 
107
        <key>/schemas/apps/file-roller/listing/name_column_width</key>
 
108
        <applyto>/apps/file-roller/listing/name_column_width</applyto>
 
109
        <owner>file-roller</owner>
 
110
        <type>int</type>
 
111
        <default>250</default>
 
112
        <locale name="C">
 
113
          <short>Name column width</short>
 
114
          <long>The default width ofthe name column the file list.</long>
 
115
        </locale>
 
116
      </schema>
 
117
 
 
118
      <schema>
107
119
        <key>/schemas/apps/file-roller/ui/history_len</key>
108
120
        <applyto>/apps/file-roller/ui/history_len</applyto>
109
121
        <owner>file-roller</owner>
142
154
      </schema>
143
155
 
144
156
      <schema>
 
157
        <key>/schemas/apps/file-roller/ui/sidebar_width</key>
 
158
        <applyto>/apps/file-roller/ui/sidebar_width</applyto>
 
159
        <owner>file-roller</owner>
 
160
        <type>int</type>
 
161
        <default>200</default>
 
162
        <locale name="C">
 
163
          <short></short>
 
164
          <long>
 
165
          </long>
 
166
        </locale>
 
167
      </schema>
 
168
 
 
169
      <schema>
145
170
        <key>/schemas/apps/file-roller/ui/view_toolbar</key>
146
171
        <applyto>/apps/file-roller/ui/view_toolbar</applyto>
147
172
        <owner>file-roller</owner>
166
191
      </schema>
167
192
 
168
193
      <schema>
 
194
        <key>/schemas/apps/file-roller/ui/view_folders</key>
 
195
        <applyto>/apps/file-roller/ui/view_folders</applyto>
 
196
        <owner>file-roller</owner>
 
197
        <type>bool</type>
 
198
        <default>false</default>
 
199
        <locale name="C">
 
200
          <short>View the folders pane</short>
 
201
          <long>Whether to display the folders pane.</long>
 
202
        </locale>
 
203
      </schema>
 
204
 
 
205
      <schema>
169
206
        <key>/schemas/apps/file-roller/general/editors</key>
170
207
        <applyto>/apps/file-roller/general/editors</applyto>
171
208
        <owner>file-roller</owner>