Re: [Qgis-developer] SSL error on QGIS startup

2015-10-02 Thread Luca Delucchi
On 2 October 2015 at 08:08, Alessandro Pasotti  wrote:
>
> Same here, even if I choose to save the certificate it pops up every time I
> start QGIS.
>

Same here, it is really annoying

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] choose CRS

2015-04-29 Thread Luca Delucchi
On 29 April 2015 at 16:35, Alessandro Pasotti apaso...@gmail.com wrote:


 Hi Luca,


Hi Ale,

 this widget could be what you're looking for:

 http://qgis.org/api/classQgsProjectionSelectionWidget.html


I think it is. Tomorrow I'll try it

Thanks


 --
 Alessandro Pasotti
 w3:   www.itopen.it



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] choose CRS

2015-04-29 Thread Luca Delucchi
Hi devs,

I have to add he capabilities to choose a projection system in a plugin.
Is there anything ready to use? I like the solution used in Save
vector layer as... where it is possible to choose a CRS.


Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] STEM Plugin without repository

2015-04-13 Thread Luca Delucchi
On 13 April 2015 at 18:52, Paolo Cavallini cavall...@faunalia.it wrote:
 Il 12/04/2015 22:58, Luca Delucchi ha scritto:

 The customers asked my to not publish the repo yet (before their first
 test), but if it is a problem I can ask them...

 IMHO having a public bugtracker is the best way to have early testing.
 Trying a plugin, discovering a bug, and not finding a public method to
 open it is very frustrating, in my experience.


I know, but they ask my to wait some weeks before open it, they want
to test the plugin, report the issues their self and after when these
issues will be fixed release another version and open the repository
to everybody.

I think in more or less one month the repository will be open to everybody

 All the best.



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] FOSS4G EU code sprint

2015-04-12 Thread Luca Delucchi
Dear all,

I'm proud to invite you to the FOSS4G-Europe 2015 code sprint, in Como Italy.

The sprint will be held the last day of the conference, 18th July. For
more info please read the wiki page [0]

Please add your name and the project that you are interested in, to
the wiki page [0], to help organizers plan accordingly.

The code sprint focuses collaboration between Open Source software
community members, including those interested in writing code, or
documenting, or testing, or generally helping projects grow. People
can share experiences and come up with creative new ideas and
collaborations. The sprint allows Open Source community members to
actively work together face-to-face and get their hands dirty
developing great new geospatial tools.

See you there!

[0] http://wiki.osgeo.org/wiki/Conference-Europe_2015-Como/Code_sprint

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] STEM Plugin without repository

2015-04-12 Thread Luca Delucchi
On 11 April 2015 at 19:22, Luigi Pirelli lui...@gmail.com wrote:
 Hi,


Hi,

 I found a new plugin called STEM, but no code repository is available,
 I remenber is a necessary condition to be published in the qgis repo.

 please explication


The customers asked my to not publish the repo yet (before their first
test), but if it is a problem I can ask them...

 regards, Luigi Pirelli

 **
 * LinkedIn: https://www.linkedin.com/in/luigipirelli
 * El

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Testing Python plugin on Windows

2015-03-19 Thread Luca Delucchi
Hi devs,

I have to test a Python plugin on Windows, if I use the working
solution on Linux

import pdb
from PyQt4.QtCore import *
pyqtRemoveInputHook()
pdb.set_trace()

I got this error

2015-03-19T11:34:39 1 Traceback (most recent call last):
File C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py,
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File C:\Users\localadmin\.qgis2\python\plugins\stem\tools\image_filter.py,
line 146, in onRunLocal
gs.import_grass(source, tempin, typ, nlayerchoose)
File C:\OSGeo4W\apps\Python27\lib\bdb.py, line 49, in trace_dispatch
return self.dispatch_line(frame)
File C:\OSGeo4W\apps\Python27\lib\bdb.py, line 68, in dispatch_line
if self.quitting: raise BdbQuit
BdbQuit

How can I solve this problem?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Export to web: OpenLayers, Leaflet, Threejs

2015-01-22 Thread Luca Delucchi
On 22 January 2015 at 16:36, Victor Olaya vola...@gmail.com wrote:
 I am discussing with the author of the qgis2leaflet plugin about the
 possibility of merging our plugins into a single one. Adding threejs
 as well would be great, and i am sure we would get more testing and
 feedback if its was a single plugin (and eventually maybe become a
 core one)


maybe adding also OL3 could be useful

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS crash during testing of my plugin

2014-10-15 Thread Luca Delucchi
On 14 October 2014 14:15, Salvatore Larosa lrssv...@gmail.com wrote:
 On Tue, Oct 14, 2014 at 1:49 PM, Luca Delucchi lucadel...@gmail.com wrote:
 On 14 October 2014 13:28, Salvatore Larosa lrssv...@gmail.com wrote:


 Did you install the python-dbg package?


 yes sure

 and python2.7-dbg?


yes

 I don't know whether getting stacktrace by python helps here, but that
 should be a big hint in order to try to track down the source of the
 problem with your plugin.


ok, how do you usually use py-bt with gdb? how do you run gdb (gdb
qgis or something different)?

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS crash during testing of my plugin

2014-10-14 Thread Luca Delucchi
Hi everybody,

I'm developing a Python plugin with several submodules (like MMQGIS).
I create a BaseDialog class to create each dialog and some functions
to fill the dialogs.
When I try to call the second method QGIS crash and it return this logs.
Maybe I should create a ui file for each method and don't use the
BaseDialog class to create my interfaces?

