Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Alessandro Pasotti
2015-05-04 20:09 GMT+02:00 Matthias Kuhn : > > > > > QScintilla was ok but I forgot to change the links for QWT. Now I > > downloaded and built QWT using Qt5 version of qmake, then set the > > right path but still no luck... I cannot figure out why it is still > > linking to libQtCore.so.4 > > > >

Re: [Qgis-developer] GSoC 2015 student - blog to share ideas and reports

2015-05-04 Thread Marcus Santos
Hi Martin, Thank you for seeing my blog! > I am sure there are plenty of users hoping to see this functionality in QGIS > sooner or later :-) It will be great to be able to start processing > algorithms and keep working with QGIS, not having to wait until the algorithm > finishes. Yes, I beli

[Qgis-developer] pyqt print multiselection

2015-05-04 Thread Enzo Cocca
Hi, I have a question: Can I print in qgsselected poligons only? E -- Enzo Cocca PhD in "Science and Technology for Archaeology and Cultural Heritage" mail: enzo@gmail.com cell: +393495087014 ___ Qgis-developer mailing list Qgis-developer@lists.osge

Re: [Qgis-developer] Random colours too similar?

2015-05-04 Thread Anita Graser
Hi, On Mon, May 4, 2015 at 7:44 PM, Paolo Cavallini wrote: > Hi all. > When loading layers without ad hoc styling, I often get very similar > colours: am I just unlucky, or the random colour generator is behaving a > bit strangely? > ​I can confirm your observation that there seems to be no fun

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Matthias Kuhn
> > QScintilla was ok but I forgot to change the links for QWT. Now I > downloaded and built QWT using Qt5 version of qmake, then set the > right path but still no luck... I cannot figure out why it is still > linking to libQtCore.so.4 > > -- QGIS version: 2.9.0 Master (20900) > -- Found Proj: /us

[Qgis-developer] Random colours too similar?

2015-05-04 Thread Paolo Cavallini
Hi all. When loading layers without ad hoc styling, I often get very similar colours: am I just unlucky, or the random colour generator is behaving a bit strangely? Thanks. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html ___

Re: [Qgis-developer] GSoC 2015 student - blog to share ideas and reports

2015-05-04 Thread Martin Dobias
Hi Marcus Congratulations to being accepted for GSoC 2015! I am sure there are plenty of users hoping to see this functionality in QGIS sooner or later :-) It will be great to be able to start processing algorithms and keep working with QGIS, not having to wait until the algorithm finishes. Look

Re: [Qgis-developer] Identifying inverted polygons

2015-05-04 Thread Paolo Cavallini
Il 04/05/2015 16:05, Hugo Mercier ha scritto: > Indeed, this is a bit strange. > You would prefer the red area to be inside the polygon ? ticket opened: https://hub.qgis.org/issues/12692 thanks for the feedback. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/

Re: [Qgis-developer] Identifying inverted polygons

2015-05-04 Thread Paolo Cavallini
Il 04/05/2015 16:05, Hugo Mercier ha scritto: > Indeed, this is a bit strange. > You would prefer the red area to be inside the polygon ? yes thanks. -- Paolo Cavallini - www.faunalia.eu QGIS & PostGIS courses: http://www.faunalia.eu/training.html ___

Re: [Qgis-developer] Identifying inverted polygons

2015-05-04 Thread Hugo Mercier
Hi, On 04/05/2015 08:44, Paolo Cavallini wrote: > Hi all. > The Identify tool works in a strange (to me) way for inverted polygons: > you have to click inside the polygon, but then the red (identified) area > is on the outside, giving an ugly effect, difficult to understand. > I'd say this is a bu

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Alessandro Pasotti
2015-05-04 13:32 GMT+02:00 Matthias Kuhn : > Hi Alessandro, > > On 05/04/2015 11:13 AM, Alessandro Pasotti wrote: > > 2015-05-04 9:46 GMT+02:00 Matthias Kuhn :I noticed > that there are still links to Qt4: > > ldd /home/ale/apps-qt5/bin/qgis|grep Qt | grep -v Qt5 > libQtSvg.so.4 => /usr/

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Matthias Kuhn
Hi Alessandro, On 05/04/2015 11:13 AM, Alessandro Pasotti wrote: > 2015-05-04 9:46 GMT+02:00 Matthias Kuhn >:I noticed that there are still links to Qt4: > > ldd /home/ale/apps-qt5/bin/qgis|grep Qt | grep -v Qt5 > libQtSvg.so.4 => /usr/lib/x86_64-linux-gnu/libQ

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Alessandro Pasotti
2015-05-04 9:46 GMT+02:00 Matthias Kuhn : > Hi Alessandro > > > On 05/04/2015 09:36 AM, Alessandro Pasotti wrote: > > 2015-05-04 9:12 GMT+02:00 Jürgen E. : > >> Hi Alessandro, >> >> On Mon, 04. May 2015 at 09:02:39 +0200, Alessandro Pasotti wrote: >> > I set QT5 ON and I think I've installed all

