Mon, 22 Dec 2014 14:01:41 +0100
Updated documentation to reflect 6.1.x line of development and updated core plug-in versions to 6.1.0.
--- a/Documentation/Help/source.qhp Sun Dec 21 19:27:53 2014 +0100 +++ b/Documentation/Help/source.qhp Mon Dec 22 14:01:41 2014 +0100 @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <QtHelpProject version="1.0"> - <namespace>org.eric6.ide.60</namespace> + <namespace>org.eric6.ide.61</namespace> <virtualFolder>eric6</virtualFolder> <customFilter name="eric6"> - <filterAttribute>6.0</filterAttribute> + <filterAttribute>6.1</filterAttribute> <filterAttribute>eric6</filterAttribute> <filterAttribute>ide</filterAttribute> </customFilter> <filterSection> - <filterAttribute>6.0</filterAttribute> + <filterAttribute>6.1</filterAttribute> <filterAttribute>eric6</filterAttribute> <filterAttribute>ide</filterAttribute> <toc>
--- a/Documentation/Source/index-eric6.html Sun Dec 21 19:27:53 2014 +0100 +++ b/Documentation/Source/index-eric6.html Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ <body> <h1>eric6</h1> <p> -Package implementing the eric6 Python IDE (version 6.0). +Package implementing the eric6 Python IDE (version 6.1). </p><p> To get more information about eric6 please see the <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/Documentation/Source/index.html Sun Dec 21 19:27:53 2014 +0100 +++ b/Documentation/Source/index.html Mon Dec 22 14:01:41 2014 +0100 @@ -26,7 +26,7 @@ <table> <tr> <td><a href="index-eric6.html">eric6</a></td> -<td>Package implementing the eric6 Python IDE (version 6.0).</td> +<td>Package implementing the eric6 Python IDE (version 6.1).</td> </tr> </table>
--- a/Plugins/PluginAbout.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginAbout.py Mon Dec 22 14:01:41 2014 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "AboutPlugin" packageName = "__core__" shortDescription = "Show the About dialogs."
--- a/Plugins/PluginCodeStyleChecker.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginCodeStyleChecker.py Mon Dec 22 14:01:41 2014 +0100 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "CodeStyleCheckerPlugin" packageName = "__core__" shortDescription = "Show the Python Code Style Checker dialog."
--- a/Plugins/PluginEricapi.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginEricapi.py Mon Dec 22 14:01:41 2014 +0100 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "EricapiPlugin" packageName = "__core__" shortDescription = "Show the Ericapi dialogs."
--- a/Plugins/PluginEricdoc.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginEricdoc.py Mon Dec 22 14:01:41 2014 +0100 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "EricdocPlugin" packageName = "__core__" shortDescription = "Show the Ericdoc dialogs."
--- a/Plugins/PluginSyntaxChecker.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginSyntaxChecker.py Mon Dec 22 14:01:41 2014 +0100 @@ -26,7 +26,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "SyntaxCheckerPlugin" packageName = "__core__" shortDescription = "Show the Syntax Checker dialog."
--- a/Plugins/PluginTabnanny.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginTabnanny.py Mon Dec 22 14:01:41 2014 +0100 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "TabnannyPlugin" packageName = "__core__" shortDescription = "Show the Tabnanny dialog."
--- a/Plugins/PluginVcsMercurial.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginVcsMercurial.py Mon Dec 22 14:01:41 2014 +0100 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "6.0.0" +version = "6.1.0" pluginType = "version_control" pluginTypename = "Mercurial" className = "VcsMercurialPlugin"
--- a/Plugins/PluginVcsPySvn.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginVcsPySvn.py Mon Dec 22 14:01:41 2014 +0100 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "6.0.0" +version = "6.1.0" pluginType = "version_control" pluginTypename = "PySvn" className = "VcsPySvnPlugin"
--- a/Plugins/PluginVcsSubversion.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginVcsSubversion.py Mon Dec 22 14:01:41 2014 +0100 @@ -27,7 +27,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "6.0.0" +version = "6.1.0" pluginType = "version_control" pluginTypename = "Subversion" className = "VcsSubversionPlugin"
--- a/Plugins/PluginVmListspace.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginVmListspace.py Mon Dec 22 14:01:41 2014 +0100 @@ -19,7 +19,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "6.0.0" +version = "6.1.0" pluginType = "viewmanager" pluginTypename = "listspace" displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace')
--- a/Plugins/PluginVmTabview.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginVmTabview.py Mon Dec 22 14:01:41 2014 +0100 @@ -19,7 +19,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "6.0.0" +version = "6.1.0" pluginType = "viewmanager" pluginTypename = "tabview" displayString = QT_TRANSLATE_NOOP('VmTabviewPlugin', 'Tabbed View')
--- a/Plugins/PluginWizardE5MessageBox.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardE5MessageBox.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "E5MessageBoxWizard" packageName = "__core__" shortDescription = "Show the E5MessageBox wizard."
--- a/Plugins/PluginWizardPyRegExp.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardPyRegExp.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "PyRegExpWizard" packageName = "__core__" shortDescription = "Show the Python re wizard."
--- a/Plugins/PluginWizardQColorDialog.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQColorDialog.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "ColorDialogWizard" packageName = "__core__" shortDescription = "Show the QColorDialog wizard."
--- a/Plugins/PluginWizardQFileDialog.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQFileDialog.py Mon Dec 22 14:01:41 2014 +0100 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "FileDialogWizard" packageName = "__core__" shortDescription = "Show the QFileDialog wizard."
--- a/Plugins/PluginWizardQFontDialog.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQFontDialog.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "FontDialogWizard" packageName = "__core__" shortDescription = "Show the QFontDialog wizard."
--- a/Plugins/PluginWizardQInputDialog.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQInputDialog.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "InputDialogWizard" packageName = "__core__" shortDescription = "Show the QInputDialog wizard."
--- a/Plugins/PluginWizardQMessageBox.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQMessageBox.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "MessageBoxWizard" packageName = "__core__" shortDescription = "Show the QMessageBox wizard."
--- a/Plugins/PluginWizardQRegExp.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQRegExp.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "QRegExpWizard" packageName = "__core__" shortDescription = "Show the QRegExp wizard."
--- a/Plugins/PluginWizardQRegularExpression.py Sun Dec 21 19:27:53 2014 +0100 +++ b/Plugins/PluginWizardQRegularExpression.py Mon Dec 22 14:01:41 2014 +0100 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "6.0.0" +version = "6.1.0" className = "QRegularExpressionWizard" packageName = "__core__" shortDescription = "Show the QRegularExpression wizard."
--- a/__init__.py Sun Dec 21 19:27:53 2014 +0100 +++ b/__init__.py Mon Dec 22 14:01:41 2014 +0100 @@ -4,7 +4,7 @@ # """ -Package implementing the eric6 Python IDE (version 6.0). +Package implementing the eric6 Python IDE (version 6.1). To get more information about eric6 please see the <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/eric6.e4p Sun Dec 21 19:27:53 2014 +0100 +++ b/eric6.e4p Mon Dec 22 14:01:41 2014 +0100 @@ -10,7 +10,7 @@ <ProgLanguage mixed="1">Python3</ProgLanguage> <ProjectType>PyQt5</ProjectType> <Description>eric6 is an integrated development environment for the Python and Ruby language. It uses the PyQt5 bindings and the QScintilla2 editor widget.</Description> - <Version>6.0.x</Version> + <Version>6.1.x</Version> <Author>Detlev Offenbach</Author> <Email>detlev@die-offenbachs.de</Email> <TranslationPattern>i18n/eric6_%language%.ts</TranslationPattern> @@ -1940,7 +1940,7 @@ <string>qtHelpFilterAttributes</string> </key> <value> - <string>eric6:ide:6.0</string> + <string>eric6:ide:6.1</string> </value> <key> <string>qtHelpFilterName</string> @@ -1952,7 +1952,7 @@ <string>qtHelpNamespace</string> </key> <value> - <string>org.eric6.ide.60</string> + <string>org.eric6.ide.61</string> </value> <key> <string>qtHelpOutputDirectory</string>