preliminary raster pipes support
resampler separated, reenabled transparency in renderers
rasterprojector in pipe
sip modified for raster pipes
QgsRasterFace renamed to QgsRasterInterface, some singlebandgray cleanup
more methods from provider to interface, renderer shortcuts
QgsRasterPipe
pipe in properties dialog
re enabled resampling, clean up
Role removed from QgsRasterInterface, the logic moved to QgsRasterPipe
removing interfaces from raster pipe
filter names replaced by interface
raster projector fixes
master rebase fixes
interface time stats improvements
raster interfaces stats fixes
Merge remote branch 'origin/master' into raster-pipes-2
use QgsRasterInterface::DataType enum instead of int; in raster inter… …
…faces check in setInput if input is compatible;
on/off rasterinterface switch
checkable interfaces in pipe
Added class QgsRasterIterator
Use drawer and iterator to render maps
Added raster file writer
Add create/remove methods to raster provider baseclass
Set crs to created gdal dataset
Write operation for raster providers
Modify provider registry to also return invalid providers
Save as raster dialog
Delete wrong dialog file
Initialize raster save as dialog
Wire in QgsRasterLayerSaveAsDialog in QgisApp
Small dialog tweak
Option to choose output extent for save as raster
Possibility to hide elements in save as raster dialog
Small tweaks
Enable ok button even always if hideOutput is selected
Changes to raster iterator
Possibility to set maximum tile width / height in raster iterator
Enable WMS saving
Remove hardcoded crs in raster writer
Implement saving for non-argb types (still needs cleanout of spaghett… …
…i code)
Code cleanup
insert raster resampler to pipe
disabled checkboxes in raster pipes tab
Fix off-by-one in average resampler (may occure in rare cases because… …
… of rounding)
Show GeoTiff in format combo box, fix wrong loop index
Allow overwriting of existing raster datasets
Save as raster access from right click menu
Allow non-square pixels for raster formats with exact resolution
master merge