Alessandro Pasotti
7761f5f0fe
Merge pull request #30391 from troopa81/executesql_raise_unknown_geom
...
Raise an exception when geometry field autodetection has failed
2019-06-27 09:22:36 +02:00
Nyall Dawson
a45a6f484d
Fix potential crash on exit
...
Fixes #30399
2019-06-27 16:18:53 +10:00
Nyall Dawson
94da97089f
Fix ui build warning
2019-06-27 10:44:47 +10:00
nirvn
871536162c
[arcgisrest] Fix crash when fetching an image errors out
2019-06-27 10:43:50 +10:00
nirvn
718f21e807
[arcgisrest] Fix root of a mapserver not recognized as layer
2019-06-27 10:43:50 +10:00
Nyall Dawson
cd5e9a9adc
Also use 'title' as a candidate for good field names for identifying features
2019-06-27 08:33:27 +10:00
Larry Shaffer
5bed72760f
Fix __MAC_OS_X_VERSION_MAX_ALLOWED comparison in dark theme function
...
Version comparison needs to be numeric, in case __MAC_10_10_4 is not
defined, e.g. some pre-10.14 SDKs
Forward port of #8938
2019-06-27 07:25:23 +10:00
Larry Shaffer
f4348259c9
[needs-docs] Merge pull request #30227 from boundlessgeo/master_legend-horiz-scroll
2019-06-26 11:42:53 -06:00
Alexander Bruy
c224a01faf
Merge pull request #30377 from alexbruy/gdal-extra
...
[processing] allow passing additional command line parameters to GDAL algorithms
2019-06-26 19:50:43 +03:00
Alessandro Pasotti
fdc97ba61f
Fix QGIS Server WFS geometryless DescribeFeatureType ( #30390 )
...
Fixes #30381
2019-06-26 13:53:39 +02:00
Juergen E. Fischer
89a4bf1bbe
oracle provider: fix build after introduction of static data providers (followup cf2d87837; refs #30234 )
2019-06-26 12:39:18 +02:00
Alexander Bruy
d0926f96c5
Merge pull request #30407 from All4Gis/master
...
[processing] Fix exception in BatchInputSelectionPanel
2019-06-26 13:10:48 +03:00
Martin Dobias
984194bfdf
Fix ArcGIS map server provider
...
The provider used "arcgismapserver" key but QgsAmsProvider::name() returned just "mapserver"
and during the providers rework the other key was used...
2019-06-26 12:06:37 +02:00
Fran Raga
aac040534f
issue #30406
2019-06-26 08:59:53 +02:00
Julien Cabieces
9c90fdf2f8
Remove useless blank line
2019-06-26 08:56:59 +02:00
Matthias Kuhn
1cee45c8de
Merge pull request #30360 from m-kuhn/fix_use_before_assign
...
[dbmanager] Fix use before assign
2019-06-26 08:30:53 +02:00
Martin Dobias
cf2d87837b
Merge pull request #30234 from PeterPetrik/providers
...
[QEP 149] Introduce static data providers
2019-06-26 08:18:21 +02:00
nirvn
0e4f0c8555
[symbology] Fix broken centroid fill's force point inside polygon
2019-06-26 12:05:07 +07:00
Nyall Dawson
7d3d9247c7
Fix windows build
2019-06-26 10:10:35 +10:00
David Signer
4f56d9dd6a
mapLayer invokable
2019-06-26 06:34:04 +10:00
Martin Dobias
8e56f51c23
Merge remote-tracking branch 'origin/master' into providers
2019-06-25 22:11:51 +02:00
Juergen E. Fischer
6b5eaddee3
add support for transifex branches
2019-06-25 20:56:47 +02:00
Martin Dobias
87ff0dc558
Move qgis 4 todo out of doxygen comment
2019-06-25 16:27:41 +02:00
Martin Dobias
bd29f4666e
Fix build
2019-06-25 16:12:45 +02:00
Julien Cabieces
e63a94606d
Raise an exception when geometry field autodetection has failed
2019-06-25 15:39:11 +02:00
Martin Dobias
d155b1c877
Further updates from review
2019-06-25 15:38:07 +02:00
Martin Dobias
aead182b21
Change FilterType to enum class + rename values to FilterXXX
2019-06-25 14:53:56 +02:00
Nyall Dawson
521c832117
Fix incorrect font name in font button tooltips when set to limited
...
QFont support mode (e.g. most layout font buttons)
2019-06-25 21:36:19 +10:00
Nyall Dawson
4a2adfc3df
Adapt PROJ search path handling for Proj 6.1.1
2019-06-25 21:24:47 +10:00
Nyall Dawson
512642db18
[processing] Disable "use selected features" checkbox when loading
...
a non-project layer
(since these layers can never have selections)
2019-06-25 18:56:51 +10:00
Nyall Dawson
4a4b92223b
[processing] Fix exception from field wrappers when "selected features only"
...
is checked for a vector layer
2019-06-25 18:56:51 +10:00
Alexander Bruy
543673c388
also split YAML-based tests into raster and vector and run them as part
...
of the corresponding algorithms test
2019-06-25 11:50:36 +03:00
nirvn
efeb8b5e32
[raster] Allow raster providers to hint whether resampling is beneficial
...
For some providers, such as tiled WMTS/XYZ/AMS, resampling is not
always visually beneficial and can lead to larger downloads
2019-06-25 14:42:36 +07:00
Alessandro Pasotti
063d29b256
Add NMEA GST Message for GPSInformation.Accuracies ( #30274 )
...
* Update sentence.h
* Update sentence.h
* Update sentence.h
* Update sentence.c
* Update parse.h
* Update parse.h
* Update sentence.h
* Update parse.c
* Update qgsnmeaconnection.cpp
* Update qgsnmeaconnection.cpp
* Update qgsnmeaconnection.cpp
* Update info.h
* Update qgsnmeaconnection.h
* Update qgsnmeaconnection.h
* Update parse.c
* Update parse.c
* Update parse.c
- Corrected Buffer Sizecomparison to 6
- defined Variable for buffer_size
* Astyle
* Fix docstrings
2019-06-25 09:41:29 +02:00
Alexander Bruy
f16f7f765e
reorganize gdal provider tests
...
Now GDAL algorithms test are splitted into parts: general tests, raster
algorithms and vector algorithms. This makes testing a bit faster and
easier, as there is no need to run not related tests.
2019-06-25 09:59:50 +03:00
Alexander Bruy
684083c4ca
additional parameters for buildvrt algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
57547a7731
additional parameters for translae algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
3ed47c3bd9
add test for slope algorithm and allow additional command line
...
parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
61445ad0a2
additional parameters for sieve algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
27aa8113de
additional parameters for retile algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
c313f1da50
additional parameters for proximity algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
d66914aec6
additional parameters for polygonize algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
1d12620579
additional parameters for pansarpening algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
09102c7e7b
more tests for nearblack algorithm
...
and add support for additional command line parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
629afb685c
cover gdal merge algorithm with test and add support for additional
...
command line parameters
2019-06-25 09:59:50 +03:00
Alexander Bruy
97806eaa5d
additional parameters for hillshade algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
ceb0633f89
additional parameters for grid nearest neighbor
2019-06-25 09:59:50 +03:00
Alexander Bruy
d1562a4149
additional parameters for grid linear
2019-06-25 09:59:50 +03:00
Alexander Bruy
c351bb85fc
additional command line parameters for grid IDW NN
2019-06-25 09:59:50 +03:00
Alexander Bruy
10062dcc80
additional parameters support for grid inverse distance
2019-06-25 09:59:50 +03:00