Nyall Dawson
5300f69c24
Fix doxygen warning
2017-10-26 09:11:42 +10:00
Nyall Dawson
332215c85f
Safer GDAL delete and close of datasets, which doesn't leak
...
and works on Windows
See
d024910490 (commitcomment-25194282)
2017-10-26 08:37:06 +10:00
Nyall Dawson
8eb919e5cd
Explicitly close gdal dataset handles as early as possible
2017-10-26 08:23:04 +10:00
Nyall Dawson
052688cb86
Fix crash when creating new rasters
2017-10-26 08:12:12 +10:00
Nyall Dawson
63e6cda6f3
Fix build, tests
2017-10-26 08:12:11 +10:00
Nyall Dawson
7455c2f912
More gdal scoped pointer types
2017-10-26 08:12:11 +10:00
Nyall Dawson
317228a006
Fix build
2017-10-26 08:12:11 +10:00
Nyall Dawson
4f4681aeb6
Implement scoped pointers for gdal handled objects
2017-10-26 08:12:11 +10:00
Nyall Dawson
a89dfde91b
Remember whether project file exists and don't continually recheck
...
Because that's slow for network paths. Instead only check once,
and add a menu option to refresh and force re-check
2017-10-26 07:13:55 +11:00
Nyall Dawson
05e97b38bd
[FEATURE] Add right click menu option to "open directory" to welcome page entries
...
Allows easy opening of the folder containing a project from the welcome page,
e.g. to check if a newer version of the project is in the same folder.
2017-10-26 07:13:55 +11:00
Borys Jurgiel
1c8803c5e1
[Plugin manager][needs-docs] follow up 87d087bbfdb0
2017-10-25 20:38:13 +02:00
Matthias Kuhn
6297d19b70
Merge pull request #5452 from mach0/master
...
[ts] adding kyrgyz translators
2017-10-25 16:19:15 +02:00
Werner Macho
1eac450d54
[ts] adding kyrgyz translators
2017-10-25 15:51:59 +02:00
Matthias Kuhn
7dbae64cc7
Remove unrequired call to repaint map
...
The addFeature() call before returns immeditely, so there isn't even
something around to justify a repaint.
2017-10-25 13:46:40 +02:00
Matthias Kuhn
dbd2cc95f2
Merge pull request #5441 from m-kuhn/spinner
...
[feature] Spinner icon on QgsFilterLineEdit
2017-10-25 13:35:42 +02:00
Nyall Dawson
c728a35c4b
Fix progress bar for file downloader alg
2017-10-25 20:23:16 +10:00
Nyall Dawson
e24333ae19
Don't report the same download progress twice, report progress for unknown download sizes
2017-10-25 20:23:16 +10:00
Nyall Dawson
016a8a2974
Don't throw exception when file downloader alg is canceled
2017-10-25 20:23:16 +10:00
Nyall Dawson
c24436865c
Add some more tags to file downloader alg
2017-10-25 20:23:16 +10:00
Matthias Kuhn
8f8e806b73
Merge pull request #5444 from m-kuhn/shhhht
...
Shhhht
2017-10-25 08:54:22 +02:00
Matthias Kuhn
435fab1169
Remove unrequired include
2017-10-25 01:18:00 +02:00
Matthias Kuhn
4567e80867
Private classes should not be exported
2017-10-25 01:12:14 +02:00
Matthias Kuhn
cfd3913685
Warning debug output when doing dangerous things
2017-10-25 01:06:24 +02:00
Matthias Kuhn
1b6088cd49
Less noisy debug output
2017-10-25 01:06:18 +02:00
Matthias Kuhn
1fc2c3a5ce
sipify does not like copydoc
2017-10-25 00:47:07 +02:00
Matthias Kuhn
2940be1997
Show spinner in locator widget
2017-10-25 00:45:54 +02:00
Matthias Kuhn
e9d6e38796
Add a spinner icon to QgsFilterLineEdit
2017-10-25 00:45:54 +02:00
Nyall Dawson
ceb31fa45b
Fix qt warnings on task manager test
2017-10-25 08:30:22 +10:00
Etienne Trimaille
386eef2e6c
new string concatenation algorithm in processing
2017-10-25 08:17:59 +11:00
Etienne Trimaille
89a31e5086
reorder alphabetically imports for native algorithms
2017-10-25 08:17:59 +11:00
Matthias Kuhn
86b28ff39e
Speed up spatialite provider
...
No need to iterate over all the features in the datasource only to find
out that there is no feature which is not in an empty list of feature
ids.
2017-10-24 20:59:44 +02:00
Borys Jurgiel
269f751e71
Merge branch 'master' of github.com:qgis/QGIS
2017-10-24 20:18:42 +02:00
Alessandro Pasotti
821be45c4f
Merge pull request #5429 from boundlessgeo/BD-2239-clear-access-cache
...
[auth][needs-docs][feature] Clear access cache
2017-10-24 17:04:17 +02:00
Alexander Bruy
d34c09b3fe
Merge pull request #5427 from alexbruy/processing-distance
...
[processing] keep column names in standard distance matrix (fix #17150 )
2017-10-24 17:17:10 +03:00
Alexander Bruy
04a8418a32
add tests for distance matrix algorithm
2017-10-24 15:27:23 +03:00
Alexander Bruy
c64f03d0a4
[processing] keep column names in standard distance matrix ( fix #17150 )
2017-10-24 15:27:22 +03:00
Matthias Kuhn
5261a9a5df
Disable spell check in prepare-commit.sh
...
The spell check slows down the pre-commit hook a lot. Spell checking
will still be done on travis.
2017-10-24 11:15:27 +02:00
mhugent
628a60be27
Merge pull request #5396 from mhugent/server_wms_print_layers
...
Server wms print layers
2017-10-24 11:02:06 +02:00
Borys Jurgiel
1c1ecf4cf5
Merge branch 'master' of github.com:qgis/QGIS
2017-10-24 09:37:24 +02:00
Sandro Mani
bb21395e3d
Make QgsVScrollArea inherit QgsScrollArea
2017-10-24 09:35:28 +02:00
Alessandro Pasotti
ceab42e4b9
[auth] Tooltip minor rewording
2017-10-24 09:10:59 +02:00
Alessandro Pasotti
f11c6ddc1f
[auth] translate menu actions
2017-10-24 09:00:21 +02:00
Alessandro Pasotti
7a070acf47
[auth] Added recommended and tooltip
2017-10-24 08:59:53 +02:00
Harrissou Sant-anna
cff3569ca1
Typo fixes
2017-10-24 16:43:08 +11:00
lbartoletti
9388717843
[needs-docs][feature] New button for empty the composer table ( #5407 )
...
Adds a button to empty a composer table. Useful when you have a table
with a lot of columns and you want only a few.
Also change table from SingleSelection to MultiSelection and allow to
delete selected rows and move selections up and down.
2017-10-24 16:41:04 +11:00
Nyall Dawson
8514fa3675
Fix build warning
...
In related news, Travis is no longer failing builds which
throw new warnings
2017-10-24 11:41:18 +10:00
Borys Jurgiel
87d087bbfd
[Plugin manager] Add a label for built-in plugins explaining they aren't uninstallable.
2017-10-23 23:47:33 +02:00
Sandro Mani
ea0e09b322
Merge pull request #5410 from manisandro/geomchecker
...
[FEATURE][Geometry checker] Support checking multiple layers at once, add new checks
2017-10-23 23:32:45 +02:00
Nyall Dawson
46a6f25d6f
Merge pull request #5418 from nyalldawson/from_polyline
...
Rename QgsGeometry::fromPolyline as QgsGeometry::fromPolylineXY
2017-10-24 08:21:30 +11:00
Etienne Trimaille
2f44de0e4f
[FEATURE] Download a file in Processing
2017-10-24 08:12:49 +11:00