Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto, again, there is no need to recompile. All you need is to grab Processing code from the repository mentioned by Marcus [0]. Not all code, only Processing. Look at the python/plugins directory. Then put this code into your QGIS plugins directory. Usually this is

Re: [Qgis-developer] digitizing issues in master

2015-08-27 Thread Denis Rouzaud
Marco is working on the node tool. It has been reworked to allow Z/M editing. It is now in click-click mode (not drag and drop anymore) to allow keybord input while moving a node for advanced digitizing. There are a bunch of issues I opened: http://hub.qgis.org/issues/13257

[Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
Hi, I'm digitizing in current master and couldn't achieve my work, had to switch back to 2.10. First issue is not being able to select a bunch of node with node tool using clic and drag on screen. Did that change? Second issue is new node window coming up automatically . The interaction with

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Marcus, the ZIP you indicated is a complete QGIS source . Where is yourProcessing installable on Windows ? Do I need to recompile something ? I'm afraid I do not understand what I need to do.Could you please explain me the singular steps ? Thank you Roberto 2015-08-27 14:12

Re: [Qgis-developer] digitizing issues in master

2015-08-27 Thread Régis Haubourg
OK, thanks for the update Denis, will test when ready Cheers Régis -- View this message in context: http://osgeo-org.1560.x6.nabble.com/digitizing-issues-in-master-tp5221470p5221480.html Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.

Re: [Qgis-developer] QGIS + DEMto3D = DEM 3D Printing

2015-08-27 Thread Jürgen E . Fischer
Hi, On Thu, 27. Aug 2015 at 04:23:46 -0700, jawensi wrote: A pre-compiled packages of Slic3r for Windows is shipped in the DEMto3D installation folder, so I have to develope the access to Slic3r in other platforms. Slic3r is used to generate the Gcode file. Meanwhile I just upload to the QGIS

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Ok. Thank you all. I have done :) Sorry, but I am slow on the uptake :) Now, I am following this: https://www.youtube.com/watch?v=V-CJCnKw89U Do you suggest me other multithread functions active to test ? Thank you again Roberto 2015-08-27 15:40 GMT+02:00 Alexander Bruy

Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Arnaud Morvan
Hello, without further notice, I will work on processing dropdown parameter translation next week, that is: modify all algorithms in the QGIS group, like this : https://github.com/arnaud-morvan/QGIS/commit/0286c3d95dffeee65ff7a6b7a69919d700815e4b and make a Pull Request Best

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
You’re welcome :) You can test the “processing.runalg” method from the python console. SAGA and GDAL/OGR algorithms are supposed be working also, can you try it out? Thank you, Marcus On 27 Aug 2015, at 15:01, Geo DrinX geodr...@gmail.com wrote: Ok. Thank you all. I have done :)

Re: [Qgis-developer] [Processing] translate parameter selection dropdown contents

2015-08-27 Thread Victor Olaya
Arnaud In my opinion, is much better to translate at runtime. Don't forget that providers can be loaded and unloaded, and also updated (as it happens with the SAGA one when the path to the SAGA executables is changed), so that is a better option. Thanks for this works! 2015-08-27 18:17

[Qgis-developer] Segmentation fault when refreshing browser panel

2015-08-27 Thread Pedro Venâncio
Hi, I'm working with QGIS master, compiled the day before yesterday, and it crashed me (segmentation fault) several times when I was doing Refresh in the Browser Panel (inside QGIS), 3 or 4 times in a row. I have the backtrace of 3 of these crashes: -- [New Thread 0x88e70b40 (LWP 10837)]

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
no you don't need to recompile whole QGIS, just grab Processing code. I have QGIS 2.10.1 installed. I have no any developer version. Can I install Processing code grabbing in what way ? What I have to do, exactly ?Can you send me the link ? I need to recompile only Processing

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Hi Roberto, You just have to put the processing code into your QGIS directory. Should be something like this: ~/.qgis/python/plugins/processing After that you can run the QGIS as you normally do, without having to compile anything. Be aware that the multithreading is not working with all