QGIS died on signal 11[New LWP 28114]
[New LWP 28102]
[New LWP 28101]
[New LWP 28100]
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
0x7f3937de3109 in __libc_waitpid (pid=28116,
stat_loc=0x7fffe4e04d54, options=0) at
../sysdeps/unix/sysv/linux/waitpid.c:40
40  ../sysdeps/unix/sysv/linux/waitpid.c: No such file or directory.
[Current thread is 1 (Thread 0x7f3940b6f7c0 (LWP 28099))]
#0  0x7f3937de3109 in __libc_waitpid (pid=28116,
stat_loc=0x7fffe4e04d54, options=0) at
../sysdeps/unix/sysv/linux/waitpid.c:40
resultvar = 139883782338496
oldtype = 0
#1  0x00571ac3 in qgisCrash(int) ()
No symbol table info available.
#2  signal handler called
No locals.
#3  0x7f393b43a91e in QMetaObject::cast(QObject*) const () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#4  0x7f393abc5e9c in QMdiArea::eventFilter(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#5  0x7f38c8630566 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
No symbol table info available.
#6  0x7f393b433d82 in
QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#7  0x7f393a7892a8 in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#8  0x7f393a78fe18 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#9  0x7f393ca67a37 in QgsApplication::notify(QObject*, QEvent*) ()
from /usr/local/lib/libqgis_core.so.2.5.0
No symbol table info available.
#10 0x7f393b433cad in QCoreApplication::notifyInternal(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#11 0x7f393a78b547 in QApplicationPrivate::enterModal(QWidget*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#12 0x7f393a7d98c8 in QWidgetPrivate::show_helper() () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#13 0x7f393a7db74a in QWidget::setVisible(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#14 0x7f393ac5d4ae in QDialog::setVisible(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#15 0x7f393ac5d876 in QDialog::exec() () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#16 0x7f393c2cbe8b in QgsMessageViewer::showMessage(bool) () from
/usr/local/lib/libqgis_gui.so.2.5.0
No symbol table info available.
#17 0x7f38c3a3cd12 in meth_QgsMessageOutput_showMessage () from
/usr/lib/python2.7/dist-packages/qgis/_core.so
No symbol table info available.
#18 0x7f38c96aea8c in PyEval_EvalFrameEx () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#19 0x7f38c96aee9d in PyEval_EvalFrameEx () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#20 0x7f38c9721cf0 in PyEval_EvalCodeEx () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#21 0x7f38c9670e3c in ?? () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#22 0x7f38c9679873 in PyObject_Call () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#23 0x7f38c9721247 in PyEval_CallObjectWithKeywords () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#24 0x7f38c96c7dfc in PyErr_PrintEx () from
/usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0
No symbol table info available.
#25 0x7f38c8e31e1d in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
No symbol table info available.
#26 0x7f38c8e3298d in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
No symbol table info available.
#27 0x7f393b448ffb in QMetaObject::activate(QObject*, QMetaObject
const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
No symbol table info available.
#28 0x7f393a782b22 in QAction::triggered(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#29 0x7f393a7846c7 in QAction::activate(QAction::ActionEvent) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#30 0x7f393abd809d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
No symbol table info available.
#31 0x7f393abdca69 in 

Re: [Qgis-developer] QGIS crash during testing of my plugin

2014-10-14 Thread Luca Delucchi
On 14 October 2014 11:26, Salvatore Larosa lrssv...@gmail.com wrote:
 Hi,


Hi Salvatore,

 On Tue, Oct 14, 2014 at 11:15 AM, Luca Delucchi lucadel...@gmail.com wrote:
 Hi everybody,

 I'm developing a Python plugin with several submodules (like MMQGIS).
 I create a BaseDialog class to create each dialog and some functions
 to fill the dialogs.
 When I try to call the second method QGIS crash and it return this logs.
 Maybe I should create a ui file for each method and don't use the
 BaseDialog class to create my interfaces?

 could you attach the output of the py-bt command?

How to use py-bt command?

 Just for having some more information about the crash.

Here the output of gdb, I don't know if it helps

(gdb) run
Starting program: /usr/local/bin/qgis
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_GB]
Warning: QGraphicsScene::addItem: item has already been added to this scene
[New Thread 0x7fffd2b97700 (LWP 29464)]
[New Thread 0x7fff92294700 (LWP 29465)]
[New Thread 0x7fff91540700 (LWP 29466)]
[New Thread 0x7fff6762f700 (LWP 29472)]
[Thread 0x7fff6762f700 (LWP 29472) exited]

Program received signal SIGSEGV, Segmentation fault.
0x7fff80330559 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
(gdb) continue
Continuing.
QGIS died on signal 11warning: process 29460 is already traced by process 29458
ptrace: Operation not permitted.
No thread selected
No stack.
gdb returned 0

Program received signal SIGABRT, Aborted.
0x7fffef17c077 in __GI_raise (sig=sig@entry=6) at
../nptl/sysdeps/unix/sysv/linux/raise.c:56
56  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) continue
Continuing.
[Thread 0x7fff91540700 (LWP 29466) exited]
[Thread 0x7fffd2b97700 (LWP 29464) exited]
[Thread 0x77f887c0 (LWP 29460) exited]

Program terminated with signal SIGABRT, Aborted.
The program no longer exists.



 Regards,
 -SL



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS crash during testing of my plugin

2014-10-14 Thread Luca Delucchi
On 14 October 2014 11:51, Salvatore Larosa lrssv...@gmail.com wrote:
 Hi Luca,


Hi Salvatore,



 just type py-bt [0] onto gdb prompt, you need of the python extension
 for debugging though.


I'm still not able to run it, I installed all the needed software.
These are my steps:
- run gdb qgis
- inside gdb type run this execute qgis
- now try to crash qgis
- type py-bt but the result is

 (gdb) py-bt
 Undefined command: py-bt.  Try help.

Instead if I run only bt I obtain some output (the following one is
the complete output of gdb)

 (gdb) run
Starting program: /usr/local/bin/qgis
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_GB]
Warning: QGraphicsScene::addItem: item has already been added to this scene
[New Thread 0x7fffd2b97700 (LWP 31012)]
[New Thread 0x7fff92294700 (LWP 31013)]
[New Thread 0x7fff91540700 (LWP 31014)]
[New Thread 0x7fff676b4700 (LWP 31019)]
[Thread 0x7fff676b4700 (LWP 31019) exited]

