Re: [Qgis-developer] Use of autoconnect slots?

2017-02-28 Thread Matthias Kuhn
+1, for what it's worth ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Use of autoconnect slots?

2017-02-28 Thread Denis Rouzaud
+1 too, this makes the code much more readable. I also wonder about direct connections in UI files. I've come across one lately and hesitated a bit. Any thoughts? Denis Le mer. 1 mars 2017 à 02:31, Nathan Woodrow a écrit : > Yes. Less magic the better > > On Wed, 1 Mar

[Qgis-developer] Plugin [135] mmqgis approval notification.

2017-02-28 Thread noreply
Plugin mmqgis approval by pcav. The plugin version "[135] mmqgis 2017.2.28" is now approved Link: http://plugins.qgis.org/plugins/mmqgis/ ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info:

Re: [Qgis-developer] Use of autoconnect slots?

2017-02-28 Thread Nathan Woodrow
Yes. Less magic the better On Wed, 1 Mar 2017 2:30 pm Martin Dobias wrote: > Hi Nyall > > On Wed, Mar 1, 2017 at 8:01 AM, Nyall Dawson > wrote: > > Just want to raise a discussion about this. What does everyone think > > about these and whether we

Re: [Qgis-developer] Use of autoconnect slots?

2017-02-28 Thread Martin Dobias
Hi Nyall On Wed, Mar 1, 2017 at 8:01 AM, Nyall Dawson wrote: > Just want to raise a discussion about this. What does everyone think > about these and whether we should be using them in code? > > I'm currently leaning toward opening a QEP for blocking them in new > code.

[Qgis-developer] Use of autoconnect slots?

2017-02-28 Thread Nyall Dawson
Hi all, Just want to raise a discussion about this. What does everyone think about these and whether we should be using them in code? I'm currently leaning toward opening a QEP for blocking them in new code. Reasons are: - they are very fragile. Renaming a widget will break the connection

Re: [Qgis-developer] PSA: converting connects to new style

2017-02-28 Thread Luigi Pirelli
great, thank you to share Luigi Pirelli ** * Boundless QGIS Support/Development: lpirelli AT boundlessgeo DOT com * LinkedIn: https://www.linkedin.com/in/luigipirelli * Stackexchange:

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Nyall Dawson
On 28 February 2017 at 15:36, Nyall Dawson wrote: > Hi all, > > Was just chatting to Martin about this - and we both think it's time > to drop the "render" checkbox from the status bar. > > This setting is a bit of a remnant from the pre-multithreaded > rendering days.

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Matthias Kuhn
Readded in 809d30f, sorry for the inconvenience. Matthias On 28/02/2017 22:23, Tim Sutton wrote: > Hi > > >> On 28 Feb 2017, at 11:11 PM, Tom Elwertowski >> > wrote: >> >> Hi Matthias, Larry, et al., >> >> Restoring the iostream header

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Tim Sutton
Hi > On 28 Feb 2017, at 11:11 PM, Tom Elwertowski wrote: > > Hi Matthias, Larry, et al., > > Restoring the iostream header removed from qgspoint.h in 520e3c0 made my Mac > happy. That fixed it for me too thanks (doing Homebrew based build on mac). Regards Tim >

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Tom Elwertowski
Hi Matthias, Larry, et al., Restoring the iostream header removed from qgspoint.h in 520e3c0 made my Mac happy. Tom Elwertowski On 2/28/17 3:17 PM, Larry Shaffer wrote: Hi Tom, et al., On Tue, Feb 28, 2017 at 11:41 AM, Tom Elwertowski

Re: [Qgis-developer] Plugin [1183] Small-ETL approval notification.

2017-02-28 Thread Stefan Keller
Hi Michael I tried to use this plugin (QGIS 2.18.3 Win) with point features from a Geopackage input file. I created two target files ("Test.gpk" and Test.shp) with attribute "id" (Integer64) and "housenr" (String) and same CRS. Then I started the plugin, assigned $geometry and the two attributes.

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Larry Shaffer
Hi Tom, et al., On Tue, Feb 28, 2017 at 11:41 AM, Tom Elwertowski wrote: > Hi Larry, Ismail, > > I don't use Homebrew but still have this problem. > > QGIS c4bc154 built and ran for me on macOS 10.12.3, Qt 5.8, SIP 4.19.1 > PyQt 5.8, QScintilla 2.10. The problem seems

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Tom Elwertowski
Hi Larry, Ismail, I don't use Homebrew but still have this problem. QGIS c4bc154 built and ran for me on macOS 10.12.3, Qt 5.8, SIP 4.19.1 PyQt 5.8, QScintilla 2.10. The problem seems to arise from a change made to QgsPoint a few days ago. My guess is that for macOS, QgsPoint needs an extra

