56065 Commits

Author SHA1 Message Date
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
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
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
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
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
Alessandro Pasotti
f220a7f580 Remove redundant checks and apply recommendations 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
8a87a106ce Code polishing (fix warnings and log error messages) 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
020154ccf3 Save time with localtime and tz options
This will save a wrong time in most TZ aware
storages when an option different than UTC
is chosen, but we have no way to know that
from the widget.
2019-06-24 12:11:51 +02:00
Alessandro Pasotti
680d935852 Add tests for linestring and leap seconds 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
ae91fb288f Fix cast warnings 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
538e294280 Fix preferred fields storage 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
5c6223c2bf GPS timestamp support with tests 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
3b8e15d0c5 Added GPS timestamp options 2019-06-24 12:11:51 +02:00
Alessandro Pasotti
5a648eecba Internally store last GPS time 2019-06-24 12:11:51 +02:00
Alexander Bruy
ff24ab53ef outputs can not be advanced 2019-06-24 20:09:57 +10:00
Alexander Bruy
625cc01fc3 [processing][feature][needs-docs] allow to define model parameters as
advanced
2019-06-24 20:09:57 +10:00
Nyall Dawson
42562c6226 Add DateTime filter support to QgsFieldProxyModel 2019-06-24 20:09:37 +10:00
Nyall Dawson
49731f21ec Add note about new nmea upstream 2019-06-24 19:29:02 +10:00