[Qgis-developer] adding SAGA algorithms in Processing

2016-06-20 Thread matteo
in existing ones but still it is not straightforward. I'm wondering if somewhere there is some existing documentation and/or if it is worth to add just some basic guidelines. Thanks to all Matteo ___ Qgis-developer mailing list Qgis-developer

Re: [Qgis-developer] Error during while creating the help for models in Processing

2016-06-18 Thread matteo
Done: http://hub.qgis.org/issues/15060 thanks Victor! ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Error during while creating the help for models in Processing

2016-06-16 Thread matteo
Hi all, just made more tests and the error seems related only for R scripts added to the model.. should I open a ticket? thanks Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo

Re: [Qgis-developer] Possible QGIS D3 Data Analysis Plugin

2016-06-14 Thread matteo
Hi Calvin, http://desktop.arcgis.com/en/arcmap/latest/extensions/tracking-analyst/094-the-data-clock.htm for the moment I don't think we are implementing something like this tool.. it might worth the efforts to work on that too! Thanks Matteo

Re: [Qgis-developer] Possible QGIS D3 Data Analysis Plugin

2016-06-11 Thread Matteo Ghetta
n the plot and the map canvas.. Just have some more patience ;-) Cheers Matteo Il 10/giu/2016 17:19 "René-Luc Dhont" <rldh...@gmail.com> ha scritto: > Hi Clavin, > > Somes are working on something like that: > https://github.com/ghtmtt/DataPlot > > Regards, > &g

[Qgis-developer] Error during while creating the help for models in Processing

2016-06-10 Thread matteo
(NotImplementedType) is not safe, use NotImplementedType.__new__() Traceback (most recent call last): File "/home/matteo/.qgis2/python/plugins/processing/modeler/ModelerDialog.py", line 230, in editHelp alg = self.alg.getCopy() File "/home/matteo/.qgis2/python/plugins/pro

Re: [Qgis-developer] (Yet again) SAGA support badly broken in QGIS

2016-06-01 Thread matteo
with two competing projects. I totally agree on all the topics.. SAGA is as powerful as often not usable.. I think that seeing the SAGA engine ported in the QGIS one would be an extreme improvement.. Thanks for raising the topic Cheers Matteo

Re: [Qgis-developer] update QgsDataDefinedButton with QgsMapLayerComboBox

2016-05-11 Thread matteo
.__init__(vl=self.LayerCombo.currentLayer()) to put in the __init__ method of the class right? Thanks again Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe

[Qgis-developer] update QgsDataDefinedButton with QgsMapLayerComboBox

2016-05-11 Thread matteo
lar in the QgsDataDefinedButton API. Am I missing something? Thanks to all Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/q

Re: [Qgis-developer] QgsFieldExpressionWidget return the results of the expression

2016-05-10 Thread matteo
= QgsExpression(filter) for i in lay1.getFeatures(): f1.append(exp.evaluate(i, lay1.pendingFields())) Thanks again! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis

[Qgis-developer] QgsFieldExpressionWidget return the results of the expression

