Re: [QGIS-Developer] Processing Script addLayerToLoadOnCompletion

2018-09-04 Thread matteo
Hi Ginetto, well actually this is a simple script and not Processing plugin, so I think no reloading is needed Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis

Re: [QGIS-Developer] [Qgis-developer] OTB and LiDAR tools as separate plugins

2018-09-03 Thread matteo
Hi Martin, glad that I could had helped you ;) Cheers Matteo ___ 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

Re: [QGIS-Developer] Processing Script addLayerToLoadOnCompletion

2018-09-03 Thread matteo
Hi Håvard, I knew that param has been replaced with parameters.. Anyway, removing parameters is not solving the problem Thanks Matteo On 09/03/2018 06:07 PM, Havard Tveite wrote: > "parameters=" should be removed in the run method

[QGIS-Developer] Processing Script addLayerToLoadOnCompletion

2018-09-03 Thread matteo
can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm. Am I missing something? Thanks for any suggestion Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List i

Re: [QGIS-Developer] Reading OSM data from .osm file

2018-07-24 Thread matteo
ickOSM parser works like a charm ;) Thanks to all Matteo ___ 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] Reading OSM data from .osm file

2018-07-24 Thread matteo
was pretty straightforward. Thanks! Matteo ___ 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] Reading OSM data from .osm file

2018-07-24 Thread matteo
well, having maybe a lot of columns empty, but still usable. Cheers Matteo ___ 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

[QGIS-Developer] Reading OSM data from .osm file

2018-07-24 Thread matteo
ck on Export in the new tab 4. open the osm file in QGIS Someone confirms? Should I open a ticket? Thanks to all Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Un

Re: [QGIS-Developer] Signal/slots in Processing scripts/algorithms

2018-07-23 Thread matteo
"canonical" way to handle this currently is to throw an error when > the algorithm is executed if the combination of parameters does not > make sense. got it! Many thanks for the hints Cheers Matteo ___ QGIS-Developer mailing list QGIS

[QGIS-Developer] Signal/slots in Processing scripts/algorithms

2018-07-20 Thread matteo
Hi devs, is there a way to update a widget (e.g. setting a ComboBox as not enabled) depending on another widget within a Processing script? Something like: if val == 'whatever': self.processingComboBox.setEnabled(False) Thanks for all the hints Cheers Matteo

Re: [QGIS-Developer] External python package dependency in plugins

2018-07-07 Thread matteo
good idea! Cheers Matteo ___ 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] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
> Do you mean this https://issues.qgis.org/issues/17806? exactly! Thanks Harrissou Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: ht

Re: [QGIS-Developer] RES: Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
Hi Jorge, yes exactly. But in the vertex table, if you click on one or many rows the corresponding vertex are not highlighted in the map like it is for 2.x Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https

[QGIS-Developer] Highlighting selected vertex in vertex editor

2018-06-07 Thread matteo
Hi all, in the vertex editor of QGIS 2.x when a line of the table id selected the corresponding vertex is highlighted in the map. In QGIS 3 it seems that this super useful feature is not there anymore. I just wanted to report this ;) Cheers Matteo

[QGIS-Developer] i18n for Processing plugins not working

2018-05-31 Thread matteo
, the dialog and all the strings are in the source language and not in the translated one. BTW: this seems happen only with Processing plugins and not with default one. Should I open a ticket? Thanks! Cheers Matteo ___ QGIS-Developer mailing list QGIS

Re: [QGIS-Developer] Load layer with style in Processing plugin

2018-05-31 Thread matteo
nt in the future sounds as the smoothest idea. Thanks again for the hints! Matteo ___ 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

[QGIS-Developer] Load layer with style in Processing plugin

2018-05-30 Thread matteo
d function that creates the style (as qml file with the same name of the layer). But when the layers are loaded the styles aren't (even if correctly created in the folder and it works if manually loaded in QGIS). Thanks for any suggestion Cheers Matteo __

Re: [QGIS-Developer] Retrieve folder path from Processing scripts

2018-05-30 Thread matteo
Awesome! Many many thanks Nyalll Cheers Matteo ___ 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] Retrieve folder path from Processing scripts

