Nyall Dawson
9459831422
Remove unused variables
2016-10-22 22:46:15 +10:00
Nyall Dawson
fae8071a1e
Fix clazy qstring-arg warnings
...
Avoid chained QString::arg() calls and instead use the multi-arg
overload to save memory allocations
2016-10-22 22:46:15 +10:00
Nyall Dawson
f2672151c2
Fix clazy qfileinfo-exists warnings
...
From the clazy docs:
Finds places using QFileInfo("foo").exists() instead of the faster
version QFileInfo::exists("foo"). According to Qt's docs: "Using
this function is faster than using QFileInfo(file).exists() for
file system access."
2016-10-22 22:46:14 +10:00
Nyall Dawson
ef5110732b
Fix clazy "qstring-ref" warnings
...
From the clazy docs:
Finds places where QString::fooRef() should be used instead of
QString::foo(), to avoid temporary heap allocations
eg
str.mid(5).toInt(ok) // BAD
str.midRef(5).toInt(ok) // GOOD
2016-10-22 22:46:14 +10:00
Juergen E. Fischer
6acf0f745f
msvc: use /bigobj for sip modules
...
(cherry picked from commit d0b3e39cdab1da17d7a977ba3def5ce1b64ff707)
2016-10-22 12:28:44 +02:00
Juergen E. Fischer
2cb6982113
release.pl: stay on same master* branch
...
(cherry picked from commit cc429785edd16a91f7118cb7a1b964492988546f)
2016-10-22 12:28:44 +02:00
nirvn
8ee25cdfa8
[processing] fix modeleter mouse wheel zoom under qt5
2016-10-22 12:28:17 +07:00
Nyall Dawson
a51bebdacc
Fix missing doc warning
2016-10-22 13:19:32 +10:00
Nyall Dawson
3cc9b5d962
Indentation
2016-10-22 09:03:24 +10:00
Nyall Dawson
f5d61abf53
Merge pull request #3655 from sebastic/patch-1
...
Fix copyright in 2017
2016-10-22 07:24:31 +10:00
Bas Couwenberg
85818c684c
Fix copyright in 2017
...
Match copyright header with python code.
2016-10-21 23:14:29 +02:00
Alexander Bruy
bde0f6ee2e
Merge pull request #3650 from nirvn/processing_spatialite_sql
...
[processing] add a "Spatialite execute SQL" algorithm
2016-10-21 15:22:00 +03:00
rldhont
2b9f475a84
[BUGFIX][QGIS-Server] Don't failed when transform boundingbox
2016-10-21 11:57:54 +02:00
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