Started 5.5.x line of development.

Mon, 06 Jan 2014 19:56:09 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Mon, 06 Jan 2014 19:56:09 +0100
changeset 3180
2ed66f1e69fd
parent 3176
51feb6174cc2
child 3182
a4ce50816cba

Started 5.5.x line of development.

Documentation/Help/source.qch file | annotate | diff | comparison | revisions
Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
Documentation/Source/index-eric5.html file | annotate | diff | comparison | revisions
Documentation/Source/index.html file | annotate | diff | comparison | revisions
Plugins/PluginAbout.py file | annotate | diff | comparison | revisions
Plugins/PluginCodeStyleChecker.py file | annotate | diff | comparison | revisions
Plugins/PluginEricapi.py file | annotate | diff | comparison | revisions
Plugins/PluginEricdoc.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
Plugins/PluginWizardQRegularExpression.py file | annotate | diff | comparison | revisions
__init__.py file | annotate | diff | comparison | revisions
changelog file | annotate | diff | comparison | revisions
eric5.e4p file | annotate | diff | comparison | revisions
Binary file Documentation/Help/source.qch has changed
--- a/Documentation/Help/source.qhp	Sun Jan 05 17:13:21 2014 +0100
+++ b/Documentation/Help/source.qhp	Mon Jan 06 19:56:09 2014 +0100
@@ -1,14 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <QtHelpProject version="1.0">
-  <namespace>org.eric5.ide.54</namespace>
+  <namespace>org.eric5.ide.55</namespace>
   <virtualFolder>eric5</virtualFolder>
   <customFilter name="eric5">
-    <filterAttribute>5.4</filterAttribute>
+    <filterAttribute>5.5</filterAttribute>
     <filterAttribute>eric5</filterAttribute>
     <filterAttribute>ide</filterAttribute>
   </customFilter>
   <filterSection>
-    <filterAttribute>5.4</filterAttribute>
+    <filterAttribute>5.5</filterAttribute>
     <filterAttribute>eric5</filterAttribute>
     <filterAttribute>ide</filterAttribute>
     <toc>
--- a/Documentation/Source/index-eric5.html	Sun Jan 05 17:13:21 2014 +0100
+++ b/Documentation/Source/index-eric5.html	Mon Jan 06 19:56:09 2014 +0100
@@ -21,7 +21,7 @@
 <body>
 <h1>eric5</h1>
 <p>
-Package implementing the eric5 Python IDE (version 5.4).
+Package implementing the eric5 Python IDE (version 5.5).
 </p><p>
 To get more information about eric5 please see the
 <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/Documentation/Source/index.html	Sun Jan 05 17:13:21 2014 +0100
+++ b/Documentation/Source/index.html	Mon Jan 06 19:56:09 2014 +0100
@@ -26,7 +26,7 @@
 <table>
 <tr>
 <td><a href="index-eric5.html">eric5</a></td>
-<td>Package implementing the eric5 Python IDE (version 5.4).</td>
+<td>Package implementing the eric5 Python IDE (version 5.5).</td>
 </tr>
 </table>
 
--- a/Plugins/PluginAbout.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginAbout.py	Mon Jan 06 19:56:09 2014 +0100
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "AboutPlugin"
 packageName = "__core__"
 shortDescription = "Show the About dialogs."
--- a/Plugins/PluginCodeStyleChecker.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginCodeStyleChecker.py	Mon Jan 06 19:56:09 2014 +0100
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "CodeStyleCheckerPlugin"
 packageName = "__core__"
 shortDescription = "Show the Python Code Style Checker dialog."
--- a/Plugins/PluginEricapi.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginEricapi.py	Mon Jan 06 19:56:09 2014 +0100
@@ -25,7 +25,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "EricapiPlugin"
 packageName = "__core__"
 shortDescription = "Show the Ericapi dialogs."
--- a/Plugins/PluginEricdoc.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginEricdoc.py	Mon Jan 06 19:56:09 2014 +0100
@@ -25,7 +25,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "EricdocPlugin"
 packageName = "__core__"
 shortDescription = "Show the Ericdoc dialogs."
--- a/Plugins/PluginSyntaxChecker.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginSyntaxChecker.py	Mon Jan 06 19:56:09 2014 +0100
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "SyntaxCheckerPlugin"
 packageName = "__core__"
 shortDescription = "Show the Syntax Checker dialog."
--- a/Plugins/PluginTabnanny.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginTabnanny.py	Mon Jan 06 19:56:09 2014 +0100
@@ -22,7 +22,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "TabnannyPlugin"
 packageName = "__core__"
 shortDescription = "Show the Tabnanny dialog."
--- a/Plugins/PluginVcsMercurial.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginVcsMercurial.py	Mon Jan 06 19:56:09 2014 +0100
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 pluginType = "version_control"
 pluginTypename = "Mercurial"
 className = "VcsMercurialPlugin"
