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
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
Alexander Bruy
a4a658a657
restore GdalTools plugin until we will have multithreading support in Processing
2016-03-01 15:57:32 +02:00
volaya
af8a62d93e
[processing] alg menus can now be configured from Processing options
2016-03-01 15:57:32 +02:00
Alexander Bruy
5df0ce04e8
[processing] replace fTools and GdalTools plugins with Processing
2016-03-01 15:57:32 +02:00
Alexander Bruy
7823a5a857
[processing] add missed fTools algorithms: Define current projection
...
and Create spatial index.
Also add missed Assign projection from GDALTools
2016-03-01 15:57:32 +02:00
Alexander Bruy
11a9a66104
[processing] add icons for fTools and GDALTools algorithms
2016-03-01 15:57:31 +02:00
Matthias Kuhn
9b9c692be2
Syntax highlighting for processing tests readme
2016-03-01 08:17:46 +01:00
Nyall Dawson
e695fbb9f1
Increase minimum size of composer legend list widget
2016-03-01 15:57:15 +11:00
Nyall Dawson
13ac821249
Fix build
2016-03-01 15:46:37 +11:00
Nyall Dawson
5612936836
Fix setting symbol for single symbol renderer via legend dbl click
...
Eg if diagram legend is also shown for layer it's possible for the
single symbol renderer to show a legend item.
2016-03-01 15:30:23 +11:00
Nyall Dawson
11cebff60a
Add test for clipboard logic
2016-03-01 15:02:02 +11:00
Nyall Dawson
0d2df8097b
Fix clipboard handling on OSX
...
Clipboard was wrongly using QClipboard::Selection for storage/retrieval
when this is not available on OSX
Also improve docs
2016-03-01 15:02:02 +11:00
Nyall Dawson
28d725c1e4
Fix pasting mixed geometry types to memory layer, switch to message bar
2016-03-01 15:02:02 +11:00
Nyall Dawson
a9d01302df
Correctly handle pasting geometryless layers as scratch layer
2016-03-01 15:02:02 +11:00
Nyall Dawson
7f6446afd0
[FEATURE] Use OGR to parse clipboard text so that GeoJSON (and others) can be
...
directly pasted into QGIS (fix #9727 )
2016-03-01 15:02:02 +11:00
Nyall Dawson
3f62cd46e7
New class QgsOgrUtils w/helper functions for working with OGR features
...
Also includes handy function for converting a string to a QgsFeatureList
or QgsFields by using OGR to parse the string. This allows eg conversion
of GeoJSON to QgsFeatures.
2016-03-01 15:02:02 +11:00
Nyall Dawson
3f80649b58
Fix string capitalization
2016-03-01 12:06:00 +11:00
Matthias Kuhn
427a5fbff3
More markdown fixes for processing readme
2016-02-29 21:26:50 +01:00
Matthias Kuhn
5e5ae94b4c
Fix processing test readme markdown
2016-02-29 21:25:47 +01:00
Matthias Kuhn
7caf47bf84
Merge pull request #2855 from gvellut/master
...
Correct initialization of Max
2016-02-29 20:46:51 +01:00
*_*
8a47b5cad0
Correct initialization of Max
...
FLT_MIN is the smallest positive float
2016-02-29 20:33:10 +01:00