2016-05-10 Thread matteo
AAA: KeyError 'AAA / 10' so I'm not able to combine the expression added as filter for the field Someone has any suggestions? Thanks in advance Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
You have stumbled on a temporary solution. If you open the resources in QT Designer again, you may see the problem again. Running pyrcc4 will be necessary. exactly.. each time I add an icon to the button I run pyrcc4 again.. doing so seems to work.. Matteo

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
art in the cookbook?) Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
or early next week. (Today is too booked up :-(). thanks! Maybe I have solved the problem.. (see the other mail..) but really I don't know how I did it.. Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
bove.. have I to edit in some way the resources.py? Thanks again Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
Hi Christophe, You could try : pyrcc4.exe -o resources_rc.py resources.qrc I'm on a Linux machine (my fault I did not say anything in the mail). But I think I already tried what you suggest with pyrcc4 -o resources_rc.py resources.qrc but I get always the same error.. Thanks! Matteo

Re: [Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
without breaking the code Thanks for the answer! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Images and button in Qt Designer

2016-05-06 Thread matteo
without any errors. but this causes a crash of the plugin once loaded: ImportError: No module named resources_rc am I missing something? Thanks to all Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http

Re: [Qgis-developer] plugin translation

2016-04-08 Thread matteo
simply run lrelease (hoping the problem was with the Makefile) but again, some strings are compiled some not. Do you have an idea why this could happen? Many thanks Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List

Re: [Qgis-developer] Save Processing model outputs in SpatiaLite

2016-04-08 Thread matteo
Hola Victor, sorry for the delay.. feature created http://hub.qgis.org/issues/14635 Thanks a lot! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe

[Qgis-developer] Save Processing model outputs in SpatiaLite

2016-03-31 Thread matteo
algs. I think this is a super great feature.. Are there any plans to extend it also for other providers and for Modeler outputs? Thanks guys Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman

Re: [Qgis-developer] plugin translation

2016-03-23 Thread matteo
ve to leave it to you to > figure out the details, just wanted to point you towards a possible > solution to make your life easier. thanks for your help.. I will report any updates.. Thanks again! Matteo ___ Qgis-developer mailing list Qgis-dev

Re: [Qgis-developer] plugin translation

2016-03-23 Thread matteo
use Linux, but maybe from the Windows/Mac > community somebody can pick this up. I'm on Linux, but your issue about portability is corrected.. Thanks again Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http:/

Re: [Qgis-developer] plugin translation

2016-03-23 Thread matteo
elated to the fact that for the command is confusing that the UIs are in the subdirectory ui? Thanks again! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe

Re: [Qgis-developer] plugin translation

2016-03-23 Thread matteo
o write manually all the UI files in the .pro one.. but that's not a problem at all.. I can change the cookbook with this new stuff.. what do you think about it? Thanks guys for all the help Cheers Matteo ___ Qgis-developer mailing list Qgis-develope

Re: [Qgis-developer] plugin translation

2016-03-22 Thread matteo
\ ../ui/dialog2.ui SOURCES = ../my_plugin.py TRANSLATIONS = my_plugin_it.ts it's not a real problem (it just takes a little bit time...) :) Is this the expected behavior of lupdate and pylupdate4? If yes, I can update the cookbook and change the command.. Thanks

Re: [Qgis-developer] plugin translation

2016-03-22 Thread matteo
ooked inside the file with a text editor but the string isn't there either.. Am I missing something? Thanks Matthias for your time Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-devel

Re: [Qgis-developer] plugin translation

2016-03-22 Thread matteo
... Somebody has an idea on how to implement that? Thanks for the help Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] plugin translation

2016-03-20 Thread matteo
Hi Richard, > Hi Matteo, > does your plugin have something as a helper function like this one > (created by the plugin builder): actually yes.. the plugin has been created with the plugin creator.. I have both the code lines you posted.. but it seems that the ts files doesn't read all

Re: [Qgis-developer] plugin translation

2016-03-20 Thread matteo
e should be included: (that's my pro file): FORMS = ../ui/* SOURCES = ../my_plugin.py TRANSLATIONS = my_plugin_it.ts Am I missing something? Or should I specify more details in the .pro file? Thanks for your time Matteo ___ Qgis-developer mailing

Re: [Qgis-developer] plugin translation

2016-03-11 Thread matteo
Hi guys, I just commit the plugin translation chapter in the pyqgis cookbook, here the commit: https://github.com/qgis/QGIS-Documentation/commit/04921bca2ea42f6a433cdca6708d784c50be4a88 if someone has the time to give it a look it would be better.. Best Matteo

Re: [Qgis-developer] plugin translation

2016-03-10 Thread matteo
Like always, my fault.. in the my_plugin.py under the locale settings there was a capitalized letter.. Anyway, can I add a small section to the cookbook on how the developer can generate the pro, ts, and qm file? Is it worth it? Cheers and sorry again for the noise.. Matteo

[Qgis-developer] plugin translation

2016-03-10 Thread matteo
are overwritten) But the plugin UIs and menu are still in English, so translations are not taken into account. Am I missing something? Thanks to all Best Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http

Re: [Qgis-developer] Processing algorithms and API breaks

2016-03-08 Thread matteo
/source/docs/user_manual/processing_algs > That's what we started with. I do not why Matteo work was apparently > lost, or at least not used currently. with the new help tabs some help files have been lost.. at least all the SAGA ones (not many, but some of them have been documented) IMHO, a single

Re: [Qgis-developer] create geometry less memory layer

2016-03-07 Thread matteo
> QgsVectorLayer("none", "layer", "memory") awesome! thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http:/

Re: [Qgis-developer] create geometry less memory layer

2016-03-07 Thread matteo
Hi Andreas, > Hi Matteo, > > Which version of QGIS? QGIS 2.15 dev > Starting from 2.14 you can uncheck the checkbox "Geometry tpye and CRS" > and the result will be a scratch layer without geometry. After creation, > you can add additional attribute colum

[Qgis-developer] create geometry less memory layer

2016-03-07 Thread matteo
Best, Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] new external resource widget

