31498 Commits

Author SHA1 Message Date
Nyall Dawson
eb31e01a2f Move QgsCompositionChecker to core, speeds up compilation with
tests enabled
2016-03-07 09:38:36 +11:00
Markus Neteler
5104438706 Include parameter target elevation above the ground 2016-03-06 22:26:45 +01:00
Juergen E. Fischer
df22d565f5 include autopep8 in indentation tip 2016-03-06 22:21:43 +01:00
Juergen E. Fischer
d1743a99f9 update qgis_labelingenginev2 test mask for ubuntu xenial 2016-03-06 22:18:47 +01:00
Nyall Dawson
c50161d0be Merge pull request #2868 from manisandro/next_vertex
Fix out of bounds array access if nextVertex is called on empty geometry collection
2016-03-07 07:56:10 +11:00
Giovanni Manghi
6a0606b6db processing: in SAGA grid masking it is not mandatory for inputs to have the same extent 2016-03-06 18:05:14 +00:00
Giovanni Manghi
e4f75672bc processing: add extent parameter to gdal rasterize 2016-03-06 17:59:57 +00:00
Martin Dobias
42d88848f3 Improved fix for spatialite views (fixes #14232) 2016-03-06 20:13:03 +08:00
Salvatore Larosa
5bb25d8917 Fix #14426 - Zoom to layer behaves really weird when using a filter on a Shape file:
Fix extent for OGR provider, followup 9fb7819
2016-03-06 13:02:40 +01:00
Salvatore Larosa
5b1d73e96d raster layer properties: fix add values from display action 2016-03-06 13:02:40 +01:00
Alexander Bruy
9e3a5b5647 Merge pull request #2872 from medspx/processing_localdoc
[processing] use local GRASS7 help files if they exist (fix #7745)
2016-03-06 13:36:53 +02:00
Alexander Bruy
7464d4df14 Merge pull request #2870 from NaturalGIS/processing_fix_grass7_v_buffer
[processing] fix GRASS7 v.buffer.column
2016-03-06 13:33:43 +02:00
Alexander Bruy
6289786b86 Merge pull request #2869 from NaturalGIS/processing_fix_saga_223_changed_modules
[processing] fix/adds SAGA 2.2.3 tools
2016-03-06 13:33:17 +02:00
Sandro Mani
1e90786be7 Extend TestQgsGeometry::isEmpty to also test empty geometry collection 2016-03-06 12:29:48 +01:00
Médéric RIBREUX
ce69d21bc1 [Processing] Use local GRASS7 help files if they exist. Fixes #7745 2016-03-06 11:48:41 +01:00
Giovanni Manghi
8bdd4f336e processing: fix GRASS7 v.buffer.column 2016-03-06 10:24:08 +00:00
Giovanni Manghi
f8ea9d9268 fix/adds SAGA 2.2.3 tools 2016-03-06 10:12:39 +00:00
Sandro Mani
4c0e78a22d Fix out of bounds array access if nextVertex is called on empty QgsGeometryCollectionV2 2016-03-05 23:23:15 +01:00
Juergen E. Fischer
2eb82430bb use individual network managers for threads (fixes #13721, fixes #14401, implements #14192) 2016-03-05 12:28:24 +01:00
Juergen E. Fischer
26d61956d7 show source locations in windows backtraces 2016-03-05 11:02:42 +01:00
Nyall Dawson
1e3dc29624 Indentation 2016-03-05 15:25:20 +11:00
Nyall Dawson
1e7eae77e1 Add extra checks to provider test:
- test that fetching subset of attributes results in nulls for
all other fields
- test that geometry is fetched by default, but empty when
NoGeometry flag is passed
2016-03-05 14:32:04 +11:00
Jürgen Fischer
c8a73da5db Merge pull request #2867 from dzolo/master
[FEATURE] Adds support for GNSS receivers by handling $GPRMC message (implements #12980)
2016-03-04 23:09:33 +01:00
Larry Shaffer
b63461c1e3 Merge pull request #2847 from alexbruy/plugin-manager-auth
[pluginmanager] apply auth also when downloading plugin package
2016-03-04 14:07:13 -07:00
Ondřej Fibich
88bddb8727 Adds support for GNSS GNRMC messages 2016-03-04 20:35:35 +01:00
Matthias Kuhn
61b8896367 Fix expectedFailure in processing tests 2016-03-04 09:43:42 +01:00
Matthias Kuhn
0395b3833e Expect Failures for GDAL < 2 in processing test 2016-03-04 08:48:04 +01:00
Nyall Dawson
d24a2df64d Followup 193fedf, updated expected results 2016-03-04 08:48:04 +01:00
Matthias Kuhn
db2ca3aaa2 Allow expectedFailure in processing tests 2016-03-04 08:48:04 +01:00
Nyall Dawson
5a18bb628a Revert "Followup 193fedf, updated expected results"
This reverts commit f722bb26a1267274248c9488fcb069719bfde254.
2016-03-04 10:51:41 +11:00
Nyall Dawson
98a216e032 Fix handling of longlong fields in memory provider 2016-03-04 10:51:30 +11:00
Juergen E. Fischer
b253a96c46 update INSTALL (followup 0a6509d) 2016-03-04 00:42:38 +01:00
Juergen E. Fischer
0a6509d73a debian packaging update 2016-03-04 00:13:59 +01:00
Juergen E. Fischer
1f83f7319e osgeo4w: use nose2, mock and httplib2 from osgeo4w 2016-03-03 23:59:01 +01:00
Juergen E. Fischer
c87529e393 lazily determine full canvas extent 2016-03-03 23:58:59 +01:00
Nyall Dawson
f722bb26a1 Followup 193fedf, updated expected results 2016-03-04 09:12:22 +11:00
Matthias Kuhn
a5a731be25 Make filters of QgsMapLayerProxyModel a property 2016-03-03 20:44:42 +01:00
Matthias Kuhn
281117d78f Fix Qt5 build 2016-03-03 20:40:24 +01:00
Matthias Kuhn
23546775d2 Python binding fixes for 2.5D renderer 2016-03-03 20:40:24 +01:00
Alexander Bruy
4e904f7e6e [pluginmanager] apply auth also when downloading plugin package 2016-03-03 20:29:32 +02:00
volaya
b3b41015a1 Merge pull request #2804 from Gustry/processing-error
[Bugfix] [Processing] Catch some python errors in batch mode
2016-03-03 13:15:30 +01:00
Matthias Kuhn
193fedf6c1 Add null geometry to processing test line dataset 2016-03-03 10:52:44 +01:00
Nyall Dawson
dc2f1523cd Update test mask images 2016-03-03 15:32:44 +11:00
Nyall Dawson
81be559375 Fix OGR expression compiler with GDAL >= 2.0
Some extreme corner cases (eg "NULL OR TRUE") tested by the provider
tests were failing with GDAL 2.0. In GDAL<2.0 these expressions would
be rejected by OGR, but it seems GDAL>=2.0 has partial support for
these so the expression compiler needs to handle them before handing
off to GDAL.
2016-03-03 14:02:43 +11:00
Nathan Woodrow
4dbd8843bb Merge pull request #2707 from pvalsecc/layer_tooltips
Layer tooltips
2016-03-03 12:22:38 +10:00
Nyall Dawson
30449e577f Fix fetching subset of attributes with mssql (fix #14402), add test 2016-03-03 10:34:32 +11:00
Nyall Dawson
527fe9d234 Fix mssql provider test data 2016-03-03 10:31:59 +11:00
Radim Blazek
1d3cbd91ca [GRASS] set PATH and PYTHONPATH in startModule() for t.list, #14241 2016-03-02 12:26:59 +01:00
Matthias Kuhn
1cdffd33a8 Merge pull request #2853 from ahuarte47/Rendering_DrawingMarkersFaster
[Improvement] Draw markers faster
2016-03-02 11:36:09 +01:00
Juergen E. Fischer
b766ac1c8f debian packaging update 2016-03-02 10:23:50 +01:00