[Qgis-developer] Pull-Request-assignement: Relative path for GDAL subdataset

2015-05-04 Thread René-Luc Dhont
Hi dev, I proposed a pull-request to save GDAL subdataset datasource with relative path. https://github.com/qgis/QGIS/pull/2018 This pull-request updates only the file src/core/qgsmaplayer.cpp I'd like to know, who do I assign this pull-request for reviewing it ? Regards, René-Luc D'Hont 3Li

[Qgis-developer] Affine transformation code in Georeferencer -- incomplete?

2015-05-04 Thread Benjamin Ducke
Dear Devs -- I am currently converting the transformation methods in the QGIS Georeferencer to plain C. So far, I have been able to extract and convert the projective and Helmert transformations. However, the code for the affine transformation seems incomplete. Looking here: https://github.com/

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Matthias Kuhn
Hi Alessandro On 05/04/2015 09:36 AM, Alessandro Pasotti wrote: > 2015-05-04 9:12 GMT+02:00 Jürgen E. >: > > Hi Alessandro, > > On Mon, 04. May 2015 at 09:02:39 +0200, Alessandro Pasotti wrote: > > I set QT5 ON and I think I've installed all requirements (I'm on

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Alessandro Pasotti
2015-05-04 9:12 GMT+02:00 Jürgen E. : > Hi Alessandro, > > On Mon, 04. May 2015 at 09:02:39 +0200, Alessandro Pasotti wrote: > > I set QT5 ON and I think I've installed all requirements (I'm on Ubuntu > > 14.04) but I get lot of errors while building. > > > > Here is the output: > > > > https://dp

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread G. Allegri
Thanks Matthias. 2015-05-04 9:28 GMT+02:00 Matthias Kuhn : > Hi Giovanni, > > There are two possibilities > > * PyQt4 with Qt5 > * PyQt5 with Qt5 > > Neither of them are tested with QGIS. At the time I ported the code they > were not available for my distro and I didn't compile them myself. > I

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Matthias Kuhn
Hi Giovanni, There are two possibilities * PyQt4 with Qt5 * PyQt5 with Qt5 Neither of them are tested with QGIS. At the time I ported the code they were not available for my distro and I didn't compile them myself. I assume PyQt4/Qt5 should work pretty smooth but if a distro drops Qt5 support

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread G. Allegri
Hi Jurgen, will the switch to Qt5 require adapting the Python bindings? giovanni 2015-05-04 9:12 GMT+02:00 Jürgen E. : > Hi Alessandro, > > On Mon, 04. May 2015 at 09:02:39 +0200, Alessandro Pasotti wrote: >> I set QT5 ON and I think I've installed all requirements (I'm on Ubuntu >> 14.04) but I

Re: [Qgis-developer] Problems building for QT5

2015-05-04 Thread Jürgen E . Fischer
Hi Alessandro, On Mon, 04. May 2015 at 09:02:39 +0200, Alessandro Pasotti wrote: > I set QT5 ON and I think I've installed all requirements (I'm on Ubuntu > 14.04) but I get lot of errors while building. > > Here is the output: > > https://dpaste.de/dJNO > > It seems like it still links to Qt4,

[Qgis-developer] Problems building for QT5

2015-05-04 Thread Alessandro Pasotti
Hi, I would like to test HiDPI issues on QT5 that seems to have a better support for this kind of high resolution screens. I set QT5 ON and I think I've installed all requirements (I'm on Ubuntu 14.04) but I get lot of errors while building. Here is the output: https://dpaste.de/dJNO It seems