Nyall Dawson
c7e37e89eb
[sipify] Correctly convert doxygen warning blocks to sphinx warnings
2017-12-23 18:48:03 +11:00
Nyall Dawson
87b8a370e9
Expand QgsCoordinateTransform docs
2017-12-23 18:48:03 +11:00
Alexander Bruy
1e06abb143
Merge pull request #5943 from borysiasty/zip-reloading
...
[Plugin Manager] Reload manager contents after installing a plugin from zip.
2017-12-23 09:22:32 +02:00
Nyall Dawson
6ac6939bf8
Sipify
2017-12-23 14:21:32 +10:00
Borys Jurgiel
c0b56a3a65
[Plugin Manager] Reload manager contents after installing a plugin from zip. Fixes #17626
2017-12-22 23:47:53 +01:00
Tom Kralidis
04b18f4d43
[bugfix] [MetaSearch] make gml:Envelope CRS explicit for spatial queries
...
(fixes #17739 )
2017-12-22 16:21:25 -05:00
Tom Kralidis
e16dfe4ff0
MetaSearch: remove duplicate field
2017-12-22 09:21:39 -05:00
Nyall Dawson
4ff72de62e
Merge pull request #5858 from lbartoletti/segment_intersection
...
Segment intersection
2017-12-22 21:43:13 +11:00
Trashmonk
d908518c49
Update Rasterize.py
2017-12-21 17:55:02 +01:00
Trashmonk
82df4de88a
Update Rasterize.py
2017-12-21 17:55:02 +01:00
Trashmonk
4fbea38439
Added transparency to areas with no vector data.
...
Originally the background colour defaulted to white with no transparency for areas without vector data. I have added an alpha channel to the geotiff and set it zero (full transparency) for areas with no vector data. This could be optional, in case the user wants a solid background.
2017-12-21 17:55:02 +01:00
nirvn
0a40a81151
[layouts] add icons for items and use those in the items panel
2017-12-21 10:33:24 +07:00
Nyall Dawson
b25681cc43
[needs-docs][processing] Double clicking a history entry shows
...
the algorithm dialog instead of immediately executing same alg
This allows users to edit the parameters before re-running,
which is a more common user-operation (e.g. changing the
input layer, changing a parameter value "oops, that buffer
was a bit too big....").
If someone wants to exactly re-run the algorithm without changes
it's only one extra click anyway...
2017-12-21 11:01:56 +10:00
Nyall Dawson
5f7aa45aab
[needs-docs][processing] Add methods to show algorithm dialog
...
Adds processing.createAlgorithmDialog and
processing.execAlgorithmDialog. These methods can be used
to create and execute algorithm dialogs for a specified algorithm,
optionally pre-populated with a given set of (non-default) parameter
values.
2017-12-21 11:01:49 +10:00
Nyall Dawson
54910fc3ce
Fix algorithm dialog window geometry save/restore
2017-12-21 10:43:49 +10:00
Nyall Dawson
ce28cf5087
Save algorithm results to dialog
2017-12-21 10:38:38 +10:00
Nyall Dawson
edcd058e32
[processing] Add a setParameters method to AlgorithmDialog
...
Allows pre-populating the dialog with non-default parameter
values.
2017-12-21 10:22:19 +10:00
Nyall Dawson
595b9812ce
[processing] Implement a todo (set layer param's wrapper values)
2017-12-21 10:04:54 +10:00
Borys Jurgiel
8c62a7cac2
Merge pull request #5916 from borysiasty/no_colon
...
[Plugin installer] Remove trailing colon if it's a very end of the message
2017-12-20 20:21:02 +01:00
Alexander Bruy
45859beec4
Merge pull request #5923 from borysiasty/processing_groups
...
[processing] Fix group id of GDAL algorithms.
2017-12-20 15:06:46 +02:00
Matthias Kuhn
f5a650f978
Followup 9a5435f: Fix sip files
2017-12-20 12:10:33 +01:00
Borys Jurgiel
ecb9611b00
Fix group id of GDAL algorithms. Follows up 53bc147dca00
2017-12-20 12:07:32 +01:00
Etienne Trimaille
bf45d0b618
Crs ( #5908 )
...
* fix display of CRS if invalid CRS
* fix #17455 set an empty CRS if the read CRS from XML is wrong
* add warning about empty CRS node when reading XML
2017-12-20 10:46:00 +02:00
Etienne Trimaille
9a5435ff1e
remove CRS picker and allow only layer CRS or provider CRS in metadata editor ( #5915 )
2017-12-20 10:35:49 +02:00
Nyall Dawson
3c7f745424
Merge pull request #5919 from nyalldawson/iter_datum
...
Use transform context in feature requests with destination crs set
2017-12-20 19:02:11 +11:00
Nyall Dawson
4643712a1e
Fix missing transform contexts for QgsDistanceArea
...
QgsDistanceArea.setSourceCrs() now requires a QgsTransformContext
argument.
2017-12-20 17:37:46 +10:00
Mathieu Pellerin
bf8570920f
Use qgsfilewidget for the delimited text prodivder source select ( #5920 )
2017-12-20 12:43:30 +07:00
Nyall Dawson
6528f1c307
Require a transform context when setting the destination crs for
...
a feature request
Forces correct datum handling for these requests, and removes
a few more uses of the deprecated/datum unaware transforms.
2017-12-20 12:32:20 +10:00
Nyall Dawson
b24a1bf10d
Add transform context to processing context
2017-12-20 12:21:14 +10:00
Denis Rouzaud
5dc9b5869a
fix empty lines with spaces
2017-12-19 21:17:29 -04:00
Denis Rouzaud
bdfd345034
fix code descriptor
2017-12-19 21:17:29 -04:00
Denis Rouzaud
64c99e054c
run sipify for code snippets
2017-12-19 21:17:29 -04:00
Denis Rouzaud
d042304cc3
[sipify] habndle python code snippets
2017-12-19 21:17:29 -04:00
Denis Rouzaud
90e5196996
run sipify
2017-12-19 14:55:46 -04:00
Borys Jurgiel
97018cf2e6
[Plugin installer] Remove trailing colon if it's a very end of the message.
2017-12-19 18:24:17 +01:00
Sandro Santilli
5308b265db
Fix typo in documentation (missing quote)
2017-12-19 10:39:31 +01:00
Nyall Dawson
b594ecd7c5
Fix missing page shadows
2017-12-19 13:03:10 +10:00
Nyall Dawson
2007792f77
Restore layered svg export option
2017-12-19 12:06:29 +10:00
Nyall Dawson
c7bd7b3d67
Add method to ensure file name string is safe
2017-12-19 10:59:27 +10:00
Nyall Dawson
613b1584d1
Start restoring SVG export
2017-12-19 10:38:28 +10:00
Nyall Dawson
128e37eaf4
Add some extension and filter handling functions to QgsFileUtils
2017-12-19 11:37:58 +11:00
Nyall Dawson
c7017914a0
Doxygen
2017-12-19 08:48:32 +10:00
Nyall Dawson
f216b188d6
Move all datum transform related methods to QgsDatumTransform
2017-12-19 08:47:02 +10:00
Nyall Dawson
753b3e0820
Merge pull request #5898 from nyalldawson/datum
...
Datum transform fixes, header reworking
2017-12-19 06:17:35 +11:00
Matthias Kuhn
bb40de3919
Add missing sip bindings
2017-12-18 18:52:16 +01:00
Borys Jurgiel
c4c5cba48a
Bump up core plugins' qgisMinimumVersion. Do not merge without b43386605fc298f or other alternative.
2017-12-18 17:57:21 +01:00
Borys Jurgiel
b43386605f
[Plugin installer] Make QGIS x.99 only compatible with plugins for the next major release. Introduce 'pyQgisVersion' that usually sticks to QGIS_VERSION, but bumps up to the next release for all the .99 versions
2017-12-18 17:30:15 +01:00
Matthias Kuhn
944b587eee
Show style name in layer properties dialog title
2017-12-18 15:42:24 +01:00
Borys Jurgiel
7c01b7e647
[Plugin installer] Follow up 54f312fa7f5b1ff and temporarily hardcode plugin compatibility as 3.0
2017-12-18 14:58:35 +01:00
Nyall Dawson
198486f0e9
Avoid including private header
2017-12-18 21:19:02 +10:00