36061 Commits

Author SHA1 Message Date
Matthias Kuhn
ab0dccf1d5 Rename vl parameters to layer 2016-12-20 01:20:08 +01:00
Matthias Kuhn
826c44092b Python bindings 2016-12-20 01:20:08 +01:00
Matthias Kuhn
82d1871f8c Put field kit into use 2016-12-20 01:20:08 +01:00
Matthias Kuhn
9a53b7df06 Add field kits for a lot of common field types 2016-12-20 01:20:08 +01:00
Matthias Kuhn
570fc4ef96 Use new-style configuration for loading widgets from the database 2016-12-20 01:20:08 +01:00
Matthias Kuhn
f15284ec3d Save and load new-style widget configuration 2016-12-20 01:20:08 +01:00
Matthias Kuhn
98f75a4084 Edit widget configuration migration 2016-12-20 01:20:08 +01:00
Matthias Kuhn
80b3bfdf18 Add QgsConfigurationProperty class
This class holds a QVariantMap to manage key-value-pairs where each
value can be a string, bool, int, double or itself a map and can be
stored to and restored from XML.
2016-12-20 01:20:08 +01:00
Matthias Kuhn
e6f84dea73 Make QgsMapThemeCollection QML compatible
Sponsored by OPENGIS.ch/QField
2016-12-20 01:20:08 +01:00
Denis Rouzaud
9ac668be45 do not check in agignore 2016-12-19 23:58:29 +01:00
Denis Rouzaud
9c4be41441 [spelling] labelling -> labeling 2016-12-19 23:58:29 +01:00
rldhont
1bbc1321aa Merge pull request #3878 from dmarteau/removeSOAP
Server: Remove soap request handler
2016-12-19 17:06:13 +01:00
David Marteau
f71bf57b08 Server: Remove soap request handler 2016-12-19 16:14:15 +01:00
Denis Rouzaud
735f479bc8 [spelling] granularity 2016-12-19 13:45:47 +01:00
Denis Rouzaud
2a0f72527d [spellcheck] generated command only replace whole words 2016-12-19 11:45:47 +01:00
Denis Rouzaud
6b56e4fbe9 [spellcheck] generate sed commands to fix spelling errors 2016-12-19 10:56:29 +01:00
Matteo Ghetta
2abeea1128 Convex Hull processing tests (#3876)
Add two tests for convex hull
2016-12-19 10:51:13 +01:00
Alexander Bruy
4ecad0a17f Merge pull request #3885 from alexbruy/processing-relief
[processing] add missed functionality from Raster Terrain Analysis plugin
2016-12-19 10:47:00 +02:00
Alexander Bruy
f4f86cad63 [processing] use full precision for elevation values
remove unused file
2016-12-19 09:49:49 +02:00
Alexander Bruy
c3e3ba6b49 [FEATURE] remove Raster terrain analysis plugin
tagged as feature to not forget mention this in docs and changelog
2016-12-19 09:49:49 +02:00
Alexander Bruy
4e59c5a045 [processing] merge two Relief algorithms into one 2016-12-19 09:49:49 +02:00
Alexander Bruy
0d1c9a31bb [processing] implement missed functionality from Raster terrain analysis
plugin
2016-12-19 09:49:49 +02:00
Denis Rouzaud
f9db068fed [spellcheck] ag: use short option to avoid argument error due to syntax differences 2016-12-19 07:50:40 +01:00
Juergen E. Fischer
594d1aad4d translation string fixes 2016-12-17 17:11:43 +01:00
Arnaud Morvan
17ac6acd4e Fix MultipleInputDialog with options not as (value, text) (#3882) 2016-12-16 22:32:04 +07:00
Harrissou Sant-anna
6f87532ac7 Options to speed up build and launch QGIS 2016-12-16 16:04:27 +01:00
Hannes
0c894d78fc python3 print
QGIS would not build with the old print statements
2016-12-16 15:57:31 +01:00
Even Rouault
9c1638f5c2 QgsMultiBandColorRendererWidget: add missing widgetChanged() notification 2016-12-16 14:21:05 +01:00
Even Rouault
792873af5c Merge pull request #3871 from rouault/auto_stretch
[FEATURE] Implement raster auto-stretching when updating canvas
2016-12-16 13:53:54 +01:00
Even Rouault
532eb58d1f [FEATURE] Implement raster auto-stretching when updating canvas
This commit implements the improvements described at:
https://lists.osgeo.org/pipermail/qgis-developer/2016-September/044393.html

The QgsRasterMinMaxWidget now offers a seetting to specify that the statistics
should be computed each time the canvas extent changes.

Other changes:
- the content of the QgsRasterMinMaxWidget is now persistant.
- there is no longer any Load button. The global Apply / OK button of the raster
  properties dialog has this effect.
- the default "limits" for single band raster is now MinMax and not CumulativeCut
- the default "limits" can be configured for single band, multi band single byte and
  multi band multi byte
- "Strech using current extent" honours the "limits" instead of forcing min/max.
2016-12-16 12:36:06 +01:00
Even Rouault
cad7a8fd88 Add QGSCOMPARENOTNEAR(value,not_expected,epsilon) macro 2016-12-16 12:36:05 +01:00
Alexander Bruy
5dc39e0a41 [processing] use point parameter in GRASS algs where possible (addresses #15983) 2016-12-16 10:04:19 +02:00
Nyall Dawson
a0b260587b Add some data modification tests to providertestbase
Tests for addFeatures, deleteFeatures, changeAttributeValues
and changeGeometryValues

Implemented for memory, ogr and spatialite providers
2016-12-16 13:02:52 +10:00
Tudor Bărăscu
3c39a1c7ff Add missing qt5 build dependency (#3874) 2016-12-16 08:39:15 +07:00
Juergen E. Fischer
e1b30c5386 indentation fix 2016-12-15 23:55:54 +01:00
Juergen E. Fischer
c956fe9d62 dwg import: make curves optional (enabled by default, disabled completely with GDAL 1) 2016-12-15 21:58:39 +01:00
Denis Rouzaud
49055c642b Merge pull request #3857 from 3nids/spellingtest
Check spelling on travis
2016-12-15 16:22:54 +01:00
Denis Rouzaud
1090e8b7da fix prepare commit 2016-12-15 16:22:25 +01:00
Matthias Kuhn
94b0de562d Improved search for the relation reference widget 2016-12-15 15:43:15 +01:00
Denis Rouzaud
86afa4e354 follow p 63773034d62174961908e5e6720e60d0fd35489d avoid type check before casting 2016-12-15 15:41:57 +01:00
Denis Rouzaud
2ffe1a764b spelling fixes 2016-12-15 15:26:36 +01:00
Denis Rouzaud
90fc0bb226 use Travis to look for spelling errors
use silver searcher for faster search (instead of grep)
2016-12-15 15:26:36 +01:00
Alexander Bruy
417a5cdba3 Merge pull request #3861 from alexbruy/svg-cleanup
clean up SVG files from unnecessary data
2016-12-15 12:48:41 +02:00
Martin Dobias
5c402b2fde Fix python test 2016-12-15 18:15:12 +08:00
Martin Dobias
8e5fb436b7 Remove QgsLabelingEngineInterface base class and implementation in QgsPalLabeling
It was ready to go for some time, just waiting for QgsMapRender that still used it.
2016-12-15 18:15:12 +08:00
nirvn
398249806f [FEATURE] toggle visibility of opened panels in main window
Accessible via:
- View menu > Toggle Panels Visibility
- Ctrl+Tab keyboard shortcut
2016-12-15 15:45:52 +07:00
Denis Rouzaud
63773034d6 snapping layer tree: do not show layers without geometry 2016-12-15 08:23:52 +01:00
Nyall Dawson
aaeaf97f2c Fix ui build warning 2016-12-15 07:49:54 +10:00
Juergen E. Fischer
a85fe1fa44 [FEATURE] DWG import into geopackage using libdxfrw 2016-12-14 22:15:15 +01:00
Juergen E. Fischer
159ad683fe dxf export: fix crash, when curve geometry can't be segmentized 2016-12-14 18:42:36 +01:00