29690 Commits

Author SHA1 Message Date
Nyall Dawson
2988dbdd18 Update legend test mask images for debian builds 2015-11-10 06:24:41 +11:00
volaya
55c18a5e45 [processing] fixed creation of vector layer as PostGIS Table
fixes error introduced in last commit
2015-11-09 08:50:54 +01:00
volaya
b2b6823321 Merge pull request #2423 from rldhont/processing_spatialite_output
[processing] allow output directly on Spatialite tables
2015-11-09 08:48:34 +01:00
volaya
b36566b045 Merge pull request #2429 from NaturalGIS/fix_saga_idw
fix SAGA 2.2.* Inverse Distance Weighted
2015-11-09 08:47:35 +01:00
volaya
658c5842c1 [processing] fixed ui file after last commit 2015-11-09 08:45:17 +01:00
volaya
43926b55f6 [processing] added tooltip to 'export as python script' button 2015-11-09 08:43:42 +01:00
volaya
5c1da4ebae [Processing] correctly parse value of boolean argument for parameters 2015-11-08 23:15:56 +01:00
Nyall Dawson
b6717b6175 Followup b5794b2, fix calculation of acceptable limits 2015-11-09 09:13:31 +11:00
Nyall Dawson
26dbb42a71 Resolve coverity issues 2015-11-09 09:00:22 +11:00
Nyall Dawson
a364890796 Fix cast to itself 2015-11-09 08:43:01 +11:00
Nyall Dawson
dbd3fe2df5 Fix deprecated warnings 2015-11-09 08:36:23 +11:00
volaya
f3cd3ee7ef [processing] add log error message when error occurs in postprocessing task 2015-11-08 22:16:32 +01:00
Juergen E. Fischer
b5794b2f2d sip coverage fixes:
* make sip coverage test aware that there are less classes where QSci sip
  headers are not available
* exclude properties from members
* fix QgsFeatureIds typedef (fixes missing signal
  QgsVectorLayer.featuresDeleted and others)
* add missing notes for PyNames
* include some missing new methods in bindings
2015-11-08 19:30:39 +00:00
Richard Duivenvoorde
53ecc25151 [FEATURE] adding new features to QGIS will create issues in QGIS-Documentation
A githook is implemented to create an issue automatically in QGIS-Documention repo whenever there is a commit with the word [FEATURE] in the message.

