matteo
11c0e562bf
fix indentation
2018-03-31 18:30:40 +11:00
matteo
925d45dffb
new LoadFromTemplate action in toolbar dropdown
2018-03-31 18:30:40 +11:00
matteo
deaeaa6e97
remove useless action from script editor
2018-03-31 18:30:40 +11:00
matteo
61c3b485ef
remove load template button action and fix double separator
2018-03-31 18:30:40 +11:00
matteo
33caf9b95b
remove useless image
2018-03-31 18:30:40 +11:00
matteo
0abd3fd226
add shortHelpString in script template
2018-03-31 18:30:40 +11:00
matteo
966bb1734f
Renamed script_template.py to ScriptTemplate.py
2018-03-31 18:30:40 +11:00
matteo
b72f0f0e90
Minor changes in Dialog
2018-03-31 18:30:40 +11:00
matteo
ca210dcad7
removed useless dots in UI
2018-03-31 18:30:40 +11:00
matteo
cdac11f132
Typo and remove shortcut
2018-03-31 18:30:40 +11:00
matteo
78ce8dde32
other indentation fixes
2018-03-31 18:30:40 +11:00
matteo
4f55c29cab
fix indentation
2018-03-31 18:30:40 +11:00
matteo
4fe067a22c
script template with basic function
2018-03-31 18:30:40 +11:00
matteo
46d59b7177
[processing][feature] load default script from template
2018-03-31 18:30:40 +11:00
Salvatore Larosa
85602c60f4
fix doc: followup bf41a90af80f2284f087780cf4ef6931b2a76bcf
2018-03-30 23:47:36 +02:00
Salvatore Larosa
bf41a90af8
[needs-docs] add zoom to selection action to contextual menu of the layer
2018-03-30 23:06:06 +02:00
Tudor Bărăscu
499e395ab5
add mask image
2018-03-30 21:24:03 +03:00
Tudor Bărăscu
ef83d18c9b
add GetMap FILTER test with multiple filters
2018-03-30 21:23:19 +03:00
Salvatore Larosa
1a74b0a021
fix warning
2018-03-30 11:22:32 +02:00
Blottiere Paul
4be8baa683
Merge pull request #6679 from pblottiere/bugfix_will_render_feature
...
[bugfix] Fixes identify action on deactivated rules for QgsRuleBasedRenderer
2018-03-30 09:08:11 +01:00
Mathieu Pellerin
13d0556ac6
[FEATURE][needs-docs] Custom SVG path and size for the north arrow decoration ( #6715 )
2018-03-30 12:13:44 +07:00
Nyall Dawson
8ebd47bfb2
[needs-docs] Drop unused/misleading 'tolerance' setting from topology
...
checker
Fixes #9621
2018-03-30 14:03:08 +11:00
Nyall Dawson
d9e9f2abac
Fix tests
2018-03-30 09:01:21 +11:00
Nyall Dawson
95d2a27cbf
Split QgsVectorFileWriter writeAsVectorFormat into two methods
...
to allow correct thread-safe usage
There is now a prepare method, which must be run on the main
thread and which prepopulates feature iterators and clones
renderers, and a separate write method which is safe to
execute on background threads (e.g. tasks)
Fixes #18516
2018-03-30 09:01:21 +11:00
Nyall Dawson
5ecb7cc363
Use unique_ptr
2018-03-30 09:01:21 +11:00
Nyall Dawson
64707c1817
Always add a dummy atlas expression context scope to canvas expression
...
context
This allows the atlas variables to be correctly available before
an atlas has been first opened - e.g. for rules which render
when a feature is not the current atlas feature.
Otherwise these variables are NULL, which creates confusing behavior
when rendering differences occur before/after an atlas is opened.
2018-03-30 09:00:42 +11:00
Nyall Dawson
f02602b9bb
[needs-docs] geometry smooth algorithm now also retains and smooths z/m values
...
...instead of just discarding them
Applies to processing algorithm and expression function (and
QgsGeometry::smooth method)
2018-03-30 08:59:00 +11:00
Nyall Dawson
bf252d68d2
Fix enum comparison warning
2018-03-29 22:29:05 +11:00
Nyall Dawson
b805b60389
Test masks
2018-03-29 19:50:44 +11:00
Nyall Dawson
3f733e7061
Use a checkerboard background in svg cache tests
2018-03-29 19:50:44 +11:00
Nyall Dawson
c71347c327
Indentation
2018-03-29 19:50:44 +11:00
Nyall Dawson
d3aae3f5b6
Allow remote SVG files with text/plain MIME type, instead of only
...
valid image/svg+xml mime types
This allows users to link to SVG files hosted on github, where
the raw content is served up as plain text.
2018-03-29 19:50:44 +11:00
Nyall Dawson
50241dcba4
More helpful log message when svg requests fail
2018-03-29 19:50:44 +11:00
Nyall Dawson
77941442c7
When a remote SVG is requested but fails, use the missing SVG icon
...
as an indicator for users that something went wrong
This was previously only used for replies with incorrect mime
types or authentication errors, but it meant that an incorrect
SVG url would silently result in no symbols rendered.
Also add unit tests for fetching remote svg images
2018-03-29 19:50:44 +11:00
Blottiere Paul
810e531bfc
Add documentation for onlyActive parameter
2018-03-29 08:51:03 +01:00
Nyall Dawson
5d4e1bb31f
Add intersection/tangent methods to QgsCircle
2018-03-29 17:40:40 +11:00
Mathieu Pellerin
716ba9befe
[needs-docs] Add a "save selected features as" layer item shortcut
2018-03-29 10:34:49 +07:00
Salvatore Larosa
7900570504
folowup a29c6a7d07006ff03ac26bd636dcafb8293fee0d: set noun to entries
2018-03-29 13:34:34 +11:00
Nyall Dawson
44143c1bf9
Restore a disabled test for Qt5 which works OK now
2018-03-29 13:26:51 +11:00
Nyall Dawson
fb5caa7a0f
Fix weird line edit styling error on Ubuntu
...
Ubuntu theme is incorrectly showing hidden actions in
line edits.
Fixes #18537
2018-03-29 07:21:34 +11:00
Nyall Dawson
8b59bdcc94
[layouts] Fix missing layer scope for atlas enabled items
...
Fixes #18525
2018-03-29 07:21:03 +11:00
Nyall Dawson
054470f032
Never show int/long attributes in scientific notation
...
Fixes #18508 , #18302
2018-03-29 07:20:31 +11:00
Salvatore Larosa
18f02ee2ea
cleanup code: followup d17481e3d2279a36e536821d21f0f709ba8bd534
2018-03-28 21:47:59 +02:00
Salvatore Larosa
d17481e3d2
[FEATURE][needs-docs] add filter line edit to query builder
2018-03-28 19:11:04 +02:00
Alessandro Pasotti
cc7c9356bc
Merge pull request #6698 from elpaso/auto-select-first-layer-on-load
...
Make first layer selected on project load
2018-03-28 12:35:29 +02:00
Mathieu Pellerin
93a6115c9e
[needs-docs] Use QgsTextRender to power up copyright decoration styling ( #6684 )
...
- we gain all of the styling capabilities of our text renderer engine (i.e. what powers
the rendering of labels)
- HTML support is gone for now, with virtually all of styling possibilities
covered by the above text renderer
2018-03-28 17:12:48 +07:00
Denis Rouzaud
721095e89d
add virtual destructor
...
fix warning: delete called on 'QgsEditorWidgetAutoConfPlugin' that is abstract but has non-virtual destructor
2018-03-28 11:49:41 +02:00
Denis Rouzaud
e252f5cd6f
remove unused variables
2018-03-28 11:49:41 +02:00
Mathieu Pellerin
5fe1ea85bf
[needs-docs] Use QgsScaleBarRenderer to power up scale bar decoration ( #6689 )
...
Main short-term benefit: scale bar font size and family can be customized.
2018-03-28 15:55:48 +07:00
Alessandro Pasotti
9ec2d1f99b
Make first layer selected on project load
...
just spare a click
2018-03-28 08:46:53 +02:00