Nyall Dawson
ba410624db
Faster model
2018-07-16 11:38:13 +10:00
Nyall Dawson
670f408807
Work on recent item - todo sort by use, test filter, update on change
2018-07-16 11:38:13 +10:00
Nyall Dawson
3e9648fcda
Safer node handling, allow specification of recent algorithm log
2018-07-16 11:38:13 +10:00
Nyall Dawson
69ab3c9e0c
Start on history item
2018-07-16 11:38:13 +10:00
Nyall Dawson
6275960df8
Start on filter string handling
2018-07-16 11:38:13 +10:00
Nyall Dawson
dc737bff98
Better responsive to provider removal
2018-07-16 11:38:13 +10:00
Nyall Dawson
dab4f42398
Filter model respects algorithm flags
2018-07-16 11:38:13 +10:00
Nyall Dawson
dab3f5137f
Hide inactive providers from model
2018-07-16 11:38:13 +10:00
Nyall Dawson
f6075ca029
[processing] New class QgsProcessingToolboxModel which is
...
a QAbstractItemModel which represents the providers, groups
and algorithms from the processing registry
2018-07-16 11:38:13 +10:00
Peter Petrik
e135b9cf9f
[feature] addMeshLayer to qgsinterface
2018-07-13 10:28:40 +02:00
Peter Petrik
4f7017322f
[mesh] option to add mesh layer from data source manager dialog
2018-07-13 10:28:40 +02:00
Peter Petrik
4f8c9e18ab
also use color ramp shader widget for pseudo color renderer ( #7358 )
2018-07-06 08:23:29 +07:00
Nyall Dawson
d232cde514
[processing] Move recent algorithm log to c++ class
2018-07-05 02:37:03 +10:00
Martin Dobias
97addfc2cc
Merge pull request #7313 from PeterPetrik/mesh_layer_styling_gui
...
[mesh] [feature] App widgets for styling mesh layers
2018-06-28 15:17:14 +02:00
Mathieu Pellerin
fb9e575252
[FEATURE] map canvas @canvas_cursor_point variable ( #7225 )
2018-06-28 14:18:54 +07:00
Juergen E. Fischer
1904a431be
fix typo
2018-06-27 18:16:42 +02:00
Peter Petrik
252e41d3dc
fix travis issues: docs, sip, test
2018-06-26 11:07:45 +02:00
Peter Petrik
aeea184890
[mesh] [feature] App widgets for styling mesh layers
...
- Adding datasets to mesh layer from properties panel
- Information and source panel in properties panel
- Selection of active dataset (properties or styling panel)
- Styling of contours/scalars (properties or styling panel)
- Styling of mesh frame (properties or styling panel)
- Styling of vector arrows (properties or styling panel)
2018-06-26 08:50:19 +02:00
Even Rouault
14a913e25b
Merge pull request #7170 from rouault/wfs_pagesize
...
[WFS provider] [FEATURE] Allow user to enable/disable paging and specify page size (fixes #18935 )
2018-06-22 14:57:37 +02:00
Matthias Kuhn
2718317e85
Merge pull request #7298 from nyalldawson/layout
...
[layouts] Save last used export folder in project
2018-06-22 14:35:37 +02:00
Nyall Dawson
757949bac0
Add missing references
2018-06-22 09:43:19 +10:00
Matthias Kuhn
0749835071
Take changes of embedded forms into account
...
when clicking on ok of an attribute form, tell all embedded widgets (all
widgets actually) that we are going to close the form and it's the last
call to push changes to the edit buffer or they will be lost.
Fix #19137
2018-06-21 11:50:20 +02:00
Nyall Dawson
a2ef677912
Add method to toggle user visibility of QgsDockWidgets
2018-06-19 17:22:12 +10:00
Nyall Dawson
184b0ef2a9
Remove unnecessary code
...
QObjects cannot be copied anyway
2018-06-17 15:09:07 +10:00
Nyall Dawson
b643465b12
Fix build, dox++
2018-06-17 15:09:07 +10:00
Nyall Dawson
6470aacb33
Ban QScopedPointer/QSharedPointer
2018-06-17 15:09:07 +10:00
Tudor Bărăscu
a92b049a70
fix dislpay typo
2018-06-14 13:02:40 +03:00
Nyall Dawson
b69389b650
Run clang-tidy modernization checks
2018-06-05 12:50:39 +10:00
Nyall Dawson
8f55093642
Add some missing dox
2018-06-05 10:19:13 +10:00
Nyall Dawson
2ed144ac59
Apply clang-tidy readability-avoid-const-params-in-decls fixit
...
Checks whether a function declaration has parameters that are
top level const.
const values in declarations do not affect the signature of a
function, so they should not be put there.
2018-06-05 10:19:13 +10:00
Even Rouault
e998fcf0b2
[WFS provider] [FEATURE] Allow user to enable/disable paging and specify page size ( fixes #18935 )
...
The 'maximum number of features' settings is now always the maximum number of
features requested, even in WFS 2.0 with paging.
For WFS 2.0, we add a checkbox to enable/disable paging and a text entry to
specify the page size (if let to empty, server default is used)
We also add a Detect button so that the WFS version is autodetected.
2018-06-04 20:16:55 +02:00
Denis Rouzaud
a15d8903ed
[locator] add a way to invalidate results from python API
...
otherwise if you access the config of the filter (or change app settings) from outside the main application settings dialog, results are not invalidate
for instance, if you update a URL of a service, results won't be updated
2018-06-01 03:31:39 -08:00
Denis Rouzaud
65bb60e96c
run sipify
2018-05-28 10:39:34 -08:00
Nyall Dawson
a804a33bc7
Remove some useless \returns dox
2018-05-28 09:48:46 +10:00
Nyall Dawson
f8bc97030b
Remove extra space added before first line of docstring
2018-05-28 08:22:11 +10:00
Nyall Dawson
7a1a787c0a
Fix incorrect returns docstring when doxygen \returns has extra trailing spaces or uses tabs
2018-05-27 18:54:09 +10:00
Nyall Dawson
0e75f6ef85
Don't indent multiline versionadded/deprecated tags
...
Turns out there isn't any valid ones anyway - the only
multiline versionadded tags are due to incorrect ordering
of brief/since tags (which is fixed in a different PR)
2018-05-27 18:54:09 +10:00
Nyall Dawson
9f650fead9
Fix incorrect param docstring when doxygen \param has extra
...
trailing spaces or uses tabs
2018-05-27 18:54:09 +10:00
Nyall Dawson
4b1b752633
Fix bad regex
2018-05-27 18:54:09 +10:00
Nyall Dawson
3d6ea5972b
Remove some junk lines from docstrings
2018-05-27 18:54:09 +10:00
Nyall Dawson
38850bdb94
[pyqgis] Ensure that multiline param tags are indented for additional lines
2018-05-27 18:54:09 +10:00
Nyall Dawson
c864d22d1f
Add "get ..." to doxygen compliance blacklist
...
Should be "gets ..." for consistent tense, or better yet
"returns ..." for consistency.
2018-05-27 14:05:06 +10:00
Nyall Dawson
17500c455f
Fix some interface doxygen
2018-05-27 14:05:06 +10:00
Nyall Dawson
4bb7f82fcb
Remove some incorrect 'not available in Python bindings' notes
2018-05-26 16:51:58 +10:00
Nyall Dawson
94cf3fc788
Use "customize" instead of "customise"
...
Since we default to US spelling, we should always be using "customize"
2018-05-26 15:44:04 +10:00
Matthias Kuhn
cb4d11787c
Remove redundant virtual on override
2018-05-26 06:11:37 +10:00
Nyall Dawson
5e360f90e8
Add unit test to prevent deprecated methods without description
...
And add missing descriptions
2018-05-25 16:31:03 +10:00
Nyall Dawson
1c615c15cc
More documentation compliance
...
Use Qt style "returns .." tense instead of "return ..", and lock
this in with a documentation compliance unit test
2018-05-25 15:09:00 +10:00
Nyall Dawson
2cb8a33884
Fix broken see also links
2018-05-25 11:16:18 +10:00
Nyall Dawson
afa04d9b5b
Fix non-compliant docstrings
2018-05-23 16:55:11 +10:00