21075 Commits

Author SHA1 Message Date
Alvaro Huarte
440ede935a Feature #8725: Fast rendering of geom (v-OGR)
Implements fast rendering of LineStrings and Polygons pre-applying a
view threshold filter to the geometries to render in qgis. Also disable
'Antialiasing' when it is possible.

View Table of test results in 'http://hub.qgis.org/issues/8725'

(This version of branch implements the improvement in vector-providers)
2013-12-17 15:50:05 +01:00
Nyall Dawson
b192f642d1 [composer] Make map rectangle preview text a bit more subtle 2013-12-16 09:20:00 +11:00
volaya
bb1380ea30 Merge pull request #1026 from anitagraser/working
attempt to fix http://hub.qgis.org/issues/9184
2013-12-15 13:12:43 -08:00
Nyall Dawson
27bea19978 [composer] Fix overview extent not being drawn on composer outputs if map is set to Rectangle preview mode 2013-12-16 07:17:02 +11:00
Juergen E. Fischer
98d7a022f5 german translation update and one translation string fix 2013-12-15 17:52:30 +01:00
Juergen E. Fischer
6e775b9020 fix warnings 2013-12-15 17:21:52 +01:00
Radim Blazek
c4b248066d convert GDAL no data value to a value representable by data type, fixes #3840 2013-12-14 13:02:18 +01:00
anitagraser
d13245190d attempt to fix http://hub.qgis.org/issues/9184 2013-12-13 22:37:28 +01:00
Werner Macho
402b397eb8 translation update: no with new translator added
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2013-12-13 16:40:09 +02:00
Juergen E. Fischer
898e095667 debian packaging update 2013-12-12 14:06:41 +01:00
Juergen E. Fischer
4bbce14118 WMS: try to interpret response to map requests always as image (fixes #9197) 2013-12-11 18:49:27 +01:00
Juergen E. Fischer
8fabc4d3d7 fix warning 2013-12-11 18:49:26 +01:00
Juergen E. Fischer
bdb560c05a a unit to network cache size label (fixes #9189) 2013-12-11 18:49:25 +01:00
mhugent
70915ca0b0 Merge pull request #1019 from nyalldawson/random_colors
Tweak random color ramp for nicer colors
2013-12-11 06:47:57 -08:00
Juergen E. Fischer
36c2f7f3a8 WMS/OWS:
- add service type to window title (implements #9192)
- always fill dpi combobox (fixes #9194)
2013-12-11 14:20:22 +01:00
Marco Hugentobler
8405ddb876 Dxf export: modify layer name to be a valid dxf layer name 2013-12-11 08:32:40 +01:00
Marco Hugentobler
b1b7904e14 Dxf: possibility to export only the features overlapping the map extent 2013-12-10 16:00:58 +01:00
Marco Hugentobler
b6f7a99c8d Add license header for dxfexportdialog 2013-12-10 15:25:12 +01:00
mhugent
84f85d48ba Merge pull request #1023 from 3nids/dxfgeomlayer
[DXF] do not list layer without geometry
2013-12-10 05:22:22 -08:00
mhugent
c21c90a076 Merge pull request #1022 from 3nids/dxfunselectall
[DXF] add (un)select all buttons
2013-12-10 05:10:44 -08:00
Giuseppe Sucameli
fc247672b0 Merge pull request #1021 from etiennesky/gdal_merge
fix gdal merge nodata value and UI improvements
2013-12-09 14:34:36 -08:00
Yauhen Kharuzhy
221263db95 Properly reserve place for arrays in line and polygon clipping routines
A QVector::clear() method completely reinitializes the object. Calling
a QVector::reserve() before clear() is useless and causes big overhead at
array append operations.

Give ~6% perfomance gain.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
2013-12-09 17:15:05 +01:00
Yauhen Kharuzhy
381efba4b3 Eliminate creating of unused QString objects in transformCoords
Every call of transformCoords() Qstring dir object is created. It uses
only for output information about errors, so move its creation to error
handling block.

Perfomance gain is ~7%.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
2013-12-09 17:14:47 +01:00
Yauhen Kharuzhy
7d8d1d6d06 Optimize simple marker rendering perfomance
expression( "..." ) call create QString object at every invocation. For
layers with simple markers this overhead take upto 10% of rendering time.

Move expression finding to startRender() method.

Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
2013-12-09 17:13:04 +01:00
Etienne Tourigny
fdc3ba79f5 gdal merge tool: make sure -a_nodata is only added with gdal>=1.9 2013-12-09 12:05:48 -02:00
Matthias Kuhn
93e0f3d88f Road graph: don't show 25D data as valid input layers 2013-12-09 14:46:21 +01:00
Matthias Kuhn
758f5e5df9 Road graph plugin: don't crash with 25D input layers
Fix #9174
2013-12-09 13:27:56 +01:00
Denis Rouzaud
f848396a58 [DXF] do not list layer without geometry 2013-12-09 08:33:29 +01:00
Denis Rouzaud
3f37d24979 [DXF] add (un)select all buttons 2013-12-09 08:26:27 +01:00
Tim Sutton
c610f37735 Applied patch from Hans-Peter Jansen <hpj [at] urpla.net> to address build issues with python-sip 4.15 and fix srs.db update issue when srs table has no noupdate column. 2013-12-08 22:40:35 +02:00
Werner Macho
0aae936016 translation update by Xan
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2013-12-08 11:18:58 +02:00
Juergen E. Fischer
5192e8dc7a different fix for 5a1bcf3 2013-12-07 13:24:49 +01:00
Juergen E. Fischer
7a0b36ce25 also fix building of tests (followup 5a1bcf38) 2013-12-06 23:00:35 +01:00
Juergen E. Fischer
5a1bcf38fd fix build error on windows and some warnings 2013-12-06 21:31:26 +01:00
Juergen E. Fischer
ac50183182 add script to list github pull request (assignments) 2013-12-06 21:00:51 +01:00
Marco Hugentobler
561f01c0c2 [FEATURE]: merge dxf_export branch 2013-12-06 17:46:47 +01:00
Etienne Tourigny
8c7bfdbdb5 use collapsible group box for creation options in gdal merge widget 2013-12-06 14:23:23 -02:00
Etienne Tourigny
10f5f7c26a fix destination nodata value in gdal merge 2013-12-06 13:30:27 -02:00
Marco Hugentobler
0239b4d6c7 Dxf export for ellipse symbol layer 2013-12-06 15:05:05 +01:00
Matthias Kuhn
ba76c99037 [ogr] Only call repack when closing a data provider
Fix #8822
2013-12-06 14:48:44 +01:00
Marco Hugentobler
668403ace5 Write dxf circle 2013-12-06 13:23:52 +01:00
Matthias Kuhn
b92e124339 Attribute edit widgets LongLong support
Fix #9145
2013-12-06 12:52:11 +01:00
Marco Hugentobler
ebbb976e8a Show success / failure of dxf export in message bar 2013-12-06 11:17:28 +01:00
Marco Hugentobler
a75de2b81b Draw default point symbol if dxf export not supported by marker symbol 2013-12-06 10:51:51 +01:00
Juergen E. Fischer
3b81b1a085 fix warning 2013-12-06 10:07:19 +01:00
Juergen E. Fischer
1e8635ced0 german translation update 2013-12-05 22:28:59 +01:00
Radim Blazek
330b46b8a9 raster projector improved, also fixes #9101 2013-12-05 20:37:14 +01:00
Juergen E. Fischer
fd6e37cdcf Disable filter if search checkbox is unticked in database selection dialogs (fixes #9168) 2013-12-05 18:28:01 +01:00
Marco Hugentobler
705927e087 Merge branch 'master' of github.com:qgis/Quantum-GIS 2013-12-05 17:19:16 +01:00
mhugent
63c62adf21 Merge pull request #1014 from 3nids/issue9138
fix #9138
2013-12-05 08:18:03 -08:00