Juergen E. Fischer
c42789d71b
fix build
2019-11-21 02:22:12 +01:00
javicasnov
742c7b95d7
Tiles XYZ fixed scale-dependant styles
2019-11-21 08:24:37 +10:00
javicasnov
20736b9ac1
Update TilesXYZ.py
...
Solve issue #30524 . Now tiles are drawn correctly if there are layers with scale-dependant styles
2019-11-21 08:24:37 +10:00
Jonas Mueller
fb85e652a6
Fix typos
2019-11-21 08:23:50 +10:00
Björn Harrtell
150709cb5f
Add FlatGeobuf as known input format
2019-11-21 06:41:22 +10:00
Björn Harrtell
a875befb0c
Add GDAL 3.1.0 version ifdef
2019-11-21 05:50:13 +10:00
Björn Harrtell
8159783afe
Remove sort order tweaks
2019-11-21 05:50:13 +10:00
Björn Harrtell
315c9bbea6
Add FlatGeobuf as an exportable format
2019-11-21 05:50:13 +10:00
Antonio Rotundo
69ba08eae9
Update connections-default.xml
2019-11-21 05:49:39 +10:00
lbartoletti
b848b0a9a7
add test
2019-11-21 05:04:52 +10:00
lbartoletti
47bc117795
Add topological points on background layers for qgsmaptooladdfeature
2019-11-21 05:04:52 +10:00
Alessandro Pasotti
bcdbc3a85d
Attribute table pass fid on ctx menu signals
...
instead of passing an index that could belong to
one of the (three) models that live in the dual
view.
This hopefully makes the code a bit less error
prone and readable.
Fixes #32952
2019-11-21 05:00:27 +10:00
Alessandro Pasotti
ea38fcec06
Attribute table: please don't delete randomly!
...
Fixes #32933
Pretty big fat bug isn't it ?
2019-11-21 05:00:27 +10:00
Matthias Kuhn
39741e549e
Disable flaky test
...
See https://travis-ci.org/qgis/QGIS/jobs/606030466#L6726
2019-11-21 04:55:50 +10:00
Borys Jurgiel
ffb38e8a32
Revert 5c1cc4a40d84. I wasn't aware dashes in plugin directory names have been authorized at some point and we have a number of affected plugins now (please note personally I am opposed to putting dashes to Python package names). Fixes #32968 .
2019-11-21 04:54:39 +10:00
Blottiere Paul
e8b38c36b1
Merge pull request #32666 from pblottiere/fix_emblayer_qgz
...
Read qgz project when embedding layers/groups. Fixes #28280
2019-11-20 15:05:42 +01:00
Denis Rouzaud
0e110cf01a
[FEATURE][labels] allow to delete custom label rotation
...
by pressing DEL key when moving the label
2019-11-20 11:46:20 +01:00
Denis Rouzaud
99bf9687aa
[FEATURE][labels] allow to delete custom label position
...
by pressing DEL key when moving the label
2019-11-20 11:46:20 +01:00
Blottiere Paul
0aea46bb28
Add unit test for qgslayerdefinition
2019-11-20 11:36:36 +01:00
Even Rouault
08d5b83f6a
Merge pull request #32811 from troopa81/fix_wfs_cache
...
fix cache read on wfs request
2019-11-20 10:56:59 +01:00
Matthias Kuhn
59a766e22a
Merge pull request #32807 from lbartoletti/patch-1
...
Fix compilation with llvm > 6 (and arch=i386)
2019-11-20 10:27:42 +01:00
Nyall Dawson
2b9921ac2c
Lower precision of grass centrality test
...
Refs #32562
2019-11-20 18:43:29 +10:00
Nyall Dawson
1ca926d72a
[FEATURE][layouts] Add search box to layout manager
...
Allows filtering the list of layouts in a project by name, handy
when a project has many layouts
2019-11-20 17:38:28 +10:00
Denis Rouzaud
f1e6745fe7
[quick] add utility method to select feature using their IDs from QML ( #32735 )
...
* [quick] add utility method to select feature using their IDs from QML
* Update qgsquickutils.cpp
2019-11-20 08:07:09 +01:00
Nyall Dawson
129165a100
Fix warning
2019-11-20 10:08:13 +10:00
Nyall Dawson
0b688348f1
Fix build
2019-11-20 10:08:13 +10:00
Nyall Dawson
9a2e015158
Move QObject declaration to header
2019-11-20 10:08:13 +10:00
Nyall Dawson
986aa713ef
Identation
2019-11-20 10:08:13 +10:00
Nyall Dawson
1c128f9df4
Line based exclusion doesn't seem to work with lambdas...
2019-11-20 10:08:13 +10:00
Nyall Dawson
6ce8856741
Fix clazy warnings
2019-11-20 10:08:13 +10:00
Nyall Dawson
c8bf6a9b74
Another unused string:
2019-11-20 10:08:13 +10:00
Nyall Dawson
85227322d6
Clear clazy unused variable warning on proj < 6 builds
2019-11-20 10:08:13 +10:00
Nyall Dawson
3b03b87822
Add missing Q_OBJECT macro
2019-11-20 10:08:13 +10:00
Nyall Dawson
942b74fa84
Remove unused QString
2019-11-20 10:08:13 +10:00
Nyall Dawson
8f1cf97f50
Remove unused QString
2019-11-20 10:08:13 +10:00
Nyall Dawson
fd68d8ee97
Use QHash instead of QMap with pointer key
2019-11-20 10:08:13 +10:00
Nyall Dawson
a882ece4f5
Remove unused QString
2019-11-20 10:08:13 +10:00
Nyall Dawson
fe9e6c6934
Fix typos
2019-11-20 10:08:13 +10:00
Nyall Dawson
9fc5d86d74
Add missing Q_OBJECT macro
2019-11-20 10:08:13 +10:00
Nyall Dawson
214bbe9e36
Fix clazy fully-qualified-moc-types warnings
2019-11-20 10:08:13 +10:00
Nyall Dawson
4b8f37da39
Enable some more safe clazy checks
2019-11-20 10:08:13 +10:00
Nyall Dawson
664223c504
Add backport bot workflow yml
2019-11-20 09:31:40 +10:00
Julien Cabieces
c2a3a855dd
Test cache read
2019-11-19 17:54:37 +01:00
Blottiere Paul
0770ca9121
Add unit tests for qgsproject
2019-11-19 17:50:32 +01:00
nirvn
e109dc6ac5
[processing] Fix wrong label description for the centroid alg's all parts parameter
...
(fixes #32940 )
2019-11-19 21:09:51 +10:00
Juergen E. Fischer
8fedf7c72a
debian packaging: python-gdal still needed for gdal python scripts
2019-11-19 10:52:14 +01:00
nirvn
f63c747c50
[processing] Fix missing icon for polygon to lines algoritghm
...
The icon went missing when porting the algorithm from
python to a native
2019-11-19 16:35:58 +07:00
Nyall Dawson
0d6599a7b6
[labeling] Fix evalution of letter/word spacing when font size is map units
...
Fixes #32825
2019-11-19 16:46:54 +10:00
Nyall Dawson
19d0b118a5
Optimise some trivial point/rectangle intersection tests
2019-11-19 16:41:48 +10:00
Alessandro Pasotti
f9f00d3388
Fix fid regenerate on GPKG vector layer exported
...
Fixes #32927
2019-11-19 06:20:57 +10:00