Re: [Qgis-developer] Postgis integer field with null values problem

2014-09-22 Thread Bernhard Ströbl
Hi Pedro, I cannnot comment on your problem but as a workaround when dealing with PostgreSQL layers I recommend my :) plugin DataDrivenInputMask [1] Bernhard [1] http://plugins.qgis.org/plugins/DataDrivenInputMask/ Am 19.09.2014 16:21, schrieb Pedro Venâncio: Hi When I'm editing PostGIS

Re: [Qgis-developer] Problem with Qgis c++ plugin

2014-09-22 Thread Nejia
Hi, Building plugins with the libraries shipped with qgis-devl package resolve my problem, previously I built plugins using libraries of Qgis that I built from sources https://github.com/qgis/QGIS/tree/release-2_4 with Microsoft Visual Studio as described here

[Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Too often QGIS 2.5 weekly (it happens in 2.4 too) tends to freeze while drawing the layers. It normally happens when I move around or zoom out, but I think it can happen when displaying a layer after loading it). So I guess it has something to do with drawing data or accessing data from the

[Qgis-developer] QGIS with up to date package versions

2014-09-22 Thread Matthias Ludwig
Hi, has someone a ready to use version of QGIS (Windows) with more up to date packages? Or a windows specific description on how to build one? The used versions are very old. For the moment I try to use this description, but compiling on Windows isyesfar from being

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Bernhard Ströbl
Hi Casper, please check if your problem is related with this [1] issue and if yes report any additional infromation there. [1] http://hub.qgis.org/issues/11141 Bernhard Am 22.09.2014 09:55, schrieb Casper Børgesen (CABO): Too often QGIS 2.5 weekly (it happens in 2.4 too) tends to freeze

Re: [Qgis-developer] QGIS with up to date package versions

2014-09-22 Thread Jürgen E . Fischer
Hi Matthias, On Mon, 22. Sep 2014 at 10:06:17 +0200, Matthias Ludwig wrote: Hi, has someone a ready to use version of QGIS (Windows) with more up to date packages? Or a windows specific description on how to build one? The used versions are very old. For the moment I try to use this

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Bernhard. I cannot reproduce my issue and it doesn't seem related to loading. My project consists of: - No raster - Shapefiles only - Rule based styling - No groups Though our setups are very different, the issues could be related. If I could reproduce the issue, it would be a lot easier

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Andreas Neumann
Hi Casper, Did you try disabling parallel rendering to make sure that the crashes/freezes are really related to the multi-threaded renderer? Settings - Options - Rendering - Disable Checkbox Render layers in parallel using many CPU cores There seem to be issues with the multi-threaded renderer,

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Bernhard Ströbl
Hi Casper, are these shapefiles on a local or network drive? Follow Andreas hint to disable multi-threaded renderin and see if it helps. Shapefiles on network drives are known to be slow, maybe this plus multi-threaded rendering causes the crash. Bernhard Am 22.09.2014 10:24, schrieb Casper

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Bernhard. My shapefiles are indeed on a network drive, and it might be a timeout or similar causing the crash. I can disable threaded rendering, but as long as I cannot reproduce the crash, I cannot test if it works :) I have dragged my QGIS message window outside the QGIS window and I

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Andreas. It might solve the problem, but as long as I cannot reproduce the problem, disabling multi threaded rendering only saves me the trouble of the issue (in case it helps at all). I would rather see if I can help narrow down the problem by not disabling and give you all the information

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Bernhard Ströbl
of virus signature database 10446 (20140921) __ The message was checked by ESET Mail Security. http://www.eset.com __ Information from ESET Mail Security, version of virus signature database 10447 (20140922) __ The message was checked by ESET Mail Security. http

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Matthias Kuhn
Hi Casper On 22.09.2014 10:24, Casper Børgesen (CABO) wrote: I can see the see the yellow balloon tip informing me of messages added to the message window just before QGIS stops responding. But I can't see the messages since QGIS is not responding. I'm not a windows user, but if I remember

Re: [Qgis-developer] QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Matthias. I have tried DebugView and shortly after QGIS stopped responding. It gave me loads of information, much more than I will post here. I can see a lot of invalid geometry exceptions regarding Invalid number of points in linear ring: [10468]

[Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Matthias. I was a little too fast in my previous mail. The final lines from DebugView wasn't from QGIS but from my browser :| Here I have the last lines DebugView received before QGIS stopped responding: [10468] ..\..\..\..\..\src\core\qgsgeometry.cpp(99) : (throwGEOSException) GEOS

Re: [Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Matthias Kuhn
Hi Casper, On 22.09.2014 13:16, Casper Børgesen (CABO) wrote: [10468] ..\..\..\..\..\src\core\qgsmaprenderercustompainterjob.cpp(250) : (QgsMapRendererJob::drawLabeling) Draw labeling start [10468] ..\..\..\..\..\src\core\qgsvectorlayer.cpp(340) : (QgsVectorLayer::drawLabels) Starting draw

Re: [Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread CABO
Hi Matthias So your guess is that I kill QGIS by labeling too much? If this is the case I guess I should remember to set a zoom level on the labeling. I will try that and see if it gets stable. But what about all the reports about invalid geometry? Thanks for your help. -Original

Re: [Qgis-developer] Lizmap edit layer

2014-09-22 Thread kimaidou
Hi , It seems Lizmap cannot find out which column is the geometry column. Could you save the layer in QGIS via Menu Layer Save as Layer Definition File, open this file with a text editor, delete the password and host (found in the datasource element ) and send it to me by email, so that I can

Re: [Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Nyall Dawson
On 22 September 2014 21:48, Casper Børgesen (CABO) c...@niras.dk wrote: Hi Matthias So your guess is that I kill QGIS by labeling too much? If this is the case I guess I should remember to set a zoom level on the labeling. I will try that and see if it gets stable. But what about all the

[Qgis-developer] Heads-up: Code freeze starts on 2014-09-26 (4 days)

2014-09-22 Thread Jürgen E . Fischer
Hi, I'd like to remind everyone that the 2.5 development cycle ends on next friday, 2014-09-29[1] (4 days away), we'll go into feature freeze and start the 2.6 release cycle in which we'll do testing, bugfixing, translating and release preparations instead of feature development for the 2.6

Re: [Qgis-developer] FW: QGIS sometimes freezes in Windows 7 x64

2014-09-22 Thread Bernhard Ströbl
signature database 10447 (20140922) __ The message was checked by ESET Mail Security. http://www.eset.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Problem with Qgis c++ plugin

2014-09-22 Thread Hartmut Tschauner
Thanks for your response, Jürgen. Yes, I did build my plugin with the release libraries and that results in an access violation every time I switch from my own to a built-in map tool. This does not happen if I build plugin and QGIS in one go and run my plugin as in that QGIS I built myself. On

[Qgis-developer] Feedback: Color for NULL values

2014-09-22 Thread Matthias Kuhn
Hi everybody I just committed a change to QgsFilterLineEdit that changes the text color to gray when it is set to NULL. On my system (gnome) the color is now the same like when the lineedit is disabled. What do the colors look like on other systems (mac/windows)? To test open an attribute form

Re: [Qgis-developer] Heads-up: Code freeze starts on 2014-09-26 (4 days)

2014-09-22 Thread Matthias Kuhn
Hi Jürgen, Thank you for the reminder. Do you plan to release versions labelled with beta and announce these for broader testing and bug-squashing? Matthias ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] SSL PKI support for OWS connections

2014-09-22 Thread Larry Shaffer
Hi, I have a pull request opened that adds PKI (certificate/key) authentication support to OWS connections (currently just WMS) [0]. Looking to get this into 2.6 and would appreciate if anyone with a WMS server setup with PKI configuration could help test the PR. There is a link at the bottom of

[Qgis-developer] Module dependencies

2014-09-22 Thread Andrew McClure
Our plugin:https://plugins.qgis.org/plugins/TelemetryLayer/Depends on Memory Layer saver to save its layers. (I need to add this to the docs)I note that some plugin frameworks have a "dependencies" array in their module definitions (metadata.txt for QGIS plugins) and wondered if this was something

[Qgis-developer] QGIS specific installs of Python on Windows is suboptimal

2014-09-22 Thread Trevor Wiens
In my recent work with an plugin requiring additional python libraries, I found that the current method of creating a separate python install for QGIS is quite problematic because: 1. If you have multiple copies of Python installed and you want to use either easy_install or pip to install

Re: [Qgis-developer] Heads-up: Code freeze starts on 2014-09-26 (4 days)

2014-09-22 Thread Mathieu Pellerin
Thanks for the reminder Jürgen. Tim, could you create a visual changelog page for the upcoming 2.6 release? We can start now to append the new features so it can be as complete as possible. M On 22 Sep 2014 19:00, Jürgen E. j...@norbit.de wrote: Hi, I'd like to remind everyone that the 2.5