2016-02-22 Thread matteo
> In the properties of the field, check "Integrated document viewer" and > choose "Image". > > Should be it ;) I totally missed this part of the window.. sorry for the noise and thanks! Matteo ___ Qgis-devel

Re: [Qgis-developer] new external resource widget

2016-02-22 Thread matteo
HI Denis, here a dropbox link with a project https://www.dropbox.com/s/jn862o6rvobohu5/exetrnal_widget.zip?dl=0 I create a mask with 2 tabs: the photo widget tab shows the picture correcty while the external one not.. Thanks! Matteo ___ Qgis

Re: [Qgis-developer] new external resource widget

2016-02-22 Thread matteo
That's pretty weird.. With the exact same window size, the photo widget shows the picture while the external resource not.. Thanks for the help! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http

Re: [Qgis-developer] new external resource widget

2016-02-21 Thread matteo
. Am I missing something? I'm working with the compiled dev version on debian. Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http

[Qgis-developer] new external resource widget

2016-02-21 Thread matteo
-BEGIN PGP MESSAGE- Charset: utf-8 Version: GnuPG v2 hQEMA7VjPIs7RfXoAQf9Es6DvLNMYeAMr+O21VEaPvEmAuVyKHl35Jj+Zhiu2oC0 WZ8pEMZQUbIzc3eDTYGhV0FRQYnC2+ftNNkM0VbTDqM17+UDP7jIGlSCWt5ETMso 5kjE7AjqV/xpRwA1XWXALtrGq9P6PdWYY7Obe9Zcg2M4F5SZ9dQteD8DNHh/cPI2

Re: [Qgis-developer] compiling with debian rules issues

2016-01-22 Thread matteo
Hi Jürgen, > How about using the same approach as in > > https://lists.osgeo.org/pipermail/qgis-developer/2015-December/040811.html I have cloned the repository again and I miss to change the rule.. thanks, now it working.. my fault, thanks

[Qgis-developer] compiling with debian rules issues

