Re: [Qgis-developer] New API: get attribute values from a PostGIS layer

2013-07-17 Thread Nathan Woodrow
for your answer, I will try tomorrow. How can I check if my installed version is already taking your change into account? Cheers Stéphane Le 18 juil. 2013 à 00:05, Nathan Woodrow madman...@gmail.com a écrit : Hey Stephane, This is because your standalone script doesn't use the new SIP API

[Qgis-developer] Map of QGIS contributors

2013-07-17 Thread Nathan Woodrow
Hey all, As part of my FOSS4G keynote on QGIS I would really like to show a map of the all, or as many as I can get, developers/contributors on our project. I think it will be good to show the world wide effort that goes into this project and how you might have a developer/contributor living next

Re: [Qgis-developer] Map of QGIS contributors

2013-07-18 Thread Nathan Woodrow
cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 18/07/2013 07:02, Nathan Woodrow ha scritto: As part of my FOSS4G keynote on QGIS I would really like to show a map of the all, or as many as I can get, developers/contributors on our project. I think

Re: [Qgis-developer] Various on sextante

2013-07-19 Thread Nathan Woodrow
On Fri, Jul 19, 2013 at 6:01 PM, Victor Olaya vola...@gmail.com wrote: Can we start just using git, as with the other docs? People can even edit the rst files on the on-line editor in github, which is not a bad solution... +1 If you can just edit the help on github in the browser that will

Re: [Qgis-developer] right-click to end the digitizing

2013-07-25 Thread Nathan Woodrow
+1 to me On Thu, Jul 25, 2013 at 10:00 PM, Etienne Tourigny etourigny@gmail.comwrote: I have done little digitizing, but I think it would be more intuitive to have right-click finish digitizing only, no need to make that opional. Etienne On Thu, Jul 25, 2013 at 6:35 AM, Denis Rouzaud

Re: [Qgis-developer] Panel Browser is doubled?

2013-08-01 Thread Nathan Woodrow
This was added as a feature so you can you drag and drop between them. Sent from some fancy phone looking thingo From: Stott James Sent: 1/08/2013 8:18 PM To: Régis Haubourg; qgis-developer@lists.osgeo.org Subject: Re: [Qgis-developer] Panel Browser is doubled? I have this as well. Installed via

Re: [Qgis-developer] Panel Browser is doubled?

2013-08-01 Thread Nathan Woodrow
urgent anyway. Régis -Message d'origine- De : Nathan Woodrow [mailto:madman...@gmail.com] Envoyé : jeudi 1 août 2013 12:36 À : Stott James; HAUBOURG; qgis-developer@lists.osgeo.org Objet : RE: [Qgis-developer] Panel Browser is doubled? This was added as a feature so you

Re: [Qgis-developer] Panel Browser is doubled?

2013-08-01 Thread Nathan Woodrow
:04 PM, HAUBOURG regis.haubo...@eau-adour-garonne.fr wrote: ** ** So, moving file to file and database to file is missing within one browser ? .. maybe interesting for 2.1 – 2.2 .. ** ** *De :* Nathan Woodrow [mailto:madman...@gmail.com] *Envoyé :* jeudi 1 août 2013 13:02 *À

Re: [Qgis-developer] [Qgis-user] Caching remote postgis layers?

2013-08-05 Thread Nathan Woodrow
Hey Willem, I'm not aware of a feature like that. The best place to ask this question to see if anyone is working, or planning to work, on it is the developer list. I have copied it in so it show up there too. Caching could be done by storing the returned results in a memory spatialite

Re: [Qgis-developer] Renaming SEXTANTE

2013-08-10 Thread Nathan Woodrow
+1 from me too. Personally I find the core plugin concept unnecessary. If it's core it shouldn't be a plugin and should just be part of the main program. It can still be Python that is fine however users shouldn't have to turn them on and off they should just be there and be transparent. IMO we

Re: [Qgis-developer] QGIS Logo

2013-08-11 Thread Nathan Woodrow
Hey Alex, We are going with the svg that is assigned to that ticket for this release. - Nathan On Sun, Aug 11, 2013 at 11:27 PM, Alexander Bruy alexander.b...@gmail.comwrote: Hi all, what is the final decision on this? On Sun, Jul 14, 2013 at 10:43:26PM +1000, Nathan Woodrow wrote

Re: [Qgis-developer] Renaming SEXTANTE

2013-08-11 Thread Nathan Woodrow
Saber On 2013-08-10 12:23, Alexander Bruy wrote: +1 from me to renaming. Maybe we can use Processing or GeoProcessing as new name. 2013/8/10 Nathan Woodrow madman...@gmail.com: +1 from me too. Personally I find the core plugin concept unnecessary. If it's core it shouldn't

Re: [Qgis-developer] Renaming SEXTANTE

