File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
python/plugins/plugin_installer Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ def name():
14
14
return "Plugin Installer"
15
15
16
16
def version ():
17
- return "Version 1.0.4 "
17
+ return "Version 1.0.5 "
18
18
19
19
def description ():
20
20
return "Downloads and installs QGIS python plugins"
Original file line number Diff line number Diff line change @@ -338,7 +338,8 @@ def populateMostWidgets(self):
338
338
a .setToolTip (0 ,self .tr ("This repository is disabled" ))
339
339
else :
340
340
a .setToolTip (0 ,self .tr ("This repository is blocked due to incompatibility with your Quantum GIS version" ))
341
- a .setDisabled (True )
341
+ for i in [0 ,1 ,2 ]:
342
+ a .setForeground (i ,QBrush (QColor (Qt .gray )))
342
343
for i in [0 ,1 ,2 ]:
343
344
self .treeRepositories .resizeColumnToContents (i )
344
345
self .comboFilter1 .addItem (self .tr ("orphans" ))
You can’t perform that action at this time.
0 commit comments