Re: [Qgis-developer] Multilayer PDF ?

2014-02-07 Thread Hugo Mercier
Hi Larry,

Le 06/02/2014 19:31, Larry Shaffer a écrit :
 Hi Hugo,
 

 What about generating individual PDF outputs for each 'layer' (i.e. a
 layer or group of layers in layer legend) first, then combining them
 into a PDF as layers?

Hmmm, that could also work :)

 
 This is totally untested, but when using GDAL to generate a geospatial,
 layered PDF, could the individual 'layer' PDF outputs be piped back into
 GDAL as DATASOURCEs for individual layers? There seems to be a set order
 for generating the layers, e.g. raster on bottom with vector layers over
 top, instead of random instertion, e.g. raster on bottom, then vector,
 then raster. You might want to ask Mr. Warmerdam about how flexible the
 PDF layer writing process is, and whether external PDF content can be
 streamed through to layered output (instead of having any geometries
 read and styled). There is the EXTRA_STREAM=content creation option, but
 I don't know if it can be used multiple times to insert external PDFs as
 layers.

Thanks for this. I have to dig deeper GDAL's PDF writing capabilities,
but it seems promising.

 
 Also, I think the blending modes of individual layers/groups would have
 to be migrated to PDF-specific (Postcript?) definitions, since each will
 be rendered separately. Surely standard blending modes for layers can be
 defined in PDFs (?).

That would not be that easy to correctly support blending modes. There
is something in the PDF reference related to standard blending modes,
but I have no idea yet how it could be linked to layers ...


-- 
Hugo Mercier
Oslandia
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Fwd: [SoC] OSGeo Google Summer of Code 2014 - ideas needed!

2014-02-07 Thread Alexander Bruy
Hi,

I just started wiki page to collect GSoC ideas [0]. Feel free to add
yours

[0] https://hub.qgis.org/wiki/quantum-gis/Google_Summer_of_Code_2014

2014-02-07 Paolo Cavallini cavall...@faunalia.it:
 Hi all.
 1. do we have good ideas here?
 2. do we want to participate independently, or under osgeo umbrella?
 I think it would be bad to miss this opportunity.
 All the best.

  Messaggio originale 
 Hello all, and sorry for cross posting,

 this year, Google Summer of Code starts earlier than usual: the
 applications for mentoring organisations are already open, and will
 close on February 14th.

 For who is new to Summer of Code, it is a global program that offers
 students stipends to write code for open source projects. See more at
 http://www.google-melange.com/gsoc/homepage/google/gsoc2014

 OSGeo is going to apply for GSoC 2014, and the first task is to set up
 Ideas pages for all projects, before February, 14th. It is a little
 more than a week!

 The Ideas page is being built here, and shall contain links to all
 the geospatial projects involved:
 http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2014_Ideas
 The links from past year are commented in the wiki page. If you have
 trouble editing the wiki let me or Hamish know.

 I encourage developers, teachers and students to start working on ideas
 for GSoC and populate the Ideas pages of the related project.
 Please forward this mail, or the link to OSGeo GSoC wiki pages, to all
 the interested people and projects.

 If you have questions, please send a mail to the dedicated mailing list
 s...@lists.osgeo.org .

 Thanks everyone in advance for your contribution to the Ideas pages -
 let's do our best to get OSGeo accepted in GSoC 2014!

 http://wiki.osgeo.org/wiki/Google_Summer_of_Code_2014

 Best regards,

 Anne and Hamish
 OSGeo GSoC Admins



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



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


[Qgis-developer] inconsistency of new fill ring icon

2014-02-07 Thread Denis Rouzaud

Hi,

I have noticed that the new icon for fill ring was not really consistent 
with the rest (no new part, polygon was not fully drawn).


I took the opportunity to transform digitizing icons to SVG to be 
consistent with the previous work on layer icons.


Here is the pull request
https://github.com/qgis/QGIS/pull/1146

Please comment.

Cheers,

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


