32906 Commits

Author SHA1 Message Date
Patrick Valsecchi
e79a327ab7 WMS GetCapabilities: override parent's style if they have the same name
When there is a layer group with several sub-layers, the group has a
"default" style and the sub-layers each have a "default" layer. QGIS
was showing two "default" styles for the sub-layers, which would be
confusing to the user and could pick the wrong legend for the
sub-layer if the user picked the wrong entry (the first one).

Had to create a static lib for wmsprovider in order to unittest it.
2016-05-29 12:47:57 +02:00
Nyall Dawson
c7a4e5a065 [needs-docs] Reword "delete" option in db connection dialog
Button has been changed to "remove", to make it clear that
the button just removes the connection, it does not delete
the database! (It was confusing for spatialite dbs)

Also add tooltips to buttons for extra clarification.
2016-05-29 20:40:39 +10:00
Nyall Dawson
e2abea671c Fix incorrect tooltips in effects widget 2016-05-29 20:40:39 +10:00
Matthias Kuhn
22794ce1e8 Merge pull request #3062 from medspx/processing_imagery
[Processing] GRASS7 complete i.* modules (implements Redmine #5722)
2016-05-29 11:45:48 +02:00
Médéric RIBREUX
59faf95c1d Blacklist travis-ci qt5 tests and remove i.fft test 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
8d1bec33a0 Exec things... 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
ec6b29aa8c Remove NaN values from raster before hash calculation 2016-05-29 09:00:16 +02:00
Médéric Ribreux
235f986517 Fix qt5 travis build and update README for Processing tests 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
3f6e84f959 fix .travis config indentation 2016-05-29 09:00:16 +02:00
Médéric Ribreux
c867123f18 Fix exec statement for AlgorithmsTestBase.py
On travis-ci environment, Python version seems to be affected by [this bug](https://bugs.python.org/issue21591).
One way to fix it is to use the old statement instead of exec() function.
2016-05-29 09:00:16 +02:00
Médéric Ribreux
5f3b60c935 Add libfftw3-3 to travis-ci environment (fingercross: should pass) 2016-05-29 09:00:16 +02:00
Médéric Ribreux
f6710de670 Fix rasterhashes value with osgeo4travis values 2016-05-29 09:00:16 +02:00
Médéric Ribreux
1945facd1d Temporary make Grass7Utils more verbose for more travis debug 2016-05-29 09:00:16 +02:00
Médéric Ribreux
8884cd715a Add ugly debug prints to try to find what is travis-ci problem... 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
bc4b3a20a7 Fix i.at.corr test 2016-05-29 09:00:16 +02:00
Médéric Ribreux
03a8a8e507 Try without subfunction 2016-05-29 09:00:16 +02:00
Médéric Ribreux
cd7047cc7c Try this exec modification 2016-05-29 09:00:16 +02:00
Médéric Ribreux
1aa0bbd258 Update TODO file 2016-05-29 09:00:16 +02:00
Médéric Ribreux
6b8f943022 Fix i.atcor algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
b40d2ff3ba Add last set of tests 2016-05-29 09:00:16 +02:00
Médéric Ribreux
48d45fbd22 Fix multiple input parameter type detection for graphical unit test generator 2016-05-29 09:00:16 +02:00
Médéric Ribreux
222935b45f Expand external file support to graphical unit test generator 2016-05-29 09:00:16 +02:00
Médéric Ribreux
1f21af6672 Improve tests: add external file support into AlgorithmsTest 2016-05-29 09:00:16 +02:00
Médéric Ribreux
e70f9bcf0c Add first set of unit tests 2016-05-29 09:00:16 +02:00
Médéric Ribreux
ed97ca5628 Fix some algorithms 2016-05-29 09:00:16 +02:00
Médéric Ribreux
2aab32487a Add i.aster.toar algorithm (need to fix a GRASS7 bug about number of files) 2016-05-29 09:00:16 +02:00
Médéric Ribreux
fe5c6f5157 Add i.rectify algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
8ff07cf91a Add i.landsat.acc algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
90758b533c Add i.in.spotvgt algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
033fd1fa8b Add i.modis.qc algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
fdce74885a Add i.maxlik algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
1d1534279f Add i.cca algorithm (segfaults from GRASS) 2016-05-29 09:00:16 +02:00
Médéric Ribreux
02bbcbb81a Add i.oif algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
c9f56125b9 Add i.pansharpen algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
5182748e10 Add i.topo.corr algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
cce451c722 Add i.pca algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
a73ed12dd7 Add i.segment algorithm 2016-05-29 09:00:16 +02:00
Médéric Ribreux
7bc533884b Add i.smap algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
297c632566 Add i.tasscap algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
68f42a406c Add i.vi algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
ecf6d2ad37 Add i.landsat.toar algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
aabcc1e0ed Add i.image.mosaic (needs Redmine #5742 to be implemented) 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
d39614f7d1 Add i.evapo.mh parameters detection 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
689d41511b Add i.group algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
83b6cfdf8b Add i.gensigset algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
a231bbd9c2 Add i.gensig algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
b5330003f2 Add i.evapo.time algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
0b8784cf65 Add i.evapo.pt algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
474a258ea5 Add i.evapo.pm algorithm 2016-05-29 09:00:16 +02:00
Médéric RIBREUX
b6396cb9e0 Add i.evapo.mh algorithm 2016-05-29 09:00:16 +02:00