2013-08-12 Thread Nathan Woodrow
On Mon, Aug 12, 2013 at 5:13 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Plugins are a sophisticated way of keeping things lean and separated. I have no issue with none core plugins, in fact that is something I always promote as a powerful feature. Core however plugins are a

Re: [Qgis-developer] Renaming SEXTANTE

2013-08-12 Thread Nathan Woodrow
at 9:32 AM, Nathan Woodrow madman...@gmail.comwrote: On Mon, Aug 12, 2013 at 5:13 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Plugins are a sophisticated way of keeping things lean and separated. I have no issue with none core plugins, in fact that is something I always

Re: [Qgis-developer] [Qgis-user] September 1 branch for release

2013-08-12 Thread Nathan Woodrow
Hm, don't you think this is bad publicity for the project? After all, we don't list the other bugs as 'known issues', even though they are known as well. I guess technically it isn't really needed as we have a public bug tracker unlike most closed software which have to release a known issue

Re: [Qgis-developer] github repo

2013-08-16 Thread Nathan Woodrow
It will only need to be changed in each persons local git repo. Any pull requests will still be vaild. On 16/08/2013 6:05 PM, Werner Macho werner.ma...@gmail.com wrote: Hi! Regarding the change of the official name From Quantum GIS to QGIS it should be done .. I don't know if this can easily

Re: [Qgis-developer] QgsFeature addAttribute to writer

2013-08-17 Thread Nathan Woodrow
Hi Bjorn, The API has changed in 2.0. You can now just do this: writer = QgsVectorFileWriter(Output, CP1250, fields, layer.dataProvider().geometryType(),layer.crs(), ESRI Shapefile) fields = layer.pendingFields() feature = QgsFeature(fields) feature[0] = 1 - Nathan On Sat, Aug 17, 2013 at

Re: [Qgis-developer] Digitizing behavior

2013-08-20 Thread Nathan Woodrow
Unless it's a regression or causes data corruption I'm not a fan of making it as a blocker. - Nathan On Tue, Aug 20, 2013 at 7:20 PM, Andreas Neumann a.neum...@carto.netwrote: I just tried to remove the layer, add it again. Then the behavior changes a bit. New features still appear at the

Re: [Qgis-developer] Need help with Plugin button behavior connected to SIGNAL(selectionChanged())

2013-08-22 Thread Nathan Woodrow
This is not going to solve you problem yet but this is a quick refactor to use the new style signal slot syntax: def initGui(self): # Create action that will start plugin configuration self.action = QAction( QIcon(:/plugins/splitmultipart/icon.svg),

Re: [Qgis-developer] Need help with Plugin button behavior connected to SIGNAL(selectionChanged())

2013-08-22 Thread Nathan Woodrow
else: self.action.setEnabled(False) layer.editingStarted.connect(self.toggle) layer.editingStopped.disconnect(self.toggle) On Thu, Aug 22, 2013 at 1:29 PM, Nathan Woodrow madman...@gmail.comwrote: This is not going to solve you problem yet

Re: [Qgis-developer] side effect of sextante renaming

2013-08-25 Thread Nathan Woodrow
I would say having an alias isn't going to hurt. For me that would also be good as it would allow old code to keep working without needing to do any updates. - Nathan On Sun, Aug 25, 2013 at 7:15 PM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: [Qgis-developer] How to use QPyNullVariant() to empty primary key fields in spatialite layer

2013-08-30 Thread Nathan Woodrow
Have you tried just setting it to None? - Nathan On Fri, Aug 30, 2013 at 7:38 PM, Alexandre Neto senhor.n...@gmail.comwrote: In the multipartsplit plugin [1] I'm trying to solve the primary key (pk) fields problem in postgis and spatialite like in it was done in the splitFeatures() [2] I

Re: [Qgis-developer] Splash screen for 2.0

2013-09-01 Thread Nathan Woodrow
+1 from me. - Nathan On Mon, Sep 2, 2013 at 6:09 AM, Anita Graser anitagra...@gmx.at wrote: Thanks Larry! Am 01.09.2013, 21:37 Uhr, schrieb Larry Shaffer lar...@dakotacarto.com: Maybe stay with Source Sans Pro. It's very professional-looking. I think it might be just fine if the Q is

Re: [Qgis-developer] Splash screen for 2.0

2013-09-02 Thread Nathan Woodrow
23.07.2013, 09:35 Uhr, schrieb Tim Sutton li...@linfiniti.com: Hi My 2c below: On Mon, Jul 22, 2013 at 6:29 PM, Larry Shaffer lar...@dakotacarto.comwrote: Hi, On Tue, Jul 16, 2013 at 6:57 PM, Nathan Woodrow madman...@gmail.comwrote: Here is a version with the green but also

Re: [Qgis-developer] Pull request responsibility

2013-09-05 Thread Nathan Woodrow
That is strange. I tend to get notifications for GitHub notifications when assigned to stuff. - Nathan On Fri, Sep 6, 2013 at 2:15 AM, Matthias Kuhn matthias.k...@gmx.ch wrote: Hi Larry On Don 05 Sep 2013 18:11:44 CEST, Larry Shaffer wrote: Hi Matthias, On Thu, Sep 5, 2013 at 8:52