2018-05-29 Thread matteo
Hi Nyall, here it is: https://www.dropbox.com/s/bpu1axmrpnjyn2n/folder.mp4?dl=0 thanks for taking care of this small issue Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman

Re: [QGIS-Developer] Retrieve folder path from Processing scripts

2018-05-29 Thread matteo
Hi Nyall, I'm on a Linux Debian Sid with QGIS master compiled. I nobody has the same issue then there should be something on my local machine and that's fine since I know the small workaround ;) but still weird Thanks for the reply Matteo ___ QGIS

Re: [QGIS-Developer] Retrieve folder path from Processing scripts

2018-05-29 Thread matteo
something in the box. If the path is taken directly from the button I always get a temporary path If someone wants to give a try I have prepared a copy/paste script for testing here: https://pastebin.com/DEHvD0nr If confirmed I can open a ticket Thanks Matteo

[QGIS-Developer] Retrieve folder path from Processing scripts

2018-05-28 Thread matteo
, context) basePath = os.path.join(directory, baseName) feedback.pushDebugInfo(basePath) return {self.FOLDER: basePath} I always get a temporary path even when the user choose a folder on the computer. Someone else faced this problem? Thanks for any suggestion! Matteo

Re: [QGIS-Developer] Zonal statistics not working with different CRS

2018-05-25 Thread matteo
Done, https://issues.qgis.org/issues/19027 thanks Nyall Matteo ___ 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

Re: [QGIS-Developer] Zonal statistics not working with different CRS

2018-05-24 Thread matteo
Hi Nyall, sorry for the late reply. > Confirmed, but fortunately the fix is trivial. good ;) should I open a ticket? thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listi

[QGIS-Developer] Zonal statistics not working with different CRS

2018-05-22 Thread matteo
Hi devs, I noticed that with different CRS the Zonal statistics algorithm returns blank columns in the target vector layer. Someone confirms? Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https

Re: [QGIS-Developer] Weird behavior with raster styles

2018-05-18 Thread matteo
Hi, thanks for pointing me to the issues you opened. I have updated https://issues.qgis.org/issues/18153 with a minimal example (raster + qml) that could help to understand the problem. Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer

Re: [QGIS-Developer] Save as image disappeared from Project menu?

2018-05-17 Thread matteo
ahrrr sorry guys.. I missed that PR sorry for the noise Thanks Harrissou Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org

[QGIS-Developer] Save as image disappeared from Project menu?

2018-05-17 Thread matteo
Hi devs, in QGIS master I cannot find the Project -> Save as Image (or Save as Pdf) while in 3.0 is there. Was this functionality dropped? Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.

[QGIS-Developer] Weird behavior with raster styles

2018-05-17 Thread matteo
, interpolation method, etc) drops the custom style loaded and the current color ramp is chosen by default, losing all the chances to make further customization with the "old" style. Am I missing something when loading the style? Thanks for any feedback Chee

[QGIS-Developer] Weird behavior with raster styles

2018-05-17 Thread matteo
, interpolation method, etc) drops the custom style loaded and the current color ramp is chosen by default, losing all the chances to make further customization with the "old" style. Am I missing something when loading the style? Thanks for any feedback Chee

Re: [QGIS-Developer] Crash with Style Dock Layer Panel

2018-05-17 Thread matteo
Hi, ok tested and it works now. Thanks Ale Cheers Matteo ___ 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

Re: [QGIS-Developer] Crash with Style Dock Layer Panel

2018-05-16 Thread matteo
Hi Ale, nope, I just pulled from upstream and rebuild QGIS but same error is there matteo@debian:~/lavori/QGIS/QGIS$ git log --oneline 40499ee392 (HEAD -> master, upstream/master) Fix crash on categorized/graduated symbol styling dock e56ff6838d Merge pull request #7004 from alexbruy/sel

[QGIS-Developer] Crash with Style Dock Layer Panel

2018-05-16 Thread matteo
yer Properties works fine. Someone confirm? Cheers Matteo ___ 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

[QGIS-Developer] Enum in Modeler

2018-05-14 Thread matteo
between the standard algorithm options. But it the user has an Enum input specified then the algorithm in the modeler only allows to choose the Enum input. Somebody confirm this behavior? Thanks Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@

[QGIS-Developer] SAGA algorithms not usable in Modeler

