Nyall Dawson
59d2c5301f
[processing] Fix exception when parameter metadata is set to extend inbuilt wrapper type
2018-11-30 05:02:59 +10:00
Nyall Dawson
d72c4d001f
[processing] Allow parameter metadata to set the number of decimal places
...
to show in numeric/distance widgets
E.g. to only show 2 decimal places:
# only show two decimal places in parameter's widgets, not 6:
param.setMetadata( {'widget_wrapper':
{ 'decimals': 2 }
})
2018-11-30 05:02:59 +10:00
Denis Rouzaud
157c8f4987
more doc
2018-11-29 14:28:14 -04:00
Alessandro Pasotti
1672d434ce
Raster calc: refresh layers list if a layer is renamed or added/removed
...
Fixes #20601 - bug: Raster calculator produces empty results layer and no error message if input layer is one that has been renamed in QGIS layers panel
2018-11-29 18:30:01 +01:00
Denis Rouzaud
c13b419d21
fix python bindings
2018-11-29 12:50:48 -04:00
Blottiere Paul
b03d8a7f0e
Merge pull request #8551 from pblottiere/bugfix_wms
...
[server] OGC WMS 1.3.0
2018-11-29 16:36:37 +00:00
Denis Rouzaud
e03537a4cf
fix typo
2018-11-29 08:27:15 -04:00
Alessandro Pasotti
137361b968
Merge pull request #8566 from anitagraser/master
...
updated splash to zanzibar
2018-11-29 13:20:18 +01:00
Alessandro Pasotti
f93af56fd6
Merge pull request #8570 from AlisterH/ticket20665
...
Expression calculator: clarify documentation for x_at() and y_at() (addresses #20665 )
2018-11-29 13:19:59 +01:00
Denis Rouzaud
f24daa2b69
allow to use icons too
2018-11-29 08:15:12 -04:00
Denis Rouzaud
d272f3cf2a
do not use qaction in the result, build context menu in the widget
2018-11-29 08:02:37 -04:00
Blottiere Paul
51a27b31b1
Update tests
2018-11-29 11:49:58 +00:00
Alessandro Pasotti
49da1c3be9
Return a vector instead of a list and deprecate rasterEntries
2018-11-29 12:46:30 +01:00
Alessandro Pasotti
80c12b590a
Extend documentation
2018-11-29 12:35:09 +01:00
Alessandro Pasotti
18854dc7b6
Do not add duplicates in raster calc layers list
...
Related to #20601
2018-11-29 12:26:57 +01:00
Alister Hood
5256611169
Expression calculator: clarify documentation for x_at() and y_at()
2018-11-29 23:26:43 +13:00
Blottiere Paul
ce0d76a51d
Remove qgis address from schemaLocation
2018-11-29 09:22:26 +00:00
Alessandro Pasotti
318c2461f3
Remove obsolete imported headers
2018-11-29 09:41:51 +01:00
Alessandro Pasotti
0fde410a58
Merge pull request #8564 from elpaso/rastercalculator-fast-track
...
Rastercalculator memory efficient track
2018-11-29 09:32:24 +01:00
Alessandro Pasotti
88d962ff6c
Merge pull request #8565 from elpaso/docker-testing-env-fixes
...
Docker testing env minor fixes and improvements
2018-11-29 09:12:08 +01:00
Nyall Dawson
f10b62c380
[processing] Fix crash on closing batch processing dialog
...
Refs #20650
2018-11-29 10:57:07 +10:00
Nyall Dawson
d207251251
[processing] Fix run as batch mode doesn't execute
...
Fixes #20650
2018-11-29 10:57:07 +10:00
Alessandro Pasotti
23a4fb6e70
Merge pull request #8567 from JamesShaeffer/bugfix-19959
...
[Bugfix] Fixes #19959 - "Handle Bad Layers" dialog message text unclear
2018-11-28 23:49:03 +01:00
Alessandro Pasotti
81723586f5
Update reference hashes for calculator processing test
2018-11-28 22:43:28 +01:00
James Shaeffer
38df74c569
Updated the message for the 'unhandled layers' dialogue
2018-11-28 14:01:59 -07:00
Anita Graser
8d75371c68
updated splash to zanzibar
2018-11-28 21:01:27 +01:00
Alessandro Pasotti
52eeabae2d
Less verbose output and import PyQt from qgis module
2018-11-28 17:14:17 +01:00
Alessandro Pasotti
6dab714e03
Fix ini file creation
2018-11-28 17:13:45 +01:00
nirvn
cdda581819
[processing] Add test & adjust handling of negative distance value
...
for multi ring (constant) algorithm
2018-11-28 22:47:39 +07:00
Alessandro Pasotti
55017d7800
Fix rounding error while calculating output raster dimensions
...
This was creating artifacts in some situations (missing line
in the middle).
2018-11-28 14:46:21 +01:00
Denis Rouzaud
c48a706e49
use int as IDs to recognize context menu entries
2018-11-28 08:34:09 -04:00
Denis Rouzaud
91736fd9f6
fix doc
2018-11-28 07:46:24 -04:00
Denis Rouzaud
50d29b959c
complete roleNames
2018-11-28 07:46:24 -04:00
Denis Rouzaud
1bc0fbf9d4
[locator] allow to have context menu entries for results
2018-11-28 07:46:24 -04:00
Denis Rouzaud
7bce9342e5
[sipify] fix initializer in strcuts
2018-11-28 07:46:24 -04:00
Alessandro Pasotti
e01cb7c46f
Fix docstring for findNodes
2018-11-28 11:07:33 +01:00
Alessandro Pasotti
c3b3f7e93e
Fix OR operator toString representation
2018-11-28 11:02:39 +01:00
Alessandro Pasotti
5f6dff020e
Merge pull request #8563 from elpaso/rastercalculator-drop-std-prefix
...
Drop std:: prefix from calculator operators
2018-11-28 10:58:35 +01:00
Alessandro Pasotti
4140960208
Fix build warning
2018-11-28 10:57:03 +01:00
nirvn
73d19e3c19
[processing] Add edit feature in-place menu shortcut
...
(useful for people who rely on the locator)
2018-11-28 16:53:31 +07:00
nirvn
846f79d8d5
[locator] Fix presence of html tag for multi-line tooltips
2018-11-28 16:53:31 +07:00
nirvn
f4e6d06569
[locator] Append an active tag to item text for checked/activated actions
2018-11-28 16:53:31 +07:00
Alessandro Pasotti
9c55e451bc
Remove debug code and improve comments
2018-11-28 10:33:50 +01:00
Alessandro Pasotti
8b50c3e1b2
Remove debug code
2018-11-28 10:32:34 +01:00
Alessandro Pasotti
51821e926d
Drop std:: prefix from calculator operators
2018-11-28 10:15:21 +01:00
Alessandro Pasotti
e329fb5b97
Scanline implementation
2018-11-28 10:11:33 +01:00
Alessandro Pasotti
10517c8932
Extended message in progress dialog + removed unused cast
2018-11-28 10:11:22 +01:00
Alessandro Pasotti
3801e9e28b
Added findNodes method and tests
2018-11-28 10:11:09 +01:00
Alessandro Pasotti
fd02722851
Drop std:: prefix from calculator operators
2018-11-28 09:55:01 +01:00
Alessandro Pasotti
e2a2aecc8a
Merge pull request #8550 from elpaso/bugfix-20583-19760-raster-calculator
...
Raster calculator crash and hang fixes. Fixes #20583 #19760
2018-11-28 08:11:03 +01:00