2016-01-22 Thread matteo
for unfinished jobs.. CMakeFiles/Makefile2:1128: recipe for target 'src/core/CMakeFiles/qgis_core.dir/all' failed make[3]: *** [src/core/CMakeFiles/qgis_core.dir/all] Error 2 make[3]: Leaving directory '/home/matteo/lavori/QGIS/QGIS/debian/build' Makefile:150: recipe for target 'all' failed make[2

Re: [Qgis-developer] compiling with debian rules issues

2016-01-22 Thread matteo
> The Multi-Arch paths are used since geos 3.5.0 on Debian/Ubuntu, earlier > versions use /usr/lib. > >> If it's not then redoing the configure options is needed (ccmake). > > Kind Regards, is there a way to solve it? Thanks Matteo ___

Re: [Qgis-developer] error when compiling using debian rules

2015-12-27 Thread matteo
it after the packaging.. so it would be quicker to don't include in the packaging.. Thanks again! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http

Re: [Qgis-developer] error when compiling using debian rules

2015-12-27 Thread matteo
Hi Jürgen, You also added a changelog entry for jessie? Looks like the sid rule still fires. yes.. I tried to re-run: dch -l ~stable --force-distribution --distribution stable "stable build" but I get the same error Thanks Matteo __

Re: [Qgis-developer] error when compiling using debian rules

2015-12-27 Thread matteo
jessie not stable. sorry I was scared of this output: matteo@debian:~/lavori/QGIS/QGIS$ dch -l ~jessie --force-distribution --distribution jessie "jessie build" dch warning: Recognised distributions are: unstable, testing, stable, oldstable, experimental, {testing-,stable-

[Qgis-developer] error when compiling using debian rules

2015-12-27 Thread matteo
Hi all, I'm trying to compile QGIS with the debian rules on a fresh new debian stable release (so jessie 8.2). but after a while I get this error: [ 29%] Building CXX object src/core/CMakeFiles/qgis_core.dir/gps/qextserialport/moc_qextserialport.cxx.o cd /home/matteo/lavori/QGIS/QGIS/debian

Re: [Qgis-developer] error when compiling using debian rules

2015-12-27 Thread matteo
-buildpackage fail, which it apparently doesn't. make[4]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libgeos_c.so', needed by 'output/lib/libqgis_core.so.2.13.0'. Stop. make[4]: *** Waiting for unfinished jobs that's weird.. it seems it is installed: matteo@debian:~/lavori/QGIS/QGIS

Re: [Qgis-developer] Please repackage debian binary with new dependencies on libgsl2

2015-12-18 Thread matteo
Sorry for the encryption :) : HI Gerard, I had the same problem (I'm on a Debian testing machine). I succesfully compiled QGIS master installing first libgsl-dev: So I have libgsl2 and libgsl-dev instelled on my computer and the the compilation works fine. hope this help! Cheers Matteo

Re: [Qgis-developer] Please repackage debian binary with new dependencies on libgsl2

2015-12-18 Thread matteo
-BEGIN PGP MESSAGE- Charset: utf-8 Version: GnuPG v2 hQEMA7VjPIs7RfXoAQgAjWY4LrKB85tHkVk8uMNK0jfUck6QkZHcpgjYf8y17nii hmXLjFcu6ST7BYnclpeUZGYDzXcyow9ELuUx7A/dueHlDnCOtaeg1BGnTE1ysGnt dODEFEkOUoj/RmBwOtxS+NbWrOfyp3B63exEAKnEmNQvO7HeETT9qhj5comaQ+V3

Re: [Qgis-developer] python and OSGEO4W

2015-12-18 Thread matteo
thanks Alex for the reply.. I'll go deep on the links you suggested and make some attempts.. Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe

[Qgis-developer] python and OSGEO4W

2015-12-17 Thread matteo
or OSGEO4W creates a kind of standalone QGIS-python system? * I'm quite sure there are not chances to auto-install python package (via pip) once the plugin is downloaded in the main menu? Thanks Matteo ___ Qgis-developer mailing list Qgis-developer

Re: [Qgis-developer] problem with GRASS 7 when creation a new mapset

2015-11-18 Thread matteo
grass are here: /usr/bin/grass70 while hte libraries are here: /usr/lib/grass70/lib adding export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/grass70/lib/ solves the problem! Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osge

Re: [Qgis-developer] problem with GRASS 7 when creation a new mapset

2015-11-15 Thread matteo
ror stdout=, stderr=/usr/lib/grass70/etc/lock: error while loading shared libraries: libgrass_gis.7.0.1.so: cannot open shared object file: No such file or directory ) Don't know how to handle this error and how to configure your GRASS plugin.. Sorry for the noise.. Than

[Qgis-developer] problem with Statist plugin

2015-11-11 Thread Matteo Ghetta
otlib.backends.backend_qt4agg import NavigationToolbar2QTAgg as NavigationToolbar ImportError: cannot import name NavigationToolbar2QTAgg Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinf

Re: [Qgis-developer] problem with Statist plugin

2015-11-11 Thread matteo
Hi Andreas, I'm aware of teh new Panel.. What Statist provides are the plots of the fields.. With the Statistic Panel I think that the 2 functions: #. Unique fields #. Basic Statistics under the menu Vector -> Analysis Tools are now obsolete.. ___

[Qgis-developer] saga raster calculator fails

2015-11-11 Thread matteo
Hi guys, trying to do a simple operation with the saga raster calculator (qgis master vesion): * geotiff dem * ifelse(a>500,a,0) saga throws me an error due to some prj4 issue.. ideas?! Am I missing something? Thanks this is the error and the complete log: Avvio dell'algoritmo Raster

Re: [Qgis-developer] problem with Statist plugin

2015-11-11 Thread matteo
> known issue, see the archives. sorry I missed that.. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] problem with Statist plugin

