Sat, 05 Jul 2014 14:01:04 +0200
Raised the plug-in version number to match that of eric.
--- a/Plugins/PluginAbout.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginAbout.py Sat Jul 05 14:01:04 2014 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "AboutPlugin" packageName = "__core__" shortDescription = "Show the About dialogs."
--- a/Plugins/PluginCodeStyleChecker.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginCodeStyleChecker.py Sat Jul 05 14:01:04 2014 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "CodeStyleCheckerPlugin" packageName = "__core__" shortDescription = "Show the Python Code Style Checker dialog."
--- a/Plugins/PluginEricapi.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginEricapi.py Sat Jul 05 14:01:04 2014 +0200 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "EricapiPlugin" packageName = "__core__" shortDescription = "Show the Ericapi dialogs."
--- a/Plugins/PluginEricdoc.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginEricdoc.py Sat Jul 05 14:01:04 2014 +0200 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "EricdocPlugin" packageName = "__core__" shortDescription = "Show the Ericdoc dialogs."
--- a/Plugins/PluginSyntaxChecker.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginSyntaxChecker.py Sat Jul 05 14:01:04 2014 +0200 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "SyntaxCheckerPlugin" packageName = "__core__" shortDescription = "Show the Syntax Checker dialog."
--- a/Plugins/PluginTabnanny.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginTabnanny.py Sat Jul 05 14:01:04 2014 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "TabnannyPlugin" packageName = "__core__" shortDescription = "Show the Tabnanny dialog."
--- a/Plugins/PluginVcsMercurial.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginVcsMercurial.py Sat Jul 05 14:01:04 2014 +0200 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.5.0" +version = "6.0.0" pluginType = "version_control" pluginTypename = "Mercurial" className = "VcsMercurialPlugin"
--- a/Plugins/PluginVcsPySvn.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginVcsPySvn.py Sat Jul 05 14:01:04 2014 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.5.0" +version = "6.0.0" pluginType = "version_control" pluginTypename = "PySvn" className = "VcsPySvnPlugin"
--- a/Plugins/PluginVcsSubversion.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginVcsSubversion.py Sat Jul 05 14:01:04 2014 +0200 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.5.0" +version = "6.0.0" pluginType = "version_control" pluginTypename = "Subversion" className = "VcsSubversionPlugin"
--- a/Plugins/PluginVmListspace.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginVmListspace.py Sat Jul 05 14:01:04 2014 +0200 @@ -19,7 +19,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.5.0" +version = "6.0.0" pluginType = "viewmanager" pluginTypename = "listspace" displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace')
--- a/Plugins/PluginVmTabview.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginVmTabview.py Sat Jul 05 14:01:04 2014 +0200 @@ -19,7 +19,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.5.0" +version = "6.0.0" pluginType = "viewmanager" pluginTypename = "tabview" displayString = QT_TRANSLATE_NOOP('VmTabviewPlugin', 'Tabbed View')
--- a/Plugins/PluginWizardE5MessageBox.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardE5MessageBox.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "E5MessageBoxWizard" packageName = "__core__" shortDescription = "Show the E5MessageBox wizard."
--- a/Plugins/PluginWizardPyRegExp.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardPyRegExp.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "PyRegExpWizard" packageName = "__core__" shortDescription = "Show the Python re wizard."
--- a/Plugins/PluginWizardQColorDialog.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQColorDialog.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "ColorDialogWizard" packageName = "__core__" shortDescription = "Show the QColorDialog wizard."
--- a/Plugins/PluginWizardQFileDialog.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQFileDialog.py Sat Jul 05 14:01:04 2014 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "FileDialogWizard" packageName = "__core__" shortDescription = "Show the QFileDialog wizard."
--- a/Plugins/PluginWizardQFontDialog.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQFontDialog.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "FontDialogWizard" packageName = "__core__" shortDescription = "Show the QFontDialog wizard."
--- a/Plugins/PluginWizardQInputDialog.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQInputDialog.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "InputDialogWizard" packageName = "__core__" shortDescription = "Show the QInputDialog wizard."
--- a/Plugins/PluginWizardQMessageBox.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQMessageBox.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "MessageBoxWizard" packageName = "__core__" shortDescription = "Show the QMessageBox wizard."
--- a/Plugins/PluginWizardQRegExp.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQRegExp.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "QRegExpWizard" packageName = "__core__" shortDescription = "Show the QRegExp wizard."
--- a/Plugins/PluginWizardQRegularExpression.py Sat Jul 05 13:57:33 2014 +0200 +++ b/Plugins/PluginWizardQRegularExpression.py Sat Jul 05 14:01:04 2014 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.5.0" +version = "6.0.0" className = "QRegularExpressionWizard" packageName = "__core__" shortDescription = "Show the QRegularExpression wizard."