matteo
9b22d99707
typos
2018-05-04 11:00:09 +10:00
matteo
b2c0dd96ae
[processing] resurrecting some parameters in Modeler
2018-05-04 11:00:09 +10:00
matteo
177f2c8aea
[processing] resurrecting some parameters in Modeler
2018-05-04 11:00:09 +10:00
matteo
2e67885c3a
[processing] resurrecting some parameters in Modeler
2018-05-04 11:00:09 +10:00
Matthias Kuhn
3217442071
Merge pull request #6866 from m-kuhn/syslocale
...
Consistent locale usage for number representation
2018-05-03 17:36:55 +02:00
Matthias Kuhn
dea03b2bef
Merge pull request #6925 from PeterPetrik/use_literal
...
use literal in qgsmeshlayer.cpp
2018-05-03 16:40:00 +02:00
Matthias Kuhn
6de0e4b301
Adjust tests
2018-05-03 16:14:07 +02:00
Matthias Kuhn
b086160a71
Use default (not system) locale
2018-05-03 16:14:00 +02:00
Matthias Kuhn
1b4fa888d1
Explicitly refer to translation and not locale on override
...
We only change the user interface translation and do not touch the locale for other things like number representation.
2018-05-03 14:31:49 +02:00
Matthias Kuhn
88f36cd952
Use system locale for number representation
2018-05-03 14:30:39 +02:00
Peter Petrik
96173d7c31
use literal
2018-05-03 13:43:37 +02:00
Matthias Kuhn
b0d550628b
Merge pull request #6908 from DelazJ/DBManagerTranslator
...
Trying to make more translatable strings in DB Manager
2018-05-03 12:53:30 +02:00
Matthias Kuhn
ddd12e2bf2
Merge pull request #6895 from gacarrillor/avoid_unnecessary_confirmation_dialogs
...
[processing] Refactor Fields algorithm: avoid unnecessary confirmation dialogs
2018-05-03 12:47:44 +02:00
Peter Petrik
12183e98db
Fix reading/writing of mesh layer to a qgis project ( fixes #18801 ) (PR #6869 )
...
* fix guard header
* [bugfix] Fix reading/writing of mesh layer to a qgis project #18801
* fix copy-paste error
* fix copy-paste error
* extract decode source to derived classes
* remove raster providers from vector decode source
* reset testdata to master
2018-05-03 12:10:54 +02:00
Nyall Dawson
5c9366605a
Add missing SIP_DEPRECATED
2018-05-03 16:34:46 +10:00
Nyall Dawson
1e7d479321
Fix outdated example code, convert to python
...
(because c++ devs are l33t and don't need examples...)
2018-05-03 16:33:26 +10:00
gacarrillor
f07cd2f5b9
[processing] Add comment to make it clear why we need to close the dialog here
2018-05-02 23:46:42 -05:00
nirvn
fdaa57a273
[FEATURE][processing] Zonal histogram algorithm
2018-05-03 11:36:16 +07:00
Nyall Dawson
429374ecd1
Code cleanup
2018-05-03 11:50:04 +10:00
Nyall Dawson
6749c8dde4
Fix double delete in QgsMeasureTool
...
The rubber bands are owned by the canvas - so we shouldn't
be deleting them here.
2018-05-03 11:50:04 +10:00
Nyall Dawson
70aad93a61
[processing][gdal] Fix translate ignores nodata values of 0
...
And add more unit tests to translate alg
2018-05-03 11:23:51 +10:00
C
d99155f3f0
Added missing r.fill.stats processing description file.
2018-05-03 09:59:23 +10:00
rldhont
956d669304
Merge pull request #6867 from pblottiere/bugfix_nobbox
...
[server] CRS position in GetCapabilities document
2018-05-02 22:22:36 +02:00
arnaud.morvan@camptocamp.com
f019bc0699
[server] Avoid %2B to be interpreted as space in querystring
...
If '+' is replaced by ' ' after percent decoding, '%2B' is interpreted as ' '.
Fix this by replacing '+' by '%20' before percent decoding.
2018-05-02 22:21:39 +02:00
arnaud.morvan@camptocamp.com
8553e809d4
Fix BBOX CRS in WFS GetFeature
2018-05-02 22:16:23 +02:00
Nyall Dawson
9809f9394b
[memory] Fix provider cannot handle fields with complex characters in name
...
Fixes #18885
2018-05-03 05:49:07 +10:00
Nyall Dawson
f4d38d4f09
Properly discard edit commands when calling QgsVectorLayer::destroyEditCommand()
...
Since it's not directly possible to pop the last command off
an QUndoStack (the command which is destroyed/discard by calling
this method), we add a dummy obsolete command to force this to occur.
Pushing the new command deletes the destroyed one, and since the new
command is obsolete it's automatically deleted by the undo stack.
2018-05-03 05:48:51 +10:00
Matthias Kuhn
0a269aa6e6
Merge pull request #6864 from ghtmtt/fix_saga
...
[processing] fix broken SAGA algorithms
2018-05-02 16:47:03 +02:00
Matthias Kuhn
7b3308dc4a
Improved debug output on test fail
2018-05-02 16:11:08 +02:00
matteo
b3ed0f2ea2
change column name for travis
2018-05-02 14:58:15 +02:00
Matthias Kuhn
5f0f8062bc
Compare case insensitive
2018-05-02 14:17:59 +02:00
Matthias Kuhn
0bf7c767ff
Merge pull request #6911 from DelazJ/DiagramDD
...
[ui] Reorganize rendering tab of Diagram properties
2018-05-02 12:13:44 +02:00
Matthias Kuhn
d9bdedf6d5
testing.checkLayersEqual, assert field names
2018-05-02 11:44:14 +02:00
Stéphane Brunner
cbf70a4da2
Merge pull request #6909 from pvalsecc/fix_crssync
...
Fix crssync crash during build
2018-05-02 10:48:03 +02:00
Nyall Dawson
8f9a378d76
Seriously, I thought I told ya ta shuddup already, right?
2018-05-02 08:47:16 +10:00
Harrissou Sant-anna
f68750c664
[ui] Reorganize rendering tab of Diagram properties
...
Also remove the data-defined collapsible groups and align items in the dialog
2018-05-01 21:48:59 +02:00
Nyall Dawson
c63260e109
[afs] Fix group layers are incorrectly shown in browser
...
These layers cannot be opened so should be skipped
Fixes #18886
2018-05-02 04:56:31 +10:00
Nyall Dawson
313970de79
[processing][saga] Remove redundant spaces from description files
2018-05-02 04:55:59 +10:00
Nyall Dawson
c2f224b446
[processing][saga] Fix "channel network and drainage basins" alg
...
Fixes #18870
2018-05-02 04:55:59 +10:00
Nyall Dawson
c68262da7f
[processing] Correctly set default value for matrix parameters
...
Fixes #18871
2018-05-02 04:55:41 +10:00
Nyall Dawson
b63733ed96
[layouts] Fix handling of layout name when dropping qpt file to app
...
- Fix entered name is ignored and replaced by stored name
- Default to name stored in qpt as initial name for layout
Fixes #18790
2018-05-02 04:55:21 +10:00
Nyall Dawson
386495bc76
[processing] Also warn on non-matching point and extent CRS
...
if algorithm cannot handle automatic reprojection
2018-05-02 04:55:01 +10:00
Nyall Dawson
c32611b2c4
[processing] Remove unused code
2018-05-02 04:55:01 +10:00
Nyall Dawson
36432191ee
[processing][gdal] Clip Vector By Mask Layer requires both
...
layers to have the same CRS
2018-05-02 04:55:01 +10:00
Nyall Dawson
2233bd44f9
Fix stats dock handling when refresh is clicked lots of times quickly
2018-05-02 04:54:37 +10:00
Nyall Dawson
8961ac447e
Prevent tasks from spamming progress reports
...
Doing so grinds the QGIS to a halt, yet often progress
reports are being sent every feature (which results
in thousands of 0.00001 progress increment reports
for large layers!!)
2018-05-02 04:54:37 +10:00
Nyall Dawson
350200dffc
Fix crash when unloading multiple layers from a project
...
The stats dock was holding onto a dangling pointer whenever
the statistics gathering task was canceled. This meant that
the next time the stats dock tried to start a calculation,
it would try to cancel the dangling task pointer and crash.
2018-05-02 04:54:37 +10:00
Patrick Valsecchi
d6b1f4946f
Fix crssync crash during build
...
On my machine, crssync dies with a core dump during the build of QGIS.
Infinite loop because there is no color defined in the scheme it loads.
2018-05-01 16:55:19 +02:00
Harrissou Sant-anna
e2da696ab6
Make translatable some GUI texts
...
fix #17957
2018-05-01 16:09:22 +02:00
Harrissou Sant-anna
394aaba060
Trying to make Providers labels translatable
...
in DB Manager tree
2018-05-01 16:07:41 +02:00