[FEATURE]: Start implementation of native dxf export
Write dxf header and eof
First implementation of dxf feature writing (but it does not work yet)
Write additional header field and table section
Dxf: add more header fields, min/max extent and a test linestyle
More symbology updates for dxf
Prepare color palette matching for dxf
Fix TABLE sections
Dxf color palette
Try to find closest color in dxf palette
Support multilines / polygons / multipolygons (as closed linestrings … …
…for now)
Add dxf export gui and menu entry in qgisapp
Implement line width and symbol level support
Use linetype 1 for polygons, check if iodevice is already open
Write linetypes for simple line with custom dash pattern
Fix bug in linestyle export
Move dxf dash writing into separated function
First attempt to write AC1018
Use AC1009 only
Write blocks for point symbols
Clean up dxf export sources
Implement simple marker rect / square
Implement diamond simple marker
Start implementation of QgsDxfPaintDevice / Engine to export svg mark… …
…ers to dxf
Move QgsDxfExport into dxf subdirectory
Convert painterpath to polygons for dxf
Merge branch 'dxf_export' of github.com:mhugent/Quantum-GIS into dxf_… …
…export
Cleanup code structure, move code to central functions
Implement write lines in dxf engine
Change symbol layer dxf method signature and make first test with a d… …
…ata defined property
Data defined size / color / rotation for marker export
Export layers to dxf in drawing order
Linestyles for Qt pen styles
Fix rotation for svg markers exported to dxf
Add copy constructor and assignment operator for QgsDxfExport
Draw default point symbol if dxf export not supported by marker symbol
Show success / failure of dxf export in message bar
Write dxf circle
Dxf export for ellipse symbol layer
[FEATURE]: merge dxf_export branch