[Qgis-developer] Who runs the qgis twitter account?

2013-09-05 Thread Nathan Woodrow
Just wondering who runs the QGIS twitter account? - Nathan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Who runs the qgis twitter account?

2013-09-06 Thread Nathan Woodrow
, Nathan Woodrow ha scritto: Just wondering who runs the QGIS twitter account? I have opened it, doing very little. Available if anyone wants to work with it. All the best. - -- Paolo Cavallini - Faunalia www.faunalia.eu Full contact details at www.faunalia.eu/pc Nuovi corsi QGIS e PostGIS: http

Re: [Qgis-developer] Master branch splash screen

2013-09-07 Thread Nathan Woodrow
Hey Anita, I would just remove the 2.1 number as people might thing it's a released version. Maybe replace it with Dev - Nathan On Sat, Sep 7, 2013 at 5:34 PM, Anita Graser anitagra...@gmx.at wrote: Hi Larry, Here's a generic 2.1 splash

Re: [Qgis-developer] Master branch splash screen

2013-09-08 Thread Nathan Woodrow
, schrieb Nathan Woodrow madman...@gmail.com: Yes which is why I would rather not give the dev builds numbers apart from a commit ID and how far pass the last git tag it was. http://stackoverflow.com/questions/3300746/deriving-**http://stackoverflow.com/**questions/3300746/deriving

Re: [Qgis-developer] QGIS 2.0.0 Final Tagged - call for packaging

2013-09-08 Thread Nathan Woodrow
Mathieu, I can update that images. I mainly just threw them in there as a quick one while I was going though the list. - Nathan On Mon, Sep 9, 2013 at 2:23 PM, Mathieu Pellerin nirvn.a...@gmail.comwrote: Re labels, I meant something like this:

Re: [Qgis-developer] QGIS 2.0.0 Final Tagged - call for packaging

2013-09-09 Thread Nathan Woodrow
Hey Yves, That is not finished yet. The official change log is still being done. - Nathan On Mon, Sep 9, 2013 at 5:12 PM, Yves Jacolin (Free) yjaco...@free.frwrote: Hello Tim, WMTS support is not listed in the changelog. Does it mean that there is no WMTS support? WMTS suport has been

Re: [Qgis-developer] Ticket cleanup after 2.0 release

2013-09-09 Thread Nathan Woodrow
Agree with Paolo. -1 for auto closing. - Nathan On Mon, Sep 9, 2013 at 10:47 PM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 09/09/2013 14:01, Matthias Kuhn ha scritto: +1, I also like this idea. I would also like to reintroduce the

Re: [Qgis-developer] [Qgis-psc] Motion: git write access for Denis Rouzaud

2013-09-10 Thread Nathan Woodrow
Welcome :-) - Nathan On 10/09/2013 11:32 PM, Tim Sutton li...@linfiniti.com wrote: Hi On Tue, Sep 10, 2013 at 2:43 PM, Marco Hugentobler marco.hugentob...@sourcepole.ch wrote: Hi Denis Push access to the main repo should now be enabled. Welcome to the dev team! Yes welcome!

Re: [Qgis-developer] Fwd:

2013-09-20 Thread Nathan Woodrow
Is this a 64bit build issue? - Nathan On Fri, Sep 20, 2013 at 8:18 PM, Paolo Cavallini cavall...@faunalia.itwrote: Hi all. Apparently this kind of problems are rather common - why not adding a Troubleshooting section to the Download page? All the best. Original Message

[Qgis-developer] Add delimited Text plugin in 2.0

2013-09-20 Thread Nathan Woodrow
Hey all, Anyone know why the build includes this plugin still. It's not even in the source tree anymore but when you install 2.0 you get it. This also causes a crash. - Nathan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

[Qgis-developer] QGIS 2.0 Win standalone busted

2013-09-20 Thread Nathan Woodrow
Hi all, It seems that the Windows 2.0 standalone installer is packaged wrong. It seems to include outdated and removed plugins. plugin_installer, osm_export, mapserver_export. None of these work with 2.0 and have been removed from the source not sure why they are showing up in in the final

Re: [Qgis-developer] connecting new style CUSTOM signal to existing Qgis object in Qgis2.0

2013-09-26 Thread Nathan Woodrow
Hey Jeff, What signal are you trying to connect to? - Nathan On Thu, Sep 26, 2013 at 8:26 AM, Jeff Cavner jcav...@ku.edu wrote: For Python plugin development how do you connect a custom signal using the new style of signals and slots to a PyQgis object, specifically to

Re: [Qgis-developer] right-click to end the digitizing

