Matthias Kuhn
aa3ba9d119
Merge pull request #32125 from m-kuhn/db_manager_select_geom_type
...
[db_manager] Allow selecting geometry type in context menu
2019-10-26 19:54:23 +02:00
Giovanni Manghi
414807a74f
fix typo
2019-10-26 21:14:37 +10:00
Giovanni Manghi
76bc160612
change v.voronoi description
2019-10-26 21:14:37 +10:00
Giovanni Manghi
0fee816414
fixes again GRASS7 v.voronoi
2019-10-26 21:14:37 +10:00
Sebastian Niklasch
1a45936595
prevent AttributeError
...
If os.path.isfile(sqlite_cache_file) is False, the Attribute cache_connection was not assigned and so an Attribute Error occured in the following lines.
2019-10-26 15:59:39 +10:00
lbartoletti
58a3540d05
[needs-docs] add interpolate Z on segment snapping
2019-10-26 10:55:15 +10:00
Juergen E. Fischer
b81d306047
spelling fixes ( closes #32408 )
2019-10-26 10:50:30 +10:00
Giovanni Manghi
150d6ce33f
add missing file
2019-10-26 08:31:28 +10:00
Giovanni Manghi
890ec4abbe
re add original tool to avoid brekaing models
2019-10-26 08:31:28 +10:00
Giovanni Manghi
f03b4f72dd
update decorator names for SAGA reclass tools
2019-10-26 08:31:28 +10:00
Giovanni Manghi
c1df3a07dc
change default for some parameters
2019-10-26 08:31:28 +10:00
Giovanni Manghi
4a83cb9008
split SAGA reclass raster values in order to improve UX
2019-10-26 08:31:28 +10:00
Alessandro Pasotti
381a57433c
Drop const and fix duplicated "Source"
2019-10-26 08:13:47 +10:00
Alessandro Pasotti
1bc7ece06a
Add styleSheetType to application reportStyleSheet
2019-10-26 08:13:47 +10:00
Giovanni Manghi
c3c750a749
fix wronng paste
2019-10-26 08:13:09 +10:00
Giovanni Manghi
b57229b944
fix SAGA Slope, Aspect, Curvature
2019-10-26 08:13:09 +10:00
Even Rouault
6d47b5d847
[OAPIF] Rename WFS_VERSION_API_FEATURES to WFS_VERSION_API_FEATURES_1_0
2019-10-26 06:47:59 +10:00
Even Rouault
c7f29d501f
QgsVectorLayer: document oapif provider
...
Funded by Planet
2019-10-26 06:47:59 +10:00
Even Rouault
681229a48a
[OAPIF provider] Integrate provider within WFS provider GUI
...
Funded by Planet
2019-10-26 06:47:59 +10:00
Alessandro Pasotti
16676ff93a
Code layout
2019-10-26 06:46:09 +10:00
Alessandro Pasotti
090a6c72ad
Fix range extend infinity
2019-10-26 06:46:09 +10:00
Alessandro Pasotti
65d0f5b67f
Add extend to QgsRange
2019-10-26 06:46:09 +10:00
Nyall Dawson
1ba8db41b6
Fix potential overflow in raster renderer
2019-10-26 06:45:11 +10:00
root676
2221bcad6a
remove old python algorithm and helpstrings
2019-10-26 06:43:32 +10:00
root676
ccc7566bf1
Port of Densify Geometries by Count algorithm to C++
2019-10-26 06:43:32 +10:00
Denis Rouzaud
8ef8efa7fb
include nlohmann/json_fwd.hpp in core source headers ( #32294 )
...
the file was manually added later to the installted headers, but not on mac
it is not possible to install a file in a Headers subfolder within a framework if the original header is not in the same cmake current directory
installing a header in a subdirectory is achieved by setting the MACOSX_PACKAGE_LOCATION property of the source file
but setting a property can only be achieved if it is in the same cmake directory (from the docs: Source file properties are visible only to targets added in the same directory [0])
[0] https://cmake.org/cmake/help/latest/command/set_source_files_properties.html
2019-10-18 09:08:12 +02:00
Julien Cabieces
e4da0ac8c9
Revert "Merge pull request #31374 from troopa81/parallelize_snap_caching"
...
This reverts commit 87b1aa9a5d6efb279693aea68dc2dcb5b51b3e86
2019-10-18 14:50:33 +10:00
Denis Rouzaud
2406837650
replace deprecated in by deprecated since ( #32260 )
2019-10-15 15:56:54 +02:00
Denis Rouzaud
758d7cff4a
run sipify to update deprecation annotations
2019-10-15 13:17:38 +02:00
signedav
172956adb7
Merge pull request #32158 from signedav/null-strings-datetime
...
Null representation in QgsDateTimeEdit on getting focus
2019-10-11 21:20:32 +02:00
Sandro Santilli
76b39de1b8
Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci ( #32199 )
...
* Add ENABLE_SAGA_TESTS cmake config, default to off, enable in ci
Closes #32143
* Update python/plugins/processing/tests/CMakeLists.txt
Co-Authored-By: Harrissou Sant-anna <delazj@gmail.com>
2019-10-11 11:26:33 +02:00
rldhont
6625c7ba62
[Bugfix] Get remote SVG synchronously - in the server context
2019-10-11 14:08:17 +10:00
Clemens Raffler
9e9ade3903
[processing] Port of Create Grid algorithm to C++
...
MUCH faster grid creation vs the Python implementation
2019-10-10 09:33:59 +10:00
Nyall Dawson
023ba1968e
[processing] Drop precision of attribute check for create grid test results
2019-10-10 08:55:20 +10:00
ThiesVanLoon
93a52b47f7
Bug fix resolving issue 32172
...
The 'upload' parameter value 'to_attr' should not involve a closing bracket
https://github.com/qgis/QGIS/issues/32172
2019-10-09 13:39:34 +02:00
Nyall Dawson
6e26963908
Cleanup QgsMapLayerRenderer api
...
Make associated QgsRenderContext a base class member, since all
renderer subclasses require this
2019-10-09 16:36:18 +10:00
Nyall Dawson
f45540d175
Fix export to geopdf skips raster and mesh layers
...
Fixes #32148
2019-10-09 16:36:18 +10:00
Nyall Dawson
3112332227
Rename variable for clarity
2019-10-09 15:01:51 +10:00
Nyall Dawson
cb06519d16
[api] Add API to indicate that individual layers may be loaded without any
...
CRS validation, regardless of the user's settings
This avoids hacks put in place in other parts of QGIS code or in plugins
to temporarily deactivate the CRS validation prompt, providing a supported,
stable method to indicate that when loading a particular layer no CRS
validation is required.
2019-10-09 15:01:51 +10:00
Even Rouault
a491117c88
Merge pull request #32162 from rouault/fix_29212_followup_revived
...
Application options: defer disabling of drivers after application restart (relates to #29212 )
2019-10-08 20:34:39 +02:00
Even Rouault
d7f5bd0ea3
Application options: defer disabling of drivers after application restart (relates to #29212 )
...
This is a follow-up of https://github.com/qgis/QGIS/pull/31772
Driver de-registration is now defered after application restart to avoid
any risk of potential crashes if a dataset using a disabled driver was
already in use.
2019-10-08 20:31:39 +02:00
Even Rouault
4762e6ae06
OGR sublayers: add a 'Description' column in the GUI
...
Some OAPIF/WFS3 datasets uses UUID as the layer name, so this is highly
impractical for the user. However they publish a user friendly name in
the TITLE metadata, so use that.
2019-10-07 19:46:36 +02:00
David Signer
1df5213da6
if the lineEdit contains the Null Representation it should replace the text with the current date
2019-10-07 17:20:47 +02:00
nirvn
23cc659a05
[projects] Add signals for background color and selection color change
2019-10-07 15:47:30 +07:00
nirvn
6bc83965a8
[projects] Serve selection color through a proper API
2019-10-07 15:47:30 +07:00
nirvn
5863f63ae1
[projects] Serve default canvas background color through a proper API
2019-10-07 15:47:30 +07:00
Matthias Kuhn
ea510e83ef
Update python/plugins/db_manager/db_plugins/plugin.py
...
Co-Authored-By: Alessandro Pasotti <elpaso@itopen.it>
2019-10-07 09:18:34 +02:00
Alexandre Neto
54d3c64c19
Update tests
2019-10-07 09:07:45 +10:00
Alexandre Neto
28b24bda51
Better approach for preferredFormat
2019-10-07 09:07:45 +10:00
Alexandre Neto
6918f230b8
Checks is gpkg is available for writing
2019-10-07 09:07:45 +10:00