Matthias Kuhn
1da2474da2
Rename QgsEditFormConfig::expression to constraintExpression ( #3509 )
...
And QgsEditFormConfig::expressionDescription to constraintDescription.
Because only a verbose API is a good API.
2016-09-20 08:42:38 +02:00
Juergen E. Fischer
ce23238559
fix b91d93e
2016-09-20 01:11:26 +02:00
Juergen E. Fischer
b91d93e7c8
fix 62ea90c and globe plugin
2016-09-20 00:58:35 +02:00
Nyall Dawson
172c12bdc3
Fix build
...
(was using api from the mid 1970's... well.. a few weeks ago anyway)
2016-09-20 08:42:01 +10:00
Juergen E. Fischer
62ea90c59c
[FEATURE] dxf export: support reprojection
2016-09-19 21:44:43 +02:00
Mathieu Pellerin
9264be89e3
fix diagram crash ( fixes #15575 ) ( #3504 )
2016-09-19 15:13:18 +02:00
Alexander Bruy
347a8c90fa
Merge pull request #3503 from rldhont/processing_algs_qgis_intersection
...
[processing] bugfix: intersection QGIS algorithm
2016-09-19 12:57:31 +03:00
rldhont
3661bc39db
[Processing] bugfix: intersection QGIS algorithm
...
fixing this by testing int_com.
```
Traceback (most recent call last):
File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\core\GeoAlgorithm.py", line 203, in execute
self.processAlgorithm(progress)
File "C:/PROGRA~1/QGIS2~1.17/apps/qgis/./python/plugins\processing\algs\qgis\Intersection.py", line 100, in processAlgorithm
int_geom = QgsGeometry(int_com.difference(int_sym))
```
AttributeError: 'NoneType' object has no attribute 'difference'
2016-09-19 10:29:03 +02:00
Nyall Dawson
f5ffbbf801
Fix server error when no log file set
2016-09-19 12:40:17 +10:00
Nyall Dawson
e4f44722a1
Server access control test masks (Qt5)
2016-09-19 10:20:25 +10:00
Nyall Dawson
e7f8e0e04f
Update test masks (ubuntu 16.04 qt5)
2016-09-19 09:45:16 +10:00
Juergen E. Fischer
5c5fd1f130
fix warnings on windows
...
(cherry picked from commit bf0087832fe6059b7a886dea6d10b24ae2fc7be8)
2016-09-17 23:19:36 +02:00
Juergen E. Fischer
f61c993e13
show command line help as message box on windows
...
(cherry picked from commit bd23bf1a2368fa68fe692d451f61bfe3095619bd)
2016-09-17 23:19:34 +02:00
Nyall Dawson
59583e97de
Fix constant background CPU usage
2016-09-17 13:31:53 +10:00
Nyall Dawson
5e9619249e
Merge pull request #3489 from nyalldawson/preset_color_ramp
...
[FEATURE] "Preset colors" color ramp
2016-09-17 08:33:13 +10:00
Juergen E. Fischer
1ad2a3efb2
fix mIconClose.svg
...
(cherry picked from commit 546ae28d7ca74e97543bf732a9a37c5bf88277e2)
2016-09-16 22:15:11 +02:00
Juergen E. Fischer
4358db6b5c
fix typo
...
(cherry picked from commit 9ae12c811d7d8bcb1cba93f1ff14f46e747e3039)
2016-09-16 22:15:11 +02:00
Sandro Santilli
91052d5496
Use nullSymbol for label-only layers in topology viewer
2016-09-16 13:41:23 +02:00
Nyall Dawson
7f9cc87f85
Merge pull request #3494 from nyalldawson/deprecated
...
Remove remaining deprecated methods
2016-09-16 21:02:25 +10:00
Martin Dobias
a9105b7e7a
Remove QgsMapLayer::draw() method from API (replaced by createMapRenderer()) ( #3501 )
2016-09-16 18:32:36 +08:00
Martin Dobias
2e1abdab64
Added {q} for XYZ tile layers to support Bing maps
2016-09-16 17:59:49 +08:00
Alexander Bruy
75269d66b9
[processing] allow all field types as unique ID field in Mean coords alg
2016-09-16 12:43:08 +03:00
Alexander Bruy
8bf95fea5e
[processing] refactor ogr buffer algorithm
2016-09-16 12:03:45 +03:00
Matthias Kuhn
448961b35d
Disable flaky PyQgsWFSProviderGUI test
2016-09-16 08:53:59 +02:00
Marco Bernasocchi
359063f545
Add qgis.PyQt.Qt compat files ( #3491 )
...
* added PyQt.Qt
* fix matthias comments
2016-09-16 08:09:47 +02:00
Matthias Kuhn
c74d0085e6
Merge pull request #3492 from ahuarte47/Issue_RemoveStrlenWarnings
...
Remove strlen warnings on windows/vstudio
2016-09-16 08:08:44 +02:00
Nyall Dawson
1b0efa3f20
Merge pull request #3497 from chau-intl/patch-1
...
Small correction of documenation in qgspointlocator.h
2016-09-16 08:50:48 +10:00
Nyall Dawson
8746932193
Merge pull request #3467 from pvalsecc/arrays
...
[FEATURE] Add support for array attributes
2016-09-16 06:13:34 +10:00
Alexander Bruy
6f6979ab0b
[processing] remove obsolete methods
2016-09-15 19:50:51 +03:00
Alexander Bruy
11f8aa2319
[processing] fix search by alg name ( fix #15562 )
2016-09-15 19:50:51 +03:00
Nyall Dawson
2a8333ef6b
Catch exceptions in transform() expression function
2016-09-15 23:45:32 +10:00
Nyall Dawson
a1e62a8324
Disable checkboard temporary image for xyz layers
2016-09-15 23:45:32 +10:00
Casper
da6848d4be
Update qgspointlocator.h
...
A very small but important change to the comments/API documentation. The nearestEdge method does not return multiple edges but only one edge.
2016-09-15 15:37:23 +02:00
Matthias Kuhn
5e765c962f
Merge pull request #3495 from bstroebl/documentProcessing
...
Document processing
2016-09-15 13:34:24 +02:00
Bernhard Ströbl
4fc29de41c
[processing] Fix typos
2016-09-15 13:34:13 +02:00
Bernhard Ströbl
631d262490
[processing] Update description for dissolve
2016-09-15 13:33:15 +02:00
Matthias Kuhn
ab6d796e08
Improve selected features offline editing performance
2016-09-15 12:51:20 +02:00
rldhont
30b6e7e615
GdalTools: In widgetBatchBase runItem method, refreshArgs is not a SIGNAL
...
The commit 9db908ccbc2257d466c0593738944a08cea8a8bc GdalTools: new style signals generates a regression
In the widgetBatchBase runItem method, refreshArgs is not a SIGNAL
2016-09-15 11:52:17 +02:00
Matthias Kuhn
59a3bc2ca7
[feature] Add flag to only copy selected features
...
This extends the offline editing possibilities to only work on subset of
large layers
Sponsored by DB Fahrwegdienste GmbH
2016-09-15 11:19:58 +02:00
Nyall Dawson
2a9e5206e9
Remove deprecated QgsAttributeEditor
2016-09-15 18:50:39 +10:00
Nyall Dawson
fe65063c2b
Remove many deprecated methods
2016-09-15 18:34:15 +10:00
Alexander Bruy
d393734bd3
[processing] correct error message ( fix #15511 )
2016-09-15 11:11:51 +03:00
Alvaro Huarte
d1103e59cd
Remove strlen warnings in windows/vstudio
2016-09-15 09:46:35 +02:00
Juergen E. Fischer
c23e96d3a6
fix windows build
2016-09-14 23:19:07 +02:00
Juergen E. Fischer
3f3e206a73
fix windows build (tests & bindings)
...
(cherry picked from commit 0c1792a55dd880b2f3f2acf7b5ef89e8fbd5412d)
2016-09-14 23:13:14 +02:00
Nyall Dawson
ccd9cc8a15
Undeprecate provider CreateAttributeIndex capability
...
This capability is still used in QGIS and has value for
plugins
2016-09-15 06:16:37 +10:00
Nyall Dawson
5c1151ccb6
Merge pull request #3487 from nyalldawson/truncate
...
Make sure files are truncated before writing
2016-09-15 05:59:45 +10:00
Nyall Dawson
de7475ae72
Merge pull request #3486 from nyalldawson/symbol
...
Symbology QGIS 3.0 todos
2016-09-15 05:59:28 +10:00
Nyall Dawson
aac7e9aa39
Merge pull request #3485 from nyalldawson/composer_dep
...
Remove deprecated methods from composer
2016-09-15 05:59:17 +10:00
Etienne Trimaille
da8fc02287
replace exp10 by pow on mac ( #3490 )
2016-09-15 00:33:19 +08:00