Program received signal SIGSEGV, Segmentation fault.
0x7fff80330559 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
(gdb) bt
#0  0x7fff80330559 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
#1  0x72855919 in QMetaObject::cast(QObject*) const () from
/usr/lib/x86_64-linux-gnu/libQtCore.so.4
#2  0x71fe0e9c in QMdiArea::eventFilter(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#3  0x7fff7faeb566 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#4  0x7284ed82 in
QCoreApplicationPrivate::sendThroughApplicationEventFilters(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#5  0x71ba42a8 in QApplicationPrivate::notify_helper(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#6  0x71baae18 in QApplication::notify(QObject*, QEvent*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#7  0x73e82a37 in QgsApplication::notify(QObject*, QEvent*) ()
from /usr/local/lib/libqgis_core.so.2.5.0
#8  0x7284ecad in QCoreApplication::notifyInternal(QObject*,
QEvent*) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#9  0x71ba6547 in QApplicationPrivate::enterModal(QWidget*) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#10 0x71bf48c8 in QWidgetPrivate::show_helper() () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#11 0x71bf674a in QWidget::setVisible(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#12 0x720784ae in QDialog::setVisible(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#13 0x7fff7fcb389c in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#14 0x72078876 in QDialog::exec() () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#15 0x7fff7fc69205 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#16 0x7fff80ba9a8c in call_function (oparg=optimized out,
pp_stack=optimized out) at ../Python/ceval.c:4021
#17 PyEval_EvalFrameEx (f=0x7fff88151050, throwflag=1746239640) at
../Python/ceval.c:2667
#18 0x7fff80c1ccf0 in PyEval_EvalCodeEx (co=0x7fff7cc9ddb0,
globals=0x7fff80125780, locals=0x7fffbb60, locals@entry=0x0,
args=0x7fff6f9dd228, argcount=2144122026,
kws=0xedd480 QHashData::shared_null, kws@entry=0x0, kwcount=0,
defs=0x0, defcount=0, closure=0x0) at ../Python/ceval.c:3253
#19 0x7fff80b6be3c in function_call.lto_priv.328
(func=0x7fff7cc03d70, arg=0x7fff6f9dd210, kw=0x0) at
../Objects/funcobject.c:526
#20 0x7fff80b74873 in PyObject_Call (func=0x7fff7cc03d70,
arg=optimized out, kw=optimized out) at ../Objects/abstract.c:2529
#21 0x7fff80bb6c55 in instancemethod_call.lto_priv.243
(func=0x7fff67ea5938, arg=0x7fff88151050, kw=0x0) at
../Objects/classobject.c:2602
#22 0x7fff80b74873 in PyObject_Call
(func=func@entry=0x7fff67f80be0, arg=arg@entry=0x7fff88151050,
kw=optimized out) at ../Objects/abstract.c:2529
#23 0x7fff80c1c247 in PyEval_CallObjectWithKeywords
(func=0x7fff67f80be0, arg=0x7fff88151050, kw=optimized out) at
../Python/ceval.c:3890
#24 0x7fff80622390 in sip_api_invoke_slot_ex () from
/usr/lib/python2.7/dist-packages/sip.so
#25 0x7fff8032ca92 in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
#26 0x7fff8032cddd in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
#27 0x7fff8032d98d in ?? () from
/usr/lib/python2.7/dist-packages/PyQt4/QtCore.so
#28 0x72863ffb in QMetaObject::activate(QObject*, QMetaObject
const*, int, void**) () from /usr/lib/x86_64-linux-gnu/libQtCore.so.4
#29 0x71b9db22 in QAction::triggered(bool) () from
/usr/lib/x86_64-linux-gnu/libQtGui.so.4
#30 0x71b9f6c7 in QAction::activate(QAction::ActionEvent) ()
from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#31 0x71ff309d in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#32 0x71ff7a69 in ?? () from /usr/lib/x86_64-linux-gnu/libQtGui.so.4
#33 

Re: [Qgis-developer] QGIS crash during testing of my plugin

2014-10-14 Thread Luca Delucchi
On 14 October 2014 13:28, Salvatore Larosa lrssv...@gmail.com wrote:


 Did you install the python-dbg package?


yes sure

apt-get install python-dbg
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-dbg is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] monitoring OGC service resources

2014-10-06 Thread Luca Delucchi
On 6 October 2014 14:48, Tom Kralidis tomkrali...@gmail.com wrote:


Hi Tom,


 It's early days (suggestions, development/docs support would be great!), but
 I thought this could extend to the default WMS/WFS providers we have default
 in QGIS, or resources used in demo.qgis.org as suggested by Richard, or
 really
 any resource that folks would want to keep an eye on over time.


please add you the todo list also WPS services.
Thanks

 Cheers

 ..Tom

 [1] https://github.com/geopython/GeoHealthCheck


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Please give us more time for testing and bugfixing

2014-06-20 Thread Luca Delucchi
On 20 June 2014 10:33, Luca Manganelli luc...@gmail.com wrote:
 On Fri, Jun 20, 2014 at 9:43 AM, Martin Dobias wonder...@gmail.com wrote:
 I agree with Andreas. Can we postpone the release for a few days?
 There is still quite steady flow of new bug reports worth addressing.
 I would suggest max. 7 days (without affecting the schedule of the
 next release).

 +1. Stability of QGis 2.4 should be a priority of first class. There's
 no hurry to release it soon, since many people will go in holiday in
 these days :-)

+1

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Fail to compile QGIS

2014-05-12 Thread Luca Delucchi
Hi everybody,

From several days I'm not able to compile QGIS on Debian Jessie, I
obtain this error

