Sandro Mani
c131ee2277
[Globe] Remove qgis layer explicitly when resetting globe to stop all rendering
2016-06-23 16:20:36 +02:00
Matthias Kuhn
4b6d38c4c4
Add option to suppress SIP warnings ( #3230 )
...
to fix travis builds for OSX. Yay
2016-06-23 16:16:51 +02:00
Nyall Dawson
b63f7887e9
Add qgstestutils.h file with test helpers ( #3208 )
...
Initially containing QGSCOMPARENEAR(a,b,epsilon) which prints
debug information if the comparison fails
2016-06-23 16:16:04 +02:00
Hugo Mercier
8976c9de02
Allow curved polygons to be inverted ( fixes #15113 )
2016-06-23 16:09:23 +02:00
Alexander Bruy
904dc21625
support 25D layers in network analysis library ( fix #11952 )
2016-06-23 15:22:35 +03:00
Alexander Bruy
70b9296f37
fix signal-slot connection in New SpatiaLite layer dialog ( fix #14343 )
2016-06-23 14:31:47 +03:00
Harrissou Sant-anna
57d3c78c44
rename "snapping mode" option ( #3222 )
2016-06-23 13:03:00 +02:00
Matthias Kuhn
437cb85cd5
Left align mapped values
...
Fix #15101
2016-06-23 12:50:38 +02:00
Harrissou Sant-anna
d1952ba9a2
Fix dialog title ( #3228 )
2016-06-23 10:50:25 +02:00
Matthias Kuhn
0783e8fc1d
Keep attribute dialog in front
...
Fix #15103
2016-06-23 10:47:28 +02:00
Juergen E. Fischer
232fb842fa
debian packaging update: add python-future as dependency for python-qgis ( fixes #14986 )
2016-06-22 23:55:59 +02:00
Juergen E. Fischer
186036659e
heatmap plugin: port to C-API ( fixes #15028 )
2016-06-22 23:40:42 +02:00
Even Rouault
d7414d7eca
[WFS provider] Handle the case where the layer schema has a ogc_fid field
...
Fixes #15062
2016-06-22 23:01:44 +02:00
Juergen E. Fischer
7c30985f80
set symbol editor window title ( fixes #15107 )
2016-06-22 22:52:25 +02:00
Juergen E. Fischer
d9f934f950
db manager: re-enable margins with line numbers in sql editor
...
(fixes #15110 )
2016-06-22 22:41:44 +02:00
Martin Dobias
c92afcf2c6
Fix double setExtent() calls
...
Whenever QgsMapCanvas::setExtent() would be called, the status scale
widget would be updated and cause another setExtent() call
Fixes issues with canvas getting invalid extent when loading projected layer
by mistake as lat/lon layer (scale going crazy)
2016-06-22 20:10:17 +02:00
Martin Dobias
8fcac87f9d
Fix API break of QgsMapLayer class introduced in 2.16
...
This breakage was resulting in a Python error when using plugin layers
due to calls to pure virtual method writeStyle()
2016-06-22 20:10:17 +02:00
Sandro Santilli
b040410c5e
Fix comment about precision loss
...
Thanks Even for helping with this
2016-06-22 15:26:02 +02:00
Juergen E. Fischer
0a83f182f3
selection by polygon: use 40 instead of 4 points for selection rectangle for more accurate transformation ( fixes #13754 )
2016-06-22 15:22:25 +02:00
Alexander Bruy
c81b14d59e
[processing] replace original layer name with exported in the final OGR command ( fix #15099 )
2016-06-22 15:16:32 +03:00
Sandro Mani
740d9fb388
[Globe] Make the reload button rebuild the entire qgis layer to recover from cases where osgEarth loses control over its tiles
2016-06-22 13:44:14 +02:00
Sandro Santilli
e92e7fe472
Allow converting polygons with unclosed rings to GEOS
...
Forces ring close on conversion, fixing a regression
from 2.8 (and 2.14). See #13635
Adds test for identifying invalid polygons, currently only
testing for the unclosed-ring invalidity.
The test was verified to fail without the fixes included
in this same commit, and to pass in 2.14.
2016-06-22 13:28:39 +02:00
Nathan Woodrow
3fb87de1f8
[styledock] inline new rule panel
2016-06-22 21:13:36 +10:00
Juergen E. Fischer
1f0fce7852
db manager: fix drag and drop import ( fixes #13712 )
2016-06-22 12:35:17 +02:00
Juergen E. Fischer
4677a3ac12
spatial bookmarks: remove inaccessible context help
2016-06-22 12:35:17 +02:00
Alexander Bruy
b9b8d37cc0
[processing] add "-te_srs" option to gdal_warp ( fix #15033 )
2016-06-22 12:45:33 +03:00
Juergen E. Fischer
d69ec2e8bb
save as raster: fix vrt creation ( fixes #14171 )
2016-06-22 11:12:48 +02:00
Juergen E. Fischer
b369b20843
remove_temporary_files.sh: add .new from addcopyrights.sh
2016-06-22 11:12:48 +02:00
Matthias Kuhn
216623ffe0
Fix wrong mapping of feature ids in offline editing
...
Fix #14727
2016-06-22 10:51:18 +02:00
Alexander Bruy
acc8274c87
remove debug output
2016-06-22 11:07:14 +03:00
Alexander Bruy
e4c1d896e9
[processing] fix gdal_contour algorithm
2016-06-22 11:05:05 +03:00
Matthias Kuhn
f645b79878
Don't crash when default action is not set
...
Fix #15092
2016-06-22 09:19:37 +02:00
Alexander Bruy
803cbada13
[GDALTools] pass output format to gdal_contour ( fix #6695 )
2016-06-21 21:20:23 +03:00
Denis Rouzaud
7eacd444d0
prevent concurrent access while creating iterators and updating cache info ( #3224 )
...
#mutexmania
kudos to @m-kuhn
2016-06-21 18:02:06 +02:00
Marco Bernasocchi
b4436271fe
Fix allow clicking on a tags in maptips ( #3218 )
...
this is done by listening to the linkClicked signal
2016-06-21 18:01:49 +02:00
Denis Rouzaud
7697d79a21
Merge pull request #3227 from m-kuhn/FixToplevelGroupBoxes
...
Fix groupboxes on toplevel in drag and drop designer
2016-06-21 16:52:41 +02:00
Juergen E. Fischer
3c06341aa9
add context help for the "add oracle layers" dialog and use QTextBrowser in qgis_help ( fixes #8477 )
2016-06-21 16:48:53 +02:00
Matthias Kuhn
eaff966286
Fix groupboxes on toplevel in drag and drop designer
2016-06-21 16:36:37 +02:00
Alexander Bruy
e0c9733f64
[processing] speedup Hub distance algorithm ( fix #15012 )
2016-06-21 16:56:21 +03:00
Alexander Bruy
2d9b2a354b
[processing] use bulk features loading to speedup spatial index creation
2016-06-21 16:56:21 +03:00
Matthias Kuhn
5a4397189c
Fix overlapping widgets with dnd designer and toplevel fields
2016-06-21 14:57:46 +02:00
Matthias Kuhn
679cab2cd4
Followup dab157f
2016-06-21 14:25:58 +02:00
Nathan Woodrow
251a620148
Fix code style
2016-06-21 19:49:57 +10:00
Matthias Kuhn
dab157f70f
Minor fixes and doxymentation for QgsSnappingUtils
2016-06-21 11:46:18 +02:00
Matthias Kuhn
318a835039
Default to creating an autoincrement primary key for spatialite
...
References #15071 (https://hub.qgis.org/issues/15071 )
2016-06-21 11:46:17 +02:00
Richard Duivenvoorde
f7c1506973
Adding &TRANSPARENT=true makes too big legend images look good
...
See http://hub.qgis.org/issues/15089 for screenshots & test service url
2016-06-21 11:19:24 +02:00
Hugo Mercier
6fae6e22b0
Update arrow mask image
2016-06-21 11:18:19 +02:00
Hugo Mercier
36e7f920c2
Fix outline rendering in arrow symbol layer
2016-06-21 10:33:54 +02:00
Richard Duivenvoorde
543d521133
WMS GetLegendGraphic fix #15055 ( #3213 )
...
When creating the legend image url, this tests for available queryparams
in a case-insensitive way...
2016-06-21 17:10:11 +10:00
Nathan Woodrow
3e1971b6fe
Remove wrong override
2016-06-21 17:06:05 +10:00