40911 Commits

Author SHA1 Message Date
Nyall Dawson
ab21f3e26b Small cleanups to rasterise alg 2017-08-11 04:33:18 +10:00
Nyall Dawson
7d7c06cd85 Implement widget wrapper for QgsProcessingParameterMapLayer 2017-08-11 04:33:18 +10:00
Nyall Dawson
e0fbe3409a Use ellipsis for isolated strings in plugins too 2017-08-11 04:33:18 +10:00
nirvn
dc58c1ad15 [processing] fix non-normal blending composition for the rasterzie alg 2017-08-10 15:39:55 +02:00
Juergen E. Fischer
6186c0f0ff fix windows build (extern "C" can returns pointers, but not C++ containers) 2017-08-10 14:00:53 +02:00
Mario Baranzini
65092d1e9c Update CONTRIBUTORS
Added myself and Marco Bernasocchi to the contributors list.
2017-08-10 13:05:16 +02:00
Matthias Kuhn
349c19752a
[travis] Only build outside ctest on master 2017-08-10 10:27:30 +02:00
Juergen E. Fischer
e6c7421c08 refine spellcheck progress output 2017-08-10 10:16:17 +02:00
Juergen E. Fischer
7e90202413 more msvc warning fixes (followup 03e0298f4) 2017-08-10 10:16:10 +02:00
Matthias Kuhn
eba3065f16 Start preview jobs slower (250ms interval) 2017-08-10 09:38:36 +02:00
Matthias Kuhn
a4597c5db5 Fix map canvas preview
Followup 8e200767e
2017-08-10 09:38:36 +02:00
Matthias Kuhn
ba5f114e34
[travis] change to build folder before building 2017-08-10 09:31:51 +02:00
Matthias Kuhn
bad0ac81ec
[travis] Build outside ctest 2017-08-10 09:15:48 +02:00
Matthias Kuhn
323883fcb1 Less verbose application exit output 2017-08-10 08:03:50 +02:00
Matthias Kuhn
abf768141b More verbose python testing output 2017-08-10 08:03:50 +02:00
Juergen E. Fischer
03e0298f49 msvc warning fixes:
* use AUTORCC to avoid locked qrc_images.cpp during build of gui tests
* bump minimum version of cmake to 3.0.0 for AUTORCC
* suppress some warnings in sip bindings
* suppress unreachable warnings and some more
* split sip files in more parts to suppress warning BK4504
* also remove old WITH_INTERNAL_YAML from travis
2017-08-10 00:09:14 +02:00
Jorge Gustavo Rocha
925ba2ce5f Replace old QSettings with QgsSettings 2017-08-09 23:42:28 +02:00
Alessandro Pasotti
d9a2492fc2 Merge pull request #4953 from boundlessgeo/gpkg-enhancements
Expose GeoPackage to the browser tree
2017-08-09 22:46:24 +02:00
Alessandro Pasotti
92da308466 Delete gpkg connections 2017-08-09 22:21:55 +02:00
Jorge Gustavo Rocha
c9de9b22f9 Fix links to current documentation 2017-08-09 22:18:00 +02:00
Jorge Gustavo Rocha
32624bbc36 SIP bindings 2017-08-09 19:56:58 +02:00
Andreas Neumann
267286ee61 Correct an error in array_slice function description
There was a copy/paste error in the "name"
2017-08-09 16:34:20 +02:00
Alessandro Pasotti
bc921b4a56 Updated file header for geopackage data items
also added "db" to multiple layers extensions
2017-08-09 09:32:11 +02:00
Jorge Gustavo Rocha
3a103b7c62 Refactoring of all help calls, deprecating QgsContextHelp and the former helviewer 2017-08-09 09:27:29 +02:00
Alessandro Pasotti
2752510937 Removed PNG version of GPKG icon 2017-08-09 09:04:52 +02:00
Alessandro Pasotti
7704901e23 Added mGeoPackage svg icon 2017-08-09 09:01:51 +02:00
Alessandro Pasotti
2741be0c0c Added file path to debug msg output on errors 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
bcb48f2bdc Fixes two issues with the browser refresh
1. endless loop when a sqlite-based layer is opened, and
   wal+shm files are created. This triggers a loop because
   the directoryChanged signal is emitted again and again ...
   This was the real blocker.

2. when a new files appears in a directory
   the directoryChanged is emitted and OGR/GDAL may fail
   to open the file because the file copy was not yet
   finished.

This commit fixes 1 but the fix for 2 is only a best effort using
a 100 ms timer: I could not find a definitive solution to this issue,
a file could be legitimately opened in streaming mode and it will
always triggers an error, there is apparently no way to get
the QFileSystemWatcher emit a signal when new files are closed
flusehd and not when they are just created.
2017-08-09 08:59:17 +02:00
Alessandro Pasotti
a2d4e822a2 Changed geopackage icon to svg 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
e14e6482d7 Remove initial : from the sublayers name in the browser tree 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
9430a90610 Added raster support to browser geopackage data items 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
030b234c1b Initial support for extension-based scan on multiple layers 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
e19c60beae Small typo 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
399aba8bb4 Added a comment to this fertility line :) 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
2b401459b8 Typo 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
471b44724b Fix sublayers disappear when refreshing GDAL layers 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
1c3fadebbb Sip update for qgsproject 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
f96513d7fe Fixes raster sublayer not apperaring in the browser tree 2017-08-09 08:59:17 +02:00
Alessandro Pasotti
64201f1b9b Move the default CRS for new layers function to QgsProject
The reason is that it needs to access to project's crs
and it's not only needed by app but also by the providers
(will be)
2017-08-09 08:59:17 +02:00
Alessandro Pasotti
61504e7073 Expose GeoPackage to the browser tree 2017-08-09 08:59:17 +02:00
Matthias Kuhn
a12346cca4 Merge pull request #4998 from marioba/rasterize_provider
[FEATURE] Added processing algorithm to convert map to raster
2017-08-08 22:24:24 +02:00
Mario Baranzini
d9f71deb30 Remove osgeo.gdal.UseExceptions() 2017-08-08 21:49:05 +02:00
Mario Baranzini
f792661c1c Refactoring of rasterize algorithm 2017-08-08 20:59:58 +02:00
Mario Baranzini
baede356bb Refactoring 2017-08-08 17:16:17 +02:00
Mario Baranzini
bbfdcf3615 Fix header comment 2017-08-08 09:45:59 +02:00
Mario Baranzini
0533cfd708 Refactoring and added better comments 2017-08-08 09:45:59 +02:00
Mario Baranzini
525aeaba1a Added processing algorithm to convert map to raster 2017-08-08 09:45:59 +02:00
Nyall Dawson
425aa30fe9 Fix valgrind jump on uninitialised values warnings 2017-08-08 16:41:42 +10:00
Nyall Dawson
34e6a6126c Fix crash when editing feature after opening a form with relation reference widget
Also fixes a leak/performance issue - the attribute table model
for the relation reference widget is not parented to the widget,
so it is never cleaned up when the widget is deleted.

(forward port from f976e8b6)
2017-08-08 16:40:02 +10:00
Juergen E. Fischer
47ab1a74ae fix typos 2017-08-08 01:47:27 +02:00