32326 Commits

Author SHA1 Message Date
Alexander Bruy
d20a2ced9d [processing] remove duplicated code 2016-04-29 12:01:13 +03:00
Nyall Dawson
d870b73a05 [multiedit] Prompt to apply changes when switching out of multiedit mode 2016-04-29 14:37:11 +10:00
Nyall Dawson
25c0624242 Fix slider and dial widgets never emit their valueChanged(QVariant)
signals. Fixes use of dial/slider with multiedit form mode.
2016-04-29 14:08:34 +10:00
Nyall Dawson
6c9bc93812 Fix delete ring tool not updating rendered feature (fix #14741) 2016-04-29 12:10:45 +10:00
Nathan
ef51b702b8 Don't resize canvas size on widget change 2016-04-29 09:49:50 +10:00
Juergen E. Fischer
0739750e20 oracle provider: cleaner geometry retrieval and fix case issue with
feature request alias and sdo_relate
2016-04-28 14:19:27 +02:00
Alexander Bruy
58109113fd [processing] always use original algorithm name for scripts and models (follow up abda90fe0d) 2016-04-28 14:53:27 +03:00
rldhont
37d6c69c24 Merge branch 'processing_modeler_default_value' 2016-04-28 10:43:39 +02:00
Nyall Dawson
93d984e504 Merge pull request #3026 from nirvn/centroid_fill_parts
[FEATURE] add setting to control centroid fill point rendering on all parts or a single part of multi-features
2016-04-28 13:08:31 +10:00
Juergen E. Fischer
d69910a12b fix dxf export when using rule based labeling (followup a64ea0b) 2016-04-28 00:16:35 +02:00
Webmaster
fef8c1fef2 [FEATURE] add setting to control centroid fill point rendering
on all parts or a single part of multi-features (fixes #9199)
2016-04-27 21:10:41 +07:00
Alexander Bruy
b52735dbd8 fix indentation 2016-04-27 15:40:56 +03:00
Alexander Bruy
87575bd843 Merge pull request #3038 from volaya/provider_add_remove
[processing] different approach for provider add/remove
2016-04-27 15:38:28 +03:00
Jürgen Fischer
c96f66ecae Merge pull request #3040 from 3nids/debian_install_qgis_testing
debian: install qgis testing
2016-04-27 14:16:03 +02:00
Denis Rouzaud
10e3c1914e debian: install qgis testing 2016-04-27 14:14:38 +02:00
volaya
bee4068b89 [processing] handle provider modifications when settings have been edited 2016-04-27 13:36:28 +02:00
Marco Hugentobler
42e386f8c8 Make sublayer dialog sortable and sort by layername initially. Patch provided by Stefan Ziegler 2016-04-27 11:41:12 +02:00
Martin Dobias
11e7140d37 Gracefully handle topology errors when tracing (fixes #14447) 2016-04-27 16:50:19 +08:00
Martin Dobias
1a3e648e17 [FEATURE] Make labeling map tools work with rule-based labeling
(until now they worked just with simple labeling)
2016-04-27 16:45:25 +08:00
rldhont
4a11a1a319 [Processing][Modeler] Use default value instead of None
In Modeler algorithm, when a algorithm's parameter was not defined it's value was set to None.
Before the possibility to defined optional parameters, None value is equal to set value to default one.
Now, it's important to use default value instead of None.
2016-04-27 10:13:56 +02:00
volaya
f33749ab9d [processing] different approach for provider add/remove 2016-04-27 10:09:28 +02:00
Martin Dobias
572bd195a5 Make travis happy 2016-04-27 16:04:40 +08:00
Martin Dobias
6f3032a622 Fix tests, fixes after rebase 2016-04-27 15:04:45 +08:00
Juergen E. Fischer
e9bc8ae4c5 fix precise build 2016-04-27 08:17:44 +02:00
Martin Dobias
ad82ac08d8 Cleanups to emphasize that methods work with current label 2016-04-27 12:15:50 +08:00
Martin Dobias
42991ec3de Updated label map tools to work with rule-based labeling 2016-04-27 12:09:53 +08:00
Martin Dobias
03f201d03b Introduce label provider ID to uniquely identify label's settings
Before rule-based labeling, layer ID would identify label settings
of a label as there could be only one configuration per layer.
2016-04-27 11:59:27 +08:00
Martin Dobias
a64ea0b0be Fix crash on invalid assert in rule-based labeling 2016-04-27 11:59:27 +08:00
Alexander Bruy
77d95b0d65 [processing] don't write NaN's to attribute table (fix #14639) 2016-04-26 20:44:53 +03:00
Sandro Mani
63c71fe0d1 Merge pull request #2991 from manisandro/ogr_options
Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate
2016-04-26 17:41:07 +02:00
Sandro Mani
6b88ec81e6 Add connection pool test 2016-04-26 16:02:10 +02:00
Sandro Mani
bbe89b023e Move QgsProviderRegistry::instance delete call after deferred delete call 2016-04-26 16:02:10 +02:00
Sandro Mani
79493ea394 Pass the full ogr data source URI as connInfo in qgsConnectionPool_ConnectionCreate.
This fixes corrupt rendering when loading the same dataset twice with different options (i.e. layers), see issue #14560.
2016-04-26 16:02:10 +02:00
Alexander Bruy
2ba252b344 Merge pull request #3033 from rldhont/processing_gdal_optional
[Processing] well manage optional parameters in GDAL algorithms
2016-04-26 16:59:13 +03:00
Alexander Bruy
9a05558aff fix formatting 2016-04-26 15:22:52 +03:00
rldhont
793b712eb9 [Processing][GDAL] Well manage optional parameters
Because EXTRA and NO_DATA parameters are optional, the value can be `None` which is the same as `''`.
2016-04-26 14:18:41 +02:00
Alexander Bruy
0502265320 Merge pull request #3030 from NaturalGIS/processing_fix_raster_clip_nodata
[processing] set nodata parameter as optional in GDAL algs
2016-04-26 14:36:14 +03:00
volaya
8a9cb05dbb [processing] better handling of variables in scripts 2016-04-26 12:47:55 +02:00
volaya
5cc2dcd2a4 [processing] fixed wrong call to addToLog 2016-04-26 12:47:54 +02:00
Nyall Dawson
250f6578d9 Avoid some Coverity return value warnings 2016-04-26 20:31:32 +10:00
Nyall Dawson
989ec2c1f8 Fix Coverity big parameter passed by value warnings 2016-04-26 20:00:44 +10:00
Nyall Dawson
5e3645ae24 Fix coverity uninitialized variable warnings 2016-04-26 19:57:51 +10:00
Nyall Dawson
d604a92503 Fix features cannot be added when using attribute table and form
popup (fix #14729)
2016-04-26 19:50:29 +10:00
Nyall Dawson
eed4ee6411 Fix crash in relation reference widget (fix #14732) 2016-04-26 19:31:35 +10:00
volaya
f01c57af6a Merge pull request #3032 from NaturalGIS/processing_remove_wrong_raster_clip_parameter
remove wrong gdal_translate parameter
2016-04-26 08:38:30 +02:00
volaya
ff85bfe461 [processing] print full stacktrace to log when a provider cannot be loaded 2016-04-26 08:35:32 +02:00
Larry Shaffer
b3a0d9d146 Revert "[processing] Extra check to ensure GRASS folder setting not already None"
This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0.
2016-04-25 21:27:45 -06:00
Larry Shaffer
36a820e516 [processing] Extra check to ensure GRASS folder setting not already None
- Update to 5131e93; not sure why ProcessingConfig.getSetting returning
  None sets folder = None instead of '' (on the previous line on Win)
2016-04-25 18:52:44 -06:00
Giovanni Manghi
a4b2cde5bb more GDAL a_nodata fixes, for sake of uniformity 2016-04-25 22:09:42 +01:00
Giovanni Manghi
ba2601ff45 remove wrong gdal_translate parameter 2016-04-25 21:41:43 +01:00