Nyall Dawson
|
6a61179451
|
Disable a bunch of actions which don't apply to vector layers
without geometry (fix #15933)
|
2016-12-05 09:53:07 +10:00 |
|
Nyall Dawson
|
e9274475f8
|
Remove unused network header includes from qgsgeometry.cpp
|
2016-12-05 08:54:35 +10:00 |
|
Mathieu Pellerin
|
08ee1806a6
|
[FEATURE] cpt-city catalog support in color ramp's gradient-only mode (#3832)
cpt-city catalog ramps are now available for gradient-only:
- shapeburst fill
- gradient fill
- inner/outer glow effect
|
2016-12-04 11:39:41 +07:00 |
|
Mathieu Pellerin
|
e94a352e08
|
[color ramp] improve invert() for discrete gradient ramps (#3833)
|
2016-12-04 11:34:16 +07:00 |
|
Mathieu Pellerin
|
e135e79770
|
Merge pull request #3827 from nirvn/color_ramp_migration
Migration of remaining color ramp widgets
|
2016-12-03 14:16:33 +07:00 |
|
nirvn
|
6009f5a41d
|
[raster] fix singleband pseudo-color crash on single-color color presets ramp
|
2016-12-03 14:12:30 +07:00 |
|
nirvn
|
137a211bae
|
[color ramp] do not automatically save new ramps
|
2016-12-03 14:12:16 +07:00 |
|
nirvn
|
4a5876854c
|
[style manager] update ramp type naming button shortcuts
|
2016-12-03 14:04:09 +07:00 |
|
Mathieu Pellerin
|
a26434e8bd
|
Merge pull request #3829 from nirvn/colorrampbutton_save
- [FEATURE] save existing color ramp function
- improve new color ramp type naming
|
2016-12-03 13:41:46 +07:00 |
|
nirvn
|
0b9fbeb983
|
QgsColorRampComboBox is dead, long live QgsColorRampButton
|
2016-12-03 13:40:27 +07:00 |
|
nirvn
|
56c5534455
|
[symblogy] migrate heatmap renderer color ramp widget
|
2016-12-03 13:40:27 +07:00 |
|
nirvn
|
e604fc9fe1
|
[effects] migrate inner/outer glow color ramp widget
|
2016-12-03 13:40:27 +07:00 |
|
nirvn
|
aa4d751590
|
[symbology] migrate shapeburst color ramp widget
|
2016-12-03 13:40:27 +07:00 |
|
nirvn
|
d863c449f0
|
improve new color ramp type naming
|
2016-12-03 11:02:22 +07:00 |
|
nirvn
|
04c6007e17
|
[FEATURE] save existing color ramp function
|
2016-12-03 10:53:23 +07:00 |
|
Harrissou Sant-anna
|
1560c7ff1d
|
Use a standardized size for authentication dialogs icons (#3824)
|
2016-12-03 10:00:29 +07:00 |
|
Webmaster
|
37c43df6eb
|
partial revert of commit 4b680ca
|
2016-12-02 23:11:54 +07:00 |
|
Mathieu Pellerin
|
4b680ca575
|
[style dock] re-order vector layer rendering group to save vertical space (#3828)
|
2016-12-02 18:24:43 +07:00 |
|
volaya
|
d849e43278
|
[processing] fixed gdal proximity
Fixes #15895
|
2016-12-02 10:38:43 +01:00 |
|
Bernhard Ströbl
|
b02c6a3206
|
[processing][FEATURE] Return multi geometries from split alg
accept multi geometries as input
|
2016-12-02 16:47:30 +10:00 |
|
Nyall Dawson
|
3a789e5f14
|
Merge pull request #3825 from nyalldawson/legend_count
QgsVectorLayer::featureCount( QgsSymbol* symbol ) to featureCount( const QString& legendKey )
|
2016-12-02 16:35:20 +10:00 |
|
Mathieu Pellerin
|
eb85e3fcfa
|
[raster] migrate singleband pseudo-color renderer color ramp widget (#3817)
|
2016-12-02 12:48:45 +07:00 |
|
Richard Schoerghofer
|
1a24452c1d
|
Update qgis_icon_xmas.svg (#3820)
the positioning of the svg was not optimal, because the xmas hat is allways cutted, now all is in the documents view area.
|
2016-12-02 12:35:59 +07:00 |
|
Nyall Dawson
|
7de1cc2f13
|
Removed unused QgsLayerTreeModelLegendNode::SymbolLegacyRuleKeyRole
|
2016-12-02 13:55:41 +10:00 |
|
Nyall Dawson
|
6d0203d612
|
Change QgsVectorLayer::featureCount( QgsSymbol* symbol ) to instead
use a legend key string
Avoids crashes due to symbol pointer lifetime issues
|
2016-12-02 13:55:41 +10:00 |
|
Nyall Dawson
|
42d3f4b285
|
Fix ui build warning
|
2016-12-02 09:50:38 +10:00 |
|
Nyall Dawson
|
968c82a30b
|
Small cleanups for QgsColorRampButton
|
2016-12-02 09:47:55 +10:00 |
|
drnextgis
|
c9058eddf7
|
Add QIntValidator and qVersion to fix_pyqt
|
2016-12-01 17:14:35 +01:00 |
|
mhugent
|
d2e2110c58
|
Merge pull request #3812 from mhugent/wms_1_3_compliance
Wms 1 3 compliance
|
2016-12-01 17:02:44 +01:00 |
|
Sandro Mani
|
3bd8a29ad5
|
[Geometry checker] Fix possible use of deleted geometry
|
2016-12-01 16:24:02 +01:00 |
|
Harrissou Sant-anna
|
1ce2a102bb
|
Show only selected features vertices by default (#3821)
* Show only selected features vertices by default
* Show only selected features vertices by default
* Show only selected features vertices by default
|
2016-12-01 15:17:54 +01:00 |
|
Marco Hugentobler
|
898ca57dc6
|
Indentation
|
2016-12-01 14:48:10 +01:00 |
|
drnextgis
|
b59fc04b0b
|
Fix mapping for 2to3 fix_pyqt
|
2016-12-01 14:42:31 +01:00 |
|
volaya
|
420b7ec902
|
[processing] removed incompatible basestring check
|
2016-12-01 14:37:36 +01:00 |
|
Marco Hugentobler
|
014aff729c
|
Fix access control tests such that bbox width/height ration matches image width/height
|
2016-12-01 13:45:47 +01:00 |
|
Alexander Bruy
|
b85b5e75e7
|
[processing] values() is a dict view object, not list
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
781ebd9a69
|
[processing] xrange() removed, should use range() instead
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
3e7b26233e
|
[processing] replace deprecated % operator with format()
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
50a785bdd6
|
[processing] indentation update
|
2016-12-01 12:53:57 +01:00 |
|
Alexander Bruy
|
f002321be1
|
[processing] iteritems() removed, should use items() instead
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
40053f81f2
|
renamed ParameterExpression in raster calculator to avoid name clash
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
44f963f60d
|
[processing] removed debug line
|
2016-12-01 12:53:57 +01:00 |
|
volaya
|
8bd0dd5aea
|
[processing] added tests for raster calculator
Conflicts:
python/plugins/processing/tests/testdata/qgis_algorithm_tests.yaml
|
2016-12-01 12:53:56 +01:00 |
|
volaya
|
a7f9018e11
|
[processing] added native raster calculator algorithm
Conflicts:
python/plugins/processing/algs/qgis/QGISAlgorithmProvider.py
|
2016-12-01 12:52:45 +01:00 |
|
volaya
|
fcc343724e
|
[processing] some fixes and changes in parameters and parameters panel
|
2016-12-01 12:50:27 +01:00 |
|
Nyall Dawson
|
a17facf6cb
|
Merge pull request #3816 from nyalldawson/processing_datetime
[processing][FEATURE] New unified basic stats algorithm
|
2016-12-01 20:37:15 +10:00 |
|
volaya
|
2c4eb3cb8c
|
[processing] allow selecting multiple file in ‘add script from file’
|
2016-12-01 11:29:49 +01:00 |
|
Harrissou Sant-anna
|
91d0f1ebff
|
Add new tips on startup, fix some outdated (#3806)
* Add new tips on startup, fix some outdated
and emphasize some items with bold.
Sur la branche patch-1
* Improve tips
* fix quotation
|
2016-12-01 11:07:28 +01:00 |
|
Marco Hugentobler
|
ee3a49353f
|
WMS server: parse bounding box only if the BBOX parameter is really there
|
2016-12-01 10:42:35 +01:00 |
|
Marco Hugentobler
|
e6d4010eb6
|
Adapt expected capabilities / project settings response in server test for WMS 1.3.0 compliance
|
2016-12-01 10:30:04 +01:00 |
|