47526 Commits

Author SHA1 Message Date
Denis Rouzaud
d156e1fb76 save enum settings as string for a better inspection 2018-05-14 08:47:27 -04:00
arnaud.morvan@camptocamp.com
81dabd185c [processing] Finish default values in model for destination parameters 2018-05-14 22:12:32 +10:00
Nyall Dawson
c5f478c38f [processing] Fix destination resets to 'memory:' instead of temporary layer 2018-05-14 22:12:32 +10:00
Nyall Dawson
1a45a79719 [processing][model] Fix handling of mandatory checkbox in output definitions 2018-05-14 22:12:32 +10:00
arnaud.morvan@camptocamp.com
4ccd4446fe [processing] Add default values in model for destination parameters 2018-05-14 22:12:32 +10:00
Nyall Dawson
8d5e5c944d Add a newNameChanged signal to QgsNewNameDialog
Handy for subclasses.
2018-05-14 17:22:42 +10:00
Nyall Dawson
773e8633e2 Fix build warning 2018-05-14 16:53:46 +10:00
Nyall Dawson
6b742687ab [memory] Fix memory provider does not return correct min/max
values after adding or editing features

The cache was not cleared correctly in this case

Fix sponsored by LINZ
2018-05-14 15:43:22 +10:00
Mathieu Pellerin
8f47691a7a
[processing] add gdal command name to tags for better searches (#6978) 2018-05-14 11:32:55 +07:00
Denis Rouzaud
272f9ef874
Merge pull request #6951 from 3nids/locator_prefix
allow customizing prefix of locator filters
2018-05-13 17:56:22 -08:00
Harrissou Sant-anna
e0b86bef53 Remove the default output value shown in expression builder
Fixes #18808
2018-05-13 06:21:30 +10:00
Guilhem
42bedc4f72 Update qgsrasterfilewriter.cpp
Bad geo-referencing bug fix

Using VRT with large coordinate system (like RGF93/CCxx) and high
resolution raster, highest resolution tiles were shifted regardingi
original raster.
It seemed that when creating the VRT file, georeferencing is
truncated while converted to text, leading to loss of precision.
2018-05-12 06:20:29 +10:00
Denis Rouzaud
d36d4f8c65
fix warning for release build (#6976) 2018-05-11 07:41:10 -08:00
Juergen E. Fischer
c6bec0ce7c add link to 3.0 api documentation 2018-05-11 17:02:21 +02:00
Denis Rouzaud
395c13f1f1 fix typo 2018-05-11 10:55:34 -04:00
Denis Rouzaud
2bb6149e6c add test for (active) prefixes and fix bad prefix for plugins 2018-05-11 10:17:27 -04:00
Nyall Dawson
04e527e4e1 Try to fix odd doc coverage test issue 2018-05-11 23:03:50 +10:00
Nyall Dawson
4e5229f157 Typo 2018-05-11 23:03:50 +10:00
Nyall Dawson
b006877b88 Complete processing 3.x porting documentation 2018-05-11 23:03:50 +10:00
Nyall Dawson
7ba246f149 Fix grammar 2018-05-11 23:03:50 +10:00
Nyall Dawson
90e0353eee More docs for parameter porting, new API contract 2018-05-11 23:03:50 +10:00
Nyall Dawson
35d490358e Add notes on OutputNumber/OutputString 2018-05-11 23:03:50 +10:00
Nyall Dawson
e039a0643f Add note on GeoAlgorithmExecutionException 2018-05-11 23:03:50 +10:00
Nyall Dawson
4e2605bbd5 Add some notes on enums, numeric parameters 2018-05-11 23:03:50 +10:00
Nyall Dawson
689966ce5a Typo 2018-05-11 23:03:50 +10:00
Nyall Dawson
9bf8fb042c Add some notes about porting field parameters 2018-05-11 23:03:50 +10:00
Nyall Dawson
830ad0b4ce Rough beginnings to processing algorithm porting guide 2018-05-11 23:03:50 +10:00
Nyall Dawson
3e62627ba3 [needs-docs] Tweak wording of Export actions 2018-05-11 22:01:45 +10:00
Nyall Dawson
b87a92b26c Show tooltip in locator actions results if different to action title 2018-05-11 22:01:45 +10:00
Nyall Dawson
0c24e29e85 More descriptive tooltips for some app actions 2018-05-11 22:01:45 +10:00
Nyall Dawson
ad18e04491 Add missing ellipsis to project storage items 2018-05-11 22:01:45 +10:00
Nyall Dawson
98469411ce [needs-docs] Reorganize project menu
- Consistency in action names
- Move import/export actions to a submenu
- Group similar actions together
2018-05-11 22:01:45 +10:00
Denis Rouzaud
0a6f88a4e5 remove map from QgsLocator and rename custom to active prefix
the active/custom prefix info is now accessible only from QgsLocatorFilter
2018-05-11 07:52:41 -04:00
Nyall Dawson
8f05c4e206 Fix incorrect snapping when moving features and using advanced (#6972)
ditizing parallel/perpendicular modes

Refs issue demonstrated in https://www.youtube.com/watch?v=jZYKGrIyVCA
at 25:00
2018-05-11 03:38:36 -08:00
Harrissou Sant-anna
cdc0878346 Use icon instead of text for Add and Remove buttons 2018-05-11 19:48:29 +10:00
Nyall Dawson
3d03cfba8c Update test masks 2018-05-11 17:48:45 +10:00
Nyall Dawson
06d7725cca Fix api break, unit test 2018-05-11 17:48:45 +10:00
Nyall Dawson
0708d84139 Fix positioning of final scalebar label 2018-05-11 17:48:45 +10:00
Nyall Dawson
9ce19af552 Fix failing test 2018-05-11 17:48:45 +10:00
Nyall Dawson
9d2c4fca19 [FEATURE][layouts] Use text renderer for drawing scalebar text
Allows the full range of formatting options exposed through
text renderer - e.g. scalebar text with buffers, shadows,
background shapes, letter spacing, etc.

Say goodbye to unreadable scale bar text!
2018-05-11 17:48:45 +10:00
Nyall Dawson
a06000e0e7 Add method to QgsTextRenderer to retreive scaled QFontMetricsF
from a text format in a specified render context
2018-05-11 17:48:45 +10:00
Nyall Dawson
e53adc154b Add methods to convert QgsTextFormat to and from QFonts 2018-05-11 17:48:45 +10:00
Nyall Dawson
e35d1d0ed9 Fix setting default value for non-multiple enum params 2018-05-11 15:49:52 +10:00
Alexander Bruy
26a97a7da7 [processing] improve default values handling in the enum modeler GUI 2018-05-11 15:49:06 +10:00
Alexander Bruy
e97212e8b7 [processing] correctly restore default values 2018-05-11 15:49:06 +10:00
Alexander Bruy
0046b9f824 add single item to matrix parameter by default 2018-05-11 15:49:06 +10:00
Alexander Bruy
18f3151808 [processing] couple of fixes for matrix parameter 2018-05-11 15:49:06 +10:00
Alexander Bruy
bb0feccec4 [processing] use another icon for clear button and add confirmation 2018-05-11 15:49:06 +10:00
Alexander Bruy
3ec2dfa611 [processing] don't allow multiple enum items to be selected if
allowMultiple is not set
2018-05-11 15:49:06 +10:00
Alexander Bruy
39456ba6b4 [processing] fix handling of the multiple enum values 2018-05-11 15:49:06 +10:00