29153 Commits

Author SHA1 Message Date
volaya
70bc957439 [processing] do not assume singleton Processing when defining temp folder
fixes #13588
2015-10-14 13:14:02 +02:00
volaya
5ca556670a [processing] do not write CRS file if output is not a layer
fixes #13590
2015-10-14 13:14:01 +02:00
Nyall Dawson
e92e910601 Also show features with modified geometry when "show edited and new
features" filter is active in attribute dialog (fix #11684)
2015-10-14 20:47:08 +11:00
Radim Blazek
9fe1b655e1 [GRASS] keep layer specific suppress form mode 2015-10-14 10:29:15 +02:00
Radim Blazek
d896c01393 [GRASS] prepared off_t fix on windows 2015-10-14 10:09:32 +02:00
Paolo Cavallini
c41852649c Merge pull request #2369 from neteler/patch-73
Update to GRASS GIS 7.0.x
2015-10-14 07:19:05 +02:00
Paolo Cavallini
52c50673f7 Merge pull request #2370 from neteler/patch-72
Update to GRASS GIS 7.0.x
2015-10-14 07:17:43 +02:00
Juergen E. Fischer
24b6e6387e vector layer: update geometries first before feature id might change (fixes #8255) 2015-10-14 00:03:29 +02:00
Nyall Dawson
957d82698d When adding ring to a geometry, add z or m dimensions to the
ring geometry if required (fix #7400, #7401)
2015-10-14 08:39:05 +11:00
Nyall Dawson
a333fc8248 Add method to geometries for adding z/m dimension, initialized
to a specified value
2015-10-14 08:39:05 +11:00
Nyall Dawson
665379645f Add method to QgsWKBTypes to add z/m dimension to a wkb type
Also add some unit tests for QgsWKBTypes
2015-10-14 08:39:05 +11:00
Juergen E. Fischer
53c507d3a7 db manager: add credentials to postgis rasters (fixes #13594) 2015-10-13 22:54:01 +02:00
Juergen E. Fischer
e225385aaa indentation update 2015-10-13 22:54:01 +02:00
Markus Neteler
cfdf5cf609 Update to GRASS GIS 7.0.x 2015-10-13 22:12:59 +02:00
Markus Neteler
47565a949f Update to GRASS GIS 7.0.x 2015-10-13 22:12:54 +02:00
Radim Blazek
0c0293e9b8 [GRASS] update fields on field add/delete 2015-10-13 20:59:32 +02:00
volaya
c3839b3ad3 [processing] fixed getMinCoveringExtent when there are multiple input parameters 2015-10-13 20:03:47 +02:00
volaya
c87646a9a7 [processing] fixed modeler calcualtor when opening dialog for the first time
fixes #13587
2015-10-13 19:59:17 +02:00
volaya
ca27277bb3 [processing] do not set an upper limit for points in random points layer
fixes #13483
2015-10-13 19:59:16 +02:00
rldhont
36ebf1c569 [BUGFIX][QGIS Server] Add layer coordinate transforms before setting destination CRS
If the layer_coordinate_transform_info child of mapcanvas has not been well
 saved, the destinationCrs is not well applied and we get a blank image.

To resolve this issue, we just have to add layer coordinate transforms to the
 map renderer before setting the destination CRS.
2015-10-13 19:38:37 +02:00
Paolo Cavallini
3d1c7148d8 Update CatchmentArea(Parallel).txt
Fixes https://hub.qgis.org/issues/13588 (but probably there are others)
2015-10-13 18:50:03 +02:00
Radim Blazek
499faca83f [GRASS] add first/last vertex marker to editing renderer 2015-10-13 18:06:32 +02:00
Paolo Cavallini
ccdb70239f Update ShapestoGrid.txt
Fixes #13585
2015-10-13 16:57:34 +02:00
Nyall Dawson
f60ca59996 Fix overview canvas background color not set (fix #11157) 2015-10-13 22:44:23 +11:00
Juergen E. Fischer
20217366ae revert 3daa57f and f51d1fb (followup ff43a5d) 2015-10-13 13:36:40 +02:00
Paolo Cavallini
9cd5eed9bf Update Grid.py
Fixes a broken module. Possibly more broken ones around.
2015-10-13 13:30:43 +02:00
Nyall Dawson
4e5125b925 Merge pull request #2337 from stevenmizuno/fix_3400
set selection color from project file
2015-10-13 21:59:30 +11:00
Radim Blazek
9556a760da [GRASS] edit test fixed for GRASS 6 2015-10-13 12:53:02 +02:00
Radim Blazek
4bd6cf1532 [GRASS] editing test 2015-10-13 12:53:01 +02:00
Nyall Dawson
7b9148a5dd Merge pull request #2368 from nirvn/welcome_page_fix_resize
[welcome page] fix recent project list not resizing on window / docked panel size change
2015-10-13 21:47:41 +11:00
Nyall Dawson
ff43a5dc1f Merge pull request #2367 from manisandro/qgsround
Introduce qgsRound since std::round is available only in C++11 onwards
2015-10-13 21:11:41 +11:00
Sandro Mani
2ddc07163d More qgsRound tests 2015-10-13 09:22:36 +02:00
Juergen E. Fischer
3daa57f8c8 fix f51d1fb 2015-10-13 09:20:22 +02:00
Juergen E. Fischer
f51d1fb4f3 fix precise build 2015-10-13 08:42:44 +02:00
Nyall Dawson
0f9a08e6f2 Allow delete part tool to remove geometry from single type point
and line layers (fix #13258)
2015-10-13 16:59:53 +11:00
Nyall Dawson
45d6c0463c Remove .sortinc files in remove_temporary_files script 2015-10-13 16:59:53 +11:00
Nyall Dawson
ad10b5264e Fix using add part tool to add part to geometryless rows
(fix #12885, #11319)

Also fix some potential crashes with edit tools and null geometry
2015-10-13 16:59:52 +11:00
Nyall Dawson
6f860d0bf3 Allow adding features with empty geometry via attribute table 2015-10-13 16:59:52 +11:00
Nyall Dawson
5de9444718 Fix split parts tool only leaves one of the newly created parts (fix #13421) 2015-10-13 16:59:52 +11:00
nirvn
537d195957 [welcome page] add a minmium width to the recent project list 2015-10-13 12:40:40 +07:00
nirvn
06a41ef77f [welcome page] fix recent project list not resizing 2015-10-13 12:26:17 +07:00
Sandro Mani
a9baeb114b Add some qgsRound tests 2015-10-12 23:58:37 +02:00
Sandro Mani
468012a282 Introduce qgsRound since std::round is available only in C++11 onwards 2015-10-12 23:09:26 +02:00
Juergen E. Fischer
e193c7c904 debian packaging update (revert GEOS C++ dependency) 2015-10-12 21:39:09 +02:00
Juergen E. Fischer
43c046b264 fix core api header 2015-10-12 20:52:52 +02:00
Juergen E. Fischer
1be64a5e2a fix windows build 2015-10-12 20:52:43 +02:00
Larry Shaffer
482420cfda [auth] Add some more debug output
- Need to migrate many auth debug to QgsDebugMsgLevel with higher level
2015-10-12 09:45:08 -06:00
Larry Shaffer
0164b09d6d [auth] Fix #13550; add auth support to Server; read master password file 2015-10-12 09:45:07 -06:00
mhugent
5f82f1b11e Merge pull request #2365 from manisandro/geom_checker_fixes
Geometry checker fixes
2015-10-12 13:30:13 +02:00
Sandro Mani
c1028efeb0 [Geometry checker] Make self intersection fix create a multilinestring instead of a multicurve since prts are linestrings 2015-10-12 13:23:34 +02:00