From feda8a7db8d1d7c5439aa8f8feef7cc0dd2b59a0 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Fri, 27 Jul 2018 23:51:12 -0400 Subject: New upstream version 3.2.1+dfsg1 --- Plugins/XmlExport/XmlExport.pro | 4 +- Plugins/XmlExport/XmlExport_ro_RO.qm | Bin 0 -> 30 bytes Plugins/XmlExport/XmlExport_ro_RO.ts | 70 +++++++++++++++++++++++++++++++++++ Plugins/XmlExport/package.xml | 10 +++++ Plugins/XmlExport/xmlexport.h | 2 +- Plugins/XmlExport/xmlexport.json | 2 +- Plugins/XmlExport/xmlexport.qrc | 2 + 7 files changed, 87 insertions(+), 3 deletions(-) create mode 100644 Plugins/XmlExport/XmlExport_ro_RO.qm create mode 100644 Plugins/XmlExport/XmlExport_ro_RO.ts create mode 100644 Plugins/XmlExport/package.xml (limited to 'Plugins/XmlExport') diff --git a/Plugins/XmlExport/XmlExport.pro b/Plugins/XmlExport/XmlExport.pro index 944c6a1..b7ae73a 100644 --- a/Plugins/XmlExport/XmlExport.pro +++ b/Plugins/XmlExport/XmlExport.pro @@ -27,7 +27,8 @@ RESOURCES += \ xmlexport.qrc -TRANSLATIONS += XmlExport_de.ts \ +TRANSLATIONS += XmlExport_ro_RO.ts \ + XmlExport_de.ts \ XmlExport_it.ts \ XmlExport_zh_CN.ts \ XmlExport_sk.ts \ @@ -51,3 +52,4 @@ TRANSLATIONS += XmlExport_de.ts \ + diff --git a/Plugins/XmlExport/XmlExport_ro_RO.qm b/Plugins/XmlExport/XmlExport_ro_RO.qm new file mode 100644 index 0000000..2856eb9 Binary files /dev/null and b/Plugins/XmlExport/XmlExport_ro_RO.qm differ diff --git a/Plugins/XmlExport/XmlExport_ro_RO.ts b/Plugins/XmlExport/XmlExport_ro_RO.ts new file mode 100644 index 0000000..6c69e46 --- /dev/null +++ b/Plugins/XmlExport/XmlExport_ro_RO.ts @@ -0,0 +1,70 @@ + + + + + XmlExport + + + Enter the namespace to use (for example: http://my.namespace.org) + + + + + XmlExportConfig + + + Output format + + + + + Format document (new lines, indentation) + + + + + Compress (everything in one line) + + + + + Special characters escaping + + + + + <p>Ampersands will be used for shorter values and CDATA will be used for larger values. This applies only to values that require character escaping. Other values will be exported as they are.</p> + + + + + Use CDATA and ampersands + + + + + <p>Every value requiring character escepe will be enclosed in CDATA block.</p> + + + + + Always use CDATA + + + + + <p>Every character that require esceping will be replaced with its ampersand escape sequence. No CDATA blocks will be used.</p> + + + + + Always use ampersand + + + + + Define XML namespace + + + + diff --git a/Plugins/XmlExport/package.xml b/Plugins/XmlExport/package.xml new file mode 100644 index 0000000..f5f02a9 --- /dev/null +++ b/Plugins/XmlExport/package.xml @@ -0,0 +1,10 @@ + + + XML Export plugin + Plugin for exporting schema and data to XML format. + %VERSION% + %DATE% + pl.com.salsoft.sqlitestudio.plugins.xmlexport + pl.com.salsoft.sqlitestudio.plugins + true + \ No newline at end of file diff --git a/Plugins/XmlExport/xmlexport.h b/Plugins/XmlExport/xmlexport.h index 271a687..c0842bc 100644 --- a/Plugins/XmlExport/xmlexport.h +++ b/Plugins/XmlExport/xmlexport.h @@ -58,7 +58,7 @@ class XMLEXPORTSHARED_EXPORT XmlExport : public GenericExportPlugin static QString toString(bool value); - CFG_LOCAL(XmlExportConfig, cfg) + CFG_LOCAL_PERSISTABLE(XmlExportConfig, cfg) bool indent = false; int indentDepth = 0; QString indentStr; diff --git a/Plugins/XmlExport/xmlexport.json b/Plugins/XmlExport/xmlexport.json index 5780e3e..e52d243 100644 --- a/Plugins/XmlExport/xmlexport.json +++ b/Plugins/XmlExport/xmlexport.json @@ -2,6 +2,6 @@ "type": "ExportPlugin", "title": "XML export", "description": "Provides XML format for exporting.", - "version": 10001, + "version": 10002, "author": "SalSoft" } diff --git a/Plugins/XmlExport/xmlexport.qrc b/Plugins/XmlExport/xmlexport.qrc index 416936c..e070c5a 100644 --- a/Plugins/XmlExport/xmlexport.qrc +++ b/Plugins/XmlExport/xmlexport.qrc @@ -3,6 +3,7 @@ XmlExport.ui + XmlExport_ro_RO.qm XmlExport_de.qm @@ -16,3 +17,4 @@ + -- cgit v1.2.3