Sat, 24 Jul 2010 18:10:28 +0200
Updated the version string of the core plug-ins.
--- a/Plugins/PluginAbout.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginAbout.py Sat Jul 24 18:10:28 2010 +0200 @@ -22,7 +22,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "AboutPlugin" packageName = "__core__" shortDescription = "Show the About dialogs."
--- a/Plugins/PluginEricapi.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginEricapi.py Sat Jul 24 18:10:28 2010 +0200 @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "EricapiPlugin" packageName = "__core__" shortDescription = "Show the Ericapi dialogs." @@ -180,4 +180,4 @@ if outfile not in project.pdata['OTHERS']: project.pdata['OTHERS'].append(outfile) project.setDirty(True) - project.othersAdded(outfile) + project.othersAdded(outfile) \ No newline at end of file
--- a/Plugins/PluginEricdoc.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginEricdoc.py Sat Jul 24 18:10:28 2010 +0200 @@ -28,7 +28,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "EricdocPlugin" packageName = "__core__" shortDescription = "Show the Ericdoc dialogs." @@ -186,4 +186,4 @@ if outdir not in project.pdata['OTHERS']: project.pdata['OTHERS'].append(outdir) project.setDirty(True) - project.othersAdded(outdir) + project.othersAdded(outdir) \ No newline at end of file
--- a/Plugins/PluginSyntaxChecker.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginSyntaxChecker.py Sat Jul 24 18:10:28 2010 +0200 @@ -24,7 +24,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "SyntaxCheckerPlugin" packageName = "__core__" shortDescription = "Show the Syntax Checker dialog."
--- a/Plugins/PluginTabnanny.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginTabnanny.py Sat Jul 24 18:10:28 2010 +0200 @@ -24,7 +24,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "TabnannyPlugin" packageName = "__core__" shortDescription = "Show the Tabnanny dialog."
--- a/Plugins/PluginVcsMercurial.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVcsMercurial.py Sat Jul 24 18:10:28 2010 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.0.0" +version = "5.1.0" pluginType = "version_control" pluginTypename = "Mercurial" className = "VcsMercurialPlugin" @@ -225,4 +225,4 @@ """ Public method to prepare for an uninstallation. """ - e5App().unregisterPluginObject(pluginTypename) + e5App().unregisterPluginObject(pluginTypename) \ No newline at end of file
--- a/Plugins/PluginVcsPySvn.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVcsPySvn.py Sat Jul 24 18:10:28 2010 +0200 @@ -23,7 +23,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.0.0" +version = "5.1.0" pluginType = "version_control" pluginTypename = "PySvn" className = "VcsPySvnPlugin" @@ -229,4 +229,4 @@ """ Public method to prepare for an uninstallation. """ - e5App().unregisterPluginObject(pluginTypename) + e5App().unregisterPluginObject(pluginTypename) \ No newline at end of file
--- a/Plugins/PluginVcsSubversion.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVcsSubversion.py Sat Jul 24 18:10:28 2010 +0200 @@ -25,7 +25,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = True -version = "5.0.0" +version = "5.1.0" pluginType = "version_control" pluginTypename = "Subversion" className = "VcsSubversionPlugin" @@ -229,4 +229,4 @@ """ Public method to prepare for an uninstallation. """ - e5App().unregisterPluginObject(pluginTypename) + e5App().unregisterPluginObject(pluginTypename) \ No newline at end of file
--- a/Plugins/PluginVmListspace.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVmListspace.py Sat Jul 24 18:10:28 2010 +0200 @@ -17,7 +17,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.0.0" +version = "5.1.0" pluginType = "viewmanager" pluginTypename = "listspace" displayString = QT_TRANSLATE_NOOP('VmListspacePlugin', 'Listspace') @@ -68,4 +68,4 @@ Public method to deactivate this plugin. """ # do nothing for the moment - pass + pass \ No newline at end of file
--- a/Plugins/PluginVmMdiArea.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVmMdiArea.py Sat Jul 24 18:10:28 2010 +0200 @@ -17,7 +17,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.0.0" +version = "5.1.0" pluginType = "viewmanager" pluginTypename = "mdiarea" displayString = QT_TRANSLATE_NOOP('VmMdiAreaPlugin', 'MDI Area') @@ -68,4 +68,4 @@ Public method to deactivate this plugin. """ # do nothing for the moment - pass + pass \ No newline at end of file
--- a/Plugins/PluginVmTabview.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginVmTabview.py Sat Jul 24 18:10:28 2010 +0200 @@ -17,7 +17,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = False deactivateable = False -version = "5.0.0" +version = "5.1.0" pluginType = "viewmanager" pluginTypename = "tabview" displayString = QT_TRANSLATE_NOOP('VmTabviewPlugin', 'Tabbed View') @@ -68,4 +68,4 @@ Public method to deactivate this plugin. """ # do nothing for the moment - pass + pass \ No newline at end of file
--- a/Plugins/PluginWizardPyRegExp.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardPyRegExp.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "PyRegExpWizard" packageName = "__core__" shortDescription = "Show the Python re wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQColorDialog.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQColorDialog.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "ColorDialogWizard" packageName = "__core__" shortDescription = "Show the QColorDialog wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQFileDialog.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQFileDialog.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "FileDialogWizard" packageName = "__core__" shortDescription = "Show the QFileDialog wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQFontDialog.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQFontDialog.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "FontDialogWizard" packageName = "__core__" shortDescription = "Show the QFontDialog wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQInputDialog.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQInputDialog.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "InputDialogWizard" packageName = "__core__" shortDescription = "Show the QInputDialog wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQMessageBox.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQMessageBox.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "MessageBoxWizard" packageName = "__core__" shortDescription = "Show the QMessageBox wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Plugins/PluginWizardQRegExp.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Plugins/PluginWizardQRegExp.py Sat Jul 24 18:10:28 2010 +0200 @@ -21,7 +21,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "5.0.0" +version = "5.1.0" className = "QRegExpWizard" packageName = "__core__" shortDescription = "Show the QRegExp wizard." @@ -126,4 +126,4 @@ # It should be done on this way to allow undo editor.beginUndoAction() editor.insertAt(code, line, index) - editor.endUndoAction() + editor.endUndoAction() \ No newline at end of file
--- a/Project/Project.py Thu Jul 22 19:55:52 2010 +0200 +++ b/Project/Project.py Sat Jul 24 18:10:28 2010 +0200 @@ -340,7 +340,7 @@ @param key key of the data entry to get (string). @return a copy of the requested data or None """ - if category in ["PROJECTTYPESPECIFICDATA","CHECKERSPARMS", "PACKAGERSPARMS", + if category in ["PROJECTTYPESPECIFICDATA", "CHECKERSPARMS", "PACKAGERSPARMS", "DOCUMENTATIONPARMS", "OTHERTOOLSPARMS"] and \ key in self.pdata[category]: return copy.deepcopy(self.pdata[category][key])