[Qgis-developer] Fwd: [Qt5] Compilation problems on windows

2016-11-14 Thread Anatoliy Golubev
-- Forwarded message -- From: Anatoliy Golubev Date: 2016-11-15 1:49 GMT+03:00 Subject: [Qt5] Compilation problems on windows To: qgis-developer Hi devs! I compiled QGIS 2.18 with Qt 5.3.2 and Visual Studio 2013. There are some problems: 0. VS 2013 dont support `noexcept

Re: [Qgis-developer] Map canvas zoom resets visibility of QgsRubberBand

2015-04-02 Thread Anatoliy Golubev
This changes can be made in next major version with another API changes and for now I think it is better to save compatibility with existing user stuff. 2015-04-02 12:20 GMT+03:00 Sandro Santilli : > > My personal preference (for ease and intuitiveness) would be: > > - On construction - visibilit

[Qgis-developer] Map canvas zoom resets visibility of QgsRubberBand

2015-04-01 Thread Anatoliy Golubev
Hi devs! I found another issue with QgsRubberBand which appear after fixing #12392. See #12486 for details. Im trying to fix this issue and have a questions about expected behavior of QgsRubberBand. When we create QgsRubberBand: QgsRubberBand *rb = new QgsRubberBand(mCanvas, 0); constructor c

Re: [Qgis-developer] Possible bug with QgsRubberBand refreshing

2015-03-17 Thread Anatoliy Golubev
Ok, opened a ticket: https://hub.qgis.org/issues/12392 2015-03-17 18:47 GMT+03:00 Matthias Kuhn : > On 03/17/2015 03:50 PM, Anatoliy Golubev wrote: >> Hi list! >> >> QgsRubberBand items sometimes not refreshing properly when another map >> canvas item (QgsVertexMa

[Qgis-developer] Possible bug with QgsRubberBand refreshing

2015-03-17 Thread Anatoliy Golubev
Hi list! QgsRubberBand items sometimes not refreshing properly when another map canvas item (QgsVertexMarker) intersects them. This happens with 2.8, in 2.6.1 works as expected. See: https://www.dropbox.com/s/4egl61juue9ewop/rubberband.png?dl=0 as illustration How to reproduce: 1. Open empty pro

Re: [Qgis-developer] qgsmaplayerrenderer.h not in public API

2015-01-19 Thread Anatoliy Golubev
Yeah, i`ve seen Juergen`s commit, its ok now. Thanks! 2015-01-19 12:48 GMT+03:00 Martin Dobias : > Hi > > On Fri, Jan 16, 2015 at 3:36 PM, Anatoliy Golubev > wrote: >> >> Hi devs! >> >> I cant find qgsmaplayerrenderer.h in include directory of qgis. Is

[Qgis-developer] qgsmaplayerrenderer.h not in public API

2015-01-16 Thread Anatoliy Golubev
Hi devs! I cant find qgsmaplayerrenderer.h in include directory of qgis. Is there a reason not to install it? Thanks! ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Compilation qgis2.7.0 with VS2010 and Qt 5.3.2

2014-12-26 Thread Anatoliy Golubev
Hi list! I am successfully build QGIS-dev with Qt5 in windows. Here are some notes: 1. PR#1743 is necessary for windows build, without it compilation fails trying to include linux headers (netinet/in.h); 2. CMake 3.1 throws many warnings like this: CMake Warning (dev) in src/core/CMakeLists.

Re: [Qgis-developer] Compilation qgis2.7.0 with VS2010 and Qt 5.3.2

2014-12-24 Thread Anatoliy Golubev
Hi Matthias! Thanks for reply! I know that Qt5 support was merged recently and want to test it. Before PR#1743 there were errors with linux-specific includes, such as netinet/in.h. Im compile qwt, qwtpolar and qscintilla with Qt5. It may be CMake rules that generate improper configuration for Qt

[Qgis-developer] Compilation qgis2.7.0 with VS2010 and Qt 5.3.2

2014-12-23 Thread Anatoliy Golubev
Hi list! Im trying to compile qgis 2.7.0 with Qt 5.3.2. After applying PR #1743 all compiles fine (except qspatialite), but linking executables failed with errors like this: Link: C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"D:\Projects\ot

[Qgis-developer] Compiling QGIS 2.0.1 with MS VS 2010

2014-02-13 Thread Anatoliy Golubev
Hi devs! Im trying to compile qgis 2.0.1 with Visual Studio 2010 on Win7 and gdal-sdk from Tamas Szekeres (http://gisinternals.com/sdk/) , but there are many unresolved symbols: Creating library C:/libs/qgis-2.0.1/build-debug/src/core/Debug/qgis_core.lib and object C:/libs/qgis-2.0.1/build-debug/

[Qgis-developer] Qgis 2.0.1 - Debug Assertion Failed

2013-09-26 Thread Golubev
Hi devs! I`m try to compile Qgis 2.0.1 debug version with VS 2010 Express. All builds and installs without errors but qgis.exe fails to start with debug assertion failed window: Debug Assertion Failed! Program: C:\qgis2.0.1\bin\qgis.exe File: f:\dd\vctools\crt_bld\self_x86\crt\src\dbgheap.c

[Qgis-developer] QgsMapToolZoom and virtual deactivate()