Linking C shared library ../../output/python/pyspatialite/_spatialite.so
[ 27%] Built target qsqlspatialite
Scanning dependencies of target sqlanywhereprovider
[ 27%] /usr/bin/ld: error in /usr/bin/python2(.eh_frame); no
.eh_frame_hdr table will be created.
CMakeFiles/python_module_qgis_networkanalysis.dir/analysis/network/sipnetworkanalysispart0.cpp.o:
In function `initnetworkanalysis':

.

sipcorepart3.cpp:(.text+0xe0649): undefined reference to `PyLong_FromLongLong'
collect2: error: ld returned 1 exit status
python/CMakeFiles/python_module_qgis_core.dir/build.make:390: recipe
for target 'output/python/qgis/core.so' failed
make[2]: *** [output/python/qgis/core.so] Error 1
CMakeFiles/Makefile2:2811: recipe for target
'python/CMakeFiles/python_module_qgis_core.dir/all' failed
make[1]: *** [python/CMakeFiles/python_module_qgis_core.dir/all] Error 2
Makefile:136: recipe for target 'all' failed
make: *** [all] Error 2

Are some dependencies missing? I forget something in cmake?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [GRASS-dev] GRASS QGIS: the future

2014-03-27 Thread Luca Delucchi
On 27 March 2014 11:18, Paolo Cavallini cavall...@faunalia.it wrote:
 Hi all.

Hi all,

 I learned during dinner that GRASS7 RC1 is due very soon. This opens the
 issue of its functioning in QGIS. IMHO:

 * the qgis-grass-plugin might stop working (this has to be tested)

I test to compile QGIS master with GRASS7 but it doesn't work, the
GRASS7 directory it seems not be recognized bu QGIS.
Can I open a ticket on QGIS bug tracker?

 * some of the module options will be different
 * new modules will not be available in QGIS.

 I think we can deal with this in several ways:

 * dropping the plugin, and concentrate the work on Processing
 * upgrading both the plugin and Processing.

 In the first case, we have two major issues:

 * upgrading Processing GRASS modules
 * changing the current Processing behaviour, avoiding the import-export
 phase when piping consecutive GRASS commands; this makes GRASS modules
 slower than the equivalent commands of other backends.

 While the first issue can be solved easily by a couple of people in a
 few days, the second one is more tricky, and requires hard coding skills.
 In addition, we'll no longer be able to edit GRASS vectors directly.

 In the second case, we'll have more work, and a not-so-nice duplication.


I'm not using at all GRASS from QGIS, so I think could be useful make
a poll to know what the user need


 All the best.


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] error during compilation

2014-01-15 Thread Luca Delucchi
On 14 January 2014 13:49, Tim Sutton li...@linfiniti.com wrote:
 Hi


Hi Tim,


 No problems  here but try posting the complete build log it might give us
 more clues. And also include the details of OS and QGIS versions you are
 building with.


today I updated QGIS and the problem disappeared.
I'm on Debian Jessie and I'm using QGIS master

 Thanks

 Tim



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] error during compilation

2014-01-14 Thread Luca Delucchi
Hi everybody,

this morning I'm not able to compile QGIS, I obtain this error

[ 36%] Building CXX object
src/gui/CMakeFiles/qgis_gui.dir/moc_qgssearchquerybuilder.cxx.o
[ 36%] Building CXX object
src/gui/CMakeFiles/qgis_gui.dir/moc_qgssublayersdialog.cxx.o
Linking CXX shared library ../../output/lib/libqgis_gui.so
[ 36%] Built target qgis_gui
make: *** [all] Error 2

someone else obtain the same error?

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Plugin] QGIS Web Processing Client

2014-01-09 Thread Luca Delucchi
On 7 January 2014 14:08, rldhont rldh...@gmail.com wrote:
 Hi Luca,


Hi René

 i have updated the code


maybe you forgot to push the changes I sent you a pull request
with all the changes to load the plugin on QGIS (and some PEP8
improvements).
Right now the plugin not able to load getcapabilities request because
it go on timeout.
Now I have no time to investigate more, probably next week/weeks

 Regards



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] [Plugin] QGIS Web Processing Client

2014-01-07 Thread Luca Delucchi
On 3 January 2014 15:45, rldhont rldh...@gmail.com wrote:
 Hi Horst,

Hi,


 I have updated your QGIS Web Processing Client.
 I have put the code on github : https://github.com/rldhont/qgis-wps-client


I downloaded the master but I obtain this error

Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/qgis/utils.py, line 204, in
startPlugin
plugins[packageName] = package.classFactory(iface)
  File 
/home/lucadelu/.qgis2/python/plugins/qgis-wps-client-master/__init__.py,
line 50, in classFactory
from qgswps import QgsWps
  File /usr/lib/python2.7/dist-packages/qgis/utils.py, line 453, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File /home/lucadelu/.qgis2/python/plugins/qgis-wps-client-master/qgswps.py,
line 23, in
from QgsWpsDockWidget import QgsWpsDockWidget
  File /usr/lib/python2.7/dist-packages/qgis/utils.py, line 453, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
  File 
/home/lucadelu/.qgis2/python/plugins/qgis-wps-client-master/QgsWpsDockWidget.py,
line 34, in
from wps.wpslib.processdescription import StringInput, TextInput,
SelectionInput, VectorInput, MultipleVectorInput, RasterInput,
MultipleRasterInput, FileInput, MultipleFileInput, ExtentInput,
CrsInput, VectorOutput, RasterOutput, StringOutput
  File /usr/lib/python2.7/dist-packages/qgis/utils.py, line 453, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named wpslib.processdescription


 You can update the version on the QGIS plugin repository.

 Hi devs,

 You can test it and contribute.

 Regards,
 René-Luc D'Hont
 3Liz


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] W*S obtain only the server url

2013-12-09 Thread Luca Delucchi
On 7 December 2013 17:35, G. Allegri gioha...@gmail.com wrote:
 What about using urlparse: http://docs.python.org/2/library/urlparse.html?


thanks Giovanni this could be useful, it is not the best solution but
it could work.
I just discovered that WMS works in a better way

layer.source()
u'crs=EPSG:3857dpiMode=allfeatureCount=10format=image/pnglayers=landsatstyles=url=http://localhost/cgi-bin/mapserv?map%3D/home/lucadelu/github/urlCapabilities/mapfile/landsat_urlcapabilities.map'