2013-09-26 Thread Nathan Woodrow
On Thu, Sep 26, 2013 at 8:36 PM, Hugo Santos ulmi.g...@gmail.com wrote: but it should possible to configure this in the digitizing options. We debated this for a while however we feel that having options that change the behavior of tools like this worse then just forcing a single way. I

Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Nathan Woodrow
I think a general higher level Append Features to Layer feature would be much better. This way it would work with any layer opened in QGIS. Being able to supply a layer to layer mapping would be even better in case the fields don't match. - Nathan On Fri, Sep 27, 2013 at 9:34 PM, Denis

Re: [Qgis-developer] import CSV to an existing layer

2013-09-27 Thread Nathan Woodrow
this? Denis On 09/27/2013 01:43 PM, Nathan Woodrow wrote: I think a general higher level Append Features to Layer feature would be much better. This way it would work with any layer opened in QGIS. Being able to supply a layer to layer mapping would be even better in case the fields don't

Re: [Qgis-developer] Georeference does not load jpg maps on win64

2013-09-28 Thread Nathan Woodrow
I don't really understand the term blocker once a release is out. critical would be a better level. - Nathan On Sat, Sep 28, 2013 at 6:48 PM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 28/09/2013 10:40, Giovanni Manghi ha scritto: it

Re: [Qgis-developer] libqscintilla2 as build dependency

2013-09-28 Thread Nathan Woodrow
+1 from me. Thanks Larry! - Nathan On Sun, Sep 29, 2013 at 2:41 PM, Larry Shaffer lar...@dakotacarto.comwrote: Hi, There has been some discussion on having QScintilla2 [0] code editors for Project Macros and for Expression Builder text areas, i.e. in core C++ code. Currently the Qsci.so

Re: [Qgis-developer] import CSV to an existing layer

2013-09-30 Thread Nathan Woodrow
2013 00:08 To: Nathan Woodrow Cc: qgis-dev Subject: Re: [Qgis-developer] import CSV to an existing layer Hi Nathan, I understand your point. But this would require more steps: add the layer to the project, copy the features (with field mapping) and remove the layer. I see a main usage

Re: [Qgis-developer] The case for bugfix releases

2013-09-30 Thread Nathan Woodrow
I'm not sure how feasible a service pack type release is. It might be possible to ship only the binaries that have changed in a self extracting zip but I'm not sure. On Mon, Sep 30, 2013 at 7:18 PM, Jonathan Moules jonathanmou...@warwickshire.gov.uk wrote: be a lot of effort and potentially

Re: [Qgis-developer] [Qgis-psc] donate link in help menu

2013-10-02 Thread Nathan Woodrow
+1 this is a good idea. - Nathan On Wed, Oct 2, 2013 at 10:23 PM, Marco Bernasocchi ma...@bernawebdesign.chwrote: hi all, sorry for crossposting but i think different groups could have different feelings on this. I was wondering, we are looking into how we could get more donations to qgis.

Re: [Qgis-developer] Layer combo box

2013-10-04 Thread Nathan Woodrow
Radim, Yes Denis has some code to do this in Python. There is a pull request for this however we are going to change the approach and use a model style for more flexibility. If you project is in Python I would use stuff James linked to. - Nathan On Fri, Oct 4, 2013 at 8:13 PM, Stott James

Re: [Qgis-developer] Python: Select features that touch other features

2013-10-05 Thread Nathan Woodrow
On Sun, Oct 6, 2013 at 9:45 AM, Daniel daniel...@gmail.com wrote: def createIndex( provider ): feat = QgsFeature() index = QgsSpatialIndex() fit = provider.getFeatures() while fit.nextFeature( feat ): index.insertFeature( feat ) return index Try something like

Re: [Qgis-developer] Reliable way to determine a groupIndex in the legend tree

2013-10-10 Thread Nathan Woodrow
Check out the layer combinations plugin. It's really cool which let's you create combinations of layer states to turn on and off. Would be great to add this as a core feature. On 10 Oct 2013, at 6:08 pm, Vincent Schut sc...@sarvision.nl wrote: On 10/09/2013 11:41 PM, Nyall Dawson wrote:

Re: [Qgis-developer] Git Pull Request: Best practices?

2013-10-17 Thread Nathan Woodrow
Do A) as long as they are clear commits for each feature, or clear lines between the commits. It's easier to test because it's only one branch and everything is related so just do it in one go. The person who merges can split them as needed. - Nathan On Thu, Oct 17, 2013 at 9:27 PM, Gino

Re: [Qgis-developer] Poligon coordinates in PyQgis 2

2013-10-18 Thread Nathan Woodrow
On Fri, Oct 18, 2013 at 5:13 PM, Geo DrinX geodr...@gmail.com wrote: poly.wkbType() == QGis.WKBPolygon That should be geom.wkbType() == QGis.WKBPolygon poly is a list-of-list. Polygons are list-of-lists-of-points. A list for each ring in the polygon Linestrings are list-of-points. This

Re: [Qgis-developer] How to get the field values in PyQGis 2 ?