( this is also a test if it works :-) )
2015-11-08 19:22:26 +00:00
Juergen E. Fischer
1deaafc64c nodetool: initialize select rubberband and fix indentation (fixes crash on quit; see also PR#2433) 2015-11-08 18:03:33 +00:00
Juergen E. Fischer
9d97c7c41b fix typo in python test invocation 2015-11-08 18:03:22 +00:00
Juergen E. Fischer
68c015e8d5 postgres provider: catch if commit fails (fixes #12462) 2015-11-08 18:03:22 +00:00
Juergen E. Fischer
a181845ca7 postgres provider: skip IN when feature id list is empty (followup fe3417b5) 2015-11-08 18:03:22 +00:00
volaya
7e79398601 [processing] fixed adding raster layer to project
fixes #13791
2015-11-08 17:55:25 +01:00
volaya
86556c227b [Processing] corrected wrong change in config dialog 2015-11-08 16:31:45 +01:00
volaya
f0bbb88944 [Processing] fixed #13790 (issue saving config option) 2015-11-08 16:28:10 +01:00
Giovanni Manghi
0652955224 fix SAGA 2.2.* Inverse Distance Weighted 2015-11-08 14:25:47 +00:00
Jürgen Fischer
ac01d48452 Merge pull request #2428 from sebastic/gsl-2.0
Update dependencies for GSL 2.0.
2015-11-08 12:35:57 +00:00
Bas Couwenberg
d4e1c85d9f Update dependencies for GSL 2.0.
Starting with gsl (2.0+dfsg-1) the libgsl0-dev package has been renamed
to libgsl-dev, and libgsl0-dev is provided by libgsl-dev for transition
purposes.

libgsl-dev is likely to stop providing libgsl0-dev in the future. To
remain compatible with both GSL 1.x and 2.0 packaging libgsl-dev is now
the preferred (build) dependency, when it's not available libgsl0-dev will
be used instead.
2015-11-08 13:16:17 +01:00
Juergen E. Fischer
36672c47ab oracle provider: add/fix support for multiple geometry columns (fixes #13158) 2015-11-08 10:33:21 +00:00
Matthias Kuhn
9b192d4184 Merge pull request #2388 from sbrunner/node-tool-select-feature
Allow to select the feature on which the node tool works
2015-11-07 20:19:28 +00:00
Denis Rouzaud
9172767a79 Merge pull request #2427 from 3nids/findqt5lib
find libraries for Qt5
2015-11-07 18:43:49 +00:00
Stéphane Brunner
594e5a2bf6 Be able to refresh the attribute table 2015-11-07 18:06:16 +01:00
Denis Rouzaud
8030746674 find libraries for Qt5 2015-11-07 11:32:23 -05:00
Denis Rouzaud
71a6a3d6ba move coordinates line edit to a dedicated class
* originally in QgisApp
* keep funny stuff (dizzy, retro) in there
* paste coordinates with space separator (not only comma)
2015-11-07 10:37:10 -05:00
Radim Blazek
04f3216472 [GRASS] fixed new mapset region, fixes #13784 2015-11-07 14:26:42 +00:00
Alessandro Pasotti
061bdde28f Merge pull request #2426 from elpaso/bugfix-13747-bis
Added HiDPI support to QgsWebView
2015-11-07 13:58:03 +01:00
elpaso
dbd9b9bc33 Added HiDPI support to QgsWebView
The DPI value is get from QDesktopWidget and
the QWebView widget is zoomed if needed.

Fixes #13747
2015-11-07 12:29:10 +01:00
Hugo Mercier
f77d6cd0d0 Remove unused signal + style format 2015-11-07 12:10:17 +01:00
Stéphane Brunner
d73ef5b189 Highlight the selected feature 2015-11-07 11:53:13 +01:00
Nathan Woodrow
4cc6650d55 Forgot sip for composerTemplatePaths 2015-11-07 10:14:53 +10:00
Nathan Woodrow
49a16fc898 Add other composer templates loading paths 2015-11-07 09:37:39 +10:00
Sandro Santilli
65fb72a958 Properly set invalid topology layer as invalid
Fixes #13781 (crash)

(cherry-picked from 54cf972ac2334451e69d2171cc4f3e42da3880df)
2015-11-06 22:45:35 +01:00
Radim Blazek
80592e1aa1 fixed travis 2015-11-06 19:33:30 +00:00
Juergen E. Fischer
f99ccf0be1 show filename in layer name when importing multiple layers from a ogr datasource (implements #13756) 2015-11-06 18:18:52 +00:00
Radim Blazek
5f3954a3a8 [GRASS] enable to attache attributes to geom without cat, fixes #13739 2015-11-06 17:08:19 +00:00
rldhont
e4996d77cd [processing] allow output directly on Spatialite tables
like 11b5092140f5a966dbb2d85cb64face1e927ff90 but for Spatialite
2015-11-06 17:54:58 +01:00
volaya
9f3bd1d46d [processing] minor fix in parameter parsing in scripts 2015-11-06 14:02:38 +01:00
volaya
227af8ac8e [processing] brought back 'export model as python' functionality 2015-11-06 14:02:11 +01:00
volaya
b05fb0b5b0 [processing] better naming for output memory and postgis layers 2015-11-06 11:36:28 +01:00
volaya
11b5092140 [processing] allow output directly on PostGIS tables 2015-11-06 11:36:27 +01:00
volaya
22ace3df2e [processing] minor indentation fix 2015-11-06 11:36:26 +01:00
volaya
8d8fac46e7 [processing] do not format errors before sending to log 2015-11-06 11:36:25 +01:00
volaya
4692eb526b [processing] don't use temp folder for default output folder 2015-11-06 11:36:24 +01:00
volaya
54bdcefc11 [processing] hide SAGA folder option if built-in SAGA is available 2015-11-06 11:36:23 +01:00