Re: [Qgis-developer] Fwd: [SoC] OSGeo Google Summer of Code 2014 - ideas needed!

2014-02-07 Thread Régis Haubourg
Hi, 
qgis is still very weak concerning pure cartographic uses cases with size
varying symbols, and have no working legend for this, and more generally for
all data defined symbology. 
I've already shared my ideas with Martin Dobias who seems to have legend
refactoring in mind. 

Since this is critic for a cartographic tool, and since data defined
symbologies can't be guessed before real data is rendered, we have something
that needs some deep investigations. 

Putting this in a developpement contract seems dangerous in such early
stage. It be could either be a topic for the next hackfest, or a GsoC. 

Martin, any opinion on this? Others?

Cheers
Régis



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/Fwd-SoC-OSGeo-Google-Summer-of-Code-2014-ideas-needed-tp5102395p5102439.html
Sent from the Quantum GIS - Developer mailing list archive at Nabble.com.
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer

[Qgis-developer] Styling OSM data

2014-02-07 Thread Paolo Cavallini
Hi all.
I think an automatic styling of freshly downloaded OSM data would be a
big plus for QGIS, especially for courses (I do a lot of them all
around, and it is always painful to customize them, and embarrassing to
reuse data from my region).
I know of two approaches to the problem:
* https://github.com/3liz/osm-in-qgis
* Mayeul work e.g. on http://www.outdoormaps.org/simple_map.htm
I think with a minimal effort we could incorporate that in QGIS:
* the user downloads the data from OSM and loads them into spatialite,
with the new tool
* he adds the styles (please note we have implemented a way to
automatically store and load from spatialite).
Could we smooth out the path for this, and add the above mentioned
styles as default ones for QGIS?
Could we document this as an early entry for the course material under
preparation?
All the best, and thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Styling OSM data

2014-02-07 Thread kimaidou
Hi all,

Thanks Paolo for openining this topic. I would like to add some context
around it.

* Anita has also a great repository to style OSM data :
https://github.com/anitagraser/QGIS-resources/

* The work I did in osm-in-qgis repo is based on OSM data from Geofabrik
(on purpose, to facilitate the use for users). The styles in this repo are
a proof of concept and really need improvements (and simplification when
possible).
A quick link to see what it looks like :
http://demo.lizmap.3liz.com/index.php/view/map/?repository=rep2project=baselayer

I agree with you that we should now base this kind of wokr on the new osm
importer in QGIS. This could be a 4th step (1- download OSM data, 2- put
them in a sqlite db , 3-extract some data into tables). We could think of a
way to store more than one style and let the user choose one among those
available. A little bit like the Color Ramp Manager let the user download
and update color palettes.

Michael


2014-02-07 Paolo Cavallini cavall...@faunalia.it:

 Hi all.
 I think an automatic styling of freshly downloaded OSM data would be a
 big plus for QGIS, especially for courses (I do a lot of them all
 around, and it is always painful to customize them, and embarrassing to
 reuse data from my region).
 I know of two approaches to the problem:
 * https://github.com/3liz/osm-in-qgis
 * Mayeul work e.g. on http://www.outdoormaps.org/simple_map.htm
 I think with a minimal effort we could incorporate that in QGIS:
 * the user downloads the data from OSM and loads them into spatialite,
 with the new tool
 * he adds the styles (please note we have implemented a way to
 automatically store and load from spatialite).
 Could we smooth out the path for this, and add the above mentioned
 styles as default ones for QGIS?
 Could we document this as an early entry for the course material under
 preparation?
 All the best, and thanks.
 --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

Re: [Qgis-developer] Styling OSM data

2014-02-07 Thread Alexander Bruy
There are also two style variants at GIS-Lab, see
http://gis-lab.info/qa/osmshp.html

