Sat, 26 Apr 2014 15:53:13 +0200
Released as stable.
--- a/ChangeLog Wed Jan 01 14:47:59 2014 +0100 +++ b/ChangeLog Sat Apr 26 15:53:13 2014 +0200 @@ -1,5 +1,8 @@ ChangeLog --------- +Version 1.0.0: +- first stable release + Version 0.4.0: - always add the entry to the tools menu and disable it, if prerequisites are not fulfilled
--- a/PluginPySide2PyQt.py Wed Jan 01 14:47:59 2014 +0100 +++ b/PluginPySide2PyQt.py Sat Apr 26 15:53:13 2014 +0200 @@ -7,7 +7,7 @@ Module implementing the PySide to PyQt4 (and vice versa) plug-in. """ -from __future__ import unicode_literals # __IGNORE_WARNING__ +from __future__ import unicode_literals import os @@ -20,7 +20,7 @@ author = "Detlev Offenbach <detlev@die-offenbachs.de>" autoactivate = True deactivateable = True -version = "0.4.0" +version = "1.0.0" className = "PySide2PyQtPlugin" packageName = "PySide2PyQt" shortDescription = "Convert PySide file to PyQt4 and vice versa" @@ -30,6 +30,7 @@ """ current editor.""" needsRestart = False pyqtApi = 2 +python2Compatible = True # End-Of-Header error = ""
--- a/PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html Wed Jan 01 14:47:59 2014 +0100 +++ b/PySide2PyQt/Documentation/source/Plugin_Tools_PySide2PyQt.PluginPySide2PyQt.html Sat Apr 26 15:53:13 2014 +0200 @@ -25,7 +25,7 @@ </p> <h3>Global Attributes</h3> <table> -<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> +<tr><td>author</td></tr><tr><td>autoactivate</td></tr><tr><td>className</td></tr><tr><td>deactivateable</td></tr><tr><td>error</td></tr><tr><td>longDescription</td></tr><tr><td>name</td></tr><tr><td>needsRestart</td></tr><tr><td>packageName</td></tr><tr><td>pyqtApi</td></tr><tr><td>python2Compatible</td></tr><tr><td>shortDescription</td></tr><tr><td>version</td></tr> </table> <h3>Classes</h3> <table>