Re: [Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Larry Shaffer
Hi Ismail, Due to this issue: https://github.com/qgis/homebrew-qgisdev/issues/22 You may have compilation and runtime problems, which *may* be unrelated to QGIS source code. Until the associated Qt-based formulae are fixed upstream at Homebrew, this will persist. Regards, Larry Shaffer Dakota

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Germán Carrillo
Hi All, I use mapCanvas().setRenderFlag( False ) before loading a (potentially) large number of layers using the 'Load Them All' plugin [1]. I acknowledge I needed to toggle such flag years ago (the plugin was mainly developed in 2012) and still use it. For another plugin (private according to

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Denis Rouzaud
Le mar. 28 févr. 2017 à 09:43, Martin Dobias a écrit : > On Tue, Feb 28, 2017 at 4:22 PM, Matthias Kuhn > wrote: > > On 02/28/2017 08:47 AM, Denis Rouzaud wrote: > >> Hi, > >> > >> I'm a big -1 on this. > >> > >> We often use this for digitizing

Re: [Qgis-developer] GSoC2017:About the projcect "improve vector geoprocessing algorithms"

2017-02-28 Thread Tom Chadwin
Many thanks for offering to help out, and welcome! Tom - Buy Pie Spy: Adventures in British pastry 2010-11 on Amazon -- View this message in context: http://osgeo-org.1560.x6.nabble.com/GSoC2017-About-the-projcect-improve-vector-geoprocessing-algorithms-tp5309885p5309923.html Sent from

[Qgis-developer] QGIS GSoC 2017 Idea - Processing + PySAL

2017-02-28 Thread Eurico Nicacio
Hello everyone! First of all, let me introduce myself briefly: my name is Eurico Nicacio, I am a brazilian Cartographic Engineer graduated by Military Engineering Institute [Instituto Militar de Engenharia - IME] in 2010 and, nowadays, I am a MSc Candidate in Geodetic Sciences in the Geodetic

Re: [Qgis-developer] New feature proposal for the Dissolve tool

2017-02-28 Thread Marco Grisolia
Hi Arnaud, thanks for your answer. This algorithm could be very useful and it should add the neighborhood condition: I will wait for trying it, thanks! Marco 2017-02-28 10:43 GMT+01:00 Arnaud Morvan : > Hello Marco, > > Note that I'm currently working on a new

[Qgis-developer] Failed to build QGIS master on OSX

2017-02-28 Thread Ismail Sunni
Hi everyone Today I tried to build QGIS on OSX by following the tutorial in this README (https://github.com/qgis/homebrew-qgisdev/blob/master/development/README.md). I pull the latest commit from QGIS also (sha: f0489c9fc6). But, I got this error:

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Tim Sutton
Hi > On 28 Feb 2017, at 12:00 PM, Matthias Kuhn wrote: > > Hi Tim > > On 02/28/2017 10:42 AM, Tim Sutton wrote: >> One reason to keep it: For us the use case has often been when you are >> doing first set up of a project and you are dropping a bunch of large >> layers yet.

[Qgis-developer] GSoC2017:About the projcect "improve vector geoprocessing algorithms"

2017-02-28 Thread Ruoyun Jing
Hi Everyone: My name is Ruoyun Jing, I am an undergraduate student in Northwest University(China) of Software Engineering.Although i am a girl,i really love coding !!! I've coded many alogorithm problems with C++and Python, GSoC is really a precious chance for me to get in touch with open source

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Giovanni Manghi
Hi all, > One reason to keep it: For us the use case has often been when you are > doing first set up of a project and you are dropping a bunch of large > layers yet. You want to set up scale dependent visibility and rules first > without waiting for time consuming renders, then enable rendering

[Qgis-developer] Removal of the "Adding GRASS Tools" section in qgis.org?

2017-02-28 Thread DelazJ
Hi all, Following the discussion in [1], we plan to remove the "QGIS Developers Guide" [2] section from the qgis.org website and emphasize it as a new document at docs.qgis.org. To avoid keeping wrong/unused/useless texts while moving, I would like you to let us know if the "Adding GRASS tools"

Re: [Qgis-developer] QGIS3 theme?

2017-02-28 Thread Serge Markin
Hi Tim, Let me share some details about the project that you mentioned. As Ganesh said the main challenge was to build a portable version of the QGIS for windows. It was based on version 2.6 if I’m not mistaken. We successfully solved that problem. Another part of the project was simplification

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Matthias Kuhn
Hi Tim On 02/28/2017 10:42 AM, Tim Sutton wrote: > One reason to keep it: For us the use case has often been when you are > doing first set up of a project and you are dropping a bunch of large > layers yet. You want to set up scale dependent visibility and rules > first without waiting for time

Re: [Qgis-developer] New feature proposal for the Dissolve tool

2017-02-28 Thread Arnaud Morvan
Hello Marco, Note that I'm currently working on a new Algorithm that supersede dissolve tool. Here is how it should look like : Name : "Aggregate" Parameters : * input vector layer * group_by expression (field name or complex expression, possible to add conditions on geometry

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Tim Sutton
Hi On Tue, Feb 28, 2017 at 10:43 AM, Martin Dobias wrote: > > > Yeah that's one of the things I wanted to improve within MTR, but > didn't get to it yet - it would definitely make the render flag less > interesting. And the same thing could be done also for labeling - only

Re: [Qgis-developer] QGIS3 theme?

2017-02-28 Thread Tim Sutton
Hi On Tue, Feb 28, 2017 at 10:15 AM, Nathan Woodrow wrote: > Hey all, > > Just note that we can ship a older icon "theme" and use the theme switcher > feature which would allow people to change back if required. > > Default to the new one but ship a lagacy theme. Have a

Re: [Qgis-developer] QGIS3 theme?

2017-02-28 Thread Ganeshkumar Shanmugam
Hi Tim, Apologies for the delayed response, just got access to my computer. You got a great memory :) Yes, it was a pilot project that we did for the ministry of education. They wanted to teach the secondary grade students (age 16 to 18) geography and gis with QGIS. The core requirement was to

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Martin Dobias
On Tue, Feb 28, 2017 at 4:22 PM, Matthias Kuhn wrote: > On 02/28/2017 08:47 AM, Denis Rouzaud wrote: >> Hi, >> >> I'm a big -1 on this. >> >> We often use this for digitizing operations such as manual label placement. >> >> If you have a projects which takes quite some time

[Qgis-developer] Fwd: [OSGeo-Discuss] OSGeo is accepted as a mentor organization for GSoC 2017!

2017-02-28 Thread Werner Macho
OSGeo got accepted - and therefor QGIS is in too. Please read the forwarded mail and apply as a mentor or student if you have some interesting projects that would help QGIS. regards Werner -- Forwarded message -- From: Margherita Di Leo Date: Tue, Feb 28,

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Matthias Kuhn
On 02/28/2017 09:27 AM, Denis Rouzaud wrote: > > IIRC, the issue is mainly that labels come last but are removed directly. They could be cached until a new version is available, just like any other layer. For extra points, only their positions would be cached and they would be redrawn "live"

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Matthias Kuhn
On 02/28/2017 08:47 AM, Denis Rouzaud wrote: > Hi, > > I'm a big -1 on this. > > We often use this for digitizing operations such as manual label placement. > > If you have a projects which takes quite some time to render, it is very > powerful to > 1. place the canvas at the proper extent > 2.

Re: [Qgis-developer] QGIS3 theme?

2017-02-28 Thread Nathan Woodrow
Hey all, Just note that we can ship a older icon "theme" and use the theme switcher feature which would allow people to change back if required. Default to the new one but ship a lagacy theme. Have a look at Night Mapping to see how it's done. - Nathan On Tue, Feb 28, 2017 at 7:00 PM, Paolo

Re: [Qgis-developer] color widget not updated after changing item color by python

2017-02-28 Thread Raymond Nijssen
Thanks Nyall! I would have never come up with a workaround like this. Should this be fixed? Or is this "by design"? :) Btw, the QgsComposerMap does not like this workaround, BUT also does not need it because the color widgets seem to get updated anyway. Raymond On 28-02-17 06:27, Nyall

Re: [Qgis-developer] Dropping the "render" checkbox

2017-02-28 Thread Nathan Woodrow
Yeah I'm a -1 on this at the moment. There have been times that I have used it even after the new rendering stuff. - Nathan On Tue, Feb 28, 2017 at 8:47 PM, Denis Rouzaud wrote: > Hi, > > I'm a big -1 on this. > > We often use this for digitizing operations such as

[Qgis-developer] OSGeo selected for GSoC 2017

2017-02-28 Thread Alexander Bruy
Hi devs, OSGeo has been selected as mentoring organization in GSoC 2017. This means that QGIS project can participate in the program. If you have students, ideas or want to mentor feel free to join GSoC mailing lists, propose ideas etc. A good starting point is OSGeo GSoC wiki page