Re: [Qgis-developer] Getting auto re-projection on Standalone QgsMapCanvas

2011-03-29 Thread Tim Sutton
Howzit Terence The c++ version of what you are trying to do is something like (you need to have already teh myCRSID variable defined): QgsMapRenderer* myRenderer = mMapCanvas-mapRenderer(); QgsCoordinateReferenceSystem srs( myCRSID, QgsCoordinateReferenceSystem::InternalCrsId );

Re: [Qgis-developer] typo?

2011-03-29 Thread Tim Sutton
Hi On Fri, Mar 25, 2011 at 9:20 AM, Werner Macho werner.ma...@gmail.com wrote: Hi! As it does not affect any function i would not consider it as a bug.. It's an annoyance and should have been cleaned out before string freeze (IMHO). Of course - if the release manager gives his ok to adjust

Re: [Qgis-developer] Getting auto re-projection on Standalone QgsMapCanvas

2011-03-29 Thread Tim Sutton
Hi again On Tue, Mar 29, 2011 at 9:23 AM, Tim Sutton li...@linfiniti.com wrote: Howzit Terence The c++ version of what you are trying to do is something like (you need to have already teh myCRSID variable defined): QgsMapRenderer* myRenderer = mMapCanvas-mapRenderer();

[Qgis-developer] Small improvement needed for Snapping Options dialog

2011-03-29 Thread jr.morreale
Hi, I don't know if it deserves a bug ticket (if so I'll open one), could it possible to center the 'Avoid Int.' checkbox of the 'Snapping Options' dialog ? Regards, Jean Roc ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Plugins section - organized like drupal modules?

2011-03-29 Thread Paolo Cavallini
Il giorno ven, 25/03/2011 alle 21.23 -0700, Jordan Preston ha scritto: How does the QGIS community think about organizing the QGIS plugins as drupal organizes their modules with their community? We could even borrow the drupal framework to organize the QGIS site. I would be willing to

[Qgis-developer] SAGA Interface

2011-03-29 Thread Camilo Polymeris
Hello everyone, I am considering implementing this idea: http://www.qgis.org/wiki/SAGA_Toolbox_for_QGIS I use SAGA often and would like to see a modern interface to it. I have no experience with the QGIS code, though. The last few days I have been coding a little, just to get a feeling of how