2013-10-23 Thread Nathan Woodrow
Simple just: For feature in layer.getFeatures(): For attr in feature: Print attr If you have field names For feature in layer.getFeatures(): Print feature[field name] On 23 Oct 2013, at 7:21 pm, Geo DrinX geodr...@gmail.com wrote: OK, I found it !

Re: [Qgis-developer] Select all elements in the view ...

2013-10-24 Thread Nathan Woodrow
Hey Roberto, No need for all that :) This is all you need: rq = QgsFeatureRequest(iface.mapCanvas().extent()) for feature in layer.getFeatures(rq): ... http://www.qgis.org/api/classQgsFeatureRequest.html - Nathan On Thu, Oct 24, 2013 at 8:11 PM, Geo DrinX geodr...@gmail.com wrote:

Re: [Qgis-developer] how to create project on hub.qis.org?

2013-10-28 Thread Nathan Woodrow
Hey Mikhail, hub.qgis.org is just our own source code host and tracking setup. You are free to create a github repo and store everything over there. That is what a lot of people do. - Nathan On Tue, Oct 29, 2013 at 1:23 PM, Mikhail Tchernychev mikhailtchernyc...@gmail.com wrote: On

[Qgis-developer] 2.0 Stable API?

2013-10-29 Thread Nathan Woodrow
Hey all, Now that we have 2.0 out does that mean we are maintaining a stable API? I have a fix for a bug in the composer export which requires an API to public facing APIs, changing int to QString. What is the procedure now. Do we add overloads for something like this and depreciate the old

[Qgis-developer] writeMapLayer not connecting in Python

2013-10-30 Thread Nathan Woodrow
Hey all, I seem to be having issues with connecting to QgsProject::writeMapLayer in Python. Using new style connections I get an error: QgsProject.instance().writeMapLayer.connect(layerwrite) yields TypeError: connect() failed between writeMapLayer(QgsMapLayer*,QDomElement,QDomDocument) and

Re: [Qgis-developer] QGIS 2.0 point release?

2013-11-01 Thread Nathan Woodrow
I have experimented with a couple of binary patch making tools, never could get any of them to really work but that is a good idea if someone has the skills. - Nathan On Fri, Nov 1, 2013 at 8:49 PM, Jonathan Moules jonathanmou...@warwickshire.gov.uk wrote: It's fine for us that control the

Re: [Qgis-developer] Roadmap for 2.2

2013-11-04 Thread Nathan Woodrow
expression based {categorized, graduated} symbology, Which just need some fixing but seem to be working fine. It would be cool if we could do a Christmas release for 2.2 and then we can look at things like multithreading for the next one. I don't think trying to rush in something like

Re: [Qgis-developer] Roadmap for 2.2

2013-11-05 Thread Nathan Woodrow
+1 from me for this kind of release schedule. Knowing that there is a release coming in X months puts users minds at ease and lets devs focus on what they can do and when, and not rushing things last minute. Waiting for features is just asking for the we will just wait for this, and that, and

Re: [Qgis-developer] print composer, more symbols - Roadmap 2.2

2013-11-05 Thread Nathan Woodrow
Hey Andreas, I am reviewing that code right now. I will merge the QGIS side of things into master first then get someone to merge the django bit. - Nathan On Wed, Nov 6, 2013 at 1:39 AM, Andreas Neumann a.neum...@carto.net wrote: Hi David, We deliberately held back on the publication of

Re: [Qgis-developer] New Rasparenza plugin for QGis

2013-11-07 Thread Nathan Woodrow
Hey Roberto, Are you able to add some more information on your plugin to the plugin page. As a user the name doesn't tell me anything. You should also add some meaningful tags, something like raster, transparency, etc - Nathan On Thu, Nov 7, 2013 at 7:13 PM, Geo DrinX geodr...@gmail.com

Re: [Qgis-developer] WG: Re: WG: Re: WG: Re: cpp-plugin for QGIS 2.0

2013-11-08 Thread Nathan Woodrow
Compared to C++, Python is pretty easy to pick up. There are some really good Python videos and after you watch a few of them (or even just one) I would say you would feel comfortable in it. Because the PyQt and Qt C++ APIs are almost the same in terms of porting the code it almost comes right

Re: [Qgis-developer] WG: Re: WG: Re: WG: Re: cpp-plugin for QGIS 2.0

2013-11-08 Thread Nathan Woodrow
On Sat, Nov 9, 2013 at 10:22 AM, maaza mekuria sail...@yahoo.com wrote: I am sorry that people are not encouraging the use of C++ for programming. I think this is not helpful at all. There are many reasons to skip Pyhton infavor of C++. In my experience Python is very slow for real

Re: [Qgis-developer] Roadmap for 2.2

2013-11-09 Thread Nathan Woodrow
+1 to feb/jun/oct for me. - Nathan ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [Qgis-user] Shortcut changes in QGIS; call for opinions

