mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
Plugin Installer minor fixes
git-svn-id: http://svn.osgeo.org/qgis/trunk@10818 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
a6ce56e234
commit
4345ff5184
@ -14,7 +14,7 @@ def name():
|
||||
return "Plugin Installer"
|
||||
|
||||
def version():
|
||||
return "Version 1.0"
|
||||
return "Version 1.0.1"
|
||||
|
||||
def description():
|
||||
return "Downloads and installs QGIS python plugins"
|
||||
|
@ -701,6 +701,7 @@ class Plugins(QObject):
|
||||
self.mPlugins[key]["status"] = "upgradeable"
|
||||
else:
|
||||
self.mPlugins[key]["status"] = "newer"
|
||||
self.markNews()
|
||||
|
||||
|
||||
# ----------------------------------------- #
|
||||
|
@ -88,7 +88,7 @@ class InstallerPlugin():
|
||||
repositories.setRepositoryData(key,"state",3)
|
||||
|
||||
for i in plugins.obsoletePlugins:
|
||||
QMessageBox.warning(self.mainWindow(), QCoreApplication.translate("QgsPluginInstaller","QGIS Plugin Conflict:")+" "+plugins.localCache[i]["name"], QCoreApplication.translate("QgsPluginInstaller","The Plugin Installer has detected an obsolete plugin which masks a newer version shipped with this QGIS version. Probably it is a remainder of an older QGIS installation. Please use the Plugin Installer to remove it in order to unmask the instance shipped with this version of QGIS."))
|
||||
QMessageBox.warning(self.mainWindow(), QCoreApplication.translate("QgsPluginInstaller","QGIS Plugin Conflict:")+" "+plugins.localCache[i]["name"], QCoreApplication.translate("QgsPluginInstaller","The Plugin Installer has detected an obsolete plugin which masks a newer version shipped with this QGIS version. This is likely due to files associated with a previous installation of QGIS. Please use the Plugin Installer to remove that older plugin in order to unmask the newer version shipped with this copy of QGIS."))
|
||||
|
||||
|
||||
# ----------------------------------------- #
|
||||
|
Loading…
x
Reference in New Issue
Block a user