Médéric RIBREUX
6d4d291f0b
Review ParameterNumber for r.* description files
2017-12-16 11:12:12 +01:00
Médéric RIBREUX
507af21f2f
Review optional ParameterNumbers
2017-12-16 11:12:12 +01:00
Médéric RIBREUX
f70032bab6
Fix v.buffer
2017-12-16 11:12:12 +01:00
Médéric RIBREUX
5b86407338
Fix parameters and support empty default values for Enums
2017-12-16 11:12:12 +01:00
Médéric RIBREUX
a8afd12f51
First fixes before tests
2017-12-16 11:12:12 +01:00
Nyall Dawson
33f5c241f8
Show full path in tooltip for qgs project files in browser
2017-12-16 18:57:01 +11:00
Nyall Dawson
40dbc06b76
Hide file extensions for qpt, python and qgs files in the browser
...
These have distinct icons identifying them, and the full file name
with extension shown in the tooltip
2017-12-16 18:57:01 +11:00
Nyall Dawson
a33946b0ed
New icons for QPT files and Python files in the browser
...
Python icon thanks to @pkinglinz
2017-12-16 18:57:01 +11:00
lbartoletti
313417ddf1
Stop conflicts
2017-12-16 08:48:36 +01:00
lbartoletti
972e7890bc
Merge branch 'master' into segment_intersection
2017-12-16 07:54:03 +01:00
Nyall Dawson
252f0802b1
Follow up 647bd25
2017-12-16 13:54:26 +10:00
Denis Rouzaud
5a34558e3e
fix sipify test
2017-12-15 22:13:44 -04:00
Denis Rouzaud
cb9bd6d3da
fix missing new line before first param
2017-12-15 22:13:44 -04:00
Denis Rouzaud
c604d2dda6
run sipify
2017-12-15 22:13:44 -04:00
Denis Rouzaud
8db419ca08
[sipify] avoid printing empty Docstrings
2017-12-15 22:13:44 -04:00
Denis Rouzaud
60e9b26d64
fix sipify test
2017-12-15 22:13:44 -04:00
Denis Rouzaud
f811d8171b
remove rtype from docstring
2017-12-15 22:13:44 -04:00
Nyall Dawson
647bd256b1
[processing] Use a more unique separator for log file
...
Fixes #17704
2017-12-16 11:59:11 +10:00
Nyall Dawson
9d251198a6
Merge pull request #5870 from nyalldawson/virtual
...
Drop redundant virtual keywords on overrides
2017-12-16 11:03:04 +11:00
Denis Rouzaud
978d9277cf
better argument names for QgsGeometryUtils::lineIntersection
2017-12-15 19:44:59 -04:00
Etienne Trimaille
9f99453bdb
call the correct function to retrieve CRS from an extent in Processing
2017-12-16 10:37:02 +11:00
Nyall Dawson
71a39cbce4
Sipify
2017-12-16 08:51:41 +10:00
Nyall Dawson
8802482778
Remove redundant overridden default destructor implementations
2017-12-16 08:50:55 +10:00
Nyall Dawson
4da1ce8404
Drop redundant virtual keywords on overrides
...
Run clang-tidy modernize-use-override to remove all the redundant
virtual keywords from overridden methods, and add some missing
overrides.
Another benefit is that this has also added the overrides
on destructors, which will cause a build failure if a base
class is missing a virtual destructor.
2017-12-16 08:49:36 +10:00
lbartoletti
c5d9663191
Merge branch 'master' into segment_intersection
2017-12-15 20:42:00 +01:00
lbartoletti
72f5adf368
Add default value to epsilon.
...
Change example for python.
2017-12-15 20:36:57 +01:00
Etienne Trimaille
39521c7656
fix contact table in metadata ( #5881 )
...
* fix contact table in metadata
* fix datetime picker in temporal extent
2017-12-15 17:35:30 +02:00
Denis Rouzaud
0618071ed5
fix sipify test
2017-12-15 11:12:19 -04:00
Denis Rouzaud
f2b3ed0a9b
run sipify
2017-12-15 11:12:19 -04:00
Denis Rouzaud
2009d4c916
remove extra spaces
2017-12-15 11:12:19 -04:00
Denis Rouzaud
199055edbe
fix doxygen layout
2017-12-15 11:12:19 -04:00
Denis Rouzaud
bc51bba386
[sipify] transform \param xxx to :param xxx:
2017-12-15 11:12:19 -04:00
Denis Rouzaud
8fef9e9679
[sipify] place :rtype: at the correct place
...
also add space before other paragraph-level markups
2017-12-15 11:12:19 -04:00
Etienne Trimaille
9eb938c61c
add missing metadata fields about contacts and extent ( #5878 )
2017-12-15 14:16:49 +02:00
Nyall Dawson
0c7cf21fe2
Merge pull request #5535 from nyalldawson/datum
...
Datum transform handling rework, pt 1
2017-12-15 22:53:02 +11:00
pierre-eric
adb7af9933
Fix parameter name decoding when using POST + urlencoded
...
This is a followup of dfe48d13c85cbae559a7a09a1bd62140cf11848b which solved
the issue for parameter values.
Fixes #17694
2017-12-15 12:40:37 +01:00
Alexander Bruy
e9feeaacc6
Merge pull request #5875 from alexbruy/processing-editor
...
[FEATURE][processing][needs-docs] add find and replace functionality to script editor
2017-12-15 13:21:41 +02:00
nirvn
4f570cef9c
[ui] fix toggle panel visibility action
...
Prior to this fix, the action would have to be triggered
twice before panels were actually hidden.
2017-12-15 17:43:26 +07:00
Alexander Bruy
a0ce648175
[processing] use groupId when constructing help URL
2017-12-15 12:11:46 +02:00
Alexander Bruy
5016c21ed3
[FEATURE][processing][needs-docs] add find and replace functionality to
...
Processing script editor (forward-port from 2.18 branch)
2017-12-15 11:07:15 +02:00
Nyall Dawson
1217e59563
Add a unit test for missing datum transforms
2017-12-15 19:00:44 +10:00
rldhont
3692fcdb96
Merge pull request #5561 from pvalsecc/wms_ogc_filters
...
[FEATURE][needs-docs] Add OGC filters to WMS
2017-12-15 09:47:22 +01:00
lbartoletti
89fb854383
comment the code instead of apply an useless equality...
2017-12-15 09:00:56 +01:00
Nyall Dawson
96c2ce18bd
Show a warning when loading a project with a transform not available locally
2017-12-15 17:32:00 +10:00
David
ac6d251859
sort the values in query builder
...
after filling the values into the model, they are sorted ascending.
2017-12-15 08:13:45 +01:00
Nyall Dawson
6ff744a3b3
Use proj strings to serialize datum transforms IDs
...
Since datum transforms IDs are local only, and can even change
when underlying library versions are updated, we can't use them
to safely store and retrieve datum transforms.
Instead we use the proj strings and recover the local session
transform ID from that.
2017-12-15 17:07:20 +10:00
Nyall Dawson
318735271e
Add method to retrieve datum transform ID from a proj string
2017-12-15 16:42:40 +10:00
Nyall Dawson
43d8a6b5be
Update unit test
2017-12-15 15:48:12 +10:00
nirvn
8ec16e2c20
[ui] add some spacing for the projection selection widget
2017-12-15 11:55:22 +07:00
Nyall Dawson
5b1da988ba
[processing] List unique values improvements
...
- allow running on non-spatial tables
- allow choice of more than one field
2017-12-15 15:46:50 +11:00