Re: [Qgis-developer] more advanced editing tools

2012-11-30 Thread Angelos Tzotsos
Hi, Yes it is a real dilemma. I would like to hear more opinions on this... Angelos On 11/30/2012 11:23 AM, Bernhard Ströbl wrote: Hi Angelos, I agree that some 2 to 5 tools should go into cadTools. What we have until now: - parallel move of polygon side (IMHO CAD-like function) - split fea

[Qgis-developer] Defining the SEXTANTE roadmap

2012-11-30 Thread Victor Olaya
Hi all As you might know, the SEXTANTE project started some time ago at the University of Extremadura (Spain), where I was working. I started creating the QGIS version at the beginning of this year, and now I do not work for the University, but I am still mantaining it. The University has some mon

Re: [Qgis-developer] QGIS Engine development

2012-11-30 Thread Radim Blazek
On Tue, Nov 27, 2012 at 9:42 PM, Martin Dobias wrote: > I have been measuring the performance of vector layer rendering some time > ago and it varies greatly on three levels: > - data source type (shapefile / database layer / ...) > - layer type (geometry type, number of vertices per geometry, num

Re: [Qgis-developer] Update to the SpatiaLite provider

2012-11-30 Thread a . furieri
On Fri, 30 Nov 2012 16:58:44 +0100, Giuseppe Sucameli wrote: Hi devs, hi all, Alessandro Furieri has sent to me a patch to support the features available from the newest SpatiaLite v4 into the provider, mostly the intensive use of statistics to improve performaces. Giuseppe, thanks a lot for

Re: [Qgis-developer] Multiple geometry columns per layer

2012-11-30 Thread Matthias Kuhn
So right now we have QgsFeature that contains ID, attributes and a geometry. I think we should keep that as-is because this is what is usually expected from a layer. And the users would be forced to deal with yet another pretty strong API change besides the API changes you plan to commit.

[Qgis-developer] Update to the SpatiaLite provider

2012-11-30 Thread Giuseppe Sucameli
Hi devs, hi all, Alessandro Furieri has sent to me a patch to support the features available from the newest SpatiaLite v4 into the provider, mostly the intensive use of statistics to improve performaces. @Alessandro: please, could you tell us what's new in the provider? I know some details, but

Re: [Qgis-developer] Get list of dirty features and their attributes

2012-11-30 Thread Martin Dobias
On Fri, Nov 30, 2012 at 3:47 PM, Nathan Woodrow wrote: > Couldn't we just expose to the API the collection of changed features via > QgsVectorLayer? > > We could (and it's a right thing to do), but that wouldn't really help people that use 1.x releases :-) Martin

Re: [Qgis-developer] more advanced editing tools

2012-11-30 Thread Ramon Andiñach
On 30/11/2012, at 15:38 , Bernhard Ströbl wrote: >> >> The simplest snapping approach I've seen is a keyboard shortcut (S), and >> then watch as the programme tries to snap to anything in sight (not so good >> if you have many layers). > > not neccessarily because you can define your snap lay

Re: [Qgis-developer] Multiple geometry columns per layer

2012-11-30 Thread Martin Dobias
Hi Matthias On Thu, Nov 29, 2012 at 3:32 PM, Matthias Kuhn wrote: > I think rendering one at a time is enough (as in my first mail: one as the > default to display), with time one could include fun stuff like LOD, > subitems in the layer legend, or whatever somebody might come up with ( > inters

Re: [Qgis-developer] Get list of dirty features and their attributes

2012-11-30 Thread Nathan Woodrow
Couldn't we just expose to the API the collection of changed features via QgsVectorLayer? - Nathan On Sat, Dec 1, 2012 at 12:45 AM, Martin Dobias wrote: > Hi Ivan > > On Thu, Nov 29, 2012 at 2:15 PM, Ivan Mincik wrote: > >> Hi, >> sure you know this - when editing/adding multiple features to l

Re: [Qgis-developer] Get list of dirty features and their attributes

2012-11-30 Thread Martin Dobias
Hi Ivan On Thu, Nov 29, 2012 at 2:15 PM, Ivan Mincik wrote: > Hi, > sure you know this - when editing/adding multiple features to layer and > pressing 'save' button an error message appears because of some database > constraint violation or invalid data type in attribute table. > There is very h

Re: [Qgis-developer] more advanced editing tools

2012-11-30 Thread p0cisk
Hi Giovanni, You're probably talking about Ringer plugin. This was one of my first plugin and it was wrote for issue #3187 . Some time ago I have short e-mail talk with Carson Farmer to include this functionality into fTools. Because of that I don't move it to ne

Re: [Qgis-developer] more advanced editing tools

2012-11-30 Thread Giovanni Manghi
>> * the tool should be able to fill all holes and/or spaces (with >> polygons) in one go > > that is similar but different from what I had in mind. I was thinking > about the user clicking in a hole or space and just this one is filled. > The algorithm however would be the same. a plugin that wo

Re: [Qgis-developer] Settings -> Panels vs. Settings -> Customization -> Docks

2012-11-30 Thread Martin Dobias
On Wed, Nov 28, 2012 at 5:17 PM, Otto Dassau wrote: > Hi, > > in QGIS 1.8 you can (de)activate panels under Settings -> Panels. Under > settings Customization the panels are described as Docks. Would it be > possible to have only one name for it? Or is there a reason, why we have > two > names fo

[Qgis-developer] QGIS-Server WFS Transaction demo

2012-11-30 Thread rldhont
Hi all, With the Faunalia'help, the QGIS Server WFS implementation is more interoperable. You can use QGIS-Server to publish vector data throw WFS and use it in QGIS, ArcGIS, gvSIG, and OpenLayers. To demonstrate the ability to update Spatialite data stored on a server with QGIS-Server, I've

Re: [Qgis-developer] more advanced editing tools

2012-11-30 Thread Bernhard Ströbl
Hi Angelos, I agree that some 2 to 5 tools should go into cadTools. What we have until now: - parallel move of polygon side (IMHO CAD-like function) - split feature with selected feature from another theme (general digitizing function) - cut out from feature with selected polygon from another