4359 Commits

Author SHA1 Message Date
Giovanni Manghi
2a339082c4 fix enconding in processing when input layer names have non ascii chars 2015-02-03 08:06:27 +00:00
Juergen E. Fischer
abd4a04399 sip update 2015-02-03 02:21:52 +01:00
Juergen E. Fischer
2c820bb925 db_manager: use SqlEdit when QgsCodeEditorSQL is unavailable (fixes #12011) 2015-02-02 18:45:27 +01:00
Juergen E. Fischer
ac4717fa79 fix python imports (followup ee365bfc) 2015-02-02 13:20:53 +01:00
Juergen E. Fischer
ca459ee4e8 dbmanager: fix import (followup 956c155e8f) 2015-02-02 12:23:18 +01:00
Juergen E. Fischer
ee365bfcb5 fix pep8 warnings 2015-02-02 10:28:40 +01:00
alexbruy
9143bd7b22 Merge pull request #1874 from gioman/fix_processing_ogr_postgis_import_2
new fixes for processing/ogr import in postgis tools
2015-02-02 11:01:27 +02:00
alexbruy
db89a045ab Merge pull request #1873 from gioman/processing_remove_unsupported_raster_formats
processing/gdal: remove output formats that are not supported by qgis
2015-02-02 11:00:49 +02:00
Nyall Dawson
cd86710d87 Fix some warnings 2015-02-02 16:05:54 +11:00
Giovanni Manghi
de2b3ea81d remove spaces 2015-02-02 00:25:49 +00:00
Giovanni Manghi
e3bd6acbac update to latest changes in master 2015-02-02 00:21:31 +00:00
Giovanni Manghi
dab3092139 better and new fixes for processing/ogr import in postgis tools 2015-02-01 23:56:10 +00:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
alexbruy
d6017dd88f Merge pull request #1872 from gioman/processing_fix_qgis_raster_tools
[processing] add support for rasters other than float32 in qgis/processing raster tools
2015-02-01 10:38:03 +02:00
Giovanni Manghi
9edff1430f processing/gdal: remove output formats that are not supported by qgis 2015-01-31 21:28:01 +00:00
Giovanni Manghi
8d7c2d7a8d processing: add support for rasters other than float in qgis/processing raster tools 2015-01-31 21:08:29 +00:00
Giovanni Manghi
bb97dcc8d1 remove space from string 2015-01-30 11:47:20 +00:00
Giovanni Manghi
ef0c955c95 fix processing ogr postgis import when db name or password are empty 2015-01-30 11:42:31 +00:00
volaya
1eec3b9ecf [processing] fixed ogr import to postgis when origin layer is a database 2015-01-28 11:24:43 +01:00
volaya
098aa681f0 Merge pull request #1852 from radosuav/changes
[Processing] Small fixes and additions
2015-01-26 08:38:19 +01:00
Nyall Dawson
f7f89b37b9 Fix calculation of blur ops with non ARGB32_Premultiplied images 2015-01-26 14:27:20 +11:00
Juergen E. Fischer
7b1f9eedfd fix typo 2015-01-25 22:38:36 +01:00
Werner Macho
21f1aab48c fix typo in processing
Signed-off-by: Werner Macho <werner.macho@gmail.com>
2015-01-25 19:15:24 +01:00
Juergen E. Fischer
62b2c1fcab db manager: request credentials directly when connection failed (fixes #11886) 2015-01-25 00:33:35 +01:00
Martin Dobias
334d885b6d Snapping tolerance: Fix "map units" vs "layer units" dilemma (fixes #11634)
Until now "map units" in snapping config dialog actually referred to layer units.
From now on, "map units" refer to project's CRS units. Where appropriate, it is
possible to choose "layer units" that refer to layer CRS units.

Projects from older versions of QGIS should be handled seamlessly (tolerances
in layer units will be still handled in layer units, not project units).

In API, QgsTolerance::MapUnits is deprecated as it is unclear to what units
it refers to (should be ProjectUnits, but actually it is LayerUnits)
2015-01-23 18:53:02 +07:00
Richard Duivenvoorde
b1b3614fea changing fieldnames from xmin to x_min
xmin and ymin are resevered fieldnames in Postgis, so better not
use these field names. Because this makes it impossible to create
a vector grid and transfer it to Postgis
2015-01-23 10:57:35 +01:00
Martin Dobias
cad3173d6e QgsSnappingUtils: improvements of the hybrid indexing strategy
Instead of calculating feature count (which may add extra overhead),
let's directly try to build index for layers. Only when a certain limit
of features is reached (currently 1 million), the indexing is cancelled
and layer is marked as non-indexable.
2015-01-23 14:30:46 +07:00
Nyall Dawson
6d7e3960de Deprecate QgsDataDefinedSymbolDialog, no longer used
Move help descriptions to QgsDataDefinedButton and consolidate
with existing descriptions.
2015-01-23 16:54:58 +11:00
Martin Dobias
23c776e10d [FEATURE] New snapping mode to snap to all layers 2015-01-23 11:37:39 +07:00
Juergen E. Fischer
221e9ef7c7 dxf export: support line offsets 2015-01-23 00:14:39 +01:00
Juergen E. Fischer
cce2eb50cb indentation update 2015-01-22 20:56:02 +01:00
Matthias Kuhn
cb48948d0b Add python bindings for QgsMessageBar slots 2015-01-22 17:19:08 +01:00
Giovanni Manghi
fff15e5ba6 fix Processing GRASS 2015-01-22 15:45:01 +00:00
Matthias Kuhn
60712cd9bd [FEATURE] Allow to specify custom prefix for joins 2015-01-22 15:58:34 +01:00
radosuav
b835f406fa [Processing] Allow user defined projections in Processing. 2015-01-22 14:38:47 +01:00
radosuav
8fc6dd8d42 [Processing] Let a script know where what is its description file.
Usefull if it needs to access other files located relative to the script
location.
2015-01-22 14:33:17 +01:00
radosuav
4aafa92ec2 [Processing] Fix bug in setting default parameter values in batch mode. 2015-01-22 14:32:29 +01:00
volaya
23100464d4 [processing] fixed console description of models and scripts 2015-01-22 13:23:43 +01:00
volaya
00cb6800aa [processing] fixed wrong import 2015-01-22 13:23:42 +01:00
volaya
7106384c33 [processing] fixed model help editing 2015-01-22 13:23:41 +01:00
alexbruy
cd556e6543 Merge pull request #1850 from SrNetoChan/Bug_12001
fix Processing Keep n biggest parts algorithm (fix #12001)
2015-01-22 10:20:13 +02:00
alexbruy
7c71a263a4 Merge pull request #1849 from gioman/fix_ogr2ogr_convert_format
fix Processing ogr2ogr convert format tool
2015-01-22 10:19:21 +02:00
Martin Dobias
aacb1bdf3e Save and restore expanded state of legend nodes in tree hierarchy 2015-01-22 13:42:31 +07:00
Martin Dobias
3d539c8cd3 [FEATURE] Show rule-based renderer's legend in a tree hierarchy
The functionality can be used in other renderers too, the only requirement
is that legend nodes need to specify their parent rule key via data().

Note that ayer tree model must have ShowLegendAsTree flag enabled, otherwise
the model will keep showing lists instead of trees.
2015-01-22 13:42:31 +07:00
Nathan Woodrow
56069c9c21 Move template text to qgis.user.expressions 2015-01-22 16:12:01 +10:00
Nyall Dawson
df939c3fa8 Data defined all the things!
Add a bunch of missing data defined options for symbology.
Also fix dialog sizing issues.
2015-01-22 16:04:47 +11:00
Alexandre Neto
e26eae9496 Fixes Processing Keep n biggest parts bug #12001 2015-01-21 23:54:50 +00:00
Nathan Woodrow
bed278a729 Expand args for custom functions. Add auto arg count
Format test to use spaces and not tabs
2015-01-22 09:21:41 +10:00
Nyall Dawson
e847bb1108 Add missing methods to sip 2015-01-22 07:00:58 +11:00
vmora
6fb347d23f improve GUI consistency & UX for data-defined style
data defined buttons added to the gui
fixes #9881
2015-01-22 06:56:34 +11:00