2014-02-07 Paolo Cavallini cavall...@faunalia.it:
 Hi all.
 I think an automatic styling of freshly downloaded OSM data would be a
 big plus for QGIS, especially for courses (I do a lot of them all
 around, and it is always painful to customize them, and embarrassing to
 reuse data from my region).
 I know of two approaches to the problem:
 * https://github.com/3liz/osm-in-qgis
 * Mayeul work e.g. on http://www.outdoormaps.org/simple_map.htm
 I think with a minimal effort we could incorporate that in QGIS:
 * the user downloads the data from OSM and loads them into spatialite,
 with the new tool
 * he adds the styles (please note we have implemented a way to
 automatically store and load from spatialite).
 Could we smooth out the path for this, and add the above mentioned
 styles as default ones for QGIS?
 Could we document this as an early entry for the course material under
 preparation?
 All the best, and thanks.
 --
 Paolo Cavallini - www.faunalia.eu
 QGIS  PostGIS courses: http://www.faunalia.eu/training.html
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer



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


Re: [Qgis-developer] Styling OSM data

2014-02-07 Thread Paolo Cavallini
Il 07/02/2014 14:34, Alexander Bruy ha scritto:
 There are also two style variants at GIS-Lab, see
 http://gis-lab.info/qa/osmshp.html

so, lots of duplication, and suboptimal solutions: there is scope for
improvement!

thanks.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Styling OSM data

2014-02-07 Thread Paolo Cavallini
Il 07/02/2014 14:33, kimaidou ha scritto:

 I agree with you that we should now base this kind of wokr on the new
 osm importer in QGIS. This could be a 4th step (1- download OSM data, 2-
 put them in a sqlite db , 3-extract some data into tables). We could
 think of a way to store more than one style and let the user choose one
 among those available.

we have implemented this, see our Save style for PostgreSQL, now ported
to SQLite.
All the best.
-- 
Paolo Cavallini - www.faunalia.eu
QGIS  PostGIS courses: http://www.faunalia.eu/training.html
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Plugin [447] Spline approval notification.

2014-02-07 Thread noreply

Plugin Spline approval by rblazek.
The plugin version [447] Spline 0.1.1 Experimental is now approved
Link: http://plugins.qgis.org/plugins/spline/
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


[Qgis-developer] Error in compilation

2014-02-07 Thread Paolo Cavallini
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all.
Compiling current master throws an error here. A local problem, or is someone 
confirming?
Any hint will be appreciated.
Thanks.
===
[ 53%] Built target spatialiteprovider
Linking CXX shared module 
../../../output/lib/qgis/plugins/libpostgresprovider.so
cd /usr/local/src/qgis/QGIS/debian/build/src/providers/postgres  
/usr/bin/cmake -E
cmake_link_script CMakeFiles/postgresprovider.dir/link.txt --verbose=YES
/usr/bin/c++  -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
- -Werror=format-security -D_FORTIFY_SOURCE=2 -O2  -Wall -Wextra -Wno-long-long
- -Wformat-security -Wno-strict-aliasing  -Wl,-z,relro -Wl,--no-undefined 
-shared
- -Wl,-soname,libpostgresprovider.so -o
../../../output/lib/qgis/plugins/libpostgresprovider.so
CMakeFiles/postgresprovider.dir/qgspostgresprovider.cpp.o
CMakeFiles/postgresprovider.dir/qgspostgresconn.cpp.o
CMakeFiles/postgresprovider.dir/qgspostgresdataitems.cpp.o
CMakeFiles/postgresprovider.dir/qgspostgresfeatureiterator.cpp.o
CMakeFiles/postgresprovider.dir/qgspgsourceselect.cpp.o
CMakeFiles/postgresprovider.dir/qgspgnewconnection.cpp.o
CMakeFiles/postgresprovider.dir/qgspgtablemodel.cpp.o
CMakeFiles/postgresprovider.dir/qgscolumntypethread.cpp.o
CMakeFiles/postgresprovider.dir/moc_qgspostgresprovider.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgspostgresconn.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgspostgresdataitems.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgspgsourceselect.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgspgnewconnection.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgspgtablemodel.cxx.o
CMakeFiles/postgresprovider.dir/moc_qgscolumntypethread.cxx.o
- -L/usr/local/src/qgis/QGIS/debian/build/src/core
- -L/usr/local/src/qgis/QGIS/debian/build/src/gui -lpq
../../../output/lib/libqgis_core.so.2.1.0 
../../../output/lib/libqgis_gui.so.2.1.0
../../../output/lib/libqgis_core.so.2.1.0 -lQtXml -lQtCore -lQtGui -lQtNetwork
- -lQtSvg -lQtWebKit -lproj -lgeos_c -lgdal -lspatialindex -lexpat -lsqlite3
- -lspatialite -Wl,-Bstatic -lQtUiTools -Wl,-Bdynamic -lqwt
-
-Wl,-rpath,/usr/local/src/qgis/QGIS/debian/build/src/core:/usr/local/src/qgis/QGIS/debian/build/src/gui:/usr/local/src/qgis/QGIS/debian/build/output/lib:

