nirvn
560164debe
[ui] Add tooltip when changing slider value in tile scale panel
2018-08-22 17:48:07 +07:00
Juergen E. Fischer
b37832ab1e
debian packaging: disable 3D on cosmic
2018-08-22 10:44:49 +02:00
Juergen E. Fischer
1cc1f16501
Fix translation string
...
(caused "tx ERROR: Error received from server: Qt Linguist variants are
not yet supported." on vanish)
2018-08-22 10:40:23 +02:00
Alessandro Pasotti
f68de973ea
Load style from QML when provider supports stored styles
...
Fixes #19651 - Style loading issue
2018-08-22 10:24:23 +02:00
Alessandro Pasotti
6fba9b0b6d
Merge pull request #7674 from elpaso/bugfix-19611-ogr-overwrite-gpkg
...
[bugfix] Vector file writer: also check for layername before giving up
2018-08-22 10:12:43 +02:00
Alessandro Pasotti
fbfb0bc8a5
Fix test
2018-08-22 09:40:46 +02:00
Alessandro Pasotti
2da1d6f6ba
Also get src path from details.providerUriParams
2018-08-22 09:24:42 +02:00
Alessandro Pasotti
f4daa8cb60
Added providerUriParams to QgsVectorFileWriter::PreparedWriterDetails
...
Also added a test for the uri parsing
2018-08-22 08:59:48 +02:00
Matthias Kuhn
4b6421cdca
Fix compilation
2018-08-22 08:20:35 +02:00
Denis Rouzaud
66dd6768ef
add notifications on mac ( #7673 )
2018-08-22 08:29:12 +03:00
Matthias Kuhn
37a49e2bfe
Fix typo
2018-08-22 07:28:15 +02:00
Matthias Kuhn
8a2e919752
Apply new GeometryOptions setter and getter to tests
2018-08-22 07:27:29 +02:00
Matthias Kuhn
35a87a12bc
Remove outdated code
2018-08-22 07:24:36 +02:00
Matthias Kuhn
5435b193a2
Setter for GeometryOptions and not individual props
2018-08-22 07:01:51 +02:00
Matthias Kuhn
8f03681e65
Deduplicate code
2018-08-22 06:55:58 +02:00
Nyall Dawson
05fb0f4350
Fix windows build
2018-08-22 09:59:51 +10:00
Nyall Dawson
0d1a9819d4
Add qFloor, qCeil, qSqrt to banned keywords
2018-08-22 06:39:28 +10:00
Etienne Trimaille
5bc848c057
add map_layers variable for MapLayoutItem
2018-08-22 05:16:04 +10:00
Alessandro Pasotti
abc96ce291
[bugfix] Vector file writer: also check for layername before giving up
...
while (over)writing gpkg &C from vector file writer
With tests
Fixes #19611 - Cannot save selected features back to the same GeoPackage
2018-08-21 19:32:00 +02:00
Matthias Kuhn
26261ca646
More UI enhancements
2018-08-21 18:04:23 +02:00
Matthias Kuhn
c49ec67c4a
Add tests for precision and removeDuplicateNodes
2018-08-21 17:57:41 +02:00
Matthias Kuhn
8aca375a6e
Add assertGeometriesEqual function for testing
2018-08-21 17:57:14 +02:00
Matthias Kuhn
c82fdabcb7
UI improvements for automatic fixes
2018-08-21 16:34:32 +02:00
Matthias Kuhn
b6251d235f
Merge pull request #7647 from m-kuhn/geomCheckerCodingConventions
...
Geometry checker code adjustments
2018-08-21 16:33:07 +02:00
Martin Dobias
d4a3f68eb1
Initial support for 3D map item in print layouts GUI
...
The GUI logic is not working yet, just getting the new files ready.
Many thanks to @nirvn for the icon!
2018-08-21 16:16:05 +02:00
Stéphane Brunner
bc6ea8cb86
Merge pull request #7669 from sbrunner/wfs-namespace
...
Add tests on WFS GetFeature with right namespace
2018-08-21 16:09:02 +02:00
Matthias Kuhn
2cd1c6c2e4
Some UI improvements
...
* Add tooltips for configuration options
* Add an icon for the digitizing section
2018-08-21 15:14:27 +02:00
Matthias Kuhn
d77906ab62
Fix save/restore of a layers geometry properties
2018-08-21 15:14:27 +02:00
Matthias Kuhn
c01220cb64
Fix typo
2018-08-21 15:14:27 +02:00
Matthias Kuhn
1d6d4cb11c
Add missing docstrings
2018-08-21 15:14:27 +02:00
Matthias Kuhn
256876eb45
Add autofixers for geomtries
...
* Snap to grid
* Remove duplicate nodes
2018-08-21 15:14:27 +02:00
Matthias Kuhn
50acde03be
Merge branch 'master' into geomCheckerCodingConventions
2018-08-21 14:41:12 +02:00
Matthias Kuhn
c0032f1c62
Fix build for Android
...
Followup 07c80b82815
2018-08-21 14:22:13 +02:00
Martin Dobias
eb220ed8f9
std::ceil instead of qCeil
2018-08-21 12:59:47 +02:00
Martin Dobias
2e56fadcd1
Add 3D map print layout item
...
So far this is just support in the layout framework, not yet exposed to the GUI.
2018-08-21 12:59:47 +02:00
Stéphane Brunner
eab6440d96
Add tests on WFS GetFeature with right namespace
2018-08-21 11:18:33 +02:00
Nyall Dawson
9fbef832c9
[processing] Also standardise names for Spatialite algorithms
2018-08-21 16:00:18 +10:00
Nyall Dawson
5fab46f41c
[processing][needs-docs] Refine names for 'Import into PostGIS' algs
...
Renames the existing algorithms for clarity and consistency
to the format 'Export to PostgreSQL...'. Add tags so that they
still show when searching for the old names, and add descriptions
to make their use more obvious from the toolbox.
Fixes #19658
2018-08-21 16:00:18 +10:00
Nyall Dawson
a7bf4f1b99
[processing][needs-docs] Rename "Save Selected Features"
...
to "Extract selected features"
Adds consistency with other extraction algorithms, and fixes
inconsistent capitalization
Fixes #19656
2018-08-21 15:10:02 +10:00
Nyall Dawson
5241ff3c22
[processing] Fix creation of new layers doesn't default output folder
...
Fixes #19637
2018-08-21 15:09:37 +10:00
Nyall Dawson
8f3ac4506b
[processing] Remove some unused configuration settings
2018-08-21 15:09:37 +10:00
Nyall Dawson
16503b38b2
[processing] Add unit test for gdalinfo algorithm
2018-08-21 14:28:42 +10:00
Nyall Dawson
d0a705fad0
[processing][gdal] Fix ogrinfo algorithm fails when path name has spaces
...
Fixes #19655
2018-08-21 14:28:42 +10:00
Nyall Dawson
85d740026a
[processing] Remove extraneous parameter value check
...
The subsequent call to checkParameterValues covers the same checks,
but in a more flexible way.
Refs discussion at https://github.com/qgis/QGIS-Documentation/pull/2797
2018-08-21 05:24:30 +10:00
Alessandro Pasotti
b57afa47ed
[bugfix] Focus jumps at eol after replacing in the middle of the string
...
Fixes #19643 : bug modifying name of the project
2018-08-21 05:20:19 +10:00
Matthias Kuhn
245715ced5
Merge pull request #7650 from m-kuhn/geometry_check_uniqueptr
...
Use std::unique_ptr in QgsGeometryGapCheck
2018-08-20 17:38:53 +02:00
Matthias Kuhn
7c9aa5d0d4
Merge pull request #7660 from 3nids/maplayer_crs_property
...
add Q_PROPERTY for crs in QgsMapLayer
2018-08-20 17:05:42 +02:00
Denis Rouzaud
0dbb63a054
fix native/CMakeLists.txt for mac ( #7658 )
2018-08-20 16:45:09 +03:00
Denis Rouzaud
5e050a47eb
use Q_OS_MACOS instead of deprecated Q_WS_MAC
2018-08-20 16:28:20 +03:00
Denis Rouzaud
9c97a341fe
add Q_PROPERTY for crs in QgsMapLayer
2018-08-20 16:12:02 +03:00