~ubuntu-branches/ubuntu/oneiric/gconf/oneiric-proposed

« back to all changes in this revision

Viewing changes to gsettings/gsettings-schema-convert.xml

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort, Josselin Mouette, Sjoerd Simons, Emilio Pozuelo Monfort
  • Date: 2010-12-06 00:53:14 UTC
  • mfrom: (1.1.25 upstream)
  • mto: (7.3.4 sid)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: james.westby@ubuntu.com-20101206005314-uz89yke6r1xfw504
Tags: 2.32.1-1
[ Josselin Mouette ]
* Include patch-translations.mk, bump build-depends accordingly.
* Include 03_error_message.patch in POTFILES.in.
* pt_BR.po: Brazilian Portuguese translation. Closes: #599032.
* fr.po: French translation by Christian Perrier. Closes: #599049.
* da.po: Danish translation by Joe Hansen. Closes: #599125.
* cs.po: Czech translation by Michal Simunek. Closes: #599198.
* update-gconf-defaults: patch from Ubuntu to deal with broken 
  symlinks. Closes: #599393. Thanks Michael Vogt.
* de.po: German translation by Helge Kreutzmann. Closes: #599683.
* sv.po: Swedish translation by Martin Bagge. Closes: #599854.
* 04_manpage.patch: patch from A. Costa. Fixes typos in the manual 
  page. Closes: #600899.

[ Sjoerd Simons ]
* New upstream release
* Bump gobject-introspection to the lastest version to generate the most
  recent .gir version
* debian/patches/03_error_message.patch
  + Removed, merged upstream
* debian/rules:
  + Specify compilation with gtk2

[ Emilio Pozuelo Monfort ]
* Switch to source format 3.0 (quilt).
* debian/patches/*:
  - Updated to apply cleanly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
<varlistentry>
66
66
<term><option>-s</option>, <option>--simple</option></term>
67
67
<listitem><para>
68
 
The input file is a simple GSettings schema. If the input
69
 
format is not explicitly specified, this is the default.
 
68
Produce a GSettings schema in simple format. The simple format
 
69
is easier to edit and can be converted into the XML format with
 
70
<command>gsettings-schema-convert</command> later on.
70
71
</para></listitem>
71
72
</varlistentry>
72
73
 
74
75
<term><option>-x</option>, <option>--xml</option></term>
75
76
<listitem><para>
76
77
Produce a GSettings schema in XML format. If the output format
77
 
is not explicitly specified, a GConf schema will be converted
78
 
into a simple Gsettings schema, and a simple GSettings schema
79
 
will be converted into XML.
 
78
is not explicitly specified, this is the default.
80
79
</para></listitem>
81
80
</varlistentry>
82
81
 
96
95
</para></listitem>
97
96
</varlistentry>
98
97
 
 
98
<varlistentry>
 
99
<term><option>-u</option>, <option>--keep-underscores</option></term>
 
100
<listitem><para>
 
101
Keep underscores in key names instead of replacing them with dashes. GSettings
 
102
keys should not contain any underscore.
 
103
</para></listitem>
 
104
</varlistentry>
 
105
 
99
106
</variablelist>
100
107
</refsect2>
101
108
</refsect1>