2018-05-03 Thread matteo
Matteo Processing algorithm… Algorithm 'model' starting… Input parameters: { 'saga:transformvectorlayer_1:fin' : '/tmp/processing_09cede4d35264496b8d824b29ce415be/dc080520afe04fd39fc7ee63ffadaddc/saga_transformvectorlayer_1_fin.shp', 'vector' : '/home/matteo/lavori/corsi/QGIS/QGIS3/QGIS_data

Re: [QGIS-Developer] Missing parameters from Modeler 3.0 vs master

2018-05-02 Thread matteo
ok I created a PR, not so sure about MapLayers https://github.com/qgis/QGIS/pull/6918 Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https

[QGIS-Developer] Missing parameters from Modeler 3.0 vs master

2018-05-02 Thread matteo
Hi devs, compared to 3.0 in QGIS master Processing Modeler there has been added some useful parameters (Distance, Enum, Matrix, Range) but some old are missing, like Expression, Raster Band. Are there any problems related with these 2 parameters? Cheers Matteo

[QGIS-Developer] Processing tests for SAGA

2018-04-26 Thread matteo
is it worth to add other tests or this is still a work in progress? Thanks Matteo ___ 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

Re: [QGIS-Developer] Using memory layer in Processing with SAGA and GRASS

2018-04-26 Thread matteo
ne have to come from a disk saved file. Thanks for the explanation! Cheers Matteo ___ 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] R provider for QGIS 3 - any interest?

2018-04-26 Thread matteo
Hi, I also really miss the R provider in QGIS 3. Thanks for raising this topic, I'm available for help Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer

[QGIS-Developer] Using memory layer in Processing with SAGA and GRASS

2018-04-23 Thread matteo
Hi devs, sorry if I missed something on this topic, but it seems that it is not possible using memory layer when running algorithms from the console. A simple example should explain everything: # QGIS parameters = { 'INPUT' : 'big', 'OVERLAY': 'small', 'OUTPUT':'memory:' } result =

Re: [QGIS-Developer] Legend layer customization missing

2018-04-21 Thread matteo
ly. I perfectly understand the need to avoid every user case options.. still wondering if this options can be added only in the advanced settings dialog (so there it should not result in a messed up UI). But as said, I don't know if this can bring to coding issues. Thanks fo

Re: [QGIS-Developer] Legend layer customization missing

2018-04-20 Thread matteo
Matteo ___ 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

[QGIS-Developer] Legend layer customization missing

2018-04-20 Thread matteo
in QGIS 3. Using the Advanced option one can still use them. Have been some reasons to remove this options? Thanks for any feedback Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/lis

[QGIS-Developer] Other Grass Processing issues

2018-04-18 Thread matteo
has faced this problems? Thanks and sorry again for bombing Cheers Matteo ___ 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

[QGIS-Developer] gdal rasterize error

2018-04-18 Thread matteo
Hi devs, gdal rasterize is nt working anymore. This the ticket: https://issues.qgis.org/issues/18748 someone can confirm it? BTW: same layer using SAGA rasterize and no problems (tested with different datasets) Thanks! Matteo ___ QGIS-Developer

[QGIS-Developer] Raster calculator in Processing model

2018-04-18 Thread matteo
+38 values. Same operation outside the modeler works nice. Could someone confirm this? Thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: ht

Re: [QGIS-Developer] Error with GRASS in Processing

2018-04-18 Thread matteo
Win both 3.0 and master fail). The main error in the log is (I think) this: ERROR: Sorry <[EPSG:3003]> is not a valid option I will update the ticket with a complete log Thanks! Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.or

Re: [QGIS-Developer] Error with GRASS in Processing

2018-04-17 Thread matteo
this new CRS handling by Processing Thanks! Matteo ___ 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] Error with GRASS in Processing

2018-04-17 Thread matteo
Hi Giovanni, thanks for the answer. I was not sure if this error was reported somewhere. BTW, done: https://issues.qgis.org/issues/18737 Thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org

[QGIS-Developer] Error with GRASS in Processing

2018-04-17 Thread matteo
coordinates AND the additional EPSG information, like: 348403.62350233766,4903994.026987238 [EPSG:32632] and this makes GRASS unhappy. Should I fill a ticket? Thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info

