[Qgis-developer] Help on Oracle provider on Debian

2014-08-20 Thread Richard Duivenvoorde
Hi devs, I want to invest some time into testing/working with the QGIS Oracle driver (both for QGIS-Desktop and QGIS-Server). First thing needed, I have: installed Oracle DB on a CentOS machine. But for next thing: compiling QGIS with OracleProvider on Linux/Debian enabled, I'll need some

Re: [Qgis-developer] Help on Oracle provider on Debian

2014-08-20 Thread Martin Dobias
Hi Richard! I have installed oracle client on my ubuntu some time ago - hopefully it will be the same with Debian - if it works I opt for a beer ;-) =[ client SDK ]= - download from Oracle web (need to register): instantclient-basiclite-linux.x64-12.1.0.1.0.zip

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-20 Thread kimaidou
Nyal, Thanks a lot, you find it ! When instantiating QgsMapSettings first, then use this object to instantiate QgsComposition, this works well with no segfault. Without your help, I could have spent many times on this issue without even noticing this small difference. Thanks a lot again ! Is it

[Qgis-developer] OSGeo4W installer: lost plugins, configuration, not printers

2014-08-20 Thread Denis Rouzaud
Hi, I just updated qgis-dev using OSGeo4W installer. I had the bad surprise that all plugins and the configuration (toolbars, etc) were lost. Also, I don't have access to the printers when trying to print. Anyone knows what could have happened? Is there a way to restore the config? PS:

[Qgis-developer] OSGeo4W installer: lost plugins, configuration, not printers

2014-08-20 Thread Denis Rouzaud
Sorry for the noise, my fault. ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-20 Thread Nyall Dawson
On 20/08/2014 5:29 pm, kimaidou kimai...@gmail.com wrote: Nyal, Thanks a lot, you find it ! When instantiating QgsMapSettings first, then use this object to instantiate QgsComposition, this works well with no segfault. 2014-08-19 22:48 GMT+02:00 Nyall Dawson nyall.daw...@gmail.com:

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-20 Thread Martin Dobias
Hi 2014-08-19 22:48 GMT+02:00 Nyall Dawson nyall.daw...@gmail.com: Does it make any difference if you change: c = QgsComposition(QgsMapSettings()) To: ms=QgsMapSettings() c=QgsComposition(ms) ? Martin/other python experts, What's the best way to fix this? Is /Transfer/

[Qgis-developer] Modify FindGEOS.cmake to find a dev version (GEOS_VERSION x.x.xdev)

2014-08-20 Thread Gabriele Monfardini
Hi all, cmake fails if I try to compile master against a development version of GEOS, I've opened an issue with a patch to describe and possibly solve the problem https://hub.qgis.org/issues/11081 Best regards, Gabriele Monfardini ___ Qgis-developer

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-20 Thread Nyall Dawson
On 20 August 2014 19:16, Martin Dobias wonder...@gmail.com wrote: Hi The QgsComposition should be fixed so that it does not require QgsMapSettings/QgsMapRenderer - after all, it does not make much sense, there may be several composer map items with different configuration. Each QgsComposerMap

Re: [Qgis-developer] [Qgis-user] Segfault when using QgsComposition::exportAsPDF with QGIS 2.4 and python

2014-08-20 Thread kimaidou
Thanks Nyall and Martin for your help. In my plugin I get around it by storing the instance of QgsMapRenderer or QgsMapSettings (depending on QGIS version) in a class property; which I then use the instantiate QgsComposition Could you please comment on the issue to keep track of it ? (or close

[Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
Hello everyone I followed the steps outlined in the document Building QGIS from source - step by step http://htmlpreview.github.io/?https://raw.github.com/qgis/QGIS/master/doc/INSTALL.html#toc14 OS: Windows 7 32-bit Edition Integrale cmake: Cmake 2.8.12.2 using QT 4.6.2 OSGEO I install

Re: [Qgis-developer] possible vector edit commit bug, please try to reproduce to confirm

2014-08-20 Thread Trevor Wiens
(20140820) __ The message was checked by ESET Mail Security. http://www.eset.com ___ Qgis-developer mailing list Qgis-developer@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/qgis-developer

Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
Hello there I manage to solve the first problem, but I met this SECOND CMake Error: The following variables are used in this project, but they are set to

[Qgis-developer] IT Translation broken in 2.5, it was ok in 2.4!!

2014-08-20 Thread Salvatore Larosa
Hi to all, just a quick warning for (it) translators: I just noticed the Italian translation is broken for some context help e.g. Road Graph, SQL Anywhere, Python Console etc, in the latest master branch. It was fine in the final 2.4. Anyone knows the reason of that? Best Regards, -SL --

Re: [Qgis-developer] python function to upgrade qgs datasources?

2014-08-20 Thread Régis Haubourg
Andreas Neumann wrote Hi Régis, I can't help you with the Python script to process your files, but I have a suggestion: Use a PostgreSQL service instead of hard-coded IP addresses, names or aliases. In such a scenario you can easily change between a production and test server and more

Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread Jürgen E . Fischer
Hi, On Wed, 20. Aug 2014 at 14:40:15 +, otmane yazidi alaoui wrote: linked by target qgispython in directory C:/dev/cpp/QGIS/src/python linked by target python_module_qgis__analysis in directory C:/dev/cpp/QGIS/python linked by target python_module_qgis__core in directory

Re: [Qgis-developer] Building QGIS with Microsoft Visual Studio in Windows 7

2014-08-20 Thread otmane yazidi alaoui
hy I change the value of: PTYHON LIBRIRY T to C: / OSGeo4W / apps / Python27 / Lib I have this result: -- -- QGIS Version: 2.5.0 Master (20500) Could not find GRASS Found Proj: C: /OSGeo4W/lib/proj_i.lib GEOS Found: C: