Matthias Kuhn
2475ee578c
Allow 0 (infinite) for scale dependent visibility
...
Fix #15414
2016-10-21 11:11:39 +02:00
Matthias Kuhn
35f9aa2994
Restore layer variables when loading QML
...
Fix #14452
2016-10-21 11:11:35 +02:00
Matthias Kuhn
b6ee23919d
Hide constraint warnings when there are no constraints
2016-10-21 11:04:31 +02:00
Matthias Kuhn
b4ff6683a6
Fix icon size for constraint warning
2016-10-21 11:04:25 +02:00
Matthias Kuhn
d5d3eeee35
Fix form constraints and group visibility
...
When a relation editor was shown (or more generally a widget which is not an
editor widget), constraints and group visibility were silently disabled.
2016-10-21 11:02:39 +02:00
Matthias Kuhn
04e3796610
[postgres] Avoid crash when fetching default value fails
2016-10-21 10:58:14 +02:00
volaya
81e86accc3
Merge pull request #3651 from nirvn/processing_modeler_fix
...
[processing] fix broken modeler under pyqt5/python3 (fixes #15734 )
2016-10-21 08:09:03 +02:00
nirvn
bd7149ce16
[processing] fix broken modeler under pyqt5/python3 ( fixes #15734 )
2016-10-21 10:11:22 +07:00
nirvn
d83e650ae4
[processing] make spatialite connector work with python3
2016-10-21 10:05:03 +07:00
nirvn
772f2019c1
[processing] add a spatialite execute SQL algorithm
2016-10-21 10:05:03 +07:00
Alexander Bruy
89fa21e5fa
[processing] more complete support for int64 fields (follow up 8d2cc8806b)
...
(cherry picked from commit 649d41f1ecd4b8d22110e11cb9e693231bec8ed2)
2016-10-20 21:02:37 +03:00
Germán Carrillo
62a9436178
Using QVariant.Type enum instead of numbers for readability.
...
(cherry picked from commit 6df926dfe6e3e8f7ac330fbb9206dc69492da6ed)
2016-10-20 21:02:37 +03:00
Germán Carrillo
4730d25012
Fixing issue with 'Eliminate sliver polygons' and fields of type long.
...
(cherry picked from commit be25a29da196fac687f95abffb71e34138e3d20c)
2016-10-20 21:02:37 +03:00
Juergen E. Fischer
5c47bd6972
release.pl:
...
* allow minor releases from master_2 branch
* convert windows splash screen to BMP3 from PNG
(cherry picked from commit 09db6e4a00dda3b573cda7be938d46e8def66bef)
2016-10-20 18:22:57 +02:00
Juergen E. Fischer
2013984297
fix translation strings
2016-10-20 18:16:37 +02:00
Matthias Kuhn
fba53db785
Followup a6a4f2ed: clean pre-cxx-11 garbage
2016-10-20 14:55:18 +02:00
Matthias Kuhn
9bab3fa305
Fix build warning
2016-10-20 14:05:30 +02:00
Matthias Kuhn
3e83fafc42
Expose QgsUnitTypes to QML
2016-10-20 12:56:35 +02:00
Matthias Kuhn
58be4fc899
Rename visibility presets to map themes part 2
2016-10-20 12:56:35 +02:00
Matthias Kuhn
0f93fb0bc0
Q_PROPERTYze QgsCoordinateReferenceSystem::unitType
2016-10-20 12:56:35 +02:00
Matthias Kuhn
067e590566
Update snapping settings widget when avoid intersection list changes
2016-10-20 12:56:35 +02:00
Matthias Kuhn
bb23d6ebd0
Move snapping options to project menu
2016-10-20 12:56:35 +02:00
Matthias Kuhn
f604668193
Remove QgsSnappingDialog
2016-10-20 12:56:35 +02:00
Matthias Kuhn
85c105d6b0
Move management of avoidIntersectionLayers to QgsProject
2016-10-20 12:56:35 +02:00
Matthias Kuhn
5c919fbcca
Move topological editing setting management fully to QgsProject
2016-10-20 12:56:35 +02:00
Matthias Kuhn
a6a4f2edba
Enable C++11 by default
2016-10-20 12:56:35 +02:00
Matthias Kuhn
80641488e1
Make QgsPoint a Q_GADGET
2016-10-20 12:56:35 +02:00
Denis Rouzaud
64d3c788f1
Use toolbar or status bar for snapping config
2016-10-20 12:56:35 +02:00
Matthias Kuhn
f3482d2ce2
Rename visibility presets to map themes part 2 ( #3641 )
2016-10-20 12:55:48 +02:00
Matthias Kuhn
bb225f562b
Improve db_manager README
2016-10-20 12:54:54 +02:00
Matthias Kuhn
e0d8db721c
Rename README to README.md
2016-10-20 12:49:56 +02:00
Alexander Bruy
b9c2ab2b74
Merge pull request #3646 from alexbruy/processing-otb-test
...
[processing] add tests for OTB algorithms
2016-10-20 12:30:34 +03:00
Alexander Bruy
a3ebc7bdb6
[processing] add test for ParameterSelection
2016-10-20 12:13:51 +03:00
Alexander Bruy
8f7183b2a4
[processing] add icon for zonal statistics tool
2016-10-20 12:13:51 +03:00
Alexander Bruy
7bd4315970
[processing] expose zonal statistics from Zonal statistics plugin in toolbox
2016-10-20 12:13:51 +03:00
Sandro Santilli
7971815343
Do not pass None to len()
2016-10-20 10:51:30 +02:00
Sandro Santilli
06976a2e87
Make Extent and Extent CRS GDAL parameters optional
...
Specify what the default is when extent CRS is not specified.
Allow using "auto" to have extent automatically set to min covering extent.
Fixes #15685
2016-10-20 10:51:30 +02:00
Alexander Bruy
ea0ad5dd21
Merge pull request #3592 from alexbruy/processing-interpolation
...
[processing] add interpolation tools
2016-10-20 11:31:43 +03:00
Alexander Bruy
df90e6b964
[processing] remove unused test data
2016-10-20 11:28:34 +03:00
Alexander Bruy
2778a8fe8c
[processing] minor formatting fixes to the OTB README
2016-10-20 11:28:34 +03:00
Alexander Bruy
fd8379c140
[processing] remove unused file
2016-10-20 11:28:33 +03:00
Alexander Bruy
b9d5b2c452
fix conflicts
2016-10-20 11:28:28 +03:00
Nyall Dawson
2d4e3da8f5
Merge pull request #3647 from nirvn/composer_attribute_table_fix
...
[composer] fix attribute table widget connect warning
2016-10-20 18:19:44 +10:00
Nyall Dawson
47222749f6
Fix calculation of transparent region
2016-10-20 18:17:13 +10:00
nirvn
69e8da0fb1
[composer] fix attribute table widget connect warning
2016-10-20 15:02:59 +07:00
Nyall Dawson
02fc2b0858
Fix missing commit
2016-10-20 17:38:41 +10:00
Nyall Dawson
bc30cdf41d
Followup c9251c, fix crash
2016-10-20 17:32:39 +10:00
Nyall Dawson
3bdc77d3da
Merge pull request #3645 from nirvn/linefillpattern_fix
...
[symbology] prevent creation of a zero width/height line pattern image (fixes #15728 )
2016-10-20 16:46:07 +10:00
Manuel Grizonnet
7b22f5d8da
TEST: add a test for otb conversion application (simpler than bandmath)
2016-10-20 09:23:43 +03:00
nirvn
3212d393c1
[symbology] prevent creation of a zero width/height line pattern image ( fixes #15728 )
2016-10-20 13:23:21 +07:00