64354 Commits

Author SHA1 Message Date
Peter Petrik
d9f18ccb9c
Fix spelling (#37849)
fix the spelling errors
2020-07-21 12:51:48 +02:00
Nyall Dawson
9fedd2c581 Tight crop for helicopter symbol 2020-07-21 16:27:32 +10:00
Nik Clement
2ccf6089b5 Addition of Helicopter svg marker
The organisation I work for operates helicopters and I've built this svg file to allow me to use this as a marker. I've named the file in the convention of other files and placed into the appropriate folder, while testing to ensure the marker can be colourised in the same way as other svg markers.

I'm adding this as others might benefit from the work I've done.
2020-07-21 16:27:32 +10:00
Dmitry Shachnev
7e93859dfd Replace deprecated sipTransferBreak with sipTransferTo 2020-07-21 13:18:40 +10:00
Dmitry Shachnev
d9db0d5159 Remove use of deprecated sipCanConvertToEnum
sipConvertToEnum will raise an exception itself if the type is wrong.
2020-07-21 13:18:40 +10:00
Dmitry Shachnev
ae8b427fe9 Replace deprecated sipMappedType with sipTypeDef 2020-07-21 13:18:40 +10:00
Andrea Giudiceandrea
23f0e017ed Fix missing line feeds and a typo in qgsprocess 2020-07-21 13:18:19 +10:00
Harrissou Sant-anna
8bf698074d Fix formatting 2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
4e2cf102e0 Add precision to multipoint feature $x and $y functions
Co-authored-by: Nyall Dawson <nyall.dawson@gmail.com>
2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
5901d5dc6f Add precision and examples to x, y and z expression functions 2020-07-21 10:16:00 +10:00
Harrissou Sant-anna
d4e60173bc Fix after review 2020-07-21 10:13:45 +10:00
Harrissou Sant-anna
140425b1e3 Fix file formatting for better output rendering 2020-07-21 10:13:45 +10:00
Harrissou Sant-anna
5c83cd07cc Move some cpp code samples to python 2020-07-21 10:13:45 +10:00
Alexandre Neto
83836766be Apply suggestions from Havart
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
fe9e14a5dd Apply suggestions from code review
Co-authored-by: Håvard Tveite <havard.tveite@nmbu.no>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ea6c0446eb Apply suggestions from code review
Co-authored-by: Harrissou Sant-anna <delazj@gmail.com>
2020-07-21 10:12:13 +10:00
Alexandre Neto
ce5a643857 Improve CASE help 2020-07-21 10:12:13 +10:00
Alexandre Neto
c345622723 Fix some HTML syntax to play better with the QGIS-Documentation script 2020-07-21 10:12:13 +10:00
Alexandre Neto
6d2ccb4e3b Update help files 2020-07-21 10:12:13 +10:00
Alexandre Neto
9c631e7d96 Remove obsolete help files
Add missing group help files
2020-07-21 10:12:13 +10:00
Dan Minor
bfc0925bbf
Call saveSettings from QgsCompoundColorWidget::hideEvent
We currently call saveSettings from the QgsCompoundColorWidget destructor.
Since we restore the custom colors when the constructor runs, any changes made
will be lost if a second QgsCompoundColorWidget is created before the first is
destroyed. This adds a hideEvent handler, and saves the settings from there.

Fixes #37749.
2020-07-21 09:56:24 +10:00
Lancelot SIX
9d41db14cc createUserProfile: ensure qgis.db file is user writable
In some package managers (such as NIX[1], used in NixOS[2]), packaged
data is installed read-only.

When creating a new user profile, QGis copies the `qgis.db` file from
the packages and the user ends having a read-only `qgis.db` database.

This commit ensures that once copied when creating a ne profile, the
`qgis.db` file is made user writable.

[1] https://nixos.org/nix/
[2] https://nixos.org/
2020-07-21 09:50:36 +10:00
Nyall Dawson
ffe8f03bb0 Fix various build warnings 2020-07-21 09:44:31 +10:00
Andrea Giudiceandrea
33fe1eac27 Fix invalid randompointsonlines algorithm ID in menus.py
Fix invalid algorithm ID for menu: qgis:randompointsonlines
The valid algorithm ID is native:randompointsonlines
2020-07-21 09:07:51 +10:00
Alexander Bruy
d0dda27afa
Merge pull request #37876 from alexbruy/fix-cmake
fix argument in the CMake IF statement (followup 4009fa8e22)
2020-07-20 16:40:17 +03:00
Alexander Bruy
60397ffa42 fix argument in the CMake IF statement (followup 4009fa8e22) 2020-07-20 12:21:27 +03:00
Julien Cabieces
45251db5b8 Fixes #37342 : manage Postgres parallel plans when estimating row count 2020-07-20 09:00:28 +02:00
Alessandro Pasotti
3af038f861
Merge pull request #37832 from elpaso/browser-create-table
Browser create database table
2020-07-18 17:18:16 +02:00
Alessandro Pasotti
850826cc9b Added a comment 2020-07-18 11:14:11 +02:00
Alessandro Pasotti
2b3c680b45 Use notify for consistency 2020-07-18 11:13:54 +02:00
Alessandro Pasotti
d466f13365 MSSQL: enable refresh in schema items 2020-07-18 11:13:01 +02:00
Matthias Kuhn
407fd19699
Merge pull request #37435 from agiudiceandrea/fix-37406-memorylayer-curvepolygon
Allow to create CompoundCurve, CurvePolygon, MultiCurve, MultiSurface memory layers
2020-07-18 08:30:06 +02:00
nirvn
3b249d12ff [FEATURE][3d] Enable embedded and remote 3D models for 3D point symbols 2020-07-18 13:01:18 +07:00
nirvn
80627eb740 Add QgsSourceCache 2020-07-18 13:01:18 +07:00
Alessandro Pasotti
a775665d20 Revert endless mess in providerKey
the big issue is that layer items return the QgsDataProvder key
while other items return the QgsDataItemProvder key.

This needs a complete refactoring (and API break).
2020-07-17 16:30:45 +02:00
Matthias Kuhn
25179aea3a
Merge pull request #37844 from DelazJ/labelsDiscourage
Mentions that diagrams placement can be blocked from the labels tab
2020-07-17 13:27:24 +02:00
Alessandro Pasotti
ecb5f4b31b New notify on gui dataitems 2020-07-16 19:05:48 +02:00
Alessandro Pasotti
1f739a9d47 Length and precision validation 2020-07-16 19:04:54 +02:00
Alessandro Pasotti
9cb34b6c4b Revert data provider key on items (still waiting for Peter answer) 2020-07-16 19:04:15 +02:00
Matthias Kuhn
e91abdc23f
Merge pull request #37769 from m-kuhn/fix_snapping_scope_missing
Cache snapping results in feature dialog for subsequent recalculation
2020-07-16 15:39:06 +02:00
Alessandro Pasotti
98496a2952 Guard for options null (other providers) 2020-07-16 15:38:14 +02:00
Alessandro Pasotti
9a17d9355a Use connections API for creating tables 2020-07-16 15:37:03 +02:00
Alessandro Pasotti
9d1d88d207 Guard for options null 2020-07-16 15:36:25 +02:00
Matthias Kuhn
986df3b8a7
Merge pull request #37830 from suricactus/fix_paste
Fix pasting features - only a single insert operation, no unnecessary (failing) updates
2020-07-16 13:54:07 +02:00
Harrissou Sant-anna
081d3e7989
Mentions that diagrams placement can be blocked from the labels tab 2020-07-16 13:27:15 +02:00
Matthias Kuhn
66c82f325a Improved docstring 2020-07-16 13:16:43 +02:00
Alessandro Pasotti
9d30cd7b46 Fix ui header install 2020-07-16 13:03:12 +02:00
Alessandro Pasotti
4473b2cc77 New data item for browser connection roots
in order to distinguish it from schema and layer collections.
2020-07-16 12:22:20 +02:00
Alessandro Pasotti
fe69426b12 Remove double entry for new gpkg table in browser 2020-07-16 11:25:06 +02:00
Alessandro Pasotti
b1c371af58 Add static nativeTypes and remove ugly workaround 2020-07-16 10:49:10 +02:00