Nyall Dawson
cda387cb6f
Ensure that @symbol_color is always correct for symbol layer types
...
with subsymbols
2016-05-07 21:52:19 +10:00
Nyall Dawson
d823be1ede
Add some clarifications to QgsRelation api
2016-05-07 21:49:31 +10:00
volaya
e6f1439c0a
[processing] add object name to custom menus
2016-05-06 09:00:33 +02:00
Nyall Dawson
d75eaff573
Fixes to arrow line symbology:
...
- Fix crash in Python bindings caused by subsymbol ownership
- Make symbol work correctly with categorised and graduated
renderers
2016-05-05 16:56:20 +10:00
Matthias Kuhn
c1687abc80
Replace calls to deprecated assertEquals
method
2016-05-03 09:18:27 +02:00
Matthias Kuhn
a6c88c1166
Add different widget style
2016-05-02 18:25:58 +02:00
Matthias Kuhn
8b4cb049ae
Allow controlling action visibility on attribute table
2016-05-02 18:25:58 +02:00
Matthias Kuhn
f03a94f650
Fix crash
2016-05-02 18:25:58 +02:00
Matthias Kuhn
c369aabac4
Doxygen and sip bindings
2016-05-02 18:25:57 +02:00
Matthias Kuhn
dd88fa99f3
[feature] New configuration options for attribute table
...
* Allow reordering the attribute table columns
* Allow adding a new column to trigger an action to the attribute table
2016-05-02 18:25:57 +02:00
Matthias Kuhn
2faaf1cd9c
Rename QgsAttributeAction to QgsActionManager
...
The original name was not representative for the scope of the class
and misleading at best.
The class manages actions for a given layer and it's not a single action
like the former name suggested.
There is a typedef introduced to keep it in the API until we can remove
it with QGIS 3.
2016-05-02 18:25:57 +02:00
Matthias Kuhn
ff4ad50809
Rename QgsFilterTableFields to QgsOrganizeTableColumns
2016-05-02 18:25:57 +02:00
Stéphane Brunner
d4ccc77f27
Add a possibility to hide a column in the attribute table
2016-05-02 18:25:56 +02:00
Harrissou Sant-anna
af73c3dd58
replace icon
2016-05-02 17:22:47 +02:00
Nyall Dawson
afdb6c78c0
Merge pull request #3031 from rouault/gpkg_improvements
...
GeoPackage support related improvements
2016-05-02 18:35:28 +10:00
Matthias Kuhn
abfd7740bd
Fix qgis.PyQt compatibility imports
2016-04-29 14:10:41 +02:00
Denis Rouzaud
8071acd064
move PyQt compat folder to python/qgis
2016-04-29 14:10:26 +02:00
Nyall Dawson
a67853f825
Fix calculation of point symbol bounds using data defined rotation or offset
2016-04-29 20:16:38 +10:00
Alexander Bruy
d20a2ced9d
[processing] remove duplicated code
2016-04-29 12:01:13 +03: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
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
volaya
bee4068b89
[processing] handle provider modifications when settings have been edited
2016-04-27 13:36:28 +02:00
Martin Dobias
11e7140d37
Gracefully handle topology errors when tracing ( fixes #14447 )
2016-04-27 16:50:19 +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
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
Alexander Bruy
77d95b0d65
[processing] don't write NaN's to attribute table ( fix #14639 )
2016-04-26 20:44:53 +03: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
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
Giovanni Manghi
fb5921250b
set nodata parameter as optional in GDAL clip by extent
2016-04-25 21:22:27 +01:00
Juergen E. Fischer
aca62153c2
run 2to3 only with Qt5
2016-04-25 15:58:40 +02:00
Juergen E. Fischer
b3bf4a11ac
dxf export:
...
* output 3D geometries
* more adaptions to labeling changes
2016-04-25 01:49:53 +02:00
Even Rouault
3ba86d48a9
Add a 'Layer / Create Layer / Create GeoPackage layer' menu item
2016-04-23 19:36:16 +02:00
Matthias Kuhn
caab3b3db5
Add dependency of port-plugin-xxx on staged-xxx
2016-04-23 16:38:05 +02:00
Nyall Dawson
647f322146
Consolidate all qvariant sort methods to use qgsVariantLessThan,
...
make sure qgsVariantLessThan incorporates all functionality from
other duplicate implementations, and add tests
(fixes #14671 )
2016-04-22 17:20:43 +10:00
nirvn
9735c13e33
[FEATURE] add outline settings to font markers
2016-04-22 09:09:00 +07:00