[Qgis-developer] Setting up environment for developing with QGIS in c++

2015-04-02 Thread George Silva
Hello everyone, Is there a place where I can find documentation on what sort of environment I need to develop/debug QGIS itself? What's the motivation behind this is a blocker bug in Raster Calculator, that I reported. THanks -- George R. C. Silva SIGMA Consultoria

Re: [Qgis-developer] Using QGIS for parallel processing

2015-03-20 Thread George Silva
What kind of parallel processing do you need? For example, rendering in QGIS is done in parallel. Do you need to do parallel processing for topological testing? Without more information, I can't say much more. George On Fri, Mar 20, 2015 at 5:05 PM, Patricia Carbajales pcar...@clemson.edu

Re: [Qgis-developer] QGIS and Coverity scans

2015-02-11 Thread George Silva
Congratulations to everyone. Code quality is something that matters on the long run. Since QGIS only gets better, I envision a big marathon :P. Anyone who develops software and understands what these metrics mean know they are significant, so congratulations again. George On Wed, Feb 11, 2015

Re: [Qgis-developer] guestimating plug-in dev time?

2015-01-19 Thread George Silva
I also have a lot of experience with a large number of users (around 15) editing a central database with PostGIS. No problems there. Remi, the development time for this would be around a day. If you wish to outsource that job, I have some experience with QGIS Plugins and I could develop that for

Re: [Qgis-developer] Reverse order in PostGIS commit?

2014-07-10 Thread George Silva
This could affect custom database triggers or implementations. Here we use an auditing scheme to monitor perfomance of digitizing of our users. I agree with Paolo here, this gives a unpredicted result in some operations that might exist. On Thu, Jul 10, 2014 at 10:46 AM, Paolo Cavallini

Re: [Qgis-developer] Reverse order in PostGIS commit?

2014-07-10 Thread George Silva
Hello Jurgen! I can test this easily. I'll get back to you soon. On Thu, Jul 10, 2014 at 12:03 PM, Jürgen E. j...@norbit.de wrote: Hi George, On Thu, 10. Jul 2014 at 11:42:00 -0300, George Silva wrote: This could affect custom database triggers or implementations. Here we use

Re: [Qgis-developer] Bug with avoid intersection - willing to fund fix

2013-11-09 Thread George Silva
Any comments from the QGis crowd? Thanks On Sat, Nov 9, 2013 at 9:18 AM, Sandro Santilli s...@keybit.net wrote: On Thu, Nov 07, 2013 at 04:26:32PM -0200, George Silva wrote: QGis does the explicit noding of the first adjancent feature, but the results are inconsistent. Noding should

Re: [Qgis-developer] [geos-devel] Bug with avoid intersection - willing to fund fix

2013-11-08 Thread George Silva
Hello Sandro. I dont think this is a GEOS bug. I was following the various discussions on this bug/unexpected behavior. On one of them, in discussion with Marco, you said that it might be a problem with GEOSDifference. And after that theres our chat in IRC, which seems to fit the problem. We

[Qgis-developer] Bug with avoid intersection - willing to fund fix

2013-11-07 Thread George Silva
Hello everyone, We have an important QGis digitizing issue that is blocking and generating a lot of work for us. The issue has been described in more then 3 bugs ( http://hub.qgis.org/issues/8174, http://hub.qgis.org/issues/4880, and others) and it really hurts QGis image as a software. This is

[Qgis-developer] Customizing the save feature behavior

2012-02-23 Thread George Silva
Hello devs! Is it possible using python to customize the save feature behavior of QGIS? This is my use case: I want to use the built in digitizer functions to create some segments. After the user finishes a certain segment, I need to validate that record and perform some extra actions on it.

[Qgis-developer] Configuring PyCharm

2012-02-15 Thread George Silva
Hello experts, I've been trying to configure PyCharm to remotely debug Quantum GIS plugins. Can anyone help me on how to do it? I tried to do this: http://blog.jetbrains.com/pycharm/2010/12/python-remote-debug-with-pycharm/ but no luck. Also, what are the best practices on how to deploy/test a