2013-11-28 Thread Nathan Woodrow
Given that adding/removing a complex layer can be expensive and there is no undo I would suggest to have a single key shortcut (D) with confirm and a modified one without (Ctrl-D). You want to avoid the user doing something dangerous and in this case that is removing a layer layer without undo.

Re: [Qgis-developer] print composer, more symbols - Roadmap 2.2

2013-11-30 Thread Nathan Woodrow
to this. - Nathan On Sat, Nov 30, 2013 at 9:52 PM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Il 05/11/2013 23:25, Nathan Woodrow ha scritto: Hey Andreas, I am reviewing that code right now. I will merge the QGIS side of things into master first

Re: [Qgis-developer] Nearest Neighbor List and Vector Layer Selection

2013-11-30 Thread Nathan Woodrow
Maaza, Are you using QGIS 2.0? - Nathan On Sun, Dec 1, 2013 at 6:27 AM, mmekuria sail...@yahoo.com wrote: I was using Python Spatial Index and select from a vector layer using the result from nearest neighbor (list) and get error messages saying it does not recognized the list. I see in

Re: [Qgis-developer] import qgis.core

2013-12-12 Thread Nathan Woodrow
You need to run your plugin inside QGIS, if you try and run it from the outside it's not going to work. - Nathan On Thu, Dec 12, 2013 at 8:13 PM, Rafael Krucker rkruc...@hsr.ch wrote: Hi all Im running qgis 2.0.1 on windows 7 64 bit and want to write a little python plugin for qgis.

Re: [Qgis-developer] QGIS Multi-threaded Rendering

2013-12-12 Thread Nathan Woodrow
Great work Martin. I have been using this branch as my normal QGIS for the last couple of days and it feels loads better. I think the idea of the new classes and splitting the responsibly of what each one does up more. Myself, or Tamas, will update the MS SQL driver just after Christmas so that

Re: [Qgis-developer] problem with forms and python init function

2013-12-20 Thread Nathan Woodrow
Hey Luca, If all you want to do is load the attributes for a column from layer you can just do this: layer = QgsMapLayerRegistry.instance().mapLayersByName('yourname')[0] for feature in layer.getFeatures(): combo.addItem(feature['columnname']) That will loop all the features and load the

[Qgis-developer] Easy Issues for QGIS dev

2014-01-03 Thread Nathan Woodrow
Hey all, I noticed that CPython has a list of easy issues in their bug tracker. http://bugs.python.org/issue?status=1@sort=-activity@columns=id,activity,title,creator,status@dispname=Easy%20issues@startwith=0@group=prioritykeywords=6@action=search@filter=@pagesize=50 I was thinking this would be

Re: [Qgis-developer] Easy Issues for QGIS dev

2014-01-04 Thread Nathan Woodrow
. http://i.imgur.com/gEasKqf.png Thanks to Richard for adding the new Tag field. - Nathan On Fri, Jan 3, 2014 at 8:26 PM, Nathan Woodrow madman...@gmail.com wrote: Hey all, I noticed that CPython has a list of easy issues in their bug tracker. http://bugs.python.org/issue?status=1@sort

Re: [Qgis-developer] Old branches in main repository

2014-01-06 Thread Nathan Woodrow
Yeah remove anything that is not needed any more. All of those could go. - Nathan On Mon, Jan 6, 2014 at 8:30 PM, Paolo Cavallini cavall...@faunalia.itwrote: Il 06/01/2014 11:20, Alexander Bruy ha scritto: are we have policy for branches in our main repo? There are some branches with

Re: [Qgis-developer] Ideas/proposal for Attribute Table

2014-01-07 Thread Nathan Woodrow
On Tue, Jan 7, 2014 at 9:06 PM, Andreas Neumann a.neum...@carto.net wrote: QgsExpression Adding to QgsExpression doesn't make much sense as QgsExpression is only based on a single feature. You would need layer on top of if with functions that can do aggregates. - Nathan

Re: [Qgis-developer] qgis-server segfaults policy

2014-01-07 Thread Nathan Woodrow
A program should never segfault. Always a bug. Nathan On 07/01/2014 9:39 pm, Alessandro Pasotti apaso...@gmail.com wrote: Hi, I started working on qgis server, trying to split GetStyles from GetStyle as discussed yesterday. While developing I'm encountering frequent crashes, now I wonder

Re: [Qgis-developer] forced update on the repo?

2014-01-13 Thread Nathan Woodrow
This might help to explain a few things: http://stackoverflow.com/questions/13177852/why-the-data-of-commits-in-git-log-is-out-of-order Basically nothing is wrong as the order is not always in the date order - Nathan On Mon, Jan 13, 2014 at 8:59 PM, Denis Rouzaud denis.rouz...@gmail.comwrote:

Re: [Qgis-developer] Changelog: Misleading Author tag

