31438 Commits

Author SHA1 Message Date
Giovanni Manghi
35c81b4b40 processing fix SAGA 2.2.* grid_spline tools 2016-03-07 07:42:13 +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
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
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
Juergen E. Fischer
2cc836647f update debian/ubuntu build dependencies in INSTALL using scripts/scandeps.pl 2016-03-02 09:48:39 +01:00
Alexander Bruy
61e5799915 Merge pull request #2787 from medspx/processing_vdistance
[processing] add GRASS7 v.distance (fix #12817)
2016-03-02 09:59:14 +02:00
Alexander Bruy
0061dccd91 Merge pull request #2782 from medspx/processing_r_reclass
[processing] add GRASS7 r.reclass inline rules (fix #5583)
2016-03-02 09:58:11 +02:00
Alexander Bruy
91e222e1c0 Merge pull request #2781 from medspx/processing_grass7_rnull
[processing] add r.null GRASS7 algorithm (fix #6893)
2016-03-02 09:55:30 +02:00
Alexander Bruy
b2189f22dc Merge pull request #2747 from medspx/processing_grass_vwhatrast
[processing] add v.what.rast GRASS 7 algorithms
2016-03-02 09:52:57 +02:00
Alvaro Huarte
c0f0bd552d Draw markers faster
The code takes advantage of points already created to paint the
geometries to draw the markers.
2016-03-02 02:20:17 +01:00
Nyall Dawson
697a25dd92 Revert "Revert "[travis] Use newer clang 3.7 for linux builds""
This reverts commit d902c56f4d03c70a4654a7132effdf5150a6e052.

Default precise clang versions are now also randomly failing, so
let's try using a newer clang version (3.8) again and see if this
fixes it.
2016-03-02 12:02:11 +11:00
Alexander Bruy
0571395919 indentation 2016-03-01 19:02:30 +02:00