<div dir="ltr"><span class="" style="border-collapse:collapse;font-family:arial,sans-serif;font-size:13px"><div><div class="im" style="color:rgb(80,0,80)"><div>Dear QGIS developers,</div><div><br></div><div>Thanks for all the hard work, I have been using the almost 2.0 builds with some satisfaction. Unfortunately, all is not well. I am using yesterday's Master build, and there seems to be a few bugs still.</div>
<div><br></div><div><br></div><div>First of all, the dialog window for Raster|Analysis|DEM is too tall for my Macbook, which only has 800 pixels vertically. You might consider rearranging it a little. I can still use it by starting the analysis by hitting Enter, but I cannot actually see the bottom row of buttons or the resize widget.</div>
<div><br></div><div><br></div><div>Second, I have some errors in the Raster|Conversion|Rasterise dialog that make it unusable for me.</div><div><br></div>I am trying to rasterise a vector layer that I saved as a selection from a layer that I had previously vectorised.<div>
<br></div><div>I understand this dialog is just a front for GDAL tools, but the bridge seems to be broken: I get the following python error when I try to select a filename for the rasterised output layer:</div><div><br></div>
</div></div><div><div><div class="adm" style="margin-top:5px;margin-right:0px;margin-bottom:5px;margin-left:0px"><div id="q_14012ad7a6147305_5" class="h4" style="color:rgb(80,0,80);font-size:11px;background-color:rgb(241,241,241);border-top-width:1px;border-right-width:1px;border-bottom-width:1px;border-left-width:1px;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:rgb(221,221,221);border-right-color:rgb(221,221,221);border-bottom-color:rgb(221,221,221);border-left-color:rgb(221,221,221);clear:both;line-height:6px;outline-style:none;outline-width:initial;outline-color:initial;width:20px">
<div class="" style="background-image:url(https://ssl.gstatic.com/ui/v1/icons/mail/ellipsis.png);background-color:initial;height:8px;width:20px;background-repeat:no-repeat no-repeat"></div></div></div><div class="im" style="color:rgb(80,0,80)">
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Traceback (most recent call last):<br>  File "/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/doRasterize.py", line 102, in fillOutputFileEdit<br>
    outputFile = fileDialogFunc(self, <a href="http://self.tr/" target="_blank" style="color:rgb(17,85,204)">self.tr</a>( "Select the raster file to save the results to" ), Utils.FileFilter.allRastersFilter(), lastUsedFilter)<br>
  File "/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py", line 413, in getSaveFileName<br>    return self.getDialog(parent, caption, QFileDialog.AcceptSave, QFileDialog.AnyFile, filter, selectedFilter, useEncoding)<br>
  File "/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins/GdalTools/tools/GdalTools_utils.py", line 362, in getDialog<br>    dialog.selectNameFilter(selectedFilter)<br>TypeError: QFileDialog.selectNameFilter(QString): argument 1 has unexpected type 'QPyNullVariant'<br>
<br>Python versie:<br>2.6.1 (r261:67515, Jun 24 2010, 21:47:49) <br>[GCC 4.2.1 (Apple Inc. build 5646)]<br><br><br>QGIS versie:<br>1.9.0-Master Master, 5c2e3f3<br><br>Python pad: ['/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python', '/Users/XX/.qgis2/python', '/Users/XX/.qgis2/python/plugins', '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/MacOS/../Resources/python/plugins', '/Library/Frameworks/SQLite3.framework/Versions/B/Python/2.6', '/Library/Python/2.6/site-packages/numpy-override', '/Library/Frameworks/GDAL.framework/Versions/1.10/Python/2.6/site-packages', '/Library/Frameworks/cairo.framework/Versions/1/Python/2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python26.zip', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-darwin', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/plat-mac/lib-scriptpackages', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-tk', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-old', '/System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/lib-dynload', '/Library/Python/2.6/site-packages', '/Library/Python/2.6/site-packages/PIL', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/PyObjC', '/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/wx-2.8-mac-unicode', '/Applications/GIS/QGIS_2.0-dev_SnoLeo.app/Contents/Resources/python/plugins/fTools/tools', '/Users/XX/YY/ZZ']</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><br></p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><span class="" style="color:rgb(34,34,34)">Then if I try to run it with the existing size, I get another python error. If I choose the option with pixel size, the action just seems to hang without resolving or any error message.</span></p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><br></p></div></div><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">I hope this makes sense. I have installed all of the required packages from kyngchaos, AFAIK. Feel free to contact me for additional data.</p>
<p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px"><br></p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">Best wishes,</p><p style="margin-top:0px;margin-bottom:0px;margin-left:0px;margin-right:0px;text-indent:0px">
 Oscar</p></div></span></div>