[Qgis-developer] Re: Problem loading ECW file type in code examples while ECW support is enabled!

2012-02-25 Thread forum account
Hi again, I could solve my problem. After commenting these three lines ECW file type loaded successfully, however DEM file type will be shown in gray. // myLayer-setDrawingStyle( QgsRasterLayer::SingleBandPseudoColor ); // myLayer-setColorShadingAlgorithm( QgsRasterLayer::PseudoColorShader );

Re: [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread Charlie Sharpsteen
On Sat, Feb 25, 2012 at 7:24 AM, William Kyngesburye wokl...@kyngchaos.comwrote: So I finally packaged QGIS 1.7.4 (I was waiting on a GRASS 6.4.2 problem, but that may take a while). And... Just out of curiosity, what is the problem you are experiencing with GRASS? -Charlie

Re: [Qgis-user] [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread William Kyngesburye
GUI digitizer is broken - you can't stop digitizing a line. Similar problem appeared in GRASS 7 but was fixed. On Feb 25, 2012, at 11:17 AM, Charlie Sharpsteen wrote: On Sat, Feb 25, 2012 at 7:24 AM, William Kyngesburye wokl...@kyngchaos.com wrote: So I finally packaged QGIS 1.7.4 (I was

Re: [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread Marco Hugentobler
Hi William Nokia screwed up compiling their official binaries. Everything BUT QtWebKit works on OS X 10.6 (Snow Leopard). QtWebKit appears to use a OS X 10.7-only system function. This breaks QGIS help and some plugins on OS X 10.6. It's possible it's not really Nokia's fault. I'll have to

Re: [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread William Kyngesburye
Haven't solved it yet i QGIS compiles and runs, you just can't open any help. I'm setting up a spare 10.6 Mac to compile Qt from source so it shouldn't reference anything from 10.7. Odd that you'd get a 10.7 reference compiling on 10.5, time warp? On Feb 25, 2012, at 2:25 PM, Marco

Re: [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread Larry Shaffer
William, On Sat, Feb 25, 2012 at 1:49 PM, William Kyngesburye wokl...@kyngchaos.com wrote: Haven't solved it yet i QGIS compiles and runs, you just can't open any help. I'm setting up a spare 10.6 Mac to compile Qt from source so it shouldn't reference anything from 10.7. Odd that you'd

Re: [Qgis-developer] OS X 1.7.4... bomb

2012-02-25 Thread William Kyngesburye
Sorry, I meant when compiling Qt on 10.5, that it would be odd to get a reference to a future OS version. I realized right after sending that he meant compiling QGIS with the stock Qt. On Feb 25, 2012, at 2:57 PM, Larry Shaffer wrote: William, On Sat, Feb 25, 2012 at 1:49 PM, William