--- a/Plugins/PluginVcsPySvn.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginVcsPySvn.py	Mon Jan 06 19:56:09 2014 +0100
@@ -24,7 +24,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 pluginType = "version_control"
 pluginTypename = "PySvn"
 className = "VcsPySvnPlugin"
--- a/Plugins/PluginVcsSubversion.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginVcsSubversion.py	Mon Jan 06 19:56:09 2014 +0100
@@ -26,7 +26,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 pluginType = "version_control"
 pluginTypename = "Subversion"
 className = "VcsSubversionPlugin"
--- a/Plugins/PluginVmListspace.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginVmListspace.py	Mon Jan 06 19:56:09 2014 +0100
@@ -17,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = False
-version = "5.4.0"
+version = "5.5.0"
 pluginType = "viewmanager"
 pluginTypename = "listspace"
 displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace')
--- a/Plugins/PluginVmTabview.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginVmTabview.py	Mon Jan 06 19:56:09 2014 +0100
@@ -17,7 +17,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = False
 deactivateable = False
-version = "5.4.0"
+version = "5.5.0"
 pluginType = "viewmanager"
 pluginTypename = "tabview"
 displayString = QT_TRANSLATE_NOOP('VmTabviewPlugin', 'Tabbed View')
--- a/Plugins/PluginWizardE5MessageBox.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardE5MessageBox.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "E5MessageBoxWizard"
 packageName = "__core__"
 shortDescription = "Show the E5MessageBox wizard."
--- a/Plugins/PluginWizardPyRegExp.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardPyRegExp.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "PyRegExpWizard"
 packageName = "__core__"
 shortDescription = "Show the Python re wizard."
--- a/Plugins/PluginWizardQColorDialog.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQColorDialog.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "ColorDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QColorDialog wizard."
--- a/Plugins/PluginWizardQFileDialog.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQFileDialog.py	Mon Jan 06 19:56:09 2014 +0100
@@ -21,7 +21,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "FileDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QFileDialog wizard."
--- a/Plugins/PluginWizardQFontDialog.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQFontDialog.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "FontDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QFontDialog wizard."
--- a/Plugins/PluginWizardQInputDialog.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQInputDialog.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "InputDialogWizard"
 packageName = "__core__"
 shortDescription = "Show the QInputDialog wizard."
--- a/Plugins/PluginWizardQMessageBox.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQMessageBox.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "MessageBoxWizard"
 packageName = "__core__"
 shortDescription = "Show the QMessageBox wizard."
--- a/Plugins/PluginWizardQRegExp.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQRegExp.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "QRegExpWizard"
 packageName = "__core__"
 shortDescription = "Show the QRegExp wizard."
--- a/Plugins/PluginWizardQRegularExpression.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/Plugins/PluginWizardQRegularExpression.py	Mon Jan 06 19:56:09 2014 +0100
@@ -19,7 +19,7 @@
 author = "Detlev Offenbach <detlev@die-offenbachs.de>"
 autoactivate = True
 deactivateable = True
-version = "5.4.0"
+version = "5.5.0"
 className = "QRegularExpressionWizard"
 packageName = "__core__"
 shortDescription = "Show the QRegularExpression wizard."
--- a/__init__.py	Sun Jan 05 17:13:21 2014 +0100
+++ b/__init__.py	Mon Jan 06 19:56:09 2014 +0100
@@ -4,7 +4,7 @@
 #
 
 """
-Package implementing the eric5 Python IDE (version 5.4).
+Package implementing the eric5 Python IDE (version 5.5).
 
 To get more information about eric5 please see the
 <a href="http://eric-ide.python-projects.org/index.html">eric web site</a>.
--- a/changelog	Sun Jan 05 17:13:21 2014 +0100
+++ b/changelog	Mon Jan 06 19:56:09 2014 +0100
@@ -1,5 +1,8 @@
 Change Log
 ----------
+Version 5.5.0-xxx:
+- bug fixes
+
 Version 5.4.0:
 - bug fixes
 
--- a/eric5.e4p	Sun Jan 05 17:13:21 2014 +0100
+++ b/eric5.e4p	Mon Jan 06 19:56:09 2014 +0100
@@ -1855,7 +1855,7 @@
               <string>qtHelpFilterAttributes</string>
             </key>
             <value>
-              <string>eric5:ide:5.4</string>
+              <string>eric5:ide:5.5</string>
             </value>
             <key>
               <string>qtHelpFilterName</string>
@@ -1867,7 +1867,7 @@
               <string>qtHelpNamespace</string>
             </key>
             <value>
-              <string>org.eric5.ide.54</string>
+              <string>org.eric5.ide.55</string>
             </value>
             <key>
               <string>qtHelpOutputDirectory</string>

eric ide

mercurial