volaya
b4edf8af88
[processing] better sizing of columns in batch interface
...
fixes #12706
2015-06-22 12:57:38 +02:00
Juergen E. Fischer
438a61d91c
include python-spatialite as build depencency for debian (followup 551cf82)
2015-06-22 12:37:33 +02:00
volaya
5d4928fae2
[processing] fixed setting rendering styles for line and point outputs
...
fixes #12773
2015-06-22 11:38:16 +02:00
Nyall Dawson
9fc759308f
Don't crash when QgsVectorLayer::setDataSource is called
2015-06-22 19:26:05 +10:00
Nyall Dawson
436350a4e3
Make QgsVectorLayer::setDataSource maintain renderer where possible
2015-06-22 19:26:05 +10:00
volaya
3ccd2a1fd3
[processing] corrected last commit
...
no need to rename algorithm
2015-06-22 11:23:41 +02:00
volaya
d9e749821a
[processing] added import into postgis algorithm to simplified interface
2015-06-22 11:17:47 +02:00
volaya
b6975d6121
[processing] fixed add model from file
...
fixes #12902
2015-06-22 10:12:02 +02:00
volaya
5013bb5600
[processing] fixed using temporary files in field calculator
2015-06-22 09:52:42 +02:00
volaya
1579a68b13
[processing] correctly handle filenames with long extension names in output file selector
...
fixes #10264
2015-06-22 09:25:13 +02:00
volaya
32d6275fa3
[processing]changed native raster format for SAGA algorithms from tif to sdat
...
This eliminates the need to export to a QGIS compatible format after generating a raster output. The SDAT format is the native SAGA format, and it is supported by GDAL, so it is also supported by QGIS. This was not used before, but now we use that to reduce the nuber of steps and provide a better integration.
Conversion to other formats is now done by Processing itself, not by the SAGA algorithm.
fixes #10735
2015-06-22 09:11:01 +02:00
volaya
92cf321d13
[processing] wait until file conversion is finished
2015-06-22 09:11:00 +02:00
Juergen E. Fischer
551cf82628
include libqt4-sql-sqlite as build dependency for debian
2015-06-22 09:02:20 +02:00
volaya
a1351640ba
[processing] fixed output to non-supported vector formats in GRASS
2015-06-22 07:45:04 +02:00
volaya
83782cc4c8
[processing] fixed conversion to unsupported raster formats after running algorithm
2015-06-22 07:44:21 +02:00
Radim Blazek
61d81f01d5
[GRASS] windows fixes
2015-06-21 22:12:20 +02:00
Salvatore Larosa
33b49ff3c3
fix plus icon for ows server widget in project properties
2015-06-21 20:05:05 +02:00
Salvatore Larosa
a7191ab6e0
fix plus icon for relation widget in project properties
2015-06-21 20:04:46 +02:00
Salvatore Larosa
12c797afb9
Merge pull request #2154 from slarosa/custom_dialog
...
added missing icons to customization dialog
2015-06-21 16:56:12 +02:00
Salvatore Larosa
b39cb7bac6
added missing icons to customization dialog
...
also added new icon for the select all action
2015-06-21 16:20:30 +02:00
Nyall Dawson
eaaa98fd45
[georef] Add reset menu action to remove GCP and close current
...
raster (fix #6215 )
2015-06-21 21:45:14 +10:00
Nyall Dawson
f3d032a32c
[georef] Don't allow overwriting input raster ( fix #3804 )
2015-06-21 21:45:14 +10:00
Nyall Dawson
cb343484e3
[georef] Improve string
2015-06-21 21:45:14 +10:00
Nyall Dawson
41fd4ef680
[georef] Don't crash when loading invalid GCP files
2015-06-21 21:45:14 +10:00
Nyall Dawson
759d85a2f2
[georef] Show messages when georeferencer creates a world file
...
(fix #7429 ). Also fix raster not loaded into main canvas when
creating a world file (fix #10018 ).
2015-06-21 21:45:14 +10:00
Nyall Dawson
9041950fbc
[georef] Don't minimise georeferencer when adding points from main
...
window, just raise the main window instead (fix #8388 )
2015-06-21 21:45:14 +10:00
Nyall Dawson
fbea5937fa
Fix typo
2015-06-21 21:45:14 +10:00
alexbruy
d560568e5a
Merge pull request #2151 from NaturalGIS/fix_grass_r_drain
...
[processing] fix grass7 r.drain non mandatory parameter
2015-06-21 09:27:44 +03:00
Nyall Dawson
88629a6b19
Rearrange effects dlg for consistency with symbol dlg ( fix #12819 )
2015-06-21 14:57:44 +10:00
Nyall Dawson
89d4adc6f1
[composer] Change "stroke" to "line" for consistency
2015-06-21 14:30:24 +10:00
Nyall Dawson
8db94fc084
Also remove astyle*.diff and sha*.diff files
2015-06-21 14:30:11 +10:00
Nyall Dawson
f9387ca3cf
Update remove_git_conflict_files script to also remove *.prepare
...
Also rename script to remove_temporary_files.sh to reflect this
change.
2015-06-21 14:09:44 +10:00
Radim Blazek
cb7f9b4cf7
[GRASS] alloc enough space for Map_info on Windows, fixes #13002
2015-06-20 12:29:43 +02:00
Nathan Woodrow
d31ba2679d
Merge pull request #2153 from nirvn/georef_icon_size
...
[georef] apply user preference icon size to toolbars
2015-06-20 16:11:22 +10:00
Mathieu Pellerin
a811cbce15
[georef] apply user preference icon size to toolbars
2015-06-20 12:58:31 +07:00
Nyall Dawson
5dc0db634b
[georef] Show success message in messagebar
2015-06-20 13:20:07 +10:00
Nyall Dawson
da548d08d4
[georef] Make plugin less frustrating to use.
...
Adds a message bar, and converts most message boxes to message bar
messages. Now, most transformation parameters are checked when the
transform is attempted, rather then when the transform properties
dialog is opened. This avoids the frustrating situation where the
transform settings dialog blocks you from selecting transform
parameters before adding GCPs.
2015-06-20 13:20:07 +10:00
Juergen E. Fischer
06443f31d3
indentation fixes
2015-06-20 01:48:58 +02:00
Juergen E. Fischer
b3c2bd7f21
dxf export:
...
* fix support for data-defined properties in SVG export
* remove drawRects and let it fallback to drawPath and drawPolygon
* close arcs
2015-06-20 01:12:13 +02:00
Salvatore Larosa
b6e059c655
[travis] add libqt4-sql-sqlite package
...
This commit fix the PyQgsAppStartup test which fails with c706513
because the QSQLITE driver was not found.
2015-06-19 23:24:44 +02:00
Salvatore Larosa
f79d747394
[bookmarks] switch spatial bookmarks dialog to dockwidget with toolbar
2015-06-19 23:24:44 +02:00
Juergen E. Fischer
513cfad235
vector file writer: adapt to 2fcbc8b ( fixes #12985 )
2015-06-19 22:23:23 +02:00
Salvatore Larosa
6cbe0ee71c
[processing] fix typo
2015-06-19 20:42:00 +02:00
Juergen E. Fischer
1a6aee18f0
handle 64bit feature ids ( fixes #13001 )
2015-06-19 20:04:06 +02:00
pcav
ef3eb85d65
Better output name for saga kernel
2015-06-19 17:02:44 +00:00
rldhont
7c735213ca
[BUGFIX][QGIS-Server] Add all layers for fixed legend in GetPrint
...
If a legend is not linked to a map, it's a fixed legend and does not depend on
layers parameter. This bugfix loads all layers needed by legend and update it.
2015-06-19 17:22:50 +02:00
Juergen E. Fischer
35f383835c
browser: add i18n
2015-06-19 17:07:19 +02:00
Salvatore Larosa
2125f6ac0d
Fix #6099 - Save as... for raster: missing extension on Gnome3
2015-06-19 17:04:20 +02:00
Juergen E. Fischer
454206711e
fix 61f39d6
2015-06-19 16:20:13 +02:00
Juergen E. Fischer
dfc2cf0bbf
oracle provider: fix ExactIntersect check if spatial extension is available and there is no spatial index ( fixes #13005 )
2015-06-19 16:08:26 +02:00