Harrissou Sant-anna
0e03c9ff63
Fix broken "gdal.org/ogr/" URLs in doc
2020-08-19 08:55:19 +10:00
Nyall Dawson
d4ca4a1405
[labeling][ui] Change placement mode selection widget from radio
...
buttons to combo box
The radio buttons don't work well here -- they cause a massive
gap in the placement UI layout for anything but polygon
layers. Using a combobox is also much more compact, giving us
some extra space to use for more helpful explanatory text
2020-08-19 06:34:19 +10:00
Nyall Dawson
748d76aeed
[feature][labeling] Add option to allow users to control the placement
...
of labels along line features
The new "Label Anchoring" section in the line placement settings for
labels allows users to specify whether labels should be placed
at the center, start or end of lines (or a custom percent from the
start of the line). Also allows data-defined percent along line
control!
2020-08-18 11:09:18 +10:00
Nyall Dawson
b14bb32104
[labeling] Add api to set line anchor point for labels, which represents
...
the percentage along line features at which labels for that feature
should gravitate toward
2020-08-18 11:09:18 +10:00
Nyall Dawson
5d2495e65a
[api] Add helper api to directly retrieve a point/linestring/polygon from
...
a QgsMultiPoint/QgsMultiLineString/QgsMultiPolygon
Avoids the need to have to manually do an annoying cast when we
already know the geometry type
2020-08-18 08:33:53 +10:00
Alexander Bruy
476ac55a60
Merge pull request #38312 from alexbruy/ux-fixes
...
Various UX fixes
2020-08-17 10:51:29 +03:00
Alessandro Pasotti
a5461a6420
Merge pull request #38257 from elpaso/bugfix-gh26189-virtual-layers-subset-string
...
Bugfix gh26189 virtual layers subset string
2020-08-17 08:09:01 +02:00
nirvn
d827faa2c8
[processing] Upgrade the sample raster value algorithm to native C++
2020-08-17 12:59:34 +07:00
Alexander Bruy
de7de1e28e
raise an assert if algorithm which should be added to the toolbar is not found
2020-08-17 08:44:41 +03:00
Nyall Dawson
ff9f525893
Fix see also links
2020-08-17 11:12:33 +10:00
Nyall Dawson
844e9a3aac
Move label overrun settings to QgsLabelLineSettings
2020-08-17 11:12:33 +10:00
Nyall Dawson
b31d315a52
Move another line label related setting and enum to QgsLabelLineSettings
2020-08-17 11:12:33 +10:00
Nyall Dawson
5dfbfaa89e
Move some more line label related settings to QgsLabelLineSettings
2020-08-17 11:12:33 +10:00
Nyall Dawson
d93d881192
Move merge line settings to QgsLabelLineSettings
2020-08-17 11:12:33 +10:00
Nyall Dawson
23848e0e89
Start cleaning up label line settings, by moving them from the
...
QgsPalLayerSettings mega class to a dedicated QgsLabelLineSettings
class
2020-08-17 11:12:33 +10:00
Matthias Kuhn
84abe91de8
Merge pull request #38289 from MrChebur/MrChebur-patch-1
...
A new parameter "Close path" has been added to the "Point to path" algorithm.
2020-08-16 19:20:17 +02:00
MrChebur
a9a850caf2
Add files via upload
2020-08-16 16:25:21 +05:00
MrChebur
f5e1abfe0f
Update qgis_algorithm_tests2.yaml
2020-08-16 16:24:28 +05:00
Alexander Bruy
1a76a0963e
add Select By Location to the Selection toolbar ( fix #20350 )
2020-08-16 12:15:22 +03:00
Alexander Bruy
bacf779236
pick Vector menu title from the main QGIS window instead of using own
...
translation (fix #35028 , #28474 )
2020-08-16 12:15:22 +03:00
Matthias Kuhn
6124b5c01f
Apply suggestions from code review
2020-08-15 18:59:50 +02:00
Matthias Kuhn
1c6a0a8f6f
Apply suggestions from code review
2020-08-15 18:59:28 +02:00
MrChebur
92914c5339
Apply suggestions from code review
...
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2020-08-15 21:56:43 +05:00
Matthias Kuhn
a3c8d6dc29
Update python/plugins/processing/algs/qgis/PointsToPaths.py
2020-08-15 18:55:54 +02:00
MrChebur
e5246da109
Update PointsToPaths.py
...
spaces deleted
2020-08-15 21:50:47 +05:00
MrChebur
660703d696
Apply suggestions from code review
...
Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2020-08-15 21:31:53 +05:00
MrChebur
be613409b4
Update PointsToPaths.py
...
"line" is replaced by "path"
2020-08-15 21:27:30 +05:00
MrChebur
a30635d71e
Update PointsToPaths.py
...
Returned missing spaces
2020-08-15 21:20:51 +05:00
Matthias Kuhn
8e4cdba6b4
Merge pull request #38262 from elpaso/bugfix-gh38245-dbmanager-pg-sslmode
...
DB manager: PG read enum value for sslmode
2020-08-15 10:03:03 +02:00
MrChebur
dcc7ff921a
New option added: "Close line"
...
Now this algorithm can check and close the line if necessary.
2020-08-14 18:08:25 +05:00
Alessandro Pasotti
26e9ec98e7
DB manager: PG read enum value for sslmode
...
Fixes #38245
2020-08-13 12:48:02 +02:00
Alessandro Pasotti
f3a451f2a9
Renamed subset to subsetstring for clarity
2020-08-13 11:13:44 +02:00
rldhont
0b3ec39050
Merge pull request #38225 from rldhont/project-read-flag-trust-layer-metadata
...
New project reading flag to trust layer metadata with server settings
2020-08-12 09:26:09 +02:00
Alexander Bruy
4f6e63883e
Merge pull request #38218 from alexbruy/save-query
...
restore missed "save query" functionality in the Query builder
2020-08-12 08:03:51 +03:00
rldhont
d711db570a
Server: define QGIS_SERVER_TRUST_LAYER_METADATA setting environnement
2020-08-11 18:14:15 +02:00
rldhont
3c7d6616d1
New Project Reading flag to trust layer metadata
2020-08-11 18:14:15 +02:00
Alessandro Pasotti
779d218206
Merge pull request #38189 from elpaso/server-landingpage
...
Server landingpage
2020-08-11 11:41:05 +02:00
nirvn
8fe4d3e793
[processing] Allow merging layers with mixed attribute type
2020-08-11 15:03:38 +07:00
Nyall Dawson
25a78e1589
[api] Add QgsAnnotationPointTextItem annotation item class for
...
rendering text at a specified map point
2020-08-11 14:14:25 +10:00
Alexander Bruy
2b241f42cd
deprecate unused QgsSearchQueryBuilder class
2020-08-10 16:11:04 +03:00
Alexander Bruy
dad79f857a
restore missed "Save query" functionality in the Query Builder ( fix #18550 , #12827 )
2020-08-10 12:28:39 +03:00
vcloarec
a4c8f33e09
fix processing test and remove invisible char
2020-08-10 08:28:24 +10:00
vcloarec
4ee10b5f88
fix typo and SIP
2020-08-10 08:28:24 +10:00
Nyall Dawson
454cc32842
Dox
2020-08-10 08:09:11 +10:00
Nyall Dawson
bb1b0d2362
Allow Microsoft style [ ] column references to be handled by QgsSqlStatement
2020-08-10 08:09:11 +10:00
Nyall Dawson
8c9e7c1618
Extend QgsSQLStatement to allow parsing of fragments of SQL clauses,
...
specifically to allow parsing an expression or where clause alone
2020-08-10 08:09:11 +10:00
Matthias Kuhn
1aa6697533
Make layer validity a property
...
Adds the possibility to react to layer validity at runtime
2020-08-08 10:05:07 +02:00
Matthias Kuhn
2b3b88c515
Merge pull request #37595 from gacarrillor/pr_processing_results_group
...
Load processing results to layer group (optional)
2020-08-08 09:09:00 +02:00
Alessandro Pasotti
00853d1ab1
Typo
2020-08-06 17:09:51 +02:00
Alessandro Pasotti
a8e033c794
Updated client after rebase
2020-08-06 15:57:38 +02:00