Re: [QGIS-Developer] New tool for porting plugins to QGIS 3

2018-04-13 Thread matteo
t; > > Have a good weekend porting your plugins ;) thanks for this, really useful! One side note (maybe it depends on my local machine): I had to install it with sudo privileges, else the tool was not found on the system. Thanks again for this! Cheers Matteo

Re: [QGIS-Developer] Locked files (layers) in Windows

2018-04-12 Thread matteo
sue is fixed? Thanks! Matteo ___ 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] Locked files (layers) in Windows

2018-04-12 Thread matteo
Hi Regis, that's NTFS on a 64bit platform Thanks Matteo ___ 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

Re: [QGIS-Developer] Locked files (layers) in Windows

2018-04-12 Thread matteo
Hi Jurgen, >> The only way is to restart windows. > >> Are there any other more friendly methods? > > Like closing QGIS? ahaha sorry I mean restarting QGIS not Windows Matteo ___ QGIS-Developer mailing list QGIS-Developer@list

[QGIS-Developer] Locked files (layers) in Windows

2018-04-12 Thread matteo
Hi all, it seems impossible to delete files (shapefiles in this specific case) if these are loaded in QGIS even if the project with this files is closed. The only way is to restart windows. Are there any other more friendly methods? Thanks to all Matteo

Re: [QGIS-Developer] [Qgis-developer] GRASS plugin missing from Q3?

2018-04-12 Thread matteo
Hi guys, thanks! I have a script that exports the LD_LIBRARY_PATH but I just have a fresh installation of debian sid and the path was pointing to /usr/lib/grass72/lib/ instead of /usr/lib/grass74/lib/ Thanks again and sorry for the noise Matteo

Re: [QGIS-Developer] Improving the automatic issue report creation in doc repo

2018-04-11 Thread matteo
it? I mean by opening a PR with [Feature] in the title that contains single commits with other [Feature] string in the title.. I don't know if this could be achieved easily by web hooks Thanks for raising this Cheers Matteo ___ QGIS-Developer mailing list QG

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
to do something, > but for QGIS 3.2 we could copy files we use from Qt 3D Extras to QGIS > and keep them until there is a Qt release with stable Qt 3D Extras > release. this sounds like a reasonable solution. Would it be a big amount of work to do? Thanks again Matteo

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
> Unfortunately yes, since QGIS 3.0.x requires Qt53DExtras. Perhaps it can > be made optional or worked around in another way. damn! what a pity.. are there any chances to have a workaround for that? Thanks for all these information Matteo __

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
xtras. > > Forget about reporting a bug, the Qt3DExtras headers were removed on > purpose: > > > https://salsa.debian.org/qt-kde-team/qt/qt3d/commit/8e3cf88c8124fee940f2de1f8d3a54c48b1c53d1 so in other words no 3D in debian sid rig

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
show qt3d5-dev | grep Qt3DExtras many thanks for the answer. So no chance to have a clean build with Qt3DExtras until the bug is fixed right? Or did I misunderstand something? Thanks again Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
run cmake from a clean build directory... I was just replying that I looked into the wrong folder.. in fact in "include" Qt3DExtras is not there.. matteo@debian:~$ ls /usr/include/x86_64-linux-gnu/qt5/ Qsci Qt3DQuickInputQtCoreQtHelp QtPlatformHeaders

Re: [QGIS-Developer] [Qgis-developer] GRASS plugin missing from Q3?

2018-04-10 Thread matteo
Hi, > I just compiled from source on Debian Sid. cmake finds grass 7, > apparently compile runs fine, but the grass plugin is not available. > Does anyone confirm? > All the best, and thanks. same here, grass in processing works fine but the plugin seems disappea

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, yeah that's exactly what I thought because the file is there: matteo@debian:/usr/lib/x86_64-linux-gnu$ ls | grep -i libQt53DEx libQt53DExtras.prl libQt53DExtras.so libQt53DExtras.so.5 libQt53DExtras.so.5.10 libQt53DExtras.so.5.10.1 together with all the other libQt ones.. I tried

