Matthias Kuhn
e637fd5e66
Add doxymentation
2018-09-07 13:19:52 +02:00
Matthias Kuhn
8ba442f14a
Const correctness for QgsGeometry::Error
2018-09-07 10:58:13 +02:00
Etienne Trimaille
c65fe0e07c
do not display metadata related to spatial extent if the layer is not spatial
2018-09-07 09:38:25 +10:00
Juergen E. Fischer
a823046b5f
followup spelling fixes
2018-09-07 00:33:13 +02:00
Martin Dobias
1839daaa18
Merge pull request #7777 from PeterPetrik/mesh_vector_on_grid
...
[mesh] [feature] allow render vectors/arrows on the user-defined grid
2018-09-06 15:32:54 +02:00
Matthias Kuhn
09cb22f9a0
Doxymentation
2018-09-06 12:37:10 +02:00
Matthias Kuhn
ba5cfc356d
Add RAII class QgsReadWriteLocker
2018-09-06 07:46:23 +02:00
Denis Rouzaud
8fdcbdd36c
distinct files for QgsMapLayerStyle and QgsMapLayerStyleManager ( #7806 )
2018-09-05 22:28:38 +02:00
signedav
76df5b022d
docs and replacement of qmlexpression
2018-09-05 15:59:01 +02:00
signedav
e8e32fab64
Configuration and display
...
works in basic - no attributs. no handy configurator.
2018-09-05 11:01:32 +02:00
Matthias Kuhn
f41aaa79cb
Yay, more QML!
2018-09-05 11:01:32 +02:00
Matthias Kuhn
5acd33b32d
Work in progress
2018-09-05 11:01:32 +02:00
Peter Petrik
c89b7722a3
fix review items from Nyall
2018-09-05 09:00:30 +02:00
Matthias Kuhn
17279a42e2
Only include qgsvectorlayer.h where required
2018-09-05 08:54:11 +02:00
Matthias Kuhn
ded7978fab
Merge pull request #7790 from m-kuhn/featureid
...
Move QgsFeatureId to own header
2018-09-04 21:31:00 +02:00
Matthias Kuhn
1bfc2785c9
Remove unrequired qgsfeature.h includes
2018-09-04 14:55:21 +02:00
Nyall Dawson
a717b85e2e
[FEATURE][processing] New modeler parameter widget
...
A new widget which handles parameter values for child algorithms
within a model. Instead of the previous approach of requiring
individual widget wrappers to handle creation of a suitable
model widget, we do all this automatically for them.
This widget uses a stacked widget with a toolbutton to select
the parameter's source, instead of the previous combo box approach
(which didn't scale well for large models). I.e. users select
first whether the value is taken from a static value, a
model input, or an output from a different child algorithm. The
widget then changes appearance and behavior based on this
choice.
Additionally, a new option is present for all parameters
of using a "precalculated expression". This expression is
evaluated once before the child algorithm is executed
and used during the execution of that algorithm.
2018-09-04 19:06:07 +10:00
Alessandro Pasotti
aae41c068f
Fix documentation for editFormConfig
...
It returns a copy: you need to change
it and use setEditFormConfig to make
modifications.
2018-09-04 07:57:57 +02:00
nirvn
48b18d4c6c
[processing] add parameterAsInts function
2018-09-04 10:07:07 +07:00
nirvn
13ecaa4190
[needs-docs][processing] Add a multiple selection mode to the band parameter
2018-09-04 10:07:07 +07:00
Peter Petrik
6ee9a47463
[mesh] [feature] allow render vectors/arrows on the user-defined grid
2018-09-03 16:31:35 +02:00
Peter Petrik
f0ede773c2
[mesh] [feature] allow to choose different vector and scalar dataset
2018-09-03 19:41:07 +10:00
Denis Rouzaud
3f85938479
Merge pull request #7752 from 3nids/project_layers
...
Legend tree in 'Identify Layers'
2018-09-03 11:10:41 +03:00
Matthias Kuhn
74fb0fabc6
Move QgsFeatureId to own header
2018-09-03 07:54:37 +02:00
Nyall Dawson
3572ea80bd
Make QgsXmlUtils handle storing/retrieving QgsProperty values
2018-09-03 05:47:12 +10:00
Alessandro Pasotti
bb01ef3456
Add qgsPermissiveToLongLong
2018-09-01 18:01:23 +02:00
Denis Rouzaud
6b66b2048a
switch to legend tree for Identify Layers tab in project properties
...
also add a 'searchable' option for vector layers (they won't be searched in the locator)
2018-08-31 14:14:14 +03:00
Nyall Dawson
c3fd631776
Fix dox
2018-08-31 13:50:13 +10:00
Nyall Dawson
5e1d1a4c8c
Deprecate vector layer setter/getter within QgsSymbol
...
It's not used, and potentially very dangerous
2018-08-31 13:50:13 +10:00
Nyall Dawson
e63fedfa36
Improve/extend QgsSymbol docs
2018-08-31 13:50:13 +10:00
Peter Petrik
d7afb710d7
[mesh] [feature] add opacity slider to mesh contours settings
2018-08-28 09:17:31 +02:00
Mathieu Pellerin
f1fdbbbbf0
Fix references to contributors.json ( #7722 )
2018-08-27 23:12:40 +03:00
Nyall Dawson
c8191ffd50
Allow unformatted preview text for expression results
2018-08-27 14:43:02 +10:00
Matthias Kuhn
2a31d38613
Add copy constructor dox
2018-08-24 18:01:47 +02:00
Matthias Kuhn
86e1382fb0
Make QgsRelation implicitly shared
2018-08-24 13:24:13 +02:00
Matthias Kuhn
a5a6f0058a
Merge pull request #7672 from m-kuhn/geomCheckerAutoFixes
...
Add automatical fixes for geometries
2018-08-24 12:32:44 +02:00
Matthias Kuhn
9dc387fb87
Doxygen since
2018-08-24 11:33:59 +02:00
Matthias Kuhn
2c0de10b57
Fix code style
2018-08-24 07:56:58 +02:00
Chris Mayo
2a72eda514
Improve documentation of QgsRasterLayer constructor
...
- baseName is just passed on to the parent constructor to be the display
name, use a literal string in the example to avoid misunderstanding.
- Remove stray bullet.
2018-08-24 06:16:57 +10:00
Matthias Kuhn
063ccf4283
Move geometry fixes to separate class
2018-08-23 18:38:09 +02:00
Matthias Kuhn
f69e58f261
Revert to specific setters and getters
2018-08-23 14:24:42 +02:00
Mathieu Pellerin
6196fd3753
[vector writer] Return actual layer name used
...
This is needed as some OGR drivers will modify the provided layer name
(e.g. the KML driver replaces dashes with underscores).
2018-08-23 15:02:28 +07:00
Nyall Dawson
51a63b98fb
Allow QgsMapLayerProxyModel to be filtered by string
2018-08-23 06:39:12 +10:00
Denis Rouzaud
ea2ab53482
fix QgsGeometry API doc for 3.x for get/set methods
2018-08-23 06:38:58 +10:00
Matthias Kuhn
37a49e2bfe
Fix typo
2018-08-22 07:28:15 +02:00
Matthias Kuhn
5435b193a2
Setter for GeometryOptions and not individual props
2018-08-22 07:01:51 +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
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
Martin Dobias
26631b3d44
Rename faceIsActive() to isFaceActive()
2018-08-20 11:56:27 +02:00