in this way it is really simple to understand the url and all the
other parameter (if I use urlparse the map will be in the params
instead it is in the main url)
Could we have the same for WFS? Should I open a ticket?

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] W*S obtain only the server url

2013-12-06 Thread Luca Delucchi
Hi everybody,

I have a WFS layer and I would like to obtain the server url using pyqgis.
Now I'm using layer.source(), but it return the entire url with all
the parameters.
Is there a way to abtain only the server url?
When QGIS create the string for the request it append every time
REQUEST parameter for first? Could I split the string using it?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] plugin rt_mapserver_exporter ported to 2.0 (experimental)

2013-06-20 Thread Luca Delucchi
On 20 June 2013 15:00, Gino Pirelli lui...@gmail.com wrote:
 Hi,


Hi Gino

 I'm Luigi Pirelli (luigi.pire...@faunalia.it). Working for Faunalia, I
 ported rt_mapserver_exporter plugin originally wrote by Giuseppe
 Sucameli (thank you Giuseppe)


did you fork the original one of giuseppe or the oslandia version?


 bye Luigi Pirelli - (luigi.pire...@faunalia.it)


--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS globe and mapserver export plugin

2013-04-11 Thread Luca Delucchi
On 2 April 2013 12:04, Giuseppe Sucameli brush.ty...@gmail.com wrote:

 RT Mapserver Exporter plugin uses SLD as intermediary format for styles,
 but it needs mapscript v6.2 which is not available on OSGeo4W yet.


Where is RT Mapserver Exporter plugin? I look for it in plugin manager
but I cannot find  it.
I think that don't have more MapServer Export is a big regression of
QGIS; someone during hackfest could work on it? or maybe a google
summer of code project?

 Cheers.


--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS globe and mapserver export plugin

2013-04-11 Thread Luca Delucchi
On 11 April 2013 12:51, Paolo Cavallini cavall...@faunalia.it wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Il 11/04/2013 12:44, Luca Delucchi ha scritto:

 Where is RT Mapserver Exporter plugin? I look for it in plugin
 manager but I cannot find  it.

 Please enable experimental plugins: it's there.

found

with postgis layer with no password stored it return this error

An error has occured while executing Python code:

Traceback (most recent call last):
  File 
/home/lucadelu/.qgis2/python/plugins/rt_mapserver_exporter/mapfileexportdlg.py,
line 353, in accept
if mapscript.MS_SUCCESS != ms_layer.applySLD( sldContents, ms_layer.name ):
MapServerError: msPostGISLayerOpen(): Query error. Database connection
failed (fe_sendauth: no password supplied
) with connect string 'dbname='*' host=** port=5432
user='***' sslmode=disable'
Is the database running? Is it allowing connections? Does the
specified user exist? Is the password valid? Is the database on the
standard port?

Could be perfect if it could open a dialog and digit the password

 All the best.

--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS globe and mapserver export plugin

2013-04-11 Thread Luca Delucchi
On 11 April 2013 14:13, Paolo Cavallini cavall...@faunalia.it wrote:


 Good idea - please open a ticket.

sorry I have no time, I'm very busy...
You are at the hackfest and you should have the time to do that...

 Thanks.


You are welcome

--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS globe and mapserver export plugin

2013-04-11 Thread Luca Delucchi
On 11 April 2013 14:04, Luca Delucchi lucadel...@gmail.com wrote:

another problem

the query created by the plugin is like

DATA 'geom FROM public.aree_protette USING UNIQUE id USING UNIQUE 25832'

instead it should be like

DATA 'geom FROM aree_protette USING UNIQUE id USING UNIQUE 25832'

otherwise postgis called by mapserver return an error.
Giuseppe I have no time to open the ticket, please can create it?

thanks

--
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS plugin

2013-02-19 Thread Luca Delucchi
2013/2/20 Tyler Mitchell i...@locatepress.com:

 Hi Luca, did you ever get this working?

for it is working, I just tried yesterday with geodati.fmach.it and
zoo default servers

 I'm trying with QGIS WPS against Geoserver and having no luck still :(
 Not sure if Geoserver or QGIS issue.


Is Geoserver using or supporting GML as inputs format if you are
trying a vector service?

 Tyler



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
2013/1/10 Paolo Cavallini cavall...@faunalia.it:
 Hi all.
 Testing the just upgrades WPS plugin, with geodati.fmach.it, module v_voronoi,
 results in:

 It seems QGIS cannot load the result of the process. The result has a 
 'text/xml' type
 and can be accessed at '/tmp/qt_temp.jL9396.gml'.

 You could ask the service provider to consider changing the default data type 
 of the
 result.

 Anyone confirms?

yes, It is a problem with the last version, until yesterday it worked!
Tomorrow I have a presentation about WPS and I would like to use WPS
plugin and this problem is really a blocker for me.
How can use the qgis master version of yesterday?

 Thanks.


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
2013/1/10 Luca Delucchi lucadel...@gmail.com:


 yes, It is a problem with the last version, until yesterday it worked!

No sorry, It's a server problem. I'm working to fix it.

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS plugin

2013-01-10 Thread Luca Delucchi
Now it is working for me, Paolo could you please test it?


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] again on WPS plugin

2013-01-10 Thread Luca Delucchi
2013/1/10 Paolo Cavallini cavall...@faunalia.it:
 Hi all.

Hi Paolo

 After successfully completing the analysis, I keep on receiving network error 
 messages:

 Network request
 http://geodati.fmach.it/zoo/?Request=DescribeProcessidentifier=v_voronoiService=WPSVersion=1.0.0
 timed out

 apparently I have to restart QGIS to stop them.


I also receive this messages and have the same messages, I already
inform Horst about this problem, I have no idea how to solve this

 All the best.


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Proposal for organizing algorithms in SEXTANTE

2012-12-09 Thread Luca Delucchi
2012/12/7 Victor Olaya vola...@gmail.com:
 Hi all


