Re: [Qgis-developer] Wiki cleanup

2013-04-15 Thread Tim Sutton
Hi On Mon, Apr 15, 2013 at 2:52 PM, Werner Macho wrote: > Hi paolo! > > well - there should be a release checklist - just to have a list to hold on > to .. > but I guess we would only need one that could be copied and > extended/adjusted as the release cycle is not a fixed one. > > You'd have to

Re: [Qgis-developer] [Python] QgsFeatureIterator for geometryless PostgreSQL-Layer

2013-04-15 Thread Jürgen E . Fischer
Hi Martin, On Mon, 15. Apr 2013 at 23:45:20 +0200, Martin Dobias wrote: > > BTW what about parallel iterators? I suppose there were problems and thats > > why you added the "active iterators" - do you recall which providers were > > affected and how? > I have modified providers to have pointers

Re: [Qgis-developer] Wiki cleanup

2013-04-15 Thread Marco Hugentobler
Hi Paolo I've updated the code maintainers list. Is https://github.com/qgis/QGIS-Documentation/tree/master/source/docs/qgis_governance the right place to add it in the docs? Regards, Marco On 14.04.2013 12:06, Paolo Cavallini wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. I s

Re: [Qgis-developer] problem with feature request and updateFeature

2013-04-15 Thread Martin Dobias
On Tue, Apr 16, 2013 at 1:01 AM, Nathan Woodrow wrote: > I asked Jurgen to add the updateFeature a while ago in order to make the API > feel a bit cleaner. My issue was that you could update the attribute values > on the feature but you then still call changeFeatureAttribute for each > attribute w

Re: [Qgis-developer] Remove editing functions from QgsVectorLayer

2013-04-15 Thread Martin Dobias
On Tue, Apr 16, 2013 at 12:53 AM, Nathan Woodrow wrote: > What would be the API calls in order to add a new feature to a layer and > commit the result? layer.startEditing() layer.editBuffer().addFeature( feature ) layer.commitChanges() Anyway if someone wants to add a new feature permanently, it

Re: [Qgis-developer] WMS Server plugin

2013-04-15 Thread Marco Hugentobler
Hi Barry You can use the QGIS cloud plugin to publish web maps without having apache / fcgi server installed on the local machine. Regards, Marco On 14.04.2013 18:21, Barry Rowlingson wrote: Did I dream it, or was there once a plugin that offered up the layers of a running Qgis Desktop as a

Re: [Qgis-developer] Is there anybody interested whether QGIS 2.0 will support non-Latin1 Shapefiles?

2013-04-15 Thread Sanghee Shin
Dear Borys, Most of all thanks for your efforts. Actually that encoding issue highly affected Korean QGIS users badly and reduced usability. I'm not a developer, however I can help you by testing and giving you test files. Also I'll share your efforts with Korean developers as well. Thanks

Re: [Qgis-developer] Icon theme update

2013-04-15 Thread Noli Sicad
Hi Larry, OK. Thanks for clarification. I understand the decision to have a one theme. That's is fine. However, I like to do my own compile version with nkids in Mac OS X later on. Is it possible. I like to see first are the set of icons needs to be done. Thanks. Noli On 4/16/13, Larry Shaf

Re: [Qgis-developer] Icon theme update

2013-04-15 Thread Larry Shaffer
Hi Noli, On Mon, Apr 15, 2013 at 7:00 PM, Noli Sicad wrote: > Hi Larry, > > What is the summary of this posting? > Some time ago, devs voted to move to the 'gis' theme as the default, i.e. not just the one selected by default but also the only theme supported by the project. Even after this upd

Re: [Qgis-developer] qgis nightly crashing

2013-04-15 Thread maning sambale
Updating from latest build today, and everything is working now. Thanks! On Mon, Apr 15, 2013 at 9:57 AM, maning sambale wrote: > Hi, > > Updating from nightly build in Ubuntu Precise today, I can't load my > projects. Even adding a vector layer in a new project makes it crash. > The error fro

[Qgis-developer] Hard feature freeze

2013-04-15 Thread Tim Sutton
Hi Folks Please note that we now need to go into 'hard feature freeze' - we need to get teh API neat and tidy and finalise the GUI etc. If you bring new feature patches (even if they are ready to use), they represent a distraction from the API, GUI and string cleanup work that needs to be happenin

Re: [Qgis-developer] Icon theme update

2013-04-15 Thread Noli Sicad
Hi Larry, What is the summary of this posting? Does mean that we can use themes in QGIS 2.0? I like to revive my nkids theme for QGIS 2.0 as option for Mac OS X QGIS, is this possible? Thanks. Noli On 4/16/13, Larry Shaffer wrote: > Hi, > > So, I've pushed a large update to master that con

[Qgis-developer] Icon theme update

