Alessandro Pasotti
ca55b21b3a
Make offline layer visible
2016-06-24 17:13:10 +02:00
Alessandro Pasotti
323da1bed6
Fixed WFS-T fid<->gml fid sync (thanks to roualt)
2016-06-24 17:12:25 +02:00
Alexander Bruy
87fea73647
[processing] add support for longlong fields in spatial join alg ( fix #15072 )
2016-06-24 15:10:49 +03:00
Even Rouault
02a0ebe1cf
[WFS provider] Document hideDownloadProgressDialog=1 URI option
2016-06-24 11:38:23 +02:00
Even Rouault
d73ec0677d
[WFS provider] Un-break building of offline editing database with 'Only request features overlapping the view extent' mode
2016-06-24 11:38:02 +02:00
Alexander Bruy
3ece8aca11
don't apply raster style to vectors ( fix #15001 )
2016-06-24 12:16:20 +03:00
Richard Duivenvoorde
c6e0ad36e8
Merge pull request #3226 from rduivenvoorde/legendsizefix
...
Adding &TRANSPARENT=true makes too big legend images look good
fix #15089
2016-06-24 09:59:11 +02:00
Matthias Kuhn
66c47d7ae4
Keep feature form only on top of application and not system
...
Better fix #15103
2016-06-24 09:11:38 +02:00
Alexander Bruy
279a65bb7e
align icons on the Manage layers toolbar ( fix #15074 ) ( #3232 )
2016-06-24 08:40:39 +02:00
Alexander Bruy
67493514be
Merge pull request #3231 from arnaud-morvan/processing_menu_translation
...
[processing] translate alg names in vector menu and options dialog
2016-06-24 08:49:42 +03:00
Juergen E. Fischer
92bfcd4802
update QgsAttributeTableFilterModel sip bindings
2016-06-24 01:04:10 +02:00
Juergen E. Fischer
4b00182482
oracle provider: by default skip additional geometry columns (on 64bit
...
Windows/Linux OCI crashes when there are more than three geometry
columns)
2016-06-23 22:22:46 +02:00
Sandro Santilli
f473521a45
Replace an explicit delete with a ScopedPointer
2016-06-23 18:55:45 +02:00
Matthias Kuhn
b07bae60a9
Default timeout for message bar items is 5 seconds
2016-06-23 18:06:27 +02:00
Matthias Kuhn
3661f92cc9
Persist attribute table sort order when clicking on column header
...
And when sorting by preview expression
2016-06-23 18:06:27 +02:00
Matthias Kuhn
4d48072558
Fix initial widget focus in credential dialog
2016-06-23 18:06:27 +02:00
arnaud.morvan@camptocamp.com
9edab1e0a8
[Processing] Translate alg names in menu and options dialog
2016-06-23 17:38:46 +02:00
Hugo Mercier
defd7388bc
Merge pull request #3229 from mhugo/fix_15113
...
Allow curved polygons to be inverted (fixes #15113 )
2016-06-23 17:17:20 +02:00
Alexander Bruy
e6970ba597
use QgsWKBTypes to check layer wkb type (follow up 904dc21625)
2016-06-23 18:14:22 +03:00
Sandro Mani
afa0335b70
[Globe] Rework qgis tilesource update logic
2016-06-23 16:53:06 +02:00
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