30880 Commits

Author SHA1 Message Date
Nyall Dawson
4825856fd7 Fix provider ordering by test to correctly also test compiled order by
...and as a result, disable compiled order by support for postgres
due to bugs exposed by the test
2016-01-31 20:42:11 +11:00
Nyall Dawson
96d8986b9f Add polygon layers to provider tests, so we can test ExactIntersect
feature requests
2016-01-31 20:42:11 +11:00
Alexander Bruy
ce2b3c20dc Merge pull request #2742 from NaturalGIS/fix_grass_v_dissolve
[processing] GRASS dissolve works only with areas
2016-01-31 10:44:11 +02:00
Nyall Dawson
c1f7257b24 Merge pull request #2682 from alexbruy/field-precision
don't allow field precision greater than field width (fix #14019, #5154)
2016-01-31 18:53:19 +11:00
Nyall Dawson
df88a9f5c6 Fix some providers returning valid features when iterator is closed
Also add some additional tests to ProviderTestCase for closed iterators
and subset string handling.
2016-01-31 14:38:46 +11:00
Nyall Dawson
6a91603fe7 Merge pull request #2730 from PeterPetrik/13669_duplicate_circular_string_nodes
fix #13669 (Circular string generates duplicated nodes)
2016-01-31 11:28:26 +11:00
Nyall Dawson
4c8fcc522a Followup 57fb7c: fix capitalization and add deselect shortcut 2016-01-31 11:23:49 +11:00
Patrick Valsecchi
57fb7ce47a Add select all and invert selection to Attributes Toolbar
Took the opportunity to fix a bug where the selectByExpression action
was not disabled when a raster layer was selected.
2016-01-31 10:56:30 +11:00
Nyall Dawson
45489f6cf4 Remove useless orientation combobox from copyright dialog 2016-01-31 10:51:17 +11:00
DelazJ
4ab56116ed Standardize map canvas decorations items dialog
Modify "Location" label by "Placement" in scale Bar Decoration
Reorder options of Scale Bar and Copyright decorations dialog in order to set "Placement" options after item's design properties
2016-01-31 10:22:04 +11:00
Giovanni Manghi
f1f0b0a341 GRASS dissolve works only with areas 2016-01-30 15:44:31 +00:00
Salvatore Larosa
6854902ec5 change toolbar icon size to 24x24 for the customization dialog 2016-01-30 12:06:05 +01:00
Salvatore Larosa
e5674fa63b Merge pull request #2740 from DelazJ/btnNewLinePushButton
fix the tooltip description of btnNewLinePushButton in expression bui…
2016-01-30 12:02:38 +01:00
DelazJ
65c6e362f7 fix the tooltip description of btnNewLinePushButton in expression builder
Replace "Close Bracket " by "New Line "
2016-01-30 11:21:52 +01:00
Juergen E. Fischer
772dc1d28f oracle provider: enable server-side simplification only with Locator >=11g or Spatial 2016-01-30 01:42:34 +01:00
Jürgen Fischer
939fc83e51 Merge pull request #2738 from ahuarte47/OracleSimplifyProviderSide
Feature simplification for oracle provider
2016-01-30 01:42:26 +01:00
Alvaro Huarte
6f70953451 Feature simplification for oracle provider 2016-01-30 01:01:41 +01:00
Juergen E. Fischer
0e4520fc73 osgeo4w: include grass7 in x86_64 2016-01-30 00:53:32 +01:00
Nyall Dawson
cbe8cb7282 Formatting update, using newer autopep8 version 2016-01-30 09:33:24 +11:00
Nyall Dawson
4a3d3db2d2 Improve handling of geometryless tables in browser 2016-01-30 08:33:10 +11:00
Nyall Dawson
e830c237df Improve handling of geometryless mssql tables 2016-01-30 08:33:10 +11:00
Nyall Dawson
d827076637 Fix adding fields to mssql layers always resulted in error (fix #13340) 2016-01-30 08:33:10 +11:00
Nyall Dawson
6efe1eb86b Dropping on mssql schema items should import to that schema (fix #8327) 2016-01-30 08:33:10 +11:00
Nyall Dawson
4a1bf6d34d Fix a crash when importing layers without geometry to mssql 2016-01-30 08:33:09 +11:00
Nyall Dawson
49e45675ee Correct handling of date and time values in mssql provider 2016-01-30 08:33:09 +11:00
Juergen E. Fischer
78d9617db0 debian packaging: optional support for oracle instantclient 12.1 2016-01-29 21:34:07 +01:00
Alexander Bruy
d4e400a425 [processing] fixes for vector geoprocessing algorithms 2016-01-29 16:33:21 +02:00
volaya
4c2c905c32 [processing] added option to not show disabled providers tooltip 2016-01-29 14:09:06 +01:00
Tim Sutton
d921f48b72 Merge pull request #2734 from timlinux/master
Remove overly verbose logging for old style loading
2016-01-29 11:50:38 +02:00
Tim Sutton
e15c7fb96c Remove overly verbose logging for old style loading 2016-01-29 11:06:56 +02:00
Salvatore Larosa
70d5c1b74e fix warning: use editTextChanged signal instead of textChanged one for QComboBox 2016-01-29 09:51:15 +01:00
Hugo Mercier
909910e1b6 Add missing licence/copyright 2016-01-29 08:43:18 +01:00
Matthias Kuhn
2f411afe75 [Processing] Fix raster tools
GDAL arguments need to be str since they are passed as unencoded const
char*.
2016-01-28 15:54:12 +01:00
Alexander Bruy
82c9a5ad3c Merge pull request #2592 from alexbruy/layertree-drag-n-drop
add CopyAction to the list of supported drop actions in the Layer Tree
2016-01-28 14:32:14 +02:00
Juergen E. Fischer
ecfcd319ef sip sync QgsFeatureRendererV2 2016-01-28 12:20:20 +01:00
Nyall Dawson
7dc5eac8bd Improve handling of time values in attributes
- make QgsVectorFileWriter respect QTime field values and only
convert to string if required by output format
- list time types as native types for memory, postgres and OGR
providers (OGR support depends on file format)
2016-01-28 22:14:25 +11:00
Nyall Dawson
082f113197 Readd missing sip binding 2016-01-28 21:43:09 +11:00
Peter Petrik
84e8b10d2d fix when 3D and M 2016-01-28 11:39:11 +01:00
Peter Petrik
86e67713d6 fix #13669 (Circular string generates duplicated nodes) 2016-01-28 11:04:40 +01:00
Nyall Dawson
90718ddfd4 Show preview string for date/time/datetime expression results 2016-01-28 20:55:04 +11:00
Nyall Dawson
ee5e1c7d22 Fix handling for QTime variants in expression functions 2016-01-28 20:55:04 +11:00
Nyall Dawson
77ba570f08 Right align times and dates in attribute table 2016-01-28 20:55:04 +11:00
Salvatore Larosa
bb96c35af9 Fix sizepolicy for load style from db dialog 2016-01-28 10:54:04 +01:00
Nyall Dawson
aca66a710f More debugging for app startup test 2016-01-28 20:52:51 +11:00
Nyall Dawson
4aafed8366 Indentation 2016-01-28 20:51:22 +11:00
Martin Dobias
5d466417af Fix loading of QgsDataDefined from XML (fixes #14177) 2016-01-28 10:48:34 +01:00
Juergen E. Fischer
4dd76da7f8 geometry sip sync and some cosmetics 2016-01-28 10:31:08 +01:00
volaya
7af58516bc [processing] fixed group names in lidar provider 2016-01-28 10:15:00 +01:00
rldhont
8c9078ddc8 Merge branch 'marcel-dancak-master-bugfix_13527' 2016-01-28 10:12:02 +01:00
Juergen E. Fischer
9f52046618 fix precise build 2016-01-28 08:35:00 +01:00