2013-04-15 Thread Larry Shaffer
Hi, So, I've pushed a large update to master that condenses down the default icon theme by overriding it with the gis theme (the theme voted to be the replacement). I apologize if the change is abrupt, but it needed done with enough time to edit/fix things before 2.0 release. I did this in the fo

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-15 Thread Nathan Woodrow
Hey Larry, Thanks for the feedback. I had the same feelings but kind of like the design, maybe just not for QGIS :) - Nathan On Tue, Apr 16, 2013 at 1:52 AM, Larry Shaffer wrote: > Hi Nathan, > > On Sun, Apr 14, 2013 at 11:43 PM, Nathan Woodrow wrote: > >> What do people think of >> http://99d

Re: [Qgis-developer] problem with feature request and updateFeature

2013-04-15 Thread Nathan Woodrow
I asked Jurgen to add the updateFeature a while ago in order to make the API feel a bit cleaner. My issue was that you could update the attribute values on the feature but you then still call changeFeatureAttribute for each attribute which seems really crap. I really only want to update the featur

Re: [Qgis-developer] Remove editing functions from QgsVectorLayer

2013-04-15 Thread Nathan Woodrow
What would be the API calls in order to add a new feature to a layer and commit the result? - Nathan On Tue, Apr 16, 2013 at 8:29 AM, Martin Dobias wrote: > Hi > > right now, all the basic vector layer editing operations are > implemented within QgsVectorLayerEditBuffer class and the "advanced

[Qgis-developer] Remove editing functions from QgsVectorLayer

2013-04-15 Thread Martin Dobias
Hi right now, all the basic vector layer editing operations are implemented within QgsVectorLayerEditBuffer class and the "advanced" operations (composed of one or more basic operations) are implemented in QgsVectorLayerEditUtils class. The main class, QgsVectorLayer still contains editing functio

Re: [Qgis-developer] problem with feature request and updateFeature

2013-04-15 Thread Martin Dobias
Going back to the older thread On Sat, Mar 23, 2013 at 7:19 PM, Jürgen E. wrote: > On Sat, 23. Mar 2013 at 09:49:28 +1000, Nathan Woodrow wrote: >> Well the feature itself knows what values it started with. Every update in >> QgsFeature goes though the setAttribute, etc, call, you can just ha

Re: [Qgis-developer] [Python] QgsFeatureIterator for geometryless PostgreSQL-Layer

2013-04-15 Thread Martin Dobias
On Fri, Apr 12, 2013 at 10:33 AM, Jürgen E. wrote: >> Recently I have been wondering whether it would not be better to >> actually stop using flags and replace them by usual getter/setter >> functions. My main concern is the setSubsetOfAttributes() function: it >> also sets the flag, so the users

Re: [Qgis-developer] unpack error in Sextante Raster Layer Statistics

2013-04-15 Thread Pedro Venâncio
Hi Anita, Not confirmed here on Linux, with QGIS master just compiled. Regards, Pedro - Original Message - From: Anita Graser Hi, I've tried different raster layers, but in all cases Sextante raster  layer statistics fails with: Traceback (most recent call last):   File  "C:\OS

[Qgis-developer] Error in Sextante Distance Matrix

2013-04-15 Thread Anita Graser
Hi, Sextante distance matrix in nightly fails with: Traceback (most recent call last): File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\core\GeoAlgorithm.py", line 147, in execute self.processAlgorithm(progress) File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\algs\fto

[Qgis-developer] unpack error in Sextante Raster Layer Statistics

2013-04-15 Thread Anita Graser
Hi, I've tried different raster layers, but in all cases Sextante raster layer statistics fails with: Traceback (most recent call last): File "C:\OSGeo4W\apps\qgis-dev\python\plugins\sextante\core\GeoAlgorithm.py", line 147, in execute self.processAlgorithm(progress) File "C:\OSG

Re: [Qgis-developer] Is ftools Union broken?

2013-04-15 Thread Werner Macho
Iirc there is already a patch in github Am 15.04.2013 21:39 schrieb "Anita Graser" : > Hi, > > Ftools Union seems broken in Master. The resulting layer does not contain > areas which are only covered by the second layer. The attribute table is > also messed up. Can you confirm? > > Best wishes, >

[Qgis-developer] Is ftools Union broken?

2013-04-15 Thread Anita Graser
Hi, Ftools Union seems broken in Master. The resulting layer does not contain areas which are only covered by the second layer. The attribute table is also messed up. Can you confirm? Best wishes, Anita ___ Qgis-developer mailing list Qgis-develop

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-15 Thread Barry Rowlingson
One thing about this logo is to make sure it doesn't look anything like any other existing mappy s/w logos or any other product with "Quantum" in the name. Doing a google image search for "Quantum logo" will show you about 200 different corporate logos with 'Quantum' in the name! Barry On Mon, A

Re: [Qgis-developer] Thank you all for the great HF!!

2013-04-15 Thread Pēteris Brūns
Hi all! Thanks a lot for 100% positive feedback. It was realy great to host such event with so much great people. We hope to join you all next time already in another role! Regards, -- pb On 2013.04.15. 20:19, Tim Sutton wrote: Hi Could someone write up a blog post or similar highlighting t