Hi Victor

 I have been doing some work to have an alternative organization of
 algorithms in the SEXTANTE toolbox, targeted at the non-advanced
 users. I can be now be enabled in the SEXTANTE configuration. When
 this is active, algorithms do not appear as belonging to a provider,
 but just under a common branch simply called algorithms. All
 available algorithms are classified in categories, independently of
 their origin. This gives a more homogeneous interface and should make
 it easier for users to select the algorithm they need.

 I think this is important to make it easier and more intuitive to use
 SEXTANTE and the (very) large number or algorithms it currently
 contains, and it is an area that we should work on.

 This homogeneous interface requires some extra work to be done:

 - Defining a set of categories, based on a criteria that is agreed as
 the best one (or even define several of them, according to different
 criteria, such as field of application, type of data it needs, etc).
 - Define categories for each algorithm, and also alternative names,
 since now they do not follow a similar pattern (GRASS ones, for
 instance, are too verbose). This is stored independently of the
 algorithms and their names, so it can be used as a decoration, and
 different naming schemes can be used, or a different classification.

 Since no classification has been defined yet, now all algorithms use
 their normal undecorated name and group name, but the functionality
 is already there, and ready to

 A third task will round this up, but implies clearly a larger amount of work:

 - Write help files for algorithms using a common template. A single
 help file written in RestructuredText, that can be turned into HTML to
 display basic ideas about each algorithm, like a description of the
 process or an explanation about the meaning of each input and output.
 Algorithms already documented (like GRASS ones), should be easily
 adapted to this in some automated way. I plan to write some kind of
 script to automate the creation of the basic files for all remaining
 algorithms, including parameter names, etc.


I don't know if could be useful but here [0] you can find a Python
script to obtain topics about GRASS commands and also a classification
of each modules. You can find the result here [1]

[0] http://trac.osgeo.org/grass/browser/grass/trunk/man/build_topics.py
[1] http://grass.osgeo.org/grass70/manuals/topics.html


 Victor


Regards

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS server

2012-12-03 Thread Luca Delucchi
2012/12/3 Martin Dobias wonder...@gmail.com:

 I don't think PyWPS would be a good choice for WPS server implementation.
 From a broader view, PyWPS does the same thing as SEXTANTE does: it allows
 users to run processes and it allows developers to provide custom processes.
 The main difference is that PyWPS processing is meant to be triggered by WPS
 requests, while SEXTANTE processing may be triggered by anything (currently
 mainly GUI). On the backend side, PyWPS supports GRASS, while SEXTANTE
 offers much more by default. It's true that one could attach SEXTANTE to
 PyWPS and let QGIS server call PyWPS all the time, but that would bring just
 additional limitations.


I don't know really well PyWPS, but I think that you can use more that
GRASS for sure at least R.
Other WPS Server as ZOO or 52north and maybe also GeoServer permit to
the user to create services with a lot of libraries, I'm using ZOO and
I can use much more than Sextante ;-)

 Regards
 Martin


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] WPS server

2012-12-02 Thread Luca Delucchi
Hi Renè

2012/12/2 René-Luc D'Hont rldh...@gmail.com:

 I'm starting some WPS implementation based on QgsExpression, and it's
 working.


could you explain a little bit more about your idea?
what languages/library will be supported by the services?

 I'll publish my first code.

 René-Luc


Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] OGR2Layers Plugin - Output textbox directory is not active in QGIS 1.8 Mac OS X

2012-09-03 Thread Luca Delucchi
2012/9/2 Noli Sicad nsi...@gmail.com:
 Hi Luca,

 On 9/2/12, Luca Delucchi lucadel...@gmail.com wrote:

 try to fix with release 0.8.8 (tested on a old mac and it works),
 please could you test it?

 Yes, it works now at various screen resolutions.


well

 It might be good to have Popup window for the GeoJSON similar to Leaflet.

 This SmartPopup for OpenLayers might work.

 https://github.com/ns-1m/SmartPopup


I don't understand, OpenLayers Popup is not enough?

 Thanks.

 Noli



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] OGR2Layers Plugin - Output textbox directory is not active in QGIS 1.8 Mac OS X

2012-09-03 Thread Luca Delucchi
2012/9/3 Noli Sicad nsi...@gmail.com:


 I don't understand, OpenLayers Popup is not enough?

 It is easier to use.


yes but it required another dependency..

 Any Popup with do.

 I have not seen it (i.e. Popup for GeoJSON table attributes) in your plugin.


there are, you have to select one of query option in Optional tab

 Noli



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Compile on debian

2012-08-06 Thread Luca Delucchi
Hi all,

I cannot compile QGIS on Debian because there is a problem with
qwt-qt4/qwt_global.h. During ccmake it return

CMake Error at cmake/FindQwt.cmake:35 (FILE):
  file Internal CMake error when trying to open file:
  /usr/include/qwt-qt4/qwt_global.h for reading.
Call Stack (most recent call first):
  CMakeLists.txt:153 (FIND_PACKAGE)

this because I installed libqwt-dev and not libqwt5-qt4-dev because
they are in conflict. libqwt-dev provided qwt_global.h in
/usr/include/qwt/ but it seem not valid for QGIS. It's a bug or it is
not possible to compile qgis with libqwt-dev?

Thanks

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Compile on debian

2012-08-06 Thread Luca Delucchi
2012/8/6 Etienne Tourigny etourigny@gmail.com:
 You probably have a reference to libqwt5-qt4-dev in your
 CMakeLists.txt, try deleting it before running cmake again (with all
 the parameters).


thanks, it seem to works

 Etienne



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] error during upload new plugin

2012-06-26 Thread Luca Delucchi
I'm trying to upload a new but it return this error:

Error 500: internal application error.
An email message with all error details has been sent to our staff
that will fix the issue ASAP.

is it a know problem?

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Changelog in http://plugins.qgis.org

2012-04-10 Thread Luca Delucchi
When updload a new version of plugin with the changelog, this is
written in only one line and it's not simple to read. You can see here
[0]

[0] http://plugins.qgis.org/plugins/QuickMultiAttributeEdit/version/0.6/

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Changelog in http://plugins.qgis.org