Re: [QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
Hi Martin, thanks for the reply. Yep, these are installed: matteo@debian:~$ aptitude search qt3d5-dev i qt3d5-dev - Qt 5 3D development files i qt3d5-dev-tools Thanks Matteo ___ QGIS-Developer

[QGIS-Developer] Problem with 3D during compilation in debian sid

2018-04-10 Thread matteo
to configure it even if I have all the libqt5 installed (also libqt53dextras). If someone has a solution or some suggestions for this it would be really great Thanks to all Matteo CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt53DExtras/Qt53DExtrasConfig.cmake:27 (message): The imported

Re: [QGIS-Developer] Error during compilation

2018-04-10 Thread matteo
nevermind I had a messy installation on my computer Thanks anyway :D Matteo ___ 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

Re: [QGIS-Developer] Error during compilation

2018-04-10 Thread matteo
: recipe for target 'all' failed make: *** [all] Error 2 Thanks for any hint! Matteo ___ 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

Re: [QGIS-Developer] Error during compilation

2018-04-10 Thread matteo
Hi Nyall, thanks for the answer.. I think better but I have another error.. Should I give a make clean before make? Thanks a lot! Matteo [ 75%] Generating ui_evisdatabaselayerfieldselectionguibase.h Scanning dependencies of target evis /home/matteo/lavori/QGIS/QGIS/src/providers/postgres

[QGIS-Developer] Error during compilation

2018-04-09 Thread matteo
Hi devs, I'm failing to compile QGIS starting from the merge of the PR [FEATURE] Projects in PostgreSQL. Long error trace here [0] Are there any special requirements starting from this commit, like Qt >=5.5.1 or something else? Thanks to all the suggestions and hints Cheers Matteo [0] [

Re: [QGIS-Developer] Custom widgets and Qt Designer 4 and 5

2018-04-05 Thread matteo
can manually fix these imports, but I'm asking if there is a fix for > that. Thanks no I did not fix it. I think that all the issue is because I'm compiling qgis without installing it on the system (so no make install). But that's only my idea ;) Cheers Matteo

Re: [QGIS-Developer] Error during compilation

2018-03-28 Thread matteo
sorry guys, wrong gdal path added sorry for the noise Matteo ___ 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

[QGIS-Developer] Error during compilation

2018-03-28 Thread matteo
r target 'all' failed make: *** [all] Error 2 Thanks Matteo ___ 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] Error when saving Processing Script QGIS master

2018-03-26 Thread matteo
ok I create a first Pull Request here: https://github.com/qgis/QGIS/pull/6678 a first draft of the implementation of this idea. more feedback are more than welcome Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-26 Thread matteo
ok I created a first Pull Request here: https://github.com/qgis/QGIS/pull/6678 a first draft of the implementation of this idea. more feedback are more than welcome Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-26 Thread matteo
-developer/2015-November/040140.html I don't know if this could be of interest (and actually where is the correct place to put this functions being aware that this "box" could be filled in a second moment) Cheers Matteo ___ QGIS-Developer mailing

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-25 Thread matteo
just want to hear some feedback on this (if any is interested). Thanks Matteo ___ 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/lis

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-25 Thread matteo
Hi Erno, thank for the input, with this template it is working. I don't know what I was missing. Thanks to all for the help Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-24 Thread matteo
at I have to put: def createInstance(self): return type(self)() else the algorithm will crash.. Thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscri

Re: [QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-23 Thread matteo
be overridden Cheers and thanks for any hint Matteo ___ 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] Error when saving Processing Script QGIS master

2018-03-22 Thread matteo
a blank group name and a blank algorithm name.. Thanks Matteo ___ 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

[QGIS-Developer] Error when saving Processing Script QGIS master

2018-03-22 Thread matteo
saved in the folder but is not loaded in Processing. Some hints? Thanks to all Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org

Re: [QGIS-Developer] Custom widgets and Qt Designer 4 and 5

2018-03-20 Thread matteo
lking about. It doesn't matter which gdal version > you link against. ok so technically one I have the file libqgiscustomwidget.so and I've copied it into the folder I can even clean the directory of QGIS (compiled against gdal 2.20)? Thanks for the patience ;) Matteo ___

Re: [QGIS-Developer] Custom widgets and Qt Designer 4 and 5

2018-03-20 Thread matteo
ner 5 are different from those of Qt 4. I noticed that I lost widgets in Qt4 now (what the hell. :) Thanks Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/listinfo/qgi

