def update_plugin_thread(self):
     for p in self.plug:
         core.uninstall_plugin(p)
         core.download_plugin(p[3])
         core.update_local_plugin_descriptor([p])
         self._manager.reset_installed_plugins()
 def update_plugin_thread(self):
     for p in self.plug:
         core.uninstall_plugin(p)
         core.download_plugin(p[3])
         core.update_local_plugin_descriptor([p])
         self._manager.reset_installed_plugins()
 def download_plugins_thread(self):
     for p in self.plug:
         core.download_plugin(p[3])
         core.update_local_plugin_descriptor([p])
         self.emit(SIGNAL("plugin_downloaded(PyQt_PyObject)"), p)
 def download_plugins_thread(self):
     for p in self.plug:
         core.download_plugin(p[3])
         core.update_local_plugin_descriptor([p])
         self.emit(SIGNAL("plugin_downloaded(PyQt_PyObject)"), p)