36084 Commits

Author SHA1 Message Date
Matthias Kuhn
95fedd082d Expose QgsSnappingConfig to QML
Sponsored by QField
2016-12-20 01:20:08 +01:00
Matthias Kuhn
a332ff92f8 Apply editor widget project upgrades in any case 2016-12-20 01:20:08 +01:00
Matthias Kuhn
aa646884fb Allow compiling without print support 2016-12-20 01:20:08 +01:00
Matthias Kuhn
dfd9833467 Let all tests work with a proper QgsApplication instance 2016-12-20 01:20:08 +01:00
Matthias Kuhn
d169487850 bindings 2016-12-20 01:20:08 +01:00
Matthias Kuhn
0190e506a6 Move QgsConfigurationMap to QgsXmlUtils 2016-12-20 01:20:08 +01:00
Matthias Kuhn
afacbb1320 Make sure attribute table doesn't use deleted field formatters 2016-12-20 01:20:08 +01:00
Matthias Kuhn
c6dc31a552 Document QgsValueMapFieldFormatter::NullValue 2016-12-20 01:20:08 +01:00
Matthias Kuhn
928f360c77 Make attribute table aware of disappearing field formatters 2016-12-20 01:20:08 +01:00
Matthias Kuhn
f4bc53695e Manage null representation value in QgsApplication::nullRepresentation() 2016-12-20 01:20:08 +01:00
Matthias Kuhn
35a2be634b Fix index-out-of-bounds crash 2016-12-20 01:20:08 +01:00
Matthias Kuhn
8b2ea98871 Add missing bindings 2016-12-20 01:20:08 +01:00
Matthias Kuhn
83c58d1c6c API documentation for QgsFieldFormatter caches and more 2016-12-20 01:20:08 +01:00
Matthias Kuhn
1b5e577fd3 Generic code cleanup 2016-12-20 01:20:08 +01:00
Matthias Kuhn
22c492e6e5 Rename QgsFieldKit to QgsFieldFormatter 2016-12-20 01:20:08 +01:00
Matthias Kuhn
f294201e7b Remove QgsEditFormConfig::widgetType 2016-12-20 01:20:08 +01:00
Matthias Kuhn
930ce545a8 Fix failing tests 2016-12-20 01:20:08 +01:00
Matthias Kuhn
c4a0c470fd Fix warnings 2016-12-20 01:20:08 +01:00
Matthias Kuhn
1ad6e0bc2a Document api breakages and add more doxymentation 2016-12-20 01:20:08 +01:00
Matthias Kuhn
590a51ee8d Start with empty ValueMap configuration 2016-12-20 01:20:08 +01:00
Matthias Kuhn
d6cc6bdc90 Reorder attribute type dialog 2016-12-20 01:20:08 +01:00
Matthias Kuhn
c9f8ac2afe Remove editor widget project loading code from gui 2016-12-20 01:20:08 +01:00
Matthias Kuhn
9fd0802939 Remove QgsEditorWidgetConfig
This is replaced with a QVariantMap. It was never really more than this in the
past and with the switch to QgsConfigurationProperties, there is really no
longer any reason to assume that this will change.
2016-12-20 01:20:08 +01:00
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