1633 Commits

Author SHA1 Message Date
mhugent
736f1c4fa0 Merge pull request #2200 from mhugent/server_content_disposition
Server content disposition
2015-07-08 09:33:55 +02:00
Juergen E. Fischer
fa464111c8 fix grass tests on windows 2015-07-07 23:26:44 +02:00
Juergen E. Fischer
92af85b7a2 coverity fixes 2015-07-07 20:16:26 +02:00
Marco Hugentobler
f0835ec3e5 Change order of headers in server tests 2015-07-07 17:20:27 +02:00
Nyall Dawson
8e488caa23 Update test mask image for Windows 2015-07-06 20:13:04 +10:00
Nyall Dawson
5d1306b990 Fix encoding warnings on Windows 2015-07-06 20:12:39 +10:00
Nyall Dawson
ee6a924387 More Win test mask updates 2015-07-06 08:29:50 +10:00
Juergen E. Fischer
12b7831175 remove unused iostream header 2015-07-05 16:51:29 +02:00
Juergen E. Fischer
83bb33cad5 cleanup composer test map settings 2015-07-05 11:20:13 +02:00
Juergen E. Fischer
3856ccf2f8 another round of coverity and cppcheck fixes 2015-07-05 04:26:40 +02:00
Juergen E. Fischer
5b54e260d4 various windows test fixes:
* .gitignore sort and remove duplicates
* show more warnings in tests
* add/update masks for rendering checks on windows
* fix delimited text provider tests
* disable QgsLogger and QgsPalLabelingServer on windows
2015-07-05 03:45:01 +02:00
Juergen E. Fischer
29aaf1bad8 skip blanks between wkt child blocks (fixes #13053) 2015-07-03 15:30:49 +02:00
Juergen E. Fischer
f92d9c1176 but not with QString (followup 34c1c8d) 2015-07-03 12:30:19 +02:00
Juergen E. Fischer
34c1c8dc58 avoid auto 2015-07-03 11:53:17 +02:00
elpaso
132fa0d25b re-enabled PyQgsServer, reverted setenv 2015-07-03 09:05:49 +02:00
elpaso
11a7522d9f Fixed PyQgsServer tests.
Still disabled in Travis because of random failures
2015-07-03 09:04:47 +02:00
Nyall Dawson
339dbf1b18 OSX test mask images 2015-07-02 21:48:46 +10:00
Nyall Dawson
b7afe396e4 [tests] Switch composer picture remote url test to use a local
python server, avoids dependance on remote service
2015-07-02 13:39:40 +10:00
Juergen E. Fischer
9b976cfe26 test cleanups and some fixes 2015-07-02 04:22:52 +02:00
Nyall Dawson
f3fe29d2fb Better fix for b847a06 2015-07-02 08:44:41 +10:00
Nyall Dawson
f72ae91480 Fix failing PyQgsBlendModes test 2015-07-02 08:24:40 +10:00
Nyall Dawson
d747a481d5 Fix warning 2015-07-02 06:35:19 +10:00
Juergen E. Fischer
7b58462de5 make sub tests following the label in composer rotation pass 2015-07-01 19:26:17 +02:00
Juergen E. Fischer
5cc5ffc50a fix composer picture test on windows 2015-07-01 18:39:40 +02:00
Juergen E. Fischer
d429f195b6 Some fixes to the tests on windows:
* defer initialization of map settings until after QgsApplication is initialized
* disable local server test
* set ogr encoding in qgsserver testproject.qgs
2015-07-01 18:09:30 +02:00
Juergen E. Fischer
b847a069a4 avoid modifying test data 2015-07-01 11:04:17 +02:00
Juergen E. Fischer
984f03f499 restore points files 2015-07-01 10:57:54 +02:00
Juergen E. Fischer
571752290d fix TestQgsProject 2015-07-01 10:21:38 +02:00
Juergen E. Fischer
e2e7e365e2 fix testqgis 2015-07-01 09:46:33 +02:00
Juergen E. Fischer
ac3d8f5cee fix PyQgsServer test 2015-06-30 22:16:40 +02:00
Nyall Dawson
94a61c7d3c Labeling test mask updates for OSX 2015-06-30 21:30:41 +10:00
Nyall Dawson
96b66ddf97 Make paint effect test pass on OSX by explicitly setting dpi 2015-06-30 20:48:19 +10:00
Nyall Dawson
5b97b7e318 Fixes for composer map grid test 2015-06-30 20:22:55 +10:00
Nyall Dawson
6e6cb6607d Tweak raster calc test 2015-06-30 20:19:19 +10:00
Hugo Mercier
bb6bff0bca Merge pull request #2183 from mhugo/master
Add unit test for QgsLayerTreeModel::setLegendFilterByMap()
2015-06-30 11:27:19 +02:00
Hugo Mercier
a9c63968bf Add unit test for QgsLayerTreeModel::setLegendFilterByMap() 2015-06-30 10:39:36 +02:00
Nyall Dawson
1b6395e082 Test mask updates for OSX 2015-06-30 08:24:18 +10:00
elpaso
df082814e2 Fixed test: added regexp to strip content length 2015-06-29 12:49:43 +02:00
elpaso
00fa63618b [SERVER] Server refactoring and Python bindings/tests
This is a refactoring of the server component, the
server is now wrapped into a new QgsServer class with
python bindings and an examples python test.
2015-06-29 12:49:43 +02:00
Martin Dobias
11d1ac9540 Try to do automatic choice of the reference layer in GUI (using smallest cell area) 2015-06-29 10:25:47 +08:00
Martin Dobias
fcc0160755 Fix type of CRS WKT (use just QString instead of both QString and QByteArray) 2015-06-29 10:25:47 +08:00
Martin Dobias
06b4ad8512 Allow for custom setting of cell size / grid offset in GUI 2015-06-29 10:25:47 +08:00
Martin Dobias
b452bc0245 Support reprojection in GUI, added unit tests for reprojection 2015-06-29 10:25:47 +08:00
Martin Dobias
d7a9493445 Add error messages, fix reporting of grid offset 2015-06-29 10:25:46 +08:00
Martin Dobias
1409f08576 [FEATURE] Raster Alignment Tool
This new tool in qgis_analysis library is able to take several rasters
as input and to align them perfectly, that means:
- reproject to the same CRS
- resample to the same cell size and offset in the grid
- clip to a region of interest
- rescale values when required
2015-06-29 10:25:46 +08:00
Nyall Dawson
4ebf0875d0 Update test masks 2015-06-28 16:52:33 +10:00
Nyall Dawson
feb3bee858 Add a bunch of optimised fuzzy string matching algorithms.
A new QgsStringUtils class has been added containing some
common fuzzy matching algorithms, including Levenshtein edit
distance and Soundex. These can be used for finding "similar"
strings in a table.

Expression functions for these algorithms have also been
added to a new "Fuzzy Matching" group.
2015-06-27 11:51:56 +10:00
Matthias Kuhn
72a93b2f0d [CTest] Fix failing server tests
Followup 7ce4edf1
2015-06-26 04:00:56 +02:00
Nyall Dawson
ab55126902 Test mask updates 2015-06-26 10:32:22 +10:00
Jürgen Fischer
6e3a1fa057 Merge pull request #2118 from jef-n/postgres-like-concat
expressions: let concat handle NULL like empty string (like in postgres; fixes #1927)
2015-06-26 01:14:20 +02:00