Re: [Qgis-developer] Processing Modeler regression Unable to open datasource of intermediate results

2015-08-27 Thread Anita Graser
On Aug 26, 2015 4:47 PM, Bernd Vogelgesang bernd.vogelges...@gmx.de wrote: Am 26.08.2015, 09:08 Uhr, schrieb Anita Graser anitagra...@gmx.at: I reported this already some weeks ago: https://hub.qgis.org/issues/13174 My suspicion was, that this is related to GDAL processes, cause all others

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Marcus, You just have to put the processing code into your QGIS directory. Yes. But, what is the link of your modified processing code ? :) Thank you Roberto ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
Oh sorry, this is the link: https://github.com/mvcsantos/QGIS Look for the master branch, you'll find the code there. Marcus No dia 27/08/2015, às 11:26, Geo DrinX geodr...@gmail.com escreveu: Hi Marcus, You just have to put the processing code into your QGIS directory. Yes.

Re: [Qgis-developer] QGIS + DEMto3D = DEM 3D Printing

2015-08-27 Thread jawensi
Hello A pre-compiled packages of Slic3r for Windows is shipped in the DEMto3D installation folder, so I have to develope the access to Slic3r in other platforms. Slic3r is used to generate the Gcode file. Meanwhile I just upload to the QGIS official repo a DEMto3D version which only allows export

Re: [Qgis-developer] Segmentation fault immediately after QGIS start

2015-08-27 Thread Nyall Dawson
On 27 August 2015 at 18:37, Andreas Neumann a.neum...@carto.net wrote: Hi, With the newest master I get a segmentation fault immediately after starting. Even before loading a project. Maybe this has to do with the recent start screen modifications? Might be one of the leak fixes I committed

Re: [Qgis-developer] Week 8 - report on Multithread Support on QGIS Toolbox

2015-08-27 Thread Geo DrinX
Hi Marcus, can you indicate me what it is needed to test your multithread processing support ? These are my questions: 1) there is a bin installable version ?Or, it is needed to recompile all QGIS and libraries ? 2) In the second case, there is a list of needed operations ? Thank

Re: [Qgis-developer] Lizmap Web Client - Time manager not loading

2015-08-27 Thread Blumentrath, Stefan
OK, I opened a ticket: https://github.com/3liz/lizmap-web-client/issues/193 Cheers Stefan -Original Message- From: Paolo Cavallini [mailto:cavall...@faunalia.it] Sent: 26. august 2015 08:16 To: Blumentrath, Stefan stefan.blumentr...@nina.no; qgis-developer@lists.osgeo.org Subject: Re:

[Qgis-developer] Segmentation fault immediately after QGIS start

2015-08-27 Thread Andreas Neumann
Hi, With the newest master I get a segmentation fault immediately after starting. Even before loading a project. Maybe this has to do with the recent start screen modifications? Here are the last debug messages: -- Konsole output src/core/qgsmessagelog.cpp: 45: (logMessage)

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Geo DrinX
Hi Luigi, what are steps to test it ? May I recompile all QGIS ? Thank you for any info about this Roberto 2015-08-26 16:17 GMT+02:00 Luigi Pirelli lui...@gmail.com: Thanks to Marcus Santos work for GSoC https://qgisgsoc2015.wordpress.com/ you can help testing it before integration in

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Alexander Bruy
Hi Roberto, no you don't need to recompile whole QGIS, just grab Processing code. Also note that right now not all algorithms support multithreaded execution. 2015-08-27 11:46 GMT+03:00 Geo DrinX geodr...@gmail.com: Hi Luigi, what are steps to test it ? May I recompile all QGIS ? Thank

Re: [Qgis-developer] Processing framework - background processing

2015-08-27 Thread Marcus Santos
On 27 Aug 2015, at 11:48, Geo DrinX geodr...@gmail.com wrote: 2015-08-27 12:36 GMT+02:00 Marcus Santos m...@me.com mailto:m...@me.com: Oh sorry, this is the link: https://github.com/mvcsantos/QGIS https://github.com/mvcsantos/QGIS Look for the master branch, you'll find the code