2015-11-11 Thread Matteo Ghetta
> > please open a ticket for their removal, and mark them as easy > thanks. > done http://hub.qgis.org/issues/13805 ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org List info: http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] problem with Statist plugin

2015-11-11 Thread matteo
before the Nodebo HF I wrote I QEP for that: https://github.com/qgis/QGIS-Enhancement-Proposals/issues/34 I think QGIS misses that the ability of making plots (scatter plot, boxplot, ecc...) with the attribute table fields and values. python matplotlib is full of features, but I think D3

Re: [Qgis-developer] problem with GRASS 7 when creation a new mapset

2015-10-22 Thread matteo
_PREFIX/python/qgis export PYTHONPATH=$PYTHONPATH:/home/$USER/.qgis2/python/plugins export QGIS_DEBUG=3 #export QGIS_LOG_FILE=./qgis.log $QGIS_INSTALL_PREFIX/bin/qgis $@ isn't this enough? Should I specify a different path for GRASS? Thanks! Matteo ___ Qgi

[Qgis-developer] problem with GRASS 7 when creation a new mapset

2015-10-21 Thread matteo
compile on a debian testing machine. Thanks to all! Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Question about statistics panel

2015-10-20 Thread matteo
Hi all, I'm a little bit confused about one parameter calculated in the statistic panel, **Variety**. What should compute this operator? Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman

Re: [Qgis-developer] r.report fails in Processing

2015-10-14 Thread Matteo Ghetta
Hi Victor, tested but I have this error: 'NoneType' object has no attribute 'value' See log for more details same error with v.report.. thanks Victor! Matteo Il giorno 13/ott/2015 20.04, "Victor Olaya" <vola...@gmail.com> ha scritto: > Matteo, > > I just pushed a f

Re: [Qgis-developer] r.report fails in Processing

2015-10-14 Thread matteo
Algorit hm.py", line 429, in processAlgorithm|with open(self.getOutputFromName("rawoutput").value) as f:|AttributeError: 'NoneType' object has no attribute 'value'| do you need more information? can I help you in some way? thanks! Matteo -BEG

Re: [Qgis-developer] r.report fails in Processing

2015-10-14 Thread matteo
Hi Victor, just to let you know that both r.report and v.report are working now Thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] error when compiling with grass7

2015-10-13 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > Looks like if it was not configured WITH_GRASS7 at all. Hi Radim, don't know if you have made some changes, but I recompiled from scratch (WITH_GRASS7 enabled) and it works now.. I hope I can make some test of the plugin.. :) Thanks!! Mat

[Qgis-developer] r.report fails in Processing

2015-10-13 Thread matteo
2 given) I've tried different settings and layers but always the same error... Thanks! Matteo -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJWHRHdAAoJEBy7UYf0gaEOduAH/1zqOnjGP1OAvErwax1TyNLD eKPGENYqCd/zBo9DmU5UEhYAGvW/BWt2mHsm4qNyS9b/sTkPSY9MK8ZCqiU7R9bk ivNFowCBxcKXoVA/G

Re: [Qgis-developer] error when compiling with grass7

2015-10-12 Thread matteo
make make: *** No targets specified and no makefile found. Stop. Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] error when compiling with grass7

2015-10-12 Thread matteo
.. Thanks Matteo 0xF481A10E.asc Description: application/pgp-keys ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Field calculator in Processing error

2015-10-12 Thread matteo
Confirmed.. after pulling the repository I'm able to work with the field calculator. thanks! Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Errors with some Processing algorithm

2015-10-12 Thread matteo
. I'll continue testing.. Thanks Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Field calculator in Processing error

2015-10-11 Thread matteo
machine. Should I open a ticket? Thanks Matteo -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJWGnI4AAoJEBy7UYf0gaEO/MkH/3iQa2BEc3s7stqRAuf5KyZV lJS/mrwKKdVVM3JA6u+KLPEUys6BJcWLay1SvXgs7tQ2qVwR/lXmucMrqPBCUYCN fWWvXXxK0lMbM9ln44c58p7pTRyu4uuKTj1PyO5ZE86D4410OFzjcZj84wWyjcQG rGNdU1yL

Re: [Qgis-developer] error when compiling with grass7