2014-01-18 Thread Nathan Woodrow
Tim and I had a chat about that too. The main issue is it ignores all the people that put in a lot of work for free. Nathan On 19/01/2014 7:45 am, Nyall Dawson nyall.daw...@gmail.com wrote: PS any ideas / bugs are welcome - simply drop them onto our backlog at

Re: [Qgis-developer] Can we deactivate the Select datum transformations dialog by default?

2014-01-20 Thread Nathan Woodrow
+1 - Nathan On Tue, Jan 21, 2014 at 9:06 AM, Alexandre Neto senhor.n...@gmail.comwrote: +1 to deactivate the dialog by default. Tho the dialog is quite usefull, I can imagine people getting frustrated for not understanding what is that dialog for. Those who understand can find it

Re: [Qgis-developer] Expression plus plugin

2014-01-21 Thread Nathan Woodrow
Hey Paolo, Just uploaded a new version. I don't think I will add them in to 2.2 but 2.4 it might happen. Nathan On Wed, Jan 22, 2014 at 2:40 AM, Paolo Cavallini cavall...@faunalia.itwrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all. Just upgraded the plugin, and I get the

Re: [Qgis-developer] Consistency in adding layers (especially OGC)

2014-01-28 Thread Nathan Woodrow
Hey Jonathan, Yes this is a bit of a known issue. It has always been a goal of mine to try and tackle the issue of refactoring the whole lot into single dialog. I have some early dialog mockups floating around that you might be able to find, although I would tweak it a bit now. If you have

Re: [Qgis-developer] one email address for plugin approvers

2014-02-13 Thread Nathan Woodrow
-1 for forcing people to use a single system. I am happy to make a source repo mandatory, anyone who touches code should know to do that anyway however I don't want to force people into a system they don't want/like. I prefer github to our own hub so I would not upload a plugin if forced to

Re: [Qgis-developer] Failing tests consider blockers

2014-02-19 Thread Nathan Woodrow
One issue I see here is we are mixing unit tests with integration tests. The tests for QgsExpression are examples of unit tests and should flag a regression but stuff like rendering tests are more if a integration test and may or may not flag a regression. On 19/02/2014 6:42 pm, Martin Dobias

Re: [Qgis-developer] Failing tests consider blockers

2014-02-19 Thread Nathan Woodrow
On Wed, Feb 19, 2014 at 7:53 PM, Jürgen E. j...@norbit.de wrote: We just have releases. The plan is to release what we have on release day. Of course that should be in the best possible shape, but whatever we do it will have known und unknown bugs. While it's good to have a plan

Re: [Qgis-developer] Spatialize attribute columns XY oor WKT, design choice

2014-02-19 Thread Nathan Woodrow
On Wed, Feb 19, 2014 at 6:42 PM, Hugo Mercier hugo.merc...@oslandia.comwrote: And Spatialite functions handling spatial indexes can be used on them ... So we could imagine a VirtualQGIS virtual table driver distributed with QGIS ... Cool ! :) Yeah it is pretty cool. That is where I first

Re: [Qgis-developer] Spatialize attribute columns XY oor WKT, design choice

2014-02-19 Thread Nathan Woodrow
matthias.k...@gmx.ch wrote: A bit of a problem I see is that there is still no support for plugin data providers. Are you thinking about implementing this as a plugin layer? On Wed 19 Feb 2014 11:46:39 AM CET, Nathan Woodrow wrote: On Wed, Feb 19, 2014 at 6:42 PM, Hugo Mercier hugo.merc

Re: [Qgis-developer] Failing tests consider blockers

2014-02-19 Thread Nathan Woodrow
Ok having a think about this, you have convinced me this is the way to go. Carry on :) Nathan On 19/02/2014 10:56 pm, Jürgen E. j...@norbit.de wrote: Hi Martin, On Wed, 19. Feb 2014 at 18:32:39 +0700, Martin Dobias wrote: Agreed. If we decided to do time-based releases, let's do them as

Re: [Qgis-developer] PyQT Version

2014-02-20 Thread Nathan Woodrow
QGIS only support 4.x, I think 4.7 is the min version. We will move to Qt5 at some stage but not yet. - Nathan On Fri, Feb 21, 2014 at 9:05 AM, Julien Moura julien.mo...@gmail.comwrote: Hi, I'm planning to work on a new QGIS plugin and I would like to know about the compatibility with QT

Re: [Qgis-developer] Which compiler for a c++ QGIS custom app

2014-02-24 Thread Nathan Woodrow
The supported version is VS 2008. I have never tried building with anything else. - Nathan On Mon, Feb 24, 2014 at 9:10 PM, Rouzaud Denis denis.rouz...@gmail.comwrote: Hi Jürgen, On 21 Feb 2014, at 16:24, Jürgen E. Fischer j...@norbit.de wrote: But QGIS and Qt in OSGeo4W is built with

Re: [Qgis-developer] Identify with Feature Form on QGIS 2.2