Re: [QGIS-Developer] Custom widgets and Qt Designer 4 and 5

2018-03-20 Thread matteo
the widget like Etienne suggested Cheers Matteo ___ 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] Custom widgets and Qt Designer 4 and 5

2018-03-20 Thread matteo
. Let's see Thanks for the suggestion Matteo ___ 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] Custom widgets and Qt Designer 4 and 5

2018-03-20 Thread matteo
Ok some steps forward.. By adding the repository of ubuntugis [0] I could install libqgis-customwidgets version 3. BUT I cannot install it because it depends on libgdal >= 2.2.0 (while I have 2.1.2 installed). Should I also compile gdal to have the widgets available? Thanks! Cheers Mat

[QGIS-Developer] Custom widgets and Qt Designer 4 and 5

2018-03-19 Thread matteo
? Thanks for all the feedbacks Cheers Matteo https://lists.osgeo.org/pipermail/qgis-developer/2016-June/043543.html https://lists.osgeo.org/pipermail/qgis-developer/2016-December/046063.html ___ QGIS-Developer mailing list QGIS-Developer

Re: [QGIS-Developer] Documentation and algorithm news

2018-03-15 Thread matteo
gt; the documentation. Everywhere, in the document there will be parts that > will be updated to 3.2 before the official release in QGIS 3.4 (hopefully). > > Nevertheless, I am happy that someone is fully dedicated to it and I don't > want to frustrate Matteo in his demand to keep e

Re: [QGIS-Developer] Documentation and algorithm news

2018-03-15 Thread matteo
the doc. I promise I'll do my best to help you out also for the general documentation > Sorry to not come with a +1 and not be that positive in my feedback (i hope > it's at least constructive) but while i share (and like) your interest in > P

[QGIS-Developer] Documentation and algorithm news

2018-03-14 Thread matteo
e doc repo with a correct label (and hopefully assign this to me) With this system we will have (at least) the chance to have Processing Help updated and not loosing all the work done till now. Feedbacks are more than welcome Cheers and thanks to Richard for all the input

Re: [QGIS-Developer] Error during master compilation

2018-03-08 Thread matteo
fixed with after pulling. thanks guys! Matteo ___ 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

[QGIS-Developer] Error during master compilation

2018-03-07 Thread matteo
Hi devs, even with a new source directory I cannot compile QGIS. I get this error: In file included from /home/matteo/lavori/QGIS/QGIS/src/core/processing/qgsprocessingregistry.cpp:20:0: /home/matteo/lavori/QGIS/QGIS/src/core/processing/qgsprocessingparametertypeimpl.h: In member function

[QGIS-Developer] Error during compilation

2018-03-06 Thread matteo
Hi all, I'm trying to update the QGIS master with the 3D support for a Linux Mint computer. Before the 3.0 stable release I had not trouble when following Martin's guide, now I get this error: [ 85%] Linking CXX static library libpostgresprovider_a.a In file included from /home/matteo/lavori

[QGIS-Developer] Processing Help, what next?

2018-03-05 Thread matteo
ect anchor in sphinx if the name changes * other ideas? Thanks to all the people that worked on that, I think that having a documentation bucket is really a good news for users! Cheers and thanks for any feedback Matteo ___ QGIS-Developer mailing

[QGIS-Developer] Processing Help within Modeler wrong URL

2018-02-25 Thread matteo
/qgis/database.html#package vs correct from Processing toolbox: https://docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/database.html#qgispackage Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info

[QGIS-Developer] Processing Gdal Help issues

2018-02-24 Thread matteo
in PostGIS database I think all of them should point to QGIS webpage and there we can add links for gdal official documentation Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/mailman/lis

Re: [QGIS-Developer] Processing doc - sphinx - anchors

2018-02-24 Thread matteo
nes for Processing (I'll do that). Thanks Matteo ___ 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] Processing doc - sphinx - anchors

2018-02-24 Thread matteo
provider (e.g. `nativepackage`, `qgisimporttospatialite`). Do you think that it would be smart to rename native to qgis automatically? Cheers Matteo ___ QGIS-Developer mailing list QGIS-Developer@lists.osgeo.org List info: https://lists.osgeo.org/m

<    1   2   3   4   5   6   7   >