Re: [Qgis-developer] Problems with developing custom c++ qgis application with QtCreator and MSVC2008 on Windows

2014-11-24 Thread Nejia
To write QGIS C++ plugin see : http://download.osgeo.org/qgis/doc/manual/qgis-1.1.0_coding-compilation_guide_en.pdf (2.2 Programming a QGIS C++ Plugin in four steps) And you can find some C++ plugin examples here: https://github.com/qgis/QGIS-Code-Examples and https://github.com/qgis/QGIS-Code-

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Nathan Woodrow
Hey, I suspect you are running into this http://gis.stackexchange.com/questions/87841/why-qgsmapcanvas-only-appear-after-lost-focus Here is a "fix" http://gis.stackexchange.com/a/92734/97 - Nathan On Tue Nov 25 2014 at 9:34:14 AM Alexia Mondot wrote: > Thanks for your answer. > > Actually, I

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Alexia Mondot
Thanks for your answer. Actually, I wonder if my refresh problem is not only on QGIS 2.2. I believe I had not reproduce this behaviour on QGIS 2.4 and 2.6. And I didn't know about the bug. I have these two points to analyse. The multithread rendering was available in QGIS 2.2 ?? I'm going to

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
could be related with this? https://hub.qgis.org/issues/9799 check OTF reprojection combination regards, Luigi Pirelli On 24 November 2014 at 23:49, Luigi Pirelli wrote: > may you also test with the last 2.6version? > > regards, Luigi Pirelli > > On 24 November 2014 at 01:16, Alexia Mondot wr

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
may you also test with the last 2.6version? regards, Luigi Pirelli On 24 November 2014 at 01:16, Alexia Mondot wrote: > Hi all, > > I have a plugin using a customized version of Dockable Mirror Map. > I use it to display each processing result in a new view. > > I get a strange behaviour with my

Re: [Qgis-developer] [plugins] refreshing canvas

2014-11-24 Thread Luigi Pirelli
I understand that you don't have a use case that reproduce the problem! Can you explain better what the meaning of "customized version of Dockable Mirror Map"? May you file an issue for the plugin with all data displayed in help-about of qgis? Just an idea, may you also test if this append with m

[Qgis-developer] [Plugin] Processing-Workflow

2014-11-24 Thread skampus
hi, when i launch "create a new workflow", this error is produced. also, there are not the three examples of land cover modules. my OS is windows 8. in windows 7 all works well and i see the three examples thank you in advance ticket opened in proper github repository (https://github.com/TIGER-NET

[Qgis-developer] Viewport rotation status report

2014-11-24 Thread Sandro Santilli
I've just pushed new code to the "rotation" branch in my fork [1] that makes panning and zooming supported at the MapToPixel level. The MapToPixel class is used by the renderer to transform inputs to output coordinate space, right after performing geographical projection transformations. Renderin

Re: [Qgis-developer] Problems with developing custom c++ qgis application with QtCreator and MSVC2008 on Windows

2014-11-24 Thread eliu1234
QgisInterface is an abstract class. How are you initializing it? Or do you just declare it and add a raster layer directly? Because from that link, I see the addRasterLayer method is a pure virtual function and QgisInterface is abstract class. I want to add this layer into a QgsMapCanvas, how shou

Re: [Qgis-developer] Problems with developing custom c++ qgis application with QtCreator and MSVC2008 on Windows

2014-11-24 Thread eliu1234
QgisInterface is an abstract class. How are you initializing it? Or do you just declare it and add a raster layer directly? Because from that link, I see the addRasterLayer method is a pure virtual function. Nejia wrote > QgisInterface *m_ptInterface; > See > http://qgis.org/api/2.6/classQgisIn

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Jürgen E . Fischer
Hi Martin, On Mon, 24. Nov 2014 at 15:46:26 +0100, Martin Landa wrote: > > flex --version > flex version 2.5.4 flex NEWS says "Support for reentrant C scanners has been added" for 2.5.6 I use flex from cygwin on Windows. > > Looks like the CMake find modules need updated to look for those bina

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Nejia
Hi, I encountered the same problem while building QGIS 2.6 from sources, to fix it I use flex and bison from http://cygwin.com Regards, Nejia -Message d'origine- De : qgis-developer-boun...@lists.osgeo.org [mailto:qgis-developer-boun...@lists.osgeo.org] De la part de Martin Landa Envoyé 

Re: [Qgis-developer] QGIS 2.6 compilation on Windows

2014-11-24 Thread Martin Landa
Dear Larry, 2014-11-19 23:09 GMT+01:00 Larry Shaffer : > I think I ran into this recently. There was a commit in 2.6 [0] that > apparently requires a newer version of flex or bison (bison 3.x, I think?) for record osgeo4w environment reports: > flex --version flex version 2.5.4 > bison --versio

[Qgis-developer] QEP - inheritable property collections

2014-11-24 Thread Nyall Dawson
Hi all, I've created a QEP (in very early draft stage) for a system for overridable property collections for QGIS: https://github.com/qgis/QGIS-Enhancement-Proposals/pull/12 This need is being driven by both labelling and layout work, and should pave the way for features like text styles and lay

Re: [Qgis-developer] 2.6.1

2014-11-24 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 24/11/2014 10:56, Jürgen E. Fischer ha scritto: > next friday four weeks after the release have passed. Preponing the release > plan starting with 2.8 (see not yet adopted QEP #3) this would be a time for a > point release (as there wasn't a week

[Qgis-developer] 2.6.1

2014-11-24 Thread Jürgen E . Fischer
Hi, next friday four weeks after the release have passed. Preponing the release plan starting with 2.8 (see not yet adopted QEP #3) this would be a time for a point release (as there wasn't a week without backports before) - although the nightly builds of the release are not yet inplace. Please