Alessandro Pasotti
fe4f1500d9
Merge pull request #5563 from boundlessgeo/BD-2469-pem-key-encoding
...
[auth][bugfix] Import pvt keys with unknown file extension
2017-11-13 17:40:54 +01:00
Even Rouault
2c49631bc9
[OGR provider] Support 64bit FID (partially implemented per 8f3d44d4e9321efc035a6080b161f5dd48d4f230 in master) ( fixes #16404 )
2017-11-13 15:49:14 +01:00
Harrissou Sant-anna
e1f5348a97
Add tab order and enable help button
2017-11-13 10:32:15 +01:00
Alessandro Pasotti
822a123ebd
Add extra checks to PEM encoding test
...
Not really necessary but for extra safety
2017-11-13 09:09:18 +01:00
Alessandro Pasotti
9e192ad5e8
Added various line endings PEM tests
2017-11-13 09:00:11 +01:00
Nyall Dawson
3b2228adb0
Merge pull request #5613 from nyalldawson/custom_crs_fixes
...
Custom crs fixes
2017-11-13 18:47:37 +11:00
Nyall Dawson
fd18c3bc69
Merge pull request #5559 from nyalldawson/custom_crs
...
Fix issues with custom CRS dialog
2017-11-13 18:47:09 +11:00
Nathan Woodrow
702dfdab5d
Tweak crash message
2017-11-13 17:28:09 +10:00
Harrissou Sant-anna
4f22b45971
Fix typos
2017-11-13 08:13:10 +01:00
Nyall Dawson
6f7ad82a72
Fix crash when clearing all nodes using node tool
2017-11-13 16:30:21 +10:00
Nathan Woodrow
66c7d6868c
Fix #12932 - Send and show layer load errors to user
2017-11-13 15:51:36 +10:00
Nyall Dawson
be8bad8e39
Fix duplicate crsChanged signal emitted when loading projects
2017-11-13 15:28:14 +10:00
Nyall Dawson
f2b5a5952b
Fix loading 2.x projects with custom CRS
...
Fixes #17257
2017-11-13 15:26:05 +10:00
Nyall Dawson
e967881e45
Fix incorrect authid and description after saving a user crs
2017-11-13 15:11:05 +10:00
Nyall Dawson
39851f4474
Invalidate crs cache after adding a new user CRS
...
Refs #17257
2017-11-13 15:01:46 +10:00
Nathan Woodrow
9369e5c137
[MSSQL] Don't add constraints for identity columns
...
These are generated server side and will block the form if we set
this client side
2017-11-13 14:57:41 +10:00
Nyall Dawson
e0b2c27c07
Fix return type for QgsCoordinateReferenceSystem::saveAsUserCrs
2017-11-13 14:33:38 +10:00
Nathan Woodrow
82644fb37f
uh oh ;)
2017-11-13 11:58:29 +10:00
Kristian Thy
320bda01f4
[bugfix] Issue #17387 : MSSQL provider fails to load UNIQUEIDENTIFIER fields ( #5521 )
...
* Fix #17387 : MSSQL provider fails to load UNIQUEIDENTIFIER fields
2017-11-13 11:09:57 +10:00
Juergen E. Fischer
150a64e9ac
fix warnings and translation strings
2017-11-12 21:57:15 +01:00
Even Rouault
68da18c0b6
Attempt at fixing warning 'case value ‘2147483648’ not in enumerated type OGRwkbGeometryType' caused by 97020ff17d21fcdad8a51a5177d9c1da2bce9e81 fix
2017-11-12 21:27:30 +01:00
Even Rouault
96ec664594
GDALDataItems / OGRDataItems: avoid listing .map and .dat files of a .tab
2017-11-12 21:18:27 +01:00
Even Rouault
8cefb45d6d
QgsOgrLayerItem(): avoid useless dataset opening
2017-11-12 21:18:27 +01:00
Jürgen Fischer
75ea3726d0
Merge pull request #5610 from landryb/fix/32-bits-build
...
Remove useless cast breaking build on 32-bits os
2017-11-12 20:16:54 +01:00
Even Rouault
3ff0f69794
[OGR provider] Make extent() return a isNull() rectangle on empty layer ( fixes #16721 )
2017-11-12 14:56:05 +01:00
Alexander Bruy
7e699f18c7
improve layout in Python init function editor ( fix #17428 )
2017-11-12 12:29:26 +02:00
Nathan Woodrow
944d2f40c3
Fix windows build
2017-11-12 20:26:10 +10:00
Nathan Woodrow
e4596052c0
Add local symbols to stack trace in crash
2017-11-12 19:58:08 +10:00
Landry Breuil
97020ff17d
Remove useless cast breaking build on 32-bits os
...
error: case value evaluates to 2147483655, which cannot be narrowed to type 'long' [-Wc++11-narrowing]
2017-11-12 07:59:46 +01:00
Nyall Dawson
41abc0b68e
Merge pull request #5530 from DelazJ/chkgeom_messages
...
[Geometry Checker] Improve displayed message by indicating the layer…
2017-11-12 12:11:59 +11:00
Nyall Dawson
0fa9041c4e
Merge pull request #5528 from DelazJ/geometrycheck
...
[Geometry Checker] Better handling of the geometry checker dialog
2017-11-12 12:11:05 +11:00
Nyall Dawson
c1b683b51e
Merge pull request #5595 from alexbruy/fix-north-arrow
...
[north arrow] prevent crash if project CRS is not defined
2017-11-12 12:08:49 +11:00
Even Rouault
66518eb9ee
[GML parser/WFS provider] Fix crash when typename and geometry field name are identical ( fixes #15942 )
2017-11-11 12:11:36 +01:00
Nyall Dawson
bcb815bbf1
Merge pull request #5602 from nyalldawson/modernize2
...
Apply some more clang-tidy modernizations
2017-11-11 18:11:53 +11:00
Nyall Dawson
5a6c222e87
Fix Coverity null pointer dereference issues
2017-11-11 16:00:19 +10:00
Nyall Dawson
a9145f16cc
Avoid Coverity unchecked return value warnings
2017-11-11 15:48:19 +10:00
Nyall Dawson
48c7e31ee1
Fix Coverity uninitialized member warnings
2017-11-11 15:44:14 +10:00
Nyall Dawson
450887eabd
Fix documentation test
2017-11-11 15:34:46 +10:00
Nyall Dawson
2e6d125a6f
Use =default, =delete where possible
2017-11-11 15:22:19 +10:00
Nyall Dawson
bcd90715b0
Run clang-tidy code readability fixits
2017-11-11 12:19:59 +10:00
Nyall Dawson
c97fa5bdd0
Cleanup some constructors
2017-11-11 11:29:45 +10:00
Nyall Dawson
871f71305d
Use clang-tidy modernize-use-default-member-init to modernize initializers
2017-11-11 10:54:44 +10:00
Even Rouault
8c6e029688
Merge pull request #5601 from rouault/unblacklist_PyQgsDBManagerGpkg
...
Fix DBManager + PyQgsDBManagerGpkg and unblack list it for Travis-CI
2017-11-10 22:37:45 +01:00
Even Rouault
95feb87d3b
Fix DBManager + PyQgsDBManagerGpkg and unblack list it for Travis-CI
2017-11-10 22:02:19 +01:00
Even Rouault
a65f072b71
Merge pull request #5598 from rouault/gdal_ogr_extensions
...
[GDAL/OGR providers] Improve list of extensions, remove duplicates, support netCDF vector (fixes #17000 )
2017-11-10 21:57:56 +01:00
Borys Jurgiel
f97a011f96
[Plugin manager] Remember last visited tab. Fixes #8786
2017-11-10 21:35:56 +01:00
Nyall Dawson
992d1e26bd
Merge pull request #5587 from nyalldawson/3d
...
Fix 3d renderer does not work with multi-point layers
2017-11-11 07:31:21 +11:00
Even Rouault
0ba03e59ee
[GDAL/OGR providers] Improve list of extensions, remove duplicates, support netCDF vector ( fixes #17000 )
...
- Read GDAL 2.0 GDAL_DMD_EXTENSIONS metadata item to retrieve a list of extensions
- Remove 'duplicated' drivers from list (such as KML/LIBKML, DGN/DGNv8)
- Support netCDF as a vector format (in addition to raster)
- For OGR formats, dynamically build list for unknown drivers ('static' list kept for now)
2017-11-10 21:16:58 +01:00
Nyall Dawson
fb205b1aec
Merge pull request #5589 from nyalldawson/remote_proc_exp
...
[processing] Remove expression buttons from parameters outside modeler
2017-11-11 07:00:16 +11:00
Blottiere Paul
67f846548a
Merge pull request #5520 from pblottiere/server_bugfix_width_height
...
[server][bugfix] Fixes #17399 WIDTH and HEIGHT parameters are not mandatory for GetPrint
2017-11-10 16:56:32 +00:00