Updated the versions of the core plug-ins to match that of the eric5 main line. 5_3_x

Thu, 13 Jun 2013 18:44:37 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 13 Jun 2013 18:44:37 +0200
branch
5_3_x
changeset 2713
a90b27b36d1c
parent 2711
463ca742001d
child 2715
bf64950a357e

Updated the versions of the core plug-ins to match that of the eric5 main line.

Plugins/PluginAbout.py file | annotate | diff | comparison | revisions
Plugins/PluginEricapi.py file | annotate | diff | comparison | revisions
Plugins/PluginEricdoc.py file | annotate | diff | comparison | revisions
Plugins/PluginPep8Checker.py file | annotate | diff | comparison | revisions
Plugins/PluginSyntaxChecker.py file | annotate | diff | comparison | revisions
Plugins/PluginTabnanny.py file | annotate | diff | comparison | revisions
Plugins/PluginVcsMercurial.py file | annotate | diff | comparison | revisions
Plugins/PluginVcsPySvn.py file | annotate | diff | comparison | revisions
Plugins/PluginVcsSubversion.py file | annotate | diff | comparison | revisions
Plugins/PluginVmListspace.py file | annotate | diff | comparison | revisions
Plugins/PluginVmTabview.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardE5MessageBox.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardPyRegExp.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQColorDialog.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQFileDialog.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQFontDialog.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQInputDialog.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQMessageBox.py file | annotate | diff | comparison | revisions
Plugins/PluginWizardQRegExp.py file | annotate | diff | comparison | revisions
--- a/Plugins/PluginAbout.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginAbout.py	Thu Jun 13 18:44:37 2013 +0200
@@ -23,7 +23,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "AboutPlugin"
 packageName = "__core__"
 shortDescription = "Show the About dialogs."
--- a/Plugins/PluginEricapi.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginEricapi.py	Thu Jun 13 18:44:37 2013 +0200
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "EricapiPlugin"
 packageName = "__core__"
 shortDescription = "Show the Ericapi dialogs."
--- a/Plugins/PluginEricdoc.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginEricdoc.py	Thu Jun 13 18:44:37 2013 +0200
@@ -28,7 +28,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "EricdocPlugin"
 packageName = "__core__"
 shortDescription = "Show the Ericdoc dialogs."
--- a/Plugins/PluginPep8Checker.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginPep8Checker.py	Thu Jun 13 18:44:37 2013 +0200
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "Pep8CheckerPlugin"
 packageName = "__core__"
 shortDescription = "Show the PEP 8 Checker dialog."
--- a/Plugins/PluginSyntaxChecker.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginSyntaxChecker.py	Thu Jun 13 18:44:37 2013 +0200
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "SyntaxCheckerPlugin"
 packageName = "__core__"
 shortDescription = "Show the Syntax Checker dialog."
--- a/Plugins/PluginTabnanny.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginTabnanny.py	Thu Jun 13 18:44:37 2013 +0200
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "TabnannyPlugin"
 packageName = "__core__"
 shortDescription = "Show the Tabnanny dialog."
--- a/Plugins/PluginVcsMercurial.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginVcsMercurial.py	Thu Jun 13 18:44:37 2013 +0200
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 pluginType = "version_control"
 pluginTypename = "Mercurial"
 className = "VcsMercurialPlugin"
--- a/Plugins/PluginVcsPySvn.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginVcsPySvn.py	Thu Jun 13 18:44:37 2013 +0200
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 pluginType = "version_control"
 pluginTypename = "PySvn"
 className = "VcsPySvnPlugin"
--- a/Plugins/PluginVcsSubversion.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginVcsSubversion.py	Thu Jun 13 18:44:37 2013 +0200
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 pluginType = "version_control"
 pluginTypename = "Subversion"
 className = "VcsSubversionPlugin"
--- a/Plugins/PluginVmListspace.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginVmListspace.py	Thu Jun 13 18:44:37 2013 +0200
@@ -17,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = False
-version = "5.1.0"
+version = "5.3.0"
 pluginType = "viewmanager"
 pluginTypename = "listspace"
 displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace')
--- a/Plugins/PluginVmTabview.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginVmTabview.py	Thu Jun 13 18:44:37 2013 +0200
@@ -17,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = False
-version = "5.1.0"
+version = "5.3.0"
 pluginType = "viewmanager"
 pluginTypename = "tabview"
 displayString = QT_TRANSLATE_NOOP('VmTabviewPlugin', 'Tabbed View')
--- a/Plugins/PluginWizardE5MessageBox.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardE5MessageBox.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "E5MessageBoxWizard"
 packageName = "__core__"
 shortDescription = "Show the E5MessageBox wizard."
--- a/Plugins/PluginWizardPyRegExp.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardPyRegExp.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "PyRegExpWizard"
 packageName = "__core__"
 shortDescription = "Show the Python re wizard."
--- a/Plugins/PluginWizardQColorDialog.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQColorDialog.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "ColorDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QColorDialog wizard."
--- a/Plugins/PluginWizardQFileDialog.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQFileDialog.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "FileDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QFileDialog wizard."
--- a/Plugins/PluginWizardQFontDialog.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQFontDialog.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "FontDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QFontDialog wizard."
--- a/Plugins/PluginWizardQInputDialog.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQInputDialog.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "InputDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QInputDialog wizard."
--- a/Plugins/PluginWizardQMessageBox.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQMessageBox.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "MessageBoxWizard"
 packageName = "__core__"
 shortDescription = "Show the QMessageBox wizard."
--- a/Plugins/PluginWizardQRegExp.py	Wed Jun 12 18:36:14 2013 +0200
+++ b/Plugins/PluginWizardQRegExp.py	Thu Jun 13 18:44:37 2013 +0200
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.1.0"
+version = "5.3.0"
 className = "QRegExpWizard"
 packageName = "__core__"
 shortDescription = "Show the QRegExp wizard."

eric ide

mercurial