2012-04-10 Thread Luca Delucchi
2012/4/10 Denis Rouzaud denis.rouz...@gmail.com:
 you can still edit your changelog being logged in using
 http://plugins.qgis.org/plugins/QuickMultiAttributeEdit/version/0.6/updtate


I now

 I usually fill manually the changelog.


but the changelog is readed by metadata.txt file, I don't want fill it
manually ;-)
So I think that it's better to fix the problem in the django application

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Changelog in http://plugins.qgis.org

2012-04-10 Thread Luca Delucchi
2012/4/10 Tim Sutton li...@linfiniti.com:

 Please file a ticket on the django issue tracker here:

 http://hub.qgis.org/projects/qgis-django

 Thanks!


done http://hub.qgis.org/issues/5337

 Tim



-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] my first python plugin for qgis

2012-01-25 Thread Luca Delucchi
2012/1/25 Denis Rouzaud denis.rouz...@gmail.com:

Hi denis

 For all, do you really think that this validation is useful? Maybe for first
 upload, but then remove it?


Yes this could be the best solution...

 Cheers,

 Denis


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Complicate the plugin situation

2012-01-18 Thread Luca Delucchi
2012/1/17 Alessandro Pasotti apaso...@gmail.com:
 Hi,

 after the latest discussions on this list and on the tracker the
 plugin situations has never been so confused.


Yes, from my point of view I can confirm this

From point of a plugin dev could be very useful an how to.
I just terminate the creation of new subproject in the hub (I was
wrong and I created a project instead a subproject of User Plugins so
something could be improved)

I try to summarize what I did until now for my plugin, could be useful
for other developers:
- on http://plugins.qgis.org the developer has to create a new plugin
repository (http://plugins.qgis.org/plugins/add/)
- on http://hub.qgis.org the developer can create a new subproject (I
don't understand how) of qgis-user-plugins project and choose the
modules that he want activate.

That's all of my knowledge, I hope these are all the steps to do for
the new qgis infrastructure

-- 
best
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] rm EPSG:900913?

2012-01-18 Thread Luca Delucchi
2012/1/18 Paolo Cavallini cavall...@faunalia.it:
 Hi all.
 Can we remove the obsolete 900913 code, and replace it with 3857, both in 
 core and in
 the plugins?

In the future release I'll try to remove 900913 code from OGR2Layers plugin

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Complicate the plugin situation

2012-01-18 Thread Luca Delucchi
2012/1/18 Paolo Cavallini cavall...@faunalia.it:
 Il 18/01/2012 13:13, Paolo Cavallini ha scritto:


 I added a link from http://hub.qgis.org/projects/qgis-user-plugins to
 http://plugins.qgis.org/ - should be enough.
 Further suggestions welcome.


 Why not adding a link from http://qgis.org/ to http://plugins.qgis.org/ ?

+1, maybe between Bugs and Shop

 Also, in http://plugins.qgis.org/ why not adding to:

 * if you've found a bug in one of the plugins, learn how to submit a bug
 report

 a link to:

 http://hub.qgis.org/wiki/quantum-gis/Bugreports ?


+1

These changes are a good point of start, specially for user side, but
not enough for developer

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Complicate the plugin situation

2012-01-18 Thread Luca Delucchi
2012/1/18 Paolo Cavallini cavall...@faunalia.it:

 Notes added to http://plugins.qgis.org/ - please check and improve it if
 necessary.


perfect!!
thanks

 All the best.


-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] compiling fail

2011-12-21 Thread Luca Delucchi
Hi devs,
I don't understand but I cannot compile from source (trunk and 1.7.3)
on a Debian stable, the error is here [0]
any hint?

[0] http://pastebin.com/fwL2MjfV

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] QGIS on android

2011-11-11 Thread Luca Delucchi
Hi everybody,
a colleague give me a Samsung Galaxy and so I try to install QGIS from
the QR bar code [0].
When I try to open the Qgis-debug.apk file it return an error about
the analysis of packages, someone can help me?
There is a newer version to test?

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Re: QGIS on android

2011-11-11 Thread Luca Delucchi
2011/11/11 Luca Delucchi lucadel...@gmail.com:
 Hi everybody,
 a colleague give me a Samsung Galaxy and so I try to install QGIS from
 the QR bar code [0].

sorry I forgot the link

http://www.bernawebdesign.ch/byteblog/2011/08/21/qgis-android-works-2/

-- 
ciao
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Latest GRASS with QGIS

2011-06-23 Thread Luca Delucchi
2011/6/23 Charlie Sharpsteen ch...@sharpsteen.net:


 Has 7.0 been released yet? If not, are there any release dates set?

No for both question, the release will be in the next years :-)
There will be a lot of changes so it's difficult to establish a
release date now

 -Charlie

-- 
best regards
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] problem with raster

2011-04-18 Thread Luca Delucchi
Hi everybody, I'm testing raster reprojection and I found a problem,
maybe a bug.
I try to reproject from epsg:4326 to  epsg:32661 a raster of all world
but qgis crash, here the lines before the problem


