Etienne Trimaille
5a9df7eba3
fix variable assignment in Processing
2015-06-24 11:29:45 +02:00
Nyall Dawson
d4badf8bfa
Revert 9041950 and 5f49335. Neither fixed worked for Windows.
...
Will revisit for 2.12.
2015-06-24 18:21:01 +10:00
Nyall Dawson
16cab9fcf9
Add tests for line placement of labels
2015-06-24 17:11:45 +10:00
Nyall Dawson
d4b659ebd3
Label tests for buffer and shadow
2015-06-24 17:11:45 +10:00
Nyall Dawson
19767cbd95
Don't show errors in a dialog for QgsDelimitedTextProvider
...
This causes issues with scripted use of the provider. Instead, just
log messages to the standard message log.
2015-06-24 17:11:45 +10:00
Nyall Dawson
0016ab6230
Add a "load values" button to graduated histogram. The previous
...
approach of automatically fetching the values on demand was
resulting in graphical corruption to the parent tab widget.
2015-06-24 17:11:45 +10:00
Juergen E. Fischer
3d978be35e
indentation and spelling fixes
2015-06-24 09:08:52 +02:00
Nyall Dawson
7e8041cd98
Merge pull request #2163 from carolinux/master
...
Added setBand capability to qgssinglebandpseudocolorrenderer API
2015-06-24 10:05:56 +10:00
carolinux
028c083685
Fixed indent/spacing
2015-06-24 01:21:19 +02:00
carolinux
37cd9e7a0d
Added doxygen docs
2015-06-24 01:15:42 +02:00
Juergen E. Fischer
8656b2d03b
osgeo4w: switch to GRASS 7.0.1RC1
2015-06-23 22:42:11 +02:00
Juergen E. Fischer
3eef29ab1b
geometry validator: fix touching lines check (followup b9b9bc3, fixes #12730 )
2015-06-23 22:15:46 +02:00
Juergen E. Fischer
e368f95a0f
[processing] fix initial without saga_cmd on *x
2015-06-23 21:30:05 +02:00
carolinux
5f2c8e08e2
Bands are 1-indexed
2015-06-23 19:50:22 +02:00
carolinux
45681e6e0a
Added setBand capability to qgssinglebandpseudocolorrenderer API
2015-06-23 17:19:58 +02:00
Radim Blazek
da39ab3894
[GRASS] better handle corrupted/missing topo; allow to delete corrupted map
2015-06-23 15:35:27 +02:00
Juergen E. Fischer
fd4b38c55a
invalidate first crs on project load ( fixes #13011 )
2015-06-23 15:34:34 +02:00
Juergen E. Fischer
7031cfb995
dxf export: deprecate writeSolid (replaced with writePolygon) and add some doxymentation
2015-06-23 15:34:33 +02:00
volaya
38a247f26c
[processing] fixed attribute types in memory layers
...
fixes #12894
2015-06-23 14:15:08 +02:00
Marco Hugentobler
0bbc11b3f8
Derive MultiLineString from MultiCurve and MultiPolygon from MultiSurface
2015-06-23 13:41:14 +02:00
Nyall Dawson
d0a624dfec
More test mask updates
2015-06-23 21:38:56 +10:00
volaya
a842d47512
[processing] fixed text and html output in GRASS algorithms
...
This changes the way text outputs are handled.
Now the output of the command is piped to a file, and with that file, the raw and HTML outputs are generated.
More formatting for the HTML file should be added in the future, since it is now rather basic
fixes #6379
2015-06-23 13:32:16 +02:00
volaya
77ca802522
[processing] better initialization of SAGA provider
2015-06-23 12:01:50 +02:00
volaya
cdf034a999
[processing] fixed typo in algorithm group name
2015-06-23 12:01:49 +02:00
Radim Blazek
7b2683849e
[GRASS] fixed animated import icon on windows
2015-06-23 11:24:52 +02:00
Nyall Dawson
75366905fd
Fix tab order in raster calculator dialog
2015-06-23 19:12:18 +10:00
Etienne Trimaille
488f3947eb
add log, ln and != button in the raster calculator
2015-06-23 19:08:27 +10:00
volaya
83f3a5893c
[processing] added check to ensure input layers are valid
2015-06-23 09:07:52 +02:00
volaya
247c2f061e
[processing] no need to hide credentials when storing db data
...
If they appear on the URI, it means they are already being stored in plain text by QGIS
2015-06-23 09:07:51 +02:00
volaya
6ce2333f98
[processing] more improvements for storing db data in log
...
This allows reusing commands that use a db-based layer.
It disables parameter validity checks for layers. Those checks should now be performed at the algorithm level before executing (not yet implemented)
2015-06-23 09:07:50 +02:00
volaya
6e4113f000
[processing] show error message when execution of algorithm from console failed
2015-06-23 09:07:49 +02:00
volaya
06d250ef89
[processing] more correct storing of DB data in log
2015-06-23 09:07:48 +02:00
Nyall Dawson
99150dd39e
Add delimited provider to common provider tests, fix records missing
...
from delimited layers when geometry was null.
2015-06-23 16:35:42 +10:00
Nyall Dawson
89af061d5c
Add memory provider to common provider tests
2015-06-23 16:35:21 +10:00
Nyall Dawson
0728155b1f
Some test masks for OSX
2015-06-23 16:35:04 +10:00
Nyall Dawson
c855e98333
Explicitly set dpi for test images, should help tests pass on OSX
2015-06-23 16:34:57 +10:00
Martin Dobias
f29b55a08c
Fix regression with snapping on intersection ( fixes #13020 )
2015-06-23 10:57:35 +08:00
Radim Blazek
19fdb3389b
[GRASS] vector import begin/commit transaction
2015-06-22 21:58:29 +02:00
Radim Blazek
5e22129866
[GRASS] fixed tmp import maps delete on windows
2015-06-22 21:27:24 +02:00
volaya
78359ec510
[processing] use default value in selection parameters in modeler
...
fixes #12766
2015-06-22 16:51:58 +02:00
Salvatore Larosa
9838ea3dbd
switch all png icons to svg ones for plus and minus signs:
...
followup 33b49ff and a7191ab
2015-06-22 16:22:56 +02:00
Matthias Kuhn
95974e8734
Travis: Fail on warnings and improve cdash integration
2015-06-22 15:13:36 +02:00
Nyall Dawson
c590e1ecee
Hide unimplemented GeometryV2 clip methods
2015-06-22 22:20:27 +10:00
Nyall Dawson
5f4933585b
[georef] Followup 9041950, fix didn't work for Windows
2015-06-22 21:53:44 +10:00
Nyall Dawson
c060947552
[georef] Fix crash when loading new project with georeferencer open
2015-06-22 21:53:44 +10:00
Nyall Dawson
f037b11f8e
[georef] Allow report to flow onto multiple pages to show all
...
GCPs (fix #4602 )
2015-06-22 21:53:44 +10:00
Nyall Dawson
0912314f0c
Fix crappy documentation (which I wrote) which came back to bite
...
me and wasted part of my life I'll never get back...
2015-06-22 21:53:44 +10:00
Nyall Dawson
6e73c53a1b
Implement stubbed QgsGeometry methods
2015-06-22 21:34:49 +10:00
Nyall Dawson
e9f4530807
Rename QgsGeometryImport to QgsGeometryFactory
2015-06-22 21:29:51 +10:00
Nyall Dawson
e53debe215
Update doxygen comments for QgsGeometry, reflecting that QgsGeometry
...
is a generic geometry container from >= 2.10.
2015-06-22 21:29:51 +10:00