Sun, 06 Sep 2015 11:23:35 +0200
Prepared release 6.0.9.
UI/UserInterface.py | file | annotate | diff | comparison | revisions | |
changelog | file | annotate | diff | comparison | revisions |
diff -r 55e2c4106962 -r cbc98303948f UI/UserInterface.py --- a/UI/UserInterface.py Thu Sep 03 19:30:25 2015 +0200 +++ b/UI/UserInterface.py Sun Sep 06 11:23:35 2015 +0200 @@ -506,7 +506,6 @@ self.inCloseEevent = False # now redirect stdout and stderr - # TODO: release - reenable redirection sys.stdout = self.stdout sys.stderr = self.stderr @@ -3335,10 +3334,6 @@ """ Private slot to show the Plugin Tools menu. """ - # TODO: This doesn't work on Mac OS X with Qt compiled against - # Cocoa anymore - # TODO: Change tools plug-ins to populate the menu statically - # and just enabled the actions/menus accordingly self.showMenu.emit("PluginTools", self.__menus["plugin_tools"]) def __showUserToolsMenu(self):