make[3]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
/usr/bin/cmake -E cmake_progress_report
/usr/local/src/qgis/QGIS/debian/build/CMakeFiles  17
[ 53%] Built target postgresprovider
make[2]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2

- -- 
Paolo Cavallini - www.faunalia.eu
Corsi QGIS e PostGIS: http://www.faunalia.eu/training.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlL1LhoACgkQ/NedwLUzIr7U+QCghvprd1NRQrlEGbAhZg71+m6D
Yu4AoJUICf3FHFXs6vV3E4KuIijy8MHr
=JVZm
-END PGP SIGNATURE-
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Error in compilation

2014-02-07 Thread Sandro Santilli
On Fri, Feb 07, 2014 at 08:03:54PM +0100, Paolo Cavallini wrote:

 Compiling current master throws an error here.
 A local problem, or is someone confirming?

It fails for me too, but not sure it's the same error
( your log doesn't contain the error line )

Here's my error:

In file included from /usr/src/qgis/qgis-master/src/app/qgsoptions.h:22:0,
 from /usr/src/qgis/qgis-master/src/app/qgisapp.cpp:156:
/usr/src/qgis/build/master/src/app/../ui/ui_qgsoptionsbase.h:43:20: fatal 
error: qgis.gui: No such file or directory
 #include qgis.gui
^
compilation terminated.

--strk;

 Any hint will be appreciated.
 Thanks.
 ===
 [ 53%] Built target spatialiteprovider
 Linking CXX shared module 
 ../../../output/lib/qgis/plugins/libpostgresprovider.so
 cd /usr/local/src/qgis/QGIS/debian/build/src/providers/postgres  
 /usr/bin/cmake -E
 cmake_link_script CMakeFiles/postgresprovider.dir/link.txt --verbose=YES
 /usr/bin/c++  -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wformat
 - -Werror=format-security -D_FORTIFY_SOURCE=2 -O2  -Wall -Wextra 
 -Wno-long-long
 - -Wformat-security -Wno-strict-aliasing  -Wl,-z,relro -Wl,--no-undefined 
 -shared
 - -Wl,-soname,libpostgresprovider.so -o
 ../../../output/lib/qgis/plugins/libpostgresprovider.so
 CMakeFiles/postgresprovider.dir/qgspostgresprovider.cpp.o
 CMakeFiles/postgresprovider.dir/qgspostgresconn.cpp.o
 CMakeFiles/postgresprovider.dir/qgspostgresdataitems.cpp.o
 CMakeFiles/postgresprovider.dir/qgspostgresfeatureiterator.cpp.o
 CMakeFiles/postgresprovider.dir/qgspgsourceselect.cpp.o
 CMakeFiles/postgresprovider.dir/qgspgnewconnection.cpp.o
 CMakeFiles/postgresprovider.dir/qgspgtablemodel.cpp.o
 CMakeFiles/postgresprovider.dir/qgscolumntypethread.cpp.o
 CMakeFiles/postgresprovider.dir/moc_qgspostgresprovider.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgspostgresconn.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgspostgresdataitems.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgspgsourceselect.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgspgnewconnection.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgspgtablemodel.cxx.o
 CMakeFiles/postgresprovider.dir/moc_qgscolumntypethread.cxx.o
 - -L/usr/local/src/qgis/QGIS/debian/build/src/core
 - -L/usr/local/src/qgis/QGIS/debian/build/src/gui -lpq
 ../../../output/lib/libqgis_core.so.2.1.0 
 ../../../output/lib/libqgis_gui.so.2.1.0
 ../../../output/lib/libqgis_core.so.2.1.0 -lQtXml -lQtCore -lQtGui -lQtNetwork
 - -lQtSvg -lQtWebKit -lproj -lgeos_c -lgdal -lspatialindex -lexpat -lsqlite3
 - -lspatialite -Wl,-Bstatic -lQtUiTools -Wl,-Bdynamic -lqwt
 -
 -Wl,-rpath,/usr/local/src/qgis/QGIS/debian/build/src/core:/usr/local/src/qgis/QGIS/debian/build/src/gui:/usr/local/src/qgis/QGIS/debian/build/output/lib:
 
 make[3]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
 /usr/bin/cmake -E cmake_progress_report
 /usr/local/src/qgis/QGIS/debian/build/CMakeFiles  17
 [ 53%] Built target postgresprovider
 make[2]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
 make[1]: *** [all] Error 2
 make[1]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
 make: *** [build-stamp] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
___
Qgis-developer mailing list
Qgis-developer@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/qgis-developer


Re: [Qgis-developer] Error in compilation

2014-02-07 Thread Larry Shaffer
Hi,

On Fri, Feb 7, 2014 at 1:02 PM, Sandro Santilli s...@keybit.net wrote:

 On Fri, Feb 07, 2014 at 08:03:54PM +0100, Paolo Cavallini wrote:

  Compiling current master throws an error here.
  A local problem, or is someone confirming?

 It fails for me too, but not sure it's the same error
 ( your log doesn't contain the error line )

 Here's my error:

 In file included from /usr/src/qgis/qgis-master/src/app/qgsoptions.h:22:0,
  from /usr/src/qgis/qgis-master/src/app/qgisapp.cpp:156:
 /usr/src/qgis/build/master/src/app/../ui/ui_qgsoptionsbase.h:43:20: fatal
 error: qgis.gui: No such file or directory
  #include qgis.gui
 ^
 compilation terminated.


Sandro, that error should be fixed in
https://github.com/qgis/QGIS/commit/1bf33b5

Regards,

Larry



 --strk;

  Any hint will be appreciated.
  Thanks.
  ===
  [ 53%] Built target spatialiteprovider
  Linking CXX shared module
 ../../../output/lib/qgis/plugins/libpostgresprovider.so
  cd /usr/local/src/qgis/QGIS/debian/build/src/providers/postgres 
 /usr/bin/cmake -E
  cmake_link_script CMakeFiles/postgresprovider.dir/link.txt --verbose=YES
  /usr/bin/c++  -fPIC -g -O2 -fstack-protector --param=ssp-buffer-size=4
 -Wformat
  - -Werror=format-security -D_FORTIFY_SOURCE=2 -O2  -Wall -Wextra
 -Wno-long-long
  - -Wformat-security -Wno-strict-aliasing  -Wl,-z,relro
 -Wl,--no-undefined -shared
  - -Wl,-soname,libpostgresprovider.so -o
  ../../../output/lib/qgis/plugins/libpostgresprovider.so
  CMakeFiles/postgresprovider.dir/qgspostgresprovider.cpp.o
  CMakeFiles/postgresprovider.dir/qgspostgresconn.cpp.o
  CMakeFiles/postgresprovider.dir/qgspostgresdataitems.cpp.o
  CMakeFiles/postgresprovider.dir/qgspostgresfeatureiterator.cpp.o
  CMakeFiles/postgresprovider.dir/qgspgsourceselect.cpp.o
  CMakeFiles/postgresprovider.dir/qgspgnewconnection.cpp.o
  CMakeFiles/postgresprovider.dir/qgspgtablemodel.cpp.o
  CMakeFiles/postgresprovider.dir/qgscolumntypethread.cpp.o
  CMakeFiles/postgresprovider.dir/moc_qgspostgresprovider.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgspostgresconn.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgspostgresdataitems.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgspgsourceselect.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgspgnewconnection.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgspgtablemodel.cxx.o
  CMakeFiles/postgresprovider.dir/moc_qgscolumntypethread.cxx.o
  - -L/usr/local/src/qgis/QGIS/debian/build/src/core
  - -L/usr/local/src/qgis/QGIS/debian/build/src/gui -lpq
  ../../../output/lib/libqgis_core.so.2.1.0
 ../../../output/lib/libqgis_gui.so.2.1.0
  ../../../output/lib/libqgis_core.so.2.1.0 -lQtXml -lQtCore -lQtGui
 -lQtNetwork
  - -lQtSvg -lQtWebKit -lproj -lgeos_c -lgdal -lspatialindex -lexpat
 -lsqlite3
  - -lspatialite -Wl,-Bstatic -lQtUiTools -Wl,-Bdynamic -lqwt
  -
 
 -Wl,-rpath,/usr/local/src/qgis/QGIS/debian/build/src/core:/usr/local/src/qgis/QGIS/debian/build/src/gui:/usr/local/src/qgis/QGIS/debian/build/output/lib:
 
  make[3]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
  /usr/bin/cmake -E cmake_progress_report
  /usr/local/src/qgis/QGIS/debian/build/CMakeFiles  17
  [ 53%] Built target postgresprovider
  make[2]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/usr/local/src/qgis/QGIS/debian/build'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2
 ___
 Qgis-developer mailing list
 Qgis-developer@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/qgis-developer

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

[Qgis-developer] Spline plugin bug on QGis 2.0.1 64 bit Windows

2014-02-07 Thread Geo DrinX
Hello all,


as in object, something other had my same error, closing a spline path ?


Traceback (most recent call last):
  File C:\Users\rrr/.qgis2/python/plugins\spline\spline.py, line 97, in
canvasPressEvent
self.createFeature()
  File C:\Users\rrr/.qgis2/python/plugins\spline\spline.py, line 145, in
createFeature
if dlg.exec_():
AttributeError: 'NoneType' object has no attribute 'exec_'

Versione Python:
2.7.5 (default, May 15 2013, 22:44:16) [MSC v.1500 64 bit (AMD64)]


Thank you for any info about it

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

[Qgis-developer] Ok to fix 9497 during freeze?

2014-02-07 Thread Nyall Dawson
Am I safe to fix http://hub.qgis.org/issues/9497 during feature
freeze? It will result in a ui change but given that it's just
removing a control there's no risk of introducing bugs.

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


Re: [Qgis-developer] Ok to fix 9497 during freeze?

2014-02-07 Thread Jürgen E . Fischer
Hi Nyall,

On Sat, 08. Feb 2014 at 08:37:20 +1100, Nyall Dawson wrote:
 Am I safe to fix http://hub.qgis.org/issues/9497 during feature
 freeze? It will result in a ui change but given that it's just
 removing a control there's no risk of introducing bugs.

Yes.


Jürgen 

-- 
Jürgen E. Fischer norBIT GmbH   Tel. +49-4931-918175-31
Dipl.-Inf. (FH)   Rheinstraße 13Fax. +49-4931-918175-50
Software Engineer D-26506 Norden   http://www.norbit.de
QGIS PSC member (RM)  Germany  IRC: jef on FreeNode 


-- 
norBIT Gesellschaft fuer Unternehmensberatung und Informationssysteme mbH
Rheinstrasse 13, 26506 Norden
GF: Jelto Buurman, HR: Amtsgericht Emden, HRB 5502

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