Debug: QGIS(16362)/ KSycocaPrivate::openDatabase: Trying to open
ksycoca from  /var/tmp/kdecache-lucadelu/ksycoca4
Debug: kfilemodule(16362)/kdecore (services)
KMimeTypeFactory::parseMagic: Now parsing  /usr/share/mime/magic
Debug: kfilemodule(16362)/kdecore (services)
KMimeTypeFactory::parseMagic: Now parsing
/home/luca/.local/share/mime/magic
/usr/local/share/qgis/python/plugins/osm/OsmFeatureDW.py:185:
DeprecationWarning: QgsMapRenderer.destinationSrs() is deprecated
  self.coordXform = QgsCoordinateTransform(renderer.destinationSrs(),
QgsCoordinateReferenceSystem(4326))
qgis: /home/luca/compilati/qgis_svn/src/core/qgsrasterprojector.cpp:316:
void QgsRasterProjector::preciseSrcRowCol(int, int, int*, int*):
Assertion `*theSrcCol  mSrcCols' failed.
Aborted


-- 
thanks
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] license icons

2011-01-19 Thread Luca Delucchi
2011/1/19 Alex Mandel tech_...@wildintellect.com:

 Luca,


hi alex

 If you are interested in contributing icons to an open repository the
 OSGeo graphics group has started working on one. Please join the mailing
 list to discuss. http://wiki.osgeo.org/wiki/OSGeo_Graphics


Joined...
have you already started to create the repository?
I think that SJJB SVG Map Icons is a good starting point...

 Thanks,
 Alex


regards
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] license icons

2011-01-17 Thread Luca Delucchi
2011/1/14 Robert Szczepanek rob...@szczepanek.pl:


 Here is the licence for most(?) of them:
 http://www.sjjb.co.uk/mapicons/introduction

thanks a lot. I'm going to create new icons, do you know if they
accept external contribute?


 regards,
 Robert


regards
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] pyramids file

2011-01-14 Thread Luca Delucchi
2011/1/14 Ivan Mincik ivan.min...@gista.sk:
 On 01/14/2011 09:15 AM, Paolo Cavallini wrote:

 Hi all.
 Creating internal pyramids modifies the original file. Wouldn't it be
 better to rename the original file by default? Is there any special
 reason not to do so? If not, I can open a ticket for this.
 All the best.

 Maybe adding checkbox (default True) to create backup file would be better.


+1, sometime I prefer have pyramids inside original file.

 --
 Ivan Mincik, Gista s.r.o.


-- 
ciao
Luca

www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] license icons

2011-01-14 Thread Luca Delucchi
Hi everybody,
what is the license of icons that are in qgis_trunk/images/svg/? can I
use them in another free and open source software?

regard
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] http://plugins.qgis.org/

2010-12-21 Thread Luca Delucchi
2010/12/19 Paolo Cavallini cavall...@faunalia.it:
 Hi all.

hi all

 So http://plugins.qgis.org/ is online. What are the plans to make it working, 
 adding
 authentication etc.?

sorry but when I go to http://plugins.qgis.org/ I see the home page.
Have someone the same problem?
for the authentification is possible use the the osgeo id and
password? in grass addons we use it and it's very useful

 We are available for testing, adding our plugins etc.

me too

 All the best.
 --
 Paolo Cavallini: http://www.faunalia.it/pc

Regards
Luca

www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] http://plugins.qgis.org/

2010-12-21 Thread Luca Delucchi
2010/12/21 Alessandro Pasotti apaso...@gmail.com:

Hi alessandro


 Yes, yesterday it was showing  the plugins application... the routes have
 changed meanwhile.


ok

 This is exactly how it was planned to work.


cool

 --
 Alessandro Pasotti
 w3:   www.itopen.it


Thanks
Luca

www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] kCube to donate 6 months of developer time - have your say!

2010-12-14 Thread Luca Delucchi
2010/12/13 Ivan Mincik ivan.min...@gmail.com:
 I would also vote on solving the bugs queue.

+1

regards
Luca

www.lucadelu.org
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Re: [GRASS-dev] on the fly grass location

2010-11-14 Thread Luca Delucchi
2010/11/14 Markus Neteler nete...@osgeo.org:

 The good news is that here at the hackfest we got a voulnteer willing to
 help with the coding (preferably in Python). Welcome Peter Loewe!

 Great, Peter!


thanks Peter

 Markus

cheers
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] QGIS Days

2010-11-12 Thread Luca Delucchi
2010/11/12 Giovanni Manghi giovanni.man...@gmail.com:

 see also this

 http://lists.osgeo.org/pipermail/qgis-community-team/2010-November/001396.html

 we would love to organize here a QGIS day together with the next
 hackfest.

good idea, I hope to come in portugal


 cheers

 -- Giovanni --


cheers
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Continuous Color style

2010-11-09 Thread Luca Delucchi
Hi everybody, I'm working on OGR2Layers python plugin, I'd like to
implement also continuous color style, but I didn't understand how can
I assign a style to each features. With also style type like unique
value or graduated I had all the classes of style (symbols class) with
continuous color I had only the first (min value) and the last (max
value), is there some mathematical functions for calculate the
intermediate classes?

Thank's
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis mapserver error

2010-08-26 Thread Luca Delucchi
2010/8/25 Pirmin Kalberer pi...@sourcepole.com:
 Hi Luca,
 The error message says Configuration file problem, which means, that no 
 valid
 configuration (SLD or QGS file) was found.
 I guess that the world.qgis file in the test_qgis_mapserver directory is 
 either
 missing or not readeable for the Apache process.

i have the file, this is my files inside test_qgis_mapserver

ls -lh /usr/lib/cgi-bin/test_qgis_mapserver/
total 20K
lrwxrwxrwx 1 root root   67 2010-08-24 09:45 qgis_mapserv.fcgi -
/home/luca/compilati/qgis_svn/build/src/mapserver/qgis_mapserv.fcgi
-rwxr-xr-x 1 root root 1.5K 2010-08-24 10:06 wms_metadata.xml
-rwxr-xr-x 1 root root 9.3K 2010-08-25 17:50 world.qgs

 That the error XML message isn't valid is a bug...

ok

 Regards
 Pirmin


regards
Luca
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] qgis mapserver error

2010-08-25 Thread Luca Delucchi
2010/8/25 Pirmin Kalberer pi...@sourcepole.com:
 Hi Luca,

 Could you send me the full output - get it e.g. with wget -O cap.xml
 'http://localhost/cgi-
 bin/test_qgis_mapserver/qgis_mapserv.fcgi?SERVICE=WMSVERSION=1.3.0REQUEST=GetCapabilities'


in attachment you find the file


 Regards
 Pirmin


thank's
Luca

ServiceExceptionReport version=1.3.0 xmlns=http://www.opengis.net/ogc; 
 ServiceException code= Configuration file problem/ServiceException
/ServiceExceptionReport___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer