~ubuntu-branches/ubuntu/maverick/kdegraphics/maverick-proposed

« back to all changes in this revision

Viewing changes to okular/conf/okular.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2009-12-02 14:03:43 UTC
  • mfrom: (1.1.35 upstream)
  • Revision ID: james.westby@ubuntu.com-20091202140343-2732gbkj69g89arq
Tags: 4:4.3.80-0ubuntu1
* New upstream beta release:
  - Add build-depend on shared-desktop-ontologies for nepomuk integration
  - Bump .so versions for libkexiv, libkdcraw and libkipi
  - Update various .install files

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    <choice name="Disabled" />
82
82
   </choices>
83
83
  </entry>
 
84
  <entry key="TextHinting" type="Enum" >
 
85
   <default>Disabled</default>
 
86
   <choices>
 
87
    <choice name="Enabled" />
 
88
    <choice name="Disabled" />
 
89
   </choices>
 
90
  </entry>
84
91
 </group>
85
92
 <group name="Dlg Presentation" >
86
93
  <entry key="SlidesAdvance" type="Bool" >
171
178
    <choice name="Kile" />
172
179
    <choice name="Scite" />
173
180
    <choice name="Emacsclient" />
 
181
    <choice name="Lyxclient" />
174
182
   </choices>
175
183
  </entry>
176
184
  <entry key="ExternalEditorCommand" type="String">
270
278
   <default>false</default>
271
279
  </entry>
272
280
 </group>
 
281
 <group name="Contents" >
 
282
  <entry key="ContentsSearchCaseSensitive" type="Bool">
 
283
   <default>false</default>
 
284
  </entry>
 
285
  <entry key="ContentsSearchRegularExpression" type="Bool">
 
286
   <default>false</default>
 
287
  </entry>
 
288
 </group>
 
289
 <group name="Reviews" >
 
290
  <entry key="ReviewsSearchCaseSensitive" type="Bool">
 
291
   <default>false</default>
 
292
  </entry>
 
293
  <entry key="ReviewsSearchRegularExpression" type="Bool">
 
294
   <default>false</default>
 
295
  </entry>
 
296
 </group>
273
297
</kcfg>