30860 Commits

Author SHA1 Message Date
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
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
Martin Dobias
fa66583e6f Improve indexing strategy for snapping (fixes #12578)
Implemented a simple heuristic that should keep the number of cached
features per layer reasonable - and thus lower the amount of consumed
memory and CPU for big layers.
2016-01-27 23:16:47 +01:00
Martin Dobias
86307ffc7c Add debug capabilities to snapping utils 2016-01-27 23:16:46 +01:00
Martin Dobias
19b18bc6ff Clear non-indexable layers when they are removed 2016-01-27 23:16:46 +01:00
Martin Dobias
193d377762 point locator: Do not set feature limit in feature request
Otherwise we will not be able to detect that the locator creation has been cancelled
2016-01-27 23:16:46 +01:00
Nyall Dawson
a88c93b10e Followup 91ad20, increase startup test timeout
Now that the test has been improved we can safely bump the timeout
up a lot
2016-01-28 08:47:36 +11:00
Nathan Woodrow
95b26663f6 Merge pull request #2509 from SebDieBln/FixTipWindow
initialize tip window with correct parent widget (fixes #8312) (fixes #8365)
2016-01-28 06:22:02 +10:00
Sandro Santilli
bc4d16e8d9 Check WKB boundaries while simplifying for rendering
Fixes crash on simplifying mixed-dimension collections.
Closes #12416
2016-01-27 16:28:05 +01:00
Alexander Bruy
b66002d0ab add CopyAction to the list of supported drop actions 2016-01-27 16:41:55 +02:00
Denis Rouzaud
d80a632bd8 use digitizing color for label editing rubber band 2016-01-27 15:40:32 +01:00
Denis Rouzaud
ae3cfd4f85 Merge pull request #2726 from medspx/bugfix_external_resource
External Resource widget multiple fixes (fix Redmine #14178)
2016-01-27 15:04:13 +01:00
Martin Dobias
cce4b2db9e fix indentation 2016-01-27 14:56:29 +01:00
Martin Dobias
c934291070 fix indentation 2016-01-27 14:21:33 +01:00
Martin Dobias
cc6721c1a9 Fixes to 2.5d renderer
- support holes in polygons and multi-polygons
- make sure not to overshoot value in HSV color (max. 100) - Qt spits out warnings
2016-01-27 14:09:32 +01:00
Martin Dobias
9fd6b24686 Move extraction of linestrings out of QgsExpression file + add unit test 2016-01-27 14:09:32 +01:00
Martin Dobias
5210c12270 Make vertex editor closable (because why not?) 2016-01-27 14:09:31 +01:00
Médéric RIBREUX
d6bd8d0c32 External Resource widget multiple fixes (fix Redmine #14178) 2016-01-27 14:09:04 +01:00
Alexander Bruy
1858cc719c Revert "[processing] also make Modeler non-blocking when opened from context menus (follow up 51ec2bfba6)"
This reverts commit 602437aa0676a7ad4ce21bc32b62c2b107474bff.

Having modeler as non-blocking window it risky as changes in the
algorithms will not be reflected in it.
2016-01-27 14:01:37 +02:00
Alexander Bruy
469985da39 Revert "[processing] make Modeller non-blocking window"
This reverts commit 51ec2bfba6cd5eeb4bf10588d8b94ee30e7faa4a.

Having Processing modeler non-modal risky as user can add/remove
new providers and this changes will not be reflected in the modeler
2016-01-27 14:01:37 +02:00
Martin Dobias
42ea15b346 Merge pull request #2496 from SebDieBln/App_OptionsAsFiles
Accept option '--' to mark all following arguments as files (refs #3714)
2016-01-27 12:42:56 +01:00