56140 Commits

Author SHA1 Message Date
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
Alexander Bruy
3c03629fa7 additional parameters for grid data metrics algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
629f299b17 additional parameters support for grid average algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
1e7704ab60 additional parameters support in gdalinfo algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
5b27b72191 allow additional parameters for gdal_calc 2019-06-25 09:59:50 +03:00
Alexander Bruy
c0c16cdd31 additional parameters for gdaladdo algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
45b12a7e5c support for additional command line parameters and creation options in
the fillnodata algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
18a56f97e0 allow pass additional parameters in the contour algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
c64c2948d9 fix not used creation options parameter in the color relief algorithm and
allow to pass additional command line parameters to it
2019-06-25 09:59:50 +03:00
Alexander Bruy
0128135c64 allow to pass additional parameters to the clip raster by mask algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
d40d040ebe allow to pass additional parameters to the clip raster by extent
algorithm
2019-06-25 09:59:50 +03:00
Alexander Bruy
7c06db6d7b allow to pass additional command-line parameters to aspect algorithm 2019-06-25 09:59:50 +03:00
Alexander Bruy
710a4fb947
Merge pull request #30344 from alexbruy/graduated-classes
update number of classes in the graduated renderer (fix #29796)
2019-06-25 09:59:02 +03:00
Matthias Kuhn
c0643680cf
Merge pull request #30363 from m-kuhn/no_hide_toolbars_qgis_welcome_page
Revert "Hide panels and toolbars on welcome page"
2019-06-25 08:45:57 +02:00
Matthias Kuhn
c3e6b7236d
Update python/plugins/db_manager/db_plugins/postgis/connector.py
Co-Authored-By: Etienne Trimaille <gustrimaille@yahoo.fr>
2019-06-25 08:45:24 +02:00
nirvn
eb28199ad0 [FEATURE][raster] Customizable default resampling settings for newly-added raster layers 2019-06-25 12:18:08 +07:00
nirvn
ffb123c6ca [testcase] Properly test resizing of locked scale map canvas 2019-06-25 09:47:48 +07:00
Alessandro Pasotti
a843288f61
Merge pull request #30354 from elpaso/gps-time
GPS timestamp support
2019-06-24 18:49:51 +02:00
Alessandro Pasotti
9b1d08009d Fix bindings 2019-06-24 17:57:23 +02:00
Matthias Kuhn
674e5d728f Revert "Hide panels and toolbars on welcome page"
This reverts commit 573d5a0318e515d58a7ccbca486619533fc5fd44.

Fix #30353
2019-06-24 16:33:46 +02:00
Matthias Kuhn
a812bee24a
Merge pull request #30325 from m-kuhn/clang_tidy_f
Apply clang-tidy fixes
2019-06-24 16:11:33 +02:00
rldhont
15961c2207 Fix SIP file not up to date: core/auto_generated/qgsfieldproxymodel.sip
Introduced by 39fb9ce84a4b1743ddccb6a2cf842f06d17eb124 Merge branch 'master' into on-screen-navigation
2019-06-24 15:41:27 +02:00
nirvn
2b1ddfa4c9 [map canvas] Fix scale change when resizing in locked scale mode 2019-06-24 20:27:01 +07:00
Matthias Kuhn
95f63ec3b8 [dbmanager] Fix use before assign 2019-06-24 14:51:59 +02:00
Nyall Dawson
dacd1649a3 Fix missed icon change 2019-06-24 22:16:55 +10:00
Martin Dobias
39fb9ce84a
Merge branch 'master' into on-screen-navigation 2019-06-24 13:09:41 +02:00
Alessandro Pasotti
7db0cca900 Use QgsFieldComboBox instead of a plain combo 2019-06-24 12:35:10 +02:00