Re: [Qgis-developer] GSoC

2012-08-05 Thread Marco Bernasocchi
Hi all, well, from our side there should be no problem merging stuff... we are in a new folder ;) As well, today i should restart working on getting all uptodate with the newest necessitas framework. Ciao Marco Bernasocchi (mobile) http://opengis.ch On Aug 6, 2012 8:35 AM, "Tim Sutton" wrote: >

Re: [Qgis-developer] GSoC

2012-08-05 Thread Tim Sutton
Hi On Sun, Aug 5, 2012 at 8:28 PM, Martin Dobias wrote: > On Fri, Aug 3, 2012 at 4:32 PM, Paolo Cavallini wrote: >> Hi all. >> As we are quickly approaching the end of GSoC, I would be grateful if >> mentors could let us know what are the expected outcome. It would be >> good if the work could b

Re: [Qgis-developer] Moving SEXTANTE into QGIS core

2012-08-05 Thread Tim Sutton
Hi On Sun, Aug 5, 2012 at 11:12 PM, Camilo Polymeris wrote: > On Sat, Aug 4, 2012 at 5:16 PM, Tim Sutton wrote: >> Hi All (Especially Paolo and Victor) >> >> For interest of others, Paolo, Victor and myself had an offlist >> discussion about the procedure for moving SEXTANTE into QGIS core. >> T

Re: [Qgis-developer] Moving SEXTANTE into QGIS core

2012-08-05 Thread Camilo Polymeris
On Sat, Aug 4, 2012 at 5:16 PM, Tim Sutton wrote: > Hi All (Especially Paolo and Victor) > > For interest of others, Paolo, Victor and myself had an offlist > discussion about the procedure for moving SEXTANTE into QGIS core. > This weekend I took the first step my exporting the SEXTANTE plugin >

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread Larry Shaffer
Hi John, On Sun, Aug 5, 2012 at 10:03 AM, John C. Tull wrote: > On Aug 4, 2012, at 8:11 PM, Larry Shaffer wrote: > >> Note: Xcode.app now contains all dev directory structure, and you can >> use xcrun to work with it, but I preferred to install the command line >> tools. You will probably want t

Re: [Qgis-developer] GSoC

2012-08-05 Thread Martin Dobias
On Fri, Aug 3, 2012 at 4:32 PM, Paolo Cavallini wrote: > Hi all. > As we are quickly approaching the end of GSoC, I would be grateful if > mentors could let us know what are the expected outcome. It would be > good if the work could be merged before the end, so that serious bugs or > conflicts cou

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread John C. Tull
On Aug 4, 2012, at 8:11 PM, Larry Shaffer wrote: > Note: Xcode.app now contains all dev directory structure, and you can > use xcrun to work with it, but I preferred to install the command line > tools. You will probably want to uninstall any previous XCode version > first. I used the .dmg instal

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread William Kyngesburye
You configured Qt to compile static libraries!? Your PyQt and QGIS binaries are going to be HUGE. There are many separate binary components and much of the static Qt libraries will be redunandantly linked in to each one. Even the Qt plugins will be large. You should really recompile Qt as OS

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread Noli Sicad
FastCGI makefile seems faulty. Not working. Here's the log. # Last login: Sun Aug 5 18:05:11 on ttys021 Nolis-MacBook-Pro:mod_fastcgi-2.4.6 nsicad$ make /usr/share/apr-1/build-1/libtool --silent --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr

Re: [Qgis-developer] Building QGIS in Mac OS X (Mountain Lion i.e. 10.8) with QtSQL support

2012-08-05 Thread Noli Sicad
This is better instruction for Installing FastCGI on Mountain Lion. http://mail.webdna.us/list/talk@webdna.u?cmd=user_listview_msg&domainid=-1&list=talk&msg_idx=9397&rss=true Larry, probably you can incorporate this in Building QGIS in Mac OS X. Thanks. Noli On 8/5/12, Noli Sicad wrote: >

Re: [Qgis-developer] QGIS maptips and HTML-display

2012-08-05 Thread Nathan Woodrow
Hey all, It's just added the ability to use html (well Qt html subset anyway) to the map tips. Anything that is listed here on the Qt rich text page is supported[0]. In order to support this I added a new tab in the vector layer properties dialog called display which we can then use for adding b