[Qgis-developer] Postponement of 2.0 API freeze until April 22

2013-04-15 Thread Tim Sutton
Hi All According to our release roadmap (see below) we should be entering API freeze today. However there are some bad inconsistencies in the API. Here is an example from QgsCoordinateTransform: ['ForwardTransform', 'ReverseTransform', 'TransformDirection', '__class__', '__delattr__', '__dict__',

Re: [Qgis-developer] Thank you all for the great HF!!

2013-04-15 Thread Tim Sutton
Hi Could someone write up a blog post or similar highlighting the key activities that happened at the hackfest? Us poor souls who were not there are starved for details :-) Regards Tim On Mon, Apr 15, 2013 at 3:26 PM, Victor Olaya wrote: > I agree 100%. Awesome hackfest, and great organization

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-15 Thread Tim Sutton
Hi On Mon, Apr 15, 2013 at 10:52 PM, Larry Shaffer wrote: > Hi Nathan, > > On Sun, Apr 14, 2013 at 11:43 PM, Nathan Woodrow > wrote: >> >> What do people think of >> http://99designs.com.au/logo-design/contests/qgis-needs-logo-210397/entries/115 >> and >> http://99designs.com.au/logo-design/co

[Qgis-developer] Distance Matrix tool doesn't work in master

2013-04-15 Thread Anita Graser
Hi, There is a regression in the Distance Matrix tool: http://hub.qgis.org/issues/7618 It only calculates distances for the first point in the layer. It works fine in 1.8. Best wishes, Anita ___ Qgis-developer mailing list Qgis-developer@lists.o

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-15 Thread Larry Shaffer
Hi Nathan, On Sun, Apr 14, 2013 at 11:43 PM, Nathan Woodrow wrote: > What do people think of > http://99designs.com.au/logo-design/contests/qgis-needs-logo-210397/entries/115 > and > http://99designs.com.au/logo-design/contests/qgis-needs-logo-210397/entries/117 > Well, I don't like it. First o

Re: [Qgis-developer] [Qgis-user] [Qgis-psc] Logo

2013-04-15 Thread Antonio Locandro
>From the logos so far I would vote for #64 or #50, I guess #50 Works better >for me it looks a Little better looking the spacing of the letters, but that >can be refined in #64, also I like a bit more the tone for #50 plus I like the >idea #55 of T-shirt for the Project Would you consider elim

[Qgis-developer] Python Documentation

2013-04-15 Thread Matthias Kuhn
Hi all, As already mentioned at the Hackfest, I would really like to see a Python API documentation. At the moment, there is only the standard API documentation available, which lists lots of functions, which are available for core development only, sometimes the signature is not the same (e.g. a

Re: [Qgis-developer] value tool plugin error

2013-04-15 Thread skampus
bug reported in "User Plugins » Valuetool"... -- View this message in context: http://osgeo-org.1560.x6.nabble.com/value-tool-plugin-error-tp5046974p5046976.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com. ___ Qgis-develo

[Qgis-developer] value tool plugin error

2013-04-15 Thread skampus
Issue #7617 has been reported by stefano campus. Bug #7617: Python error Author: stefano campus Status: New Priority: Normal Assigned to: Category: Target version: Patch supplied: No Value tool version: 0.5.3

Re: [Qgis-developer] Thank you all for the great HF!!

2013-04-15 Thread Victor Olaya
I agree 100%. Awesome hackfest, and great organization. You did a great job organizing this. I am looking forward to participating in the next hackfest :-) Cheers Victor 2013/4/15 Werner Macho : > Hi! > > I have to say .. Same from me > Thanks for the great Hackfest and the nice discussions - I t

Re: [Qgis-developer] Wiki cleanup

2013-04-15 Thread Werner Macho
Hi paolo! well - there should be a release checklist - just to have a list to hold on to .. but I guess we would only need one that could be copied and extended/adjusted as the release cycle is not a fixed one. You'd have to ask Tim if he'd like to keep the old things - but for me they are only t

Re: [Qgis-developer] Missing plugins

2013-04-15 Thread Alexander Bruy
Hi Paolo, note that AutoGCP plugin needs also QGIS with AutoGCP library bundled. This library is unmaintained now and original authors have no plans to support it. We tried to adopt this plugin and library to latest QGIS with some success. But also have no resources to fix existing bugs and maint

Re: [Qgis-developer] Thank you all for the great HF!!

2013-04-15 Thread Werner Macho
Hi! I have to say .. Same from me Thanks for the great Hackfest and the nice discussions - I think we all did a huge step forward in the right direction. It was greatly organized and I had a lot of fun finding my way home with Radim in the night. :) Special thanks to Matthias for his prompt reacti

[Qgis-developer] Thank you all for the great HF!!

2013-04-15 Thread Alessandro Pasotti
Hi, I wish to thank everybody for the great organization, it was nice to meet you again, I'm just sorry I couldn't greet everybody of you before leaving (too much beer and too late ;) -- Alessandro Pasotti w3: www.itopen.it ___ Qgis-developer mailin