Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some plugins menu items don't function #11803

Closed
qgib opened this issue Jun 22, 2009 · 7 comments
Closed

Some plugins menu items don't function #11803

qgib opened this issue Jun 22, 2009 · 7 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Jun 22, 2009

Author Name: John Tull (John Tull)
Original Redmine Issue: 1743

Redmine category:gui
Assignee: Borys Jurgiel


Clicking the 'Plugins' menu and selecting "Fetch Python plugins..." has no effect on OS X. Nothing is reported to the console in a debug build either. If the plugin system detects that there is a new plugin, and the "There is a plugin update available" link is present in the map window, clicking this will open the plugin installer. This problem has been present for at least 2 weeks in trunk.


@qgib
Copy link
Contributor Author

qgib commented Jun 22, 2009

Author Name: John Tull (John Tull)


On further investigation, the following plugins that I have installed, when invoked, do nothing. I can only guess that there might be an api method used in the failing modules different from the ones that work. Hopefully it will help find the problematic code:

Geoprocessing Tool
manageR
[[RefMap]]
Table Manager
Zoom to Point
Copyright Label
Add delimited Text Layer
DXF2shp converter
Interpolate Plugin
North Arrow
Quickprint
Mapserver Export
Find by Attribute
Image Map
Image Boundary
Mapsheet [[AutoGeoRef]]
[[MirrorMap]]
[[PostGIS]] Sql Editor

These plugins are working:

SPIT
[[PostGIS]] Manager
Georeferencer
OGR Layer Converter
PGQuery

@qgib
Copy link
Contributor Author

qgib commented Jun 22, 2009

Author Name: Borys Jurgiel (@borysiasty)


After a short comparition: All the above working plugins send the triggered() signal, while most of the not working send activated(). However two plugins: Interpolation and Geoprocessing send trigerred() and you said don't work even so...

@qgib
Copy link
Contributor Author

qgib commented Jun 23, 2009

Author Name: Martin Dobias (@wonder-sk)


The reason that activated() signal is not emitted is because it works only with qt3support libraries installed.

Mapserver export plugin and plugin installer can be easily fixed as they're inside qgis svn, but other plugins have to be fixed by their owners.

@qgib
Copy link
Contributor Author

qgib commented Jun 23, 2009

Author Name: Borys Jurgiel (@borysiasty)


Should be now fixed for all core plugins in trunk. Does e.g. Copyright Label or Add CSV plugins work now? I'll contact all external plugins authors and ask for fix.

@qgib
Copy link
Contributor Author

qgib commented Jun 23, 2009

Author Name: John Tull (John Tull)


The core plugins I tested are now working. Thanks for uncovering the cause and identifying the fix. I've changed the ticket to 'fixed'.


  • status_id was changed from Open to Closed
  • resolution was changed from to fixed

@qgib
Copy link
Contributor Author

qgib commented Apr 7, 2010

Author Name: John Tull (John Tull)


This problem seems to have crept back into the qgis codebase. I've attached a fix for the mapserver export plugin.


  • status_id was changed from Closed to Feedback
  • resolution was changed from fixed to

@qgib
Copy link
Contributor Author

qgib commented Apr 7, 2010

Author Name: Borys Jurgiel (@borysiasty)


Fixed in d037836 (SVN r13279). I'm also contacting other authors.


  • resolution was changed from to fixed
  • status_id was changed from Feedback to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience labels May 24, 2019
@qgib qgib added this to the Version 1.2.0 milestone May 24, 2019
@qgib qgib closed this as completed May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! GUI/UX Related to QGIS application GUI or User Experience
Projects
None yet
Development

No branches or pull requests

1 participant