36323 Commits

Author SHA1 Message Date
Even Rouault
9124c7377b Merge pull request #3903 from webgeodatavore/fix-gdal-ogr-url
Update outdated URLs
2016-12-22 23:16:17 +01:00
Thomas Gratier
1a5671ecae Update unworking and outdated URLs
GDAL URLs and Spatialite links are outdated (404)
2016-12-22 23:11:58 +01:00
Nyall Dawson
80b757b6db [FEATURE] Add zoom to features shortcut in select by form dialog
Allows very quick navigation to features which match the criteria
in the form
2016-12-23 05:44:38 +10:00
Nyall Dawson
0bfc9bb6e3 [FEATURE] Show field values in autocompleter in form filter mode
This adds a new gui widget QgsFieldValuesLineEdit which includes
an autocompleter populated with current field values.

The autocompleter is nicely updated in the background so that
the gui remains nice and responsive, even if there's millions
of records in the associated table.

It's now used as a search widget for text fields, so can be seen
in the browser window if you set the filter to a text field, or
if you launch the form based select/filter by selecting a layer
and pressing F3.
2016-12-23 05:44:38 +10:00
Nyall Dawson
e27822bf39 Small cleanups to QgsFloatingWidget 2016-12-23 05:44:38 +10:00
Matthias Kuhn
b19278c79d [travis] Decrease maximum ccache size 2016-12-22 20:21:21 +01:00
Matthias Kuhn
33abb78ac5 Pass variable values as QVariant 2016-12-22 20:21:21 +01:00
Matthias Kuhn
79f32ab6b2 Rename QgsProject::variables to QgsProject::customVariables 2016-12-22 20:21:21 +01:00
Matthias Kuhn
b07ecfa106 Let QgsApplication manage global custom variables 2016-12-22 20:21:21 +01:00
Alexander Bruy
94cbc60010 Merge pull request #3900 from m-kuhn/scriptParams
[processing] Fix some script parameter export/import issues
2016-12-22 13:08:10 +02:00
Matthias Kuhn
3fba3ac775 [processing] Quote and escape script exported ParameterString 2016-12-22 11:26:28 +01:00
Matthias Kuhn
55e3ea033a [processing] Fix some script parameter export/import issues 2016-12-22 11:21:32 +01:00
Alexander Bruy
ffd67f119e Merge pull request #3891 from alexbruy/processing-interpolation
[processing] add remaining functionalify from the interpolation plugin
2016-12-22 10:18:02 +02:00
Chris Mayo
835abb97b6 Add missing dependencies in INSTALL Overview 2016-12-21 22:16:27 +01:00
Matthias Kuhn
c41c8924d1 Followup cbac49b6: fix docstring 2016-12-21 20:26:31 +01:00
Matthias Kuhn
cbac49b63b Add QgsProject::write( filename ) convenience function 2016-12-21 17:39:58 +01:00
Matthias Kuhn
4644af393a More build dependencies update 2016-12-21 17:19:57 +01:00
Matthias Kuhn
6c5ec70f87 Update build dependencies 2016-12-21 17:17:53 +01:00
Matthias Kuhn
0a686c4fca [processing] Make ParameterFixedTable scriptable 2016-12-21 14:21:36 +01:00
Matthias Kuhn
2af00beddc [processing] Don't hide errors when resolving script paramters 2016-12-21 13:17:31 +01:00
Alexandre Neto
932de2ab55 Replace PNGs by SVGs (#3896)
- removes no longer needed SVG compounds
- Improves cap and join style icons
2016-12-21 08:55:22 +07:00
Matthias Kuhn
7baeacbcac Followup 1a648229 2016-12-20 17:45:30 +01:00
Matthias Kuhn
1a648229e8 Improve some asserts for more meaningful output in case of error 2016-12-20 17:05:55 +01:00
Matthias Kuhn
2f0f6a98c6 Use assertIsInstance instead of assertTrue(isinstance()) 2016-12-20 16:32:50 +01:00
Alexander Bruy
0340320cd0 [processing] fix wrong ParameterSelection definition 2016-12-20 16:34:52 +02:00
Matthias Kuhn
d129f8a7ab Revert "[Processing] fix parameter to open the Retile algorithm"
This reverts commit 76b796b4916d4ee23dff1a50105cdf1a6635b388.
2016-12-20 13:44:30 +01:00
Alexander Bruy
97780b6be6 [processing] fix incorrect parameter construction 2016-12-20 14:41:58 +02:00
Alexander Bruy
ea4f05d931 [processing] add support for custom parameter used in interpolation algs
to the test suite
2016-12-20 14:29:51 +02:00
Matteo Ghetta
eab5ae28ec more gdal test for Processing (#3893)
* more gdal test for Processing
2016-12-20 13:07:56 +01:00
matteo
76b796b491 [Processing] fix parameter to open the Retile algorithm 2016-12-20 13:06:37 +01:00
Alexander Bruy
37d82bb7a5 [FEATURE] remove Interpolation plugin
tagged as feature to not forget mention this in docs and changelog
2016-12-20 10:15:41 +02:00
Alexander Bruy
7dde862cc4 [processing] add missed functionality from Interpolation plugin 2016-12-20 10:14:49 +02:00
nirvn
c365439140 [processing] fix error in MultipleInputWidgetWrapper 2016-12-20 14:38:52 +07:00
nirvn
e338a90c80 [processing] support non-ogr layers in merge vector layers alg 2016-12-20 14:38:42 +07:00
Anita Graser
5e061b1c63 updated help for qgis:mergevectorlayers (#3883)
"two" => "multiple"
2016-12-20 14:08:54 +07:00
Matthias Kuhn
0957b3aeba [travis] Increase cache timeout
No new caches have been uploaded recently because of timeouts.
2016-12-20 01:20:08 +01:00
Matthias Kuhn
326f2e5a82 Fix loading legacy snapping configuration 2016-12-20 01:20:08 +01:00
Matthias Kuhn
eed4f0f544 Only spellcheck added and modified files 2016-12-20 01:20:08 +01:00
Matthias Kuhn
dbbf062e5d Fix bindings and tests 2016-12-20 01:20:08 +01:00
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