2014-02-24 Thread Nathan Woodrow
hmmm that is a real bugger. Yeah I think kind of thing warrants a bug fix release. This will kill QGIS for most users who do data entry, which is most of the people I know. - Nathan On Tue, Feb 25, 2014 at 2:15 AM, matteo matteo.ghe...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE-

Re: [Qgis-developer] Identify with Feature Form on QGIS 2.2

2014-02-24 Thread Nathan Woodrow
The workaround for this is to have the identify dialog docked which will stop it opening over the top. I have hidden mine behind the browser dock so it doesn't show up all the time. - Nathan On Tue, Feb 25, 2014 at 12:09 PM, Nathan Woodrow madman...@gmail.comwrote: hmmm that is a real

Re: [Qgis-developer] Select By Attribute

2014-02-27 Thread Nathan Woodrow
We can make that even easier: toSelect = [] for feature in layer.getFeatures(QgsFeatureRequest('LWFLAGS != \'P\'')): toSelect.append(feature.id()) layer.setSelectedFeatures(toSelect) ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] And ... Ecw ? :)

2014-02-28 Thread Nathan Woodrow
Hey Roberto, All QGIS versions on Windows have ECW support. I have installed QGIS using the four different windows installers and they all have the full support. I guess we had it for OS X too but I don't know enough about that platform. - Nathan On Sat, Mar 1, 2014 at 5:25 PM, Geo DrinX

[Qgis-developer] Renaming Save Style - Save Properties (Vector layer dialog)

2014-03-01 Thread Nathan Woodrow
Hey all, I would like to get some opinions on Save, Load, Restore Default Style.. buttons. Personally I find these labeled wrong for what action they take. Originally these buttons would only save the information from the Style tab out to a .qml file however now that has evolved to saving other

Re: [Qgis-developer] Renaming Save Style - Save Properties (Vector layer dialog)

2014-03-01 Thread Nathan Woodrow
Hey Zoltan, That pretty much is a thread hijack. Please start a new thread, and maybe open a ticket for the feature request, which is a good one by the way. - Nathan On Sat, Mar 1, 2014 at 9:16 PM, Zoltan Szecsei zolt...@geograph.co.zawrote: On 2014/03/01 12:38, Nathan Woodrow wrote: Hey

Re: [Qgis-developer] Buffering/caching/auto-saving vector styles

2014-03-02 Thread Nathan Woodrow
On Sun, Mar 2, 2014 at 9:07 PM, Andreas Neumann a.neum...@carto.net wrote: This should only affect the style and not the field widgets, filtering or other layer properties. Hey Andreas, I was going to start working on adding export ability for just the style part of the layer when I have

Re: [Qgis-developer] Renaming Save Style - Save Properties (Vector layer dialog)

2014-03-02 Thread Nathan Woodrow
Hey Andreas, I'm not 100% yet.I'm not sure what it is but I really hate the Load Style../Save Style buttons at the bottom of the dialog. I was thinking a new page in the properties dialog would be better with the title Import/Export. For me this would mean not having a open another dialog,

Re: [Qgis-developer] Renaming Save Style - Save Properties (Vector layer dialog)

2014-03-02 Thread Nathan Woodrow
. It is kind of boring having to uncheck a lot of checkboxes if just want the styling or labeling. Cool - looking forward to these improvements! Andreas Am 02.03.2014 11:58, schrieb Nathan Woodrow: Andreas, Something like this is what I was thinking. (With a better UI of course) http

Re: [Qgis-developer] virtual fields

2014-03-03 Thread Nathan Woodrow
Hey all, The SQLite virtual table thing and these virtual fields are two different beasts. Both should be features. Virtual columns should be a easy-ish one so lets start with that. The advantage of using SQLite virtual tables is it would give us a high level SQL language with all the spatial

Re: [Qgis-developer] Fwd: A pipinstall plugin is possible? First: What's the difference between the the Osgeo4w Shell?

2014-03-06 Thread Nathan Woodrow
On Thu, Mar 6, 2014 at 8:11 PM, Mauro Alberti alberti@gmail.com wrote: In my opinion, a much simpler and cleaner approach (at least from the point of view of a normal user), would be to allow, in QGis Windows (standalone installer), the user not to point to (or not install) an internal

[Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
Hi everyone, Just dropping a quick email out to let everyone know about a project I have been working on the last couple of months. Digital Mapping Solutions, and myself, would like to announce the first version of IntraMaps Roam - a simple, but flexible, Windows based data collection

Re: [Qgis-developer] IntraMaps Roam first release - Windows QGIS Data Collection

2014-03-06 Thread Nathan Woodrow
On Fri, Mar 7, 2014 at 5:01 PM, Paolo Cavallini cavall...@faunalia.itwrote: thanks for this. Why is this for Win only? There isn't really a lot of Windows only things in the code itself, well nothing that can't be abstracted away, but I mainly dev on Windows and so are most of our clients so

<    1   2   3   4   5   6   7   8   9   10   >