2015-10-09 Thread matteo
/plugins/grass/7/CMakeFiles/grassplugin7.dir/all' failed make[1]: *** [src/plugins/grass/7/CMakeFiles/grassplugin7.dir/all] Error 2 Makefile:146: recipe for target 'all' failed make: *** [all] Error 2 that's weird just because the last time I've compiled all went fine.. Thanks Matteo -BEGIN

[Qgis-developer] error when compiling with grass7

2015-10-09 Thread matteo
/grassplugin7.dir/all' failed make[1]: *** [src/plugins/grass/7/CMakeFiles/grassplugin7.dir/all] Error 2 Makefile:146: recipe for target 'all' failed make: *** [all] Error 2 I looked for some missing libraries but none found. What is my error? Thanks! Matteo -BEGIN PGP SIGNATURE- Version

Re: [Qgis-developer] Error during saving shapefile

2015-10-08 Thread Matteo Ghetta
sorry for the late answer. it seems that without choosing a folder the "/shapename" with the "/" is automatically added.. sorry for the noise.. Matteo Il giorno 07/ott/2015 16.33, "Matthias Kuhn" <matth...@opengis.ch> ha scritto: __

[Qgis-developer] Error during saving shapefile

2015-10-07 Thread Matteo Ghetta
(attribute table, CRS.. all the same). Coding is default (System). Something wrong with some option? Thanks Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Error during saving shapefile

2015-10-07 Thread Matteo Ghetta
yes.. browse and manually added the name of the file... 2015-10-07 14:33 GMT+02:00 DelazJ <del...@gmail.com>: > Hi, > Isn't there somehing wrong with the name of your file (/ww.shp)? Did you > browse and select a folder + name for your file? > > 2015-10-07 13:54 GM

[Qgis-developer] Problem with GRASS 7 and Processing

2015-10-01 Thread matteo
ASE']|KeyError: 'GISBASE'| 2015-10-01T09:34:30 1 There were errors executing the algorithm. Any idea? Thanks! Matteo -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJWDOKYAAoJEBy7UYf0gaEO9NcH/imnsNoRR9cgRIysh5tu5QWX HiOQIbAJcDjehJRr3+yDYLs7

Re: [Qgis-developer] saga commands missing?

2015-10-01 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Confirmed, it works now. Thanks Victor -BEGIN PGP SIGNATURE- Version: GnuPG v2 iQEcBAEBCAAGBQJWDN7wAAoJEBy7UYf0gaEOYtoH/3hxJJLj75Ar5aRXsHAurCUb 4XAZIPA73000YuAdhj50DUskT40vbXukkHaHQ68mhtspHjFb6ecOCxu7+QFE/anB

Re: [Qgis-developer] trouble when compiling QGIS (libgeos)

