Nyall Dawson
d13eaa6a3b
Improve documentation
2017-11-20 09:42:03 +11:00
Nyall Dawson
3405bc1598
Fix broken export of DXF labels
2017-11-20 08:29:17 +11:00
Nyall Dawson
4143ab6e64
Fix DXF export issue when an empty layer is selected
2017-11-20 08:29:17 +11:00
Nyall Dawson
8cf9f8fb6f
Fix combining extent of valid rectangle with invalid rectangle results
...
in invalid rectangle
2017-11-20 08:29:17 +11:00
Matthias Kuhn
8f1021c5b8
Disable WMS server test
2017-11-19 21:15:59 +01:00
Tom Kralidis
af6b4cc791
Merge pull request #5671 from tomkralidis/issue-17347
...
[bugfix] [MetaSearch] fix Esri ArcGIS service chaining (fixes #17347 )
2017-11-17 20:01:40 -05:00
Tom Kralidis
3ea8b74e18
[bugfix] [MetaSearch] fix Esri ArcGIS service chaining ( fixes #17347 )
2017-11-17 16:24:30 -05:00
Tom Kralidis
1dab575b10
Merge pull request #5669 from elpaso/bugfix-17347-metasearch
...
[bugfix] MetaSearch: Add WMS/WMTS data button broken
2017-11-17 13:12:20 -05:00
Daniele Viganò
7cc7375184
Fedora 26 now provides Qt 5.9, enable 3D in rpm spec for it
2017-11-17 18:45:36 +01:00
Alessandro Pasotti
1b79177bc9
[bugfix] Fix WFS in metasearch
...
Fixes #17347
2017-11-17 17:35:04 +01:00
Alessandro Pasotti
a0639b1a20
[bugfix] Fix WMS in metasearch
2017-11-17 16:52:41 +01:00
rldhont
1989111fb1
Merge pull request #5664 from rldhont/server-getfeatureinfo-raster-display
...
[BUGFIX][Server] GetFeaturInfo: do not identify raster data if point …
2017-11-17 14:46:18 +01:00
Even Rouault
48c320beb0
Merge pull request #5649 from rouault/settings_main_canvas_preview_jobs
...
Add a setting to be able to disable preview jobs in main canvas
2017-11-16 19:11:12 +01:00
Alessandro Pasotti
d590e98c3f
Merge pull request #5644 from boundlessgeo/bd-2648-auth-thread-safety
...
[auth] Thread safe auth methods with recursive mutex
2017-11-16 18:52:28 +01:00
rldhont
861987daa3
[BUGFIX][Server] GetFeaturInfo: do not identify raster data if point not contains
...
Manual forwardporting with enhancement for raster data values displayed
2017-11-16 17:08:51 +01:00
Alessandro Pasotti
6f0659742b
[auth] Morph the mutex from a pointer to a member var
2017-11-16 16:01:37 +01:00
Alessandro Pasotti
674467b95e
[auth] Thread safe auth methods with recursive mutex
...
Add a mutex to the base class and use that
mutex to protect all public methods of the
authentication methods.
2017-11-16 16:01:37 +01:00
Alexander Bruy
29c8f7ceb2
Merge pull request #5641 from NaturalGIS/master
...
[processing] add support for GRASS 7.4
2017-11-16 14:06:00 +02:00
Harrissou Sant-anna
7c08b7155b
[Bugfix]Fix Bookmarks xmax and ymin columns inversion ( #5643 )
...
(fix #16987 )
2017-11-16 18:01:55 +07:00
Mathieu Pellerin
793fb6114b
[processing] add vertex id details to extract nodes algorithms
2017-11-16 17:46:47 +07:00
Alexander Bruy
ee8ef42c42
[processing] boolean fieds support in the Refactor Fields algorithm ( fix #17168 )
2017-11-16 12:46:00 +02:00
David
574c9f21e2
select the new features after duplication
...
when duplicating features with the default action "duplicate" the new features are selected and additionally the childrens on the childrenlayers too.
2017-11-16 11:13:32 +01:00
David
78eba9ed05
return ids of the new child features on duplication
...
when duplicating a feature in QgsVectorLayerUtils::duplicateFeature and this feature has over a relation the child features, we return now the ids of the new created child features in the respone object QgsDuplicateFeatureContext.
2017-11-16 11:13:07 +01:00
Salvatore Larosa
7c9cc07e85
truncate only last extension in oper recent project menu
2017-11-16 10:48:34 +01:00
Blottiere Paul
898eb4abf4
Merge pull request #5628 from pblottiere/bugfix-transaction-tuple
...
executeSql in transaction does not return an error on tuple
2017-11-16 09:36:56 +00:00
Blottiere Paul
15c32c22c5
Merge pull request #5566 from pblottiere/bugfix-ogc-getcapa-abstract
...
[server][bugfix] Fix OGC test recommendations
2017-11-16 09:24:48 +00:00
Blottiere Paul
9283b26762
Update tests
2017-11-16 08:40:45 +00:00
Blottiere Paul
7b49032521
Update for loop
2017-11-16 08:04:03 +00:00
Blottiere Paul
0a38003ba5
Keep name and add metadata and keywordlist for root layer
2017-11-16 08:04:03 +00:00
Blottiere Paul
f52300d361
Update tests
2017-11-16 08:04:03 +00:00
Blottiere Paul
f9c80f321c
Replace Name entry by Abstract in GetCapabilities for root layer
2017-11-16 08:04:03 +00:00
Alessandro Pasotti
dfc0305420
Merge pull request #5631 from boundlessgeo/bd-2437-certs-format-sniffing
...
[auth] Moved the PEM/DER sniffing to a common private function
2017-11-16 09:04:00 +01:00
Blottiere Paul
c6b054ed4d
Add test
2017-11-16 08:01:07 +00:00
Blottiere Paul
51d156d349
Update doc
2017-11-16 08:01:07 +00:00
Blottiere Paul
640f78e5df
Do not consider a tuple response as an error in transaction
2017-11-16 08:01:07 +00:00
Alessandro Pasotti
8dd70c1dab
Merge pull request #5526 from boundlessgeo/ogr_authconfig_2
...
[auth][needs-docs] Authentication configuration support in OGR provider
2017-11-16 09:00:04 +01:00
Blottiere Paul
0bd5107e82
Merge pull request #5647 from pblottiere/contributor
...
Update contributors
2017-11-16 07:59:35 +00:00
Mathieu Pellerin
05d38b3d1d
[processing] preserve field length and precision for temporary outputs ( #5654 )
...
* add test case to cover length and precision through uri
2017-11-16 14:13:52 +07:00
Matthias Kuhn
bb6fda6cd6
Bump minimum spatialite version to 4.2
2017-11-16 07:57:41 +01:00
nirvn
4420eba61c
Save non-pinned recent projects below pinned ones
2017-11-16 11:04:40 +07:00
nirvn
3fd32b4287
Update recent project menu upon pin/unpin/remove actions
2017-11-16 11:04:40 +07:00
Kent Porter
cfb78a14f1
Improved mActionDataSourceManager.svg icon ( #5618 )
2017-11-16 10:46:58 +07:00
Nyall Dawson
d0c2a41c6c
Fix error when running postgis algs
2017-11-16 13:38:42 +10:00
Larry Shaffer
72af1a00da
[auth][ogr] Add missing PyQGIS auth manager OGR test
2017-11-15 19:30:34 -07:00
Even Rouault
ca8d82ff4c
Add a setting to be able to disable preview jobs in main canvas
...
Can be used by power users to disable preview jobs, for very slow datasources
(especially when network bandwidth is saturated), where it decreases performance.
More clever approaches have been discussed per https://github.com/qgis/QGIS/pull/5645
and https://lists.osgeo.org/pipermail/qgis-developer/2017-November/050524.html ,
but at least offer this setting for now, pending further improvements.
2017-11-16 00:27:39 +01:00
Nyall Dawson
135b5c6c25
Nicer UX when adding a layer to an existing gpkg through the browser
2017-11-16 09:31:37 +11:00
Nyall Dawson
ef7cc49c64
Don't require a connection to a geopackage for data item
...
'create new layer' to function
2017-11-16 09:31:37 +11:00
Even Rouault
581d0d30ca
[Spatialite provider] Properly destroy QgsSpatiaLiteConnPool singleton at provider unloading. Should fix frequent crash in PyQgsServerWMS on Travis ( fixes #17447 )
2017-11-15 23:23:56 +01:00
Even Rouault
7fa11c826f
Merge pull request #5632 from rouault/gdal_shared_instance
...
[GDAL provider] Use same underlying GDAL dataset for clone() (fixes #16006 )
2017-11-15 22:21:27 +01:00
Even Rouault
31299b0c3b
Merge pull request #5646 from rouault/fix_16966
...
[QgsAuthManager] Protect all methods that do SQL queries with mutex (fixes #16966 )
2017-11-15 22:01:41 +01:00