2012-11-21 Thread Golubev
Hi, list! QgsMapToolZoom::deactivate() deletes internal rubber band without call QgsMapTool::deactivate(). So, if you have button that associated with this tool, map canvas didnt uncheck it when another map tool set. I think it should be something like: virtual void QgsMapToolZoom::deactivate(

[Qgis-developer] QGIS 1.7.4 build fail on Win7

2012-02-20 Thread Golubev
Hi devs! I can`t build QGIS 1.7.4 in Windows 7 Pro with MSVS 2010 Express and Qt 4.8. Errors appear in qgis_core project: Generating qgssearchstringparser.cpp D:/Libs/qgis/1.7.4/src/src/core/qgssearchstringparser.yy: ъюэЇышъЄ√: 15 ёфтшур/т√тюфр 1>D:\Libs\qgis\1.7.4\src\src\core\symbo

[Qgis-developer] Strange debug messages

2011-10-12 Thread Golubev
I have these messages to console after maximizing QGIS/moving toolbars, but resizing QGIS window doesnt show them: ... ..\..\..\src\src\core\qgsmaprenderer.cpp(616) : (QgsMapRenderer::render) Rendering completed in (seconds): 2.236 QPainter::begin: Paint device returned engine == 0, type: 1 QPa

[Qgis-developer] QGIS 1.7.1 and cyrillic paths

2011-09-27 Thread Golubev
Hi devs! I`m trying to create spatial index to vector layer and if there are cyrillic symbols in absolute path to that layer then creating failed. If this layer have cyrillic name there is debug message: ..\..\..\..\src\src\providers\ogr\qgsogrprovider.cpp(1076) : (QgsOgrProvider::createSpatial

Re: [Qgis-developer] QGIS 1.7.0, crash with new labeling system

2011-09-22 Thread Golubev
DebugView shows nothing, but i got call stack from VS debugger: > QtGuid4.dll!QExplicitlySharedDataPointer::operator->() Line 139 + 0xa bytesC++ QtGuid4.dll!QFontMetricsF::height() Line 1200 + 0xa bytesC++ qgis_core.dll!QgsPalLabeling::drawLabel(pal::LabelPosition * lab

Re: [Qgis-developer] QGIS 1.7.0, crash with new labeling system

2011-09-22 Thread Golubev
QGIS crashes when i click Ok/Apply buttons in labels dialog 22.09.2011 12:19, Ramon Andiñach ?: Did QGIS crash while you were using the labels dialogue, when you closed it or a little while later? I have the same setup as you describe, except 64-bit and don't seem to be having problems wit

Re: [Qgis-developer] Re: Error while compiling QGIS 1.5.0

2010-09-21 Thread Golubev A.
21.09.2010 13:35, mroddjob пишет: Hi Golubev, Did you manage to get this to work? I am having the same problem, trying to build QGIS 1.5.0 in Qt Creator under windows xp. I get the same errors. Can anyone suggest a solution? Regards Oddjob Hi! I didnt solve that problem and compile QGIS with

[Qgis-developer] C++ plugins delete

2010-08-27 Thread Golubev A.
Hi, devs! I`m write simple C++ plugin from plugin_template for test purposes. QGIS not delete plugin when unload it from plugin manager. Neither destructor, nor QGISEXTERN void unload( QgisPlugin * thePluginPointer ) was called. I`m checked "copyright_label" plugin and it is not deleted too.

Re: [Qgis-developer] QGIS 1.5 freezes at some extent

2010-08-12 Thread A. Golubev
Thanks, Marco! I`m try to recompile Qt with this patched files. 12.08.2010 10:44, Marco Hugentobler пишет: Hi The reason is most likely that osgeo4w uses a modified qt, patched with the code from QgsClipper (see http://www.archivum.info/qt- inter...@trolltech.com/2009-09/00028/%5BQt-interest%5

[Qgis-developer] QGIS 1.5 freezes at some extent

2010-08-11 Thread A. Golubev
Hi devs! I`m compile QGIS 1.5.0 with VS2008 with these settings: WITH_GRASS:BOOL=0 WITH_QWT:BOOL=0 WITH_BINDINGS:BOOL=0 WITH_POSTGRESQL:BOOL=0 WITH_INTERNAL_SPATIALITE:BOOL=0 WITH_SPATIALITE:BOOL=0 Compile ended successfully, but in some projects ( http://gis-lab.info/data/osm/arkhan/arkhan

Re: [Qgis-developer] Error while compiling QGIS 1.5.0

2010-08-02 Thread A. Golubev
02.mm.2010 12:51, Jürgen E. Fischer пишет: Hi Golubev, On Mon, 02. Aug 2010 at 11:58:12 +0400, A. Golubev wrote: QGIS 1.4 compiles fine. Is there any solution? MinGW 3.4.5, WinXP SP2, Qt 4.5.1 Hm, http://lists.osgeo.org/pipermail/qgis-user/2010-April/008449.html suggest that this

[Qgis-developer] Error while compiling QGIS 1.5.0

2010-08-02 Thread A. Golubev
Hi list! I`m trying compile QGIS 1.5.0 and got this error: Scanning dependencies of target qgis_core [ 3%] Building CXX object src/core/CMakeFiles/qgis_core.dir/gps/qextserialport/qextserialport.cpp.obj [ 3%] Building CXX object src/core/CMakeFiles/qgis_core.dir/gps/qextserialport/qextserialen