[latexila] Rename to GNOME LaTeX: GSettings schema
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila] Rename to GNOME LaTeX: GSettings schema
- Date: Wed, 27 Dec 2017 06:54:54 +0000 (UTC)
commit bda4c91b3223581a42d9197b07e88263d2599b06
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Dec 27 06:25:56 2017 +0100
Rename to GNOME LaTeX: GSettings schema
configure.ac | 2 +-
data/Makefile.am | 8 ++--
...xml.in => org.gnome.gnome-latex.gschema.xml.in} | 56 ++++++++++----------
po/POTFILES.in | 2 +-
4 files changed, 34 insertions(+), 34 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 24e662a..6888a36 100644
--- a/configure.ac
+++ b/configure.ac
@@ -158,7 +158,7 @@ APPSTREAM_XML
AC_CONFIG_FILES([
Makefile
data/Makefile
- data/org.gnome.latexila.gschema.xml
+ data/org.gnome.gnome-latex.gschema.xml
data/build_tools/Makefile
data/icons/Makefile
data/icons/16x16/Makefile
diff --git a/data/Makefile.am b/data/Makefile.am
index 78c9c75..8d5bc00 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -13,7 +13,7 @@ desktop_DATA = org.gnome.gnome-latex.desktop
appstream_XML = org.gnome.gnome-latex.appdata.xml
@APPSTREAM_XML_RULES@
-gsettings_SCHEMAS = org.gnome.latexila.gschema.xml
+gsettings_SCHEMAS = org.gnome.gnome-latex.gschema.xml
@GSETTINGS_RULES@
dbusservicedir = $(datadir)/dbus-1/services
@@ -28,10 +28,10 @@ org.gnome.gnome-latex.service: Makefile
EXTRA_DIST = \
org.gnome.gnome-latex.appdata.xml.in \
org.gnome.gnome-latex.desktop.in \
- org.gnome.latexila.gschema.xml.in
+ org.gnome.gnome-latex.gschema.xml.in
-DISTCLEANFILES = \
- org.gnome.latexila.gschema.xml
+DISTCLEANFILES = \
+ org.gnome.gnome-latex.gschema.xml
CLEANFILES = \
org.gnome.gnome-latex.appdata.xml \
diff --git a/data/org.gnome.latexila.gschema.xml.in b/data/org.gnome.gnome-latex.gschema.xml.in
similarity index 71%
rename from data/org.gnome.latexila.gschema.xml.in
rename to data/org.gnome.gnome-latex.gschema.xml.in
index 0a20cdc..2bc6bd7 100644
--- a/data/org.gnome.latexila.gschema.xml.in
+++ b/data/org.gnome.gnome-latex.gschema.xml.in
@@ -1,21 +1,21 @@
<schemalist>
- <schema id="org.gnome.latexila" path="/org/gnome/latexila/">
- <child schema="org.gnome.latexila.preferences" name="preferences" />
- <child schema="org.gnome.latexila.state" name="state" />
+ <schema id="org.gnome.gnome-latex" path="/org/gnome/gnome-latex/">
+ <child schema="org.gnome.gnome-latex.preferences" name="preferences" />
+ <child schema="org.gnome.gnome-latex.state" name="state" />
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.latexila.preferences"
path="/org/gnome/latexila/preferences/">
- <child schema="org.gnome.latexila.preferences.editor" name="editor" />
- <child schema="org.gnome.latexila.preferences.ui" name="ui" />
- <child schema="org.gnome.latexila.preferences.latex" name="latex" />
- <child schema="org.gnome.latexila.preferences.file-browser" name="file-browser" />
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnome-latex.preferences"
path="/org/gnome/gnome-latex/preferences/">
+ <child schema="org.gnome.gnome-latex.preferences.editor" name="editor" />
+ <child schema="org.gnome.gnome-latex.preferences.ui" name="ui" />
+ <child schema="org.gnome.gnome-latex.preferences.latex" name="latex" />
+ <child schema="org.gnome.gnome-latex.preferences.file-browser" name="file-browser" />
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.latexila.preferences.editor"
path="/org/gnome/latexila/preferences/editor/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnome-latex.preferences.editor"
path="/org/gnome/gnome-latex/preferences/editor/">
<key name="use-default-font" type="b">
<default>true</default>
<summary>Use Default Font</summary>
- <description>Whether to use the system's default fixed width font for editing text instead of a font
specific to LaTeXila. If this option is turned off, then the font named in the "Editor Font" option will be
used instead of the system font.</description>
+ <description>Whether to use the system's default fixed width font for editing text instead of a font
specific to GNOME LaTeX. If this option is turned off, then the font named in the "Editor Font" option will
be used instead of the system font.</description>
</key>
<key name="editor-font" type="s">
<default>'Monospace 10'</default>
@@ -30,23 +30,23 @@
<key name="create-backup-copy" type="b">
<default>true</default>
<summary>Create Backup Copies</summary>
- <description>Whether LaTeXila should create backup copies for the files it saves.</description>
+ <description>Whether GNOME LaTeX should create backup copies for the files it saves.</description>
</key>
<key name="auto-save" type="b">
<default>false</default>
<summary>Autosave</summary>
- <description>Whether LaTeXila should automatically save modified files after a time interval. You can
set the time interval with the "Autosave Interval" option.</description>
+ <description>Whether GNOME LaTeX should automatically save modified files after a time interval. You
can set the time interval with the "Autosave Interval" option.</description>
</key>
<key name="auto-save-interval" type="u">
<range min="1" max="100" />
<default>10</default>
<summary>Autosave Interval</summary>
- <description>Number of minutes after which LaTeXila will automatically save modified files. This will
only take effect if the "Autosave" option is turned on.</description>
+ <description>Number of minutes after which GNOME LaTeX will automatically save modified files. This
will only take effect if the "Autosave" option is turned on.</description>
</key>
<key name="reopen-files" type="b">
<default>true</default>
<summary>Reopen files on startup</summary>
- <description>Whether LaTeXila should reopen the files that was opened the last time.</description>
+ <description>Whether GNOME LaTeX should reopen the files that was opened the last time.</description>
</key>
<key name="tabs-size" type="u">
<range min="1" max="24" />
@@ -57,7 +57,7 @@
<key name="insert-spaces" type="b">
<default>true</default>
<summary>Insert spaces</summary>
- <description>Whether LaTeXila should insert spaces instead of tabs.</description>
+ <description>Whether GNOME LaTeX should insert spaces instead of tabs.</description>
</key>
<key name="forget-no-tabs" type="b">
<default>true</default>
@@ -67,17 +67,17 @@
<key name="display-line-numbers" type="b">
<default>true</default>
<summary>Display Line Numbers</summary>
- <description>Whether LaTeXila should display line numbers in the editing area.</description>
+ <description>Whether GNOME LaTeX should display line numbers in the editing area.</description>
</key>
<key name="highlight-current-line" type="b">
<default>true</default>
<summary>Highlight Current Line</summary>
- <description>Whether LaTeXila should highlight the current line.</description>
+ <description>Whether GNOME LaTeX should highlight the current line.</description>
</key>
<key name="bracket-matching" type="b">
<default>true</default>
<summary>Highlight Matching Brackets</summary>
- <description>Whether LaTeXila should highlight matching brackets.</description>
+ <description>Whether GNOME LaTeX should highlight matching brackets.</description>
</key>
<key name="highlight-misspelled-words" type="b">
<default>false</default>
@@ -91,7 +91,7 @@
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.latexila.preferences.ui"
path="/org/gnome/latexila/preferences/ui/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnome-latex.preferences.ui"
path="/org/gnome/gnome-latex/preferences/ui/">
<key name="main-toolbar-visible" type="b">
<default>true</default>
<summary>Main toolbar is visible</summary>
@@ -127,7 +127,7 @@
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.latexila.preferences.latex"
path="/org/gnome/latexila/preferences/latex/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnome-latex.preferences.latex"
path="/org/gnome/gnome-latex/preferences/latex/">
<key name="interactive-completion" type="b">
<default>true</default>
<summary>Interactive completion</summary>
@@ -165,7 +165,7 @@
</key>
</schema>
- <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.latexila.preferences.file-browser"
path="/org/gnome/latexila/preferences/file-browser/">
+ <schema gettext-domain="@GETTEXT_PACKAGE@" id="org.gnome.gnome-latex.preferences.file-browser"
path="/org/gnome/gnome-latex/preferences/file-browser/">
<key name="current-directory" type="s">
<default>''</default>
<summary>Current directory</summary>
@@ -183,12 +183,12 @@
</key>
</schema>
- <schema id="org.gnome.latexila.state" path="/org/gnome/latexila/state/">
- <child schema="org.gnome.latexila.state.window" name="window" />
- <child schema="org.gnome.latexila.state.dialogs" name="dialogs" />
+ <schema id="org.gnome.gnome-latex.state" path="/org/gnome/gnome-latex/state/">
+ <child schema="org.gnome.gnome-latex.state.window" name="window" />
+ <child schema="org.gnome.gnome-latex.state.dialogs" name="dialogs" />
</schema>
- <schema id="org.gnome.latexila.state.window" path="/org/gnome/latexila/state/window/">
+ <schema id="org.gnome.gnome-latex.state.window" path="/org/gnome/gnome-latex/state/window/">
<key name="state" type="i">
<default>0</default>
</key>
@@ -209,11 +209,11 @@
</key>
</schema>
- <schema id="org.gnome.latexila.state.dialogs" path="/org/gnome/latexila/state/dialogs/">
- <child schema="org.gnome.latexila.state.dialogs.finance" name="finance" />
+ <schema id="org.gnome.gnome-latex.state.dialogs" path="/org/gnome/gnome-latex/state/dialogs/">
+ <child schema="org.gnome.gnome-latex.state.dialogs.finance" name="finance" />
</schema>
- <schema id="org.gnome.latexila.state.dialogs.finance" path="/org/gnome/latexila/state/dialogs/finance/">
+ <schema id="org.gnome.gnome-latex.state.dialogs.finance"
path="/org/gnome/gnome-latex/state/dialogs/finance/">
<key name="last-shown-date" type="s">
<default>''</default>
</key>
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 46c3a9c..14cce60 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -4,7 +4,7 @@
data/build_tools/build_tools.pot
data/org.gnome.gnome-latex.appdata.xml.in
data/org.gnome.gnome-latex.desktop.in
-[type: gettext/gsettings]data/org.gnome.latexila.gschema.xml.in
+[type: gettext/gsettings]data/org.gnome.gnome-latex.gschema.xml.in
data/templates/templates.pot
src/app_settings.vala
src/bottom_panel.vala
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]