2015-09-11 Thread matteo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > You upgraded GEOS after configuring QGIS, I presume (based on Bas' > answer) not sure about that.. the trouble began with an updating of debian than with some attempts writing the make file, all is working.. -BEGIN PGP SIGNATURE-

Re: [Qgis-developer] trouble when compiling QGIS (libgeos)

2015-09-10 Thread Matteo Ghetta
Hi Bas and Sandro, don't know what I have done, but I've configured and generated the make file again and I was able to compile the dev version. @Sandro: the libgeos-dev was already installed Thanks! Matteo 2015-09-10 16:11 GMT+02:00 Sandro Santilli <s...@keybit.net>: > On Thu, Sep

Re: [Qgis-developer] error during compilation

2015-07-07 Thread Matteo Ghetta
It seems that the problem is solved deactivating GRASS (both 6 and 7). I'll try to make more tests. Hope this help Cheers Matteo 2015-07-06 23:32 GMT+02:00 Matteo Ghetta matteo.ghe...@gmail.com: Hi all, I have a problem during the compilation on QGIS master on debian testing. After

[Qgis-developer] error during compilation

2015-07-06 Thread Matteo Ghetta
could it be a problem related with grass6 vs grass7? Thanks to all| Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Expressions and case sensitiveness

2015-06-19 Thread Matteo Ghetta
Hi Paolo, maybe it is related to this ticket? http://hub.qgis.org/issues/11627 Cheers Matteo 2015-06-18 20:36 GMT+02:00 Paolo Cavallini cavall...@faunalia.it: Hi all, I remember some discussion and work about making expressions case insensitive. I do not know the situation about the filed

Re: [Qgis-developer] Problem compiling master can't find qwtpolar dir

2015-06-12 Thread Matteo Ghetta
HI Alexandre, I had the same problem.. You can read this thread and you should be able to solve the problem: http://lists.osgeo.org/pipermail/qgis-developer/2015-February/036602.html Cheers Matteo 2015-06-12 0:21 GMT+02:00 Alexandre Neto senhor.n...@gmail.com: I used to be able to complile

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-07 Thread Matteo Ghetta
HI Werner, thanks for the infos! Cheers Matteo 2015-06-07 16:39 GMT+02:00 Werner Macho werner.ma...@gmail.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Matteo, You can leave QWT-Polar on. There are two different switches. WITH_QWT_POLAR and WITH_INTERNAL_QWT_POLAR If you

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-07 Thread Matteo Ghetta
do? Thanks! Matteo 2015-06-06 11:41 GMT+02:00 Werner Macho werner.ma...@gmail.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! No need to delete the cloned QGIS repository - just clean the build directory .. (or remove the build directory and create it again) That should

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-07 Thread Matteo Ghetta
Hi all, just to let you know that I had to set WITH_POLAR to OFF and then the compilation rans without problems. Thanks to all! Matteo 2015-06-07 12:42 GMT+02:00 Matteo Ghetta matteo.ghe...@gmail.com: Hi I have tried to compile, but some problems: * QT_Polar libraries.. I set them to OFF

Re: [Qgis-developer] Cannot create Processing model help files

2015-06-07 Thread Matteo Ghetta
Hi Anita, this has been fixed during the Danish HF for the master branch. Are you working with 2.8.2? Cheers Matteo 2015-06-07 11:35 GMT+02:00 Anita Graser anitagra...@gmx.at: Hi, When trying to create help files for custom Processing models using the help editor, the entered information

[Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
libraries: libproj.so.0: cannot open shared object file: No such file or directory Is there a problem with libproj, but I have the libproj-dev package installed on my computer (debian testing). Any help is appreciated! Cheers Matteo ___ Qgis-developer

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi Sebastiaan, thanks! So, in simple words, I can delete the QGIS git cloned directory, re-clone it, create a new build directory and run a new ccmake. Right?! Cheers Matteo 2015-06-06 11:33 GMT+02:00 Sebastiaan Couwenberg sebas...@xs4all.nl: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
Hi Sebastiaan, thanks for your help. I checked and I have libproj9 already installed. So what exacly should I do? Should I re-run ccmake in order to have another list of all the paths? Thanks! Matteo 2015-06-06 11:25 GMT+02:00 Sebastiaan Couwenberg sebas...@xs4all.nl: -BEGIN PGP SIGNED

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
the related package in the internet for a manual download and installation.. Someone else experienced the same problem? Cheers Matteo 2015-06-06 11:12 GMT+02:00 Werner Macho werner.ma...@gmail.com: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! Did you try a make clean in between? How

Re: [Qgis-developer] error during compiling [libproj.so]

2015-06-06 Thread Matteo Ghetta
and create it again) That should be enough to help you getting started again... regards Werner On 06/06/15 11:39, Matteo Ghetta wrote: Hi Sebastiaan, thanks! So, in simple words, I can delete the QGIS git cloned directory, re-clone it, create a new build directory and run a new ccmake. Right

Re: [Qgis-developer] Great HF organization in Noedebo. Many thanks

2015-05-27 Thread Matteo Ghetta
Agree! Super fantastic organization! Thanks Lene and thanks to all the developers, documenters, testers, participants.. Great time in Denmark! Matteo 2015-05-27 10:20 GMT+02:00 Luigi Pirelli lui...@gmail.com: Hi I would like to thanks Lene and her team for the wonderful and perfect

[Qgis-developer] error with --configpath option in QGIS 2.8

2015-05-05 Thread matteo
. Am I missing something?! Thanks Cheers Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] error in compiling qgis

2015-04-01 Thread matteo
: *** [all] Error 2 BTW: debian testing.. If anyone can help me, it would be great! Thanks Matteo ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

<    1   2   3   4   5   6   7   >