[latexila/wip/build-tools-revamp] Default build tools: s/show/enabled/
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [latexila/wip/build-tools-revamp] Default build tools: s/show/enabled/
- Date: Wed, 30 Apr 2014 15:25:48 +0000 (UTC)
commit 906d771707d01d5571c9f093fdd23a9f085283db
Author: Sébastien Wilmet <swilmet gnome org>
Date: Wed Apr 30 17:24:50 2014 +0200
Default build tools: s/show/enabled/
"show" is deprecated.
data/build_tools/build_tools.pot | 41 +++++++++++++++++++++++++-------------
data/build_tools/build_tools.xml | 32 ++++++++++++++--------------
2 files changed, 43 insertions(+), 30 deletions(-)
---
diff --git a/data/build_tools/build_tools.pot b/data/build_tools/build_tools.pot
index 124c407..3dbe23c 100644
--- a/data/build_tools/build_tools.pot
+++ b/data/build_tools/build_tools.pot
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2012-12-22 13:59+0100\n"
+"POT-Creation-Date: 2014-04-30 17:24+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL ADDRESS>\n"
"Language-Team: LANGUAGE <LL li org>\n"
@@ -9,55 +9,68 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: build_tools.xml:43(tool/label)
+#. (itstool) path: tool/label
+#: build_tools.xml:43
msgid "View PDF"
msgstr ""
-#: build_tools.xml:44(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:44
msgid "View the PDF file"
msgstr ""
-#: build_tools.xml:49(tool/label)
+#. (itstool) path: tool/label
+#: build_tools.xml:49
msgid "View DVI"
msgstr ""
-#: build_tools.xml:50(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:50
msgid "View the DVI file"
msgstr ""
-#: build_tools.xml:55(tool/label)
+#. (itstool) path: tool/label
+#: build_tools.xml:55
msgid "View PS"
msgstr ""
-#: build_tools.xml:56(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:56
msgid "View the PostScript file"
msgstr ""
-#: build_tools.xml:64(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:64
msgid "Create a PDF file from LaTeX sources with the \"pdflatex\" command"
msgstr ""
-#: build_tools.xml:70(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:70
msgid "Create a DVI file from LaTeX sources with the \"latex\" command"
msgstr ""
-#: build_tools.xml:78(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:78
msgid "Run BibTeX (bibliography)"
msgstr ""
-#: build_tools.xml:84(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:84
msgid "Run MakeIndex"
msgstr ""
-#: build_tools.xml:92(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:92
msgid "Convert the DVI document to the PDF format"
msgstr ""
-#: build_tools.xml:98(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:98
msgid "Convert the DVI document to the PostScript format"
msgstr ""
-#: build_tools.xml:104(tool/description)
+#. (itstool) path: tool/description
+#: build_tools.xml:104
msgid "Convert the PostScript document to the PDF format"
msgstr ""
diff --git a/data/build_tools/build_tools.xml b/data/build_tools/build_tools.xml
index 7271b30..a173ca1 100644
--- a/data/build_tools/build_tools.xml
+++ b/data/build_tools/build_tools.xml
@@ -1,37 +1,37 @@
<tools xmlns:its="http://www.w3.org/2005/11/its">
<!-- Latexmk -->
- <tool id="0" show="true" extensions=".tex" icon="compile_pdf">
+ <tool id="0" enabled="true" extensions=".tex" icon="compile_pdf">
<label its:translate="no">LaTeX → PDF (Latexmk)</label>
<job postProcessor="latexmk">latexmk -pdf -synctex=1 $filename</job>
<open>$shortname.pdf</open>
</tool>
- <tool id="1" show="true" extensions=".tex" icon="compile_dvi">
+ <tool id="1" enabled="true" extensions=".tex" icon="compile_dvi">
<label its:translate="no">LaTeX → DVI → PDF (Latexmk)</label>
<job postProcessor="latexmk">latexmk -pdfdvi -synctex=1 $filename</job>
<open>$shortname.pdf</open>
</tool>
- <tool id="2" show="true" extensions=".tex" icon="compile_ps">
+ <tool id="2" enabled="true" extensions=".tex" icon="compile_ps">
<label its:translate="no">LaTeX → DVI → PS → PDF (Latexmk)</label>
<job postProcessor="latexmk">latexmk -pdfps -synctex=1 $filename</job>
<open>$shortname.pdf</open>
</tool>
- <tool id="3" show="false" extensions=".tex" icon="compile_dvi">
+ <tool id="3" enabled="false" extensions=".tex" icon="compile_dvi">
<label its:translate="no">LaTeX → DVI (Latexmk)</label>
<job postProcessor="latexmk">latexmk -synctex=1 $filename</job>
<open>$shortname.dvi</open>
</tool>
- <tool id="4" show="false" extensions=".tex" icon="compile_ps">
+ <tool id="4" enabled="false" extensions=".tex" icon="compile_ps">
<label its:translate="no">LaTeX → DVI → PS (Latexmk)</label>
<job postProcessor="latexmk">latexmk -ps -synctex=1 $filename</job>
<open>$shortname.ps</open>
</tool>
- <tool id="5" show="false" extensions=".tex" icon="compile_pdf">
+ <tool id="5" enabled="false" extensions=".tex" icon="compile_pdf">
<label its:translate="no">XeTeX → PDF (Latexmk)</label>
<job postProcessor="latexmk">latexmk -xelatex -synctex=1 $filename</job>
<open>$shortname.pdf</open>
@@ -39,19 +39,19 @@
<!-- View DVI/PDF/PS -->
- <tool id="6" show="true" extensions=".tex .pdf" icon="view_pdf">
+ <tool id="6" enabled="true" extensions=".tex .pdf" icon="view_pdf">
<label>View PDF</label>
<description>View the PDF file</description>
<open>$shortname.pdf</open>
</tool>
- <tool id="7" show="true" extensions=".tex .dvi" icon="view_dvi">
+ <tool id="7" enabled="true" extensions=".tex .dvi" icon="view_dvi">
<label>View DVI</label>
<description>View the DVI file</description>
<open>$shortname.dvi</open>
</tool>
- <tool id="8" show="true" extensions=".tex .ps" icon="view_ps">
+ <tool id="8" enabled="true" extensions=".tex .ps" icon="view_ps">
<label>View PS</label>
<description>View the PostScript file</description>
<open>$shortname.ps</open>
@@ -59,13 +59,13 @@
<!-- latex, pdflatex -->
- <tool id="12" show="false" extensions=".tex" icon="compile_pdf">
+ <tool id="12" enabled="false" extensions=".tex" icon="compile_pdf">
<label its:translate="no">LaTeX → PDF (pdflatex)</label>
<description>Create a PDF file from LaTeX sources with the "pdflatex" command</description>
<job postProcessor="latex">pdflatex -interaction=nonstopmode -synctex=1 $filename</job>
</tool>
- <tool id="13" show="false" extensions=".tex" icon="compile_dvi">
+ <tool id="13" enabled="false" extensions=".tex" icon="compile_dvi">
<label its:translate="no">LaTeX → DVI (latex)</label>
<description>Create a DVI file from LaTeX sources with the "latex" command</description>
<job postProcessor="latex">latex -interaction=nonstopmode -synctex=1 $filename</job>
@@ -73,13 +73,13 @@
<!-- BibTeX, MakeIndex -->
- <tool id="14" show="false" extensions=".tex" icon="gtk-execute">
+ <tool id="14" enabled="false" extensions=".tex" icon="gtk-execute">
<label its:translate="no">BibTeX</label>
<description>Run BibTeX (bibliography)</description>
<job postProcessor="all-output">bibtex $shortname.aux</job>
</tool>
- <tool id="15" show="false" extensions=".tex" icon="gtk-execute">
+ <tool id="15" enabled="false" extensions=".tex" icon="gtk-execute">
<label its:translate="no">MakeIndex</label>
<description>Run MakeIndex</description>
<job postProcessor="all-output">makeindex $shortname.idx</job>
@@ -87,19 +87,19 @@
<!-- Convert -->
- <tool id="16" show="false" extensions=".tex" icon="gtk-convert">
+ <tool id="16" enabled="false" extensions=".tex" icon="gtk-convert">
<label its:translate="no">DVI → PDF</label>
<description>Convert the DVI document to the PDF format</description>
<job postProcessor="all-output">dvipdf $shortname.dvi</job>
</tool>
- <tool id="17" show="false" extensions=".tex" icon="gtk-convert">
+ <tool id="17" enabled="false" extensions=".tex" icon="gtk-convert">
<label its:translate="no">DVI → PS</label>
<description>Convert the DVI document to the PostScript format</description>
<job postProcessor="all-output">dvips $shortname.dvi</job>
</tool>
- <tool id="18" show="false" extensions=".tex" icon="gtk-convert">
+ <tool id="18" enabled="false" extensions=".tex" icon="gtk-convert">
<label its:translate="no">PS → PDF</label>
<description>Convert the PostScript document to the PDF format</description>
<job postProcessor="all-output">ps2pdf $shortname.ps</job>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]