34648 Commits

Author SHA1 Message Date
Matthias Kuhn
8069154aad [Feature] Allow configuring link/unlink feature buttons on relation editor widget 2016-09-21 21:16:28 +02:00
rldhont
1a159efecb [Server] GetStyles: no more needs to add units in SLD
After @aaime works on SLD, no more needs to add units in SLD send by GetStyles
2016-09-21 18:06:55 +02:00
volaya
e4e5cda685 Merge pull request #3514 from volaya/grass_icon_fix
[processing] fixed grass icon loading
2016-09-21 13:29:35 +02:00
volaya
2fda177c0e [processing] fied issue with grass icons slowing down toolbox
fixes #15550
2016-09-21 13:26:40 +02:00
Tom Kralidis
26b61a2d7c Merge pull request #3515 from rcoup/patch-1
MetaSearch: Update LINZ Data Service default URL
2016-09-21 06:43:45 -04:00
Denis Rouzaud
6653e77996 Qt 5.2 has QComboBox::currentData() 2016-09-21 10:54:47 +02:00
Even Rouault
0542aacdc7 Merge pull request #3499 from pvalsecc/spatialite_arrays
Add support for arrays in the spatialite provider
2016-09-21 09:35:15 +02:00
Matthias Kuhn
9a10047b3c Update Qt docs link to version 5 2016-09-21 08:55:21 +02:00
Matthias Kuhn
1de71c12d6 Chained filters for relation reference search widget
Fix #15589
2016-09-21 08:43:04 +02:00
Nyall Dawson
f62a0bfbd6 Fix invalid QString arg warning 2016-09-21 16:10:51 +10:00
Nyall Dawson
2a2bf2cbe4 Remove icon with bad sRGB profile (causing Qt warnings) 2016-09-21 15:36:42 +10:00
Nyall Dawson
769cb76cf8 Fix Qt warning following removal of deprecated class 2016-09-21 13:37:52 +10:00
Nyall Dawson
b45a6b4229 [FEATURE] Enable tabbed floating docks for Qt >= 5.6 2016-09-21 13:37:48 +10:00
Nyall Dawson
75512e9322 Fix QCA configuration on Qt5 2016-09-21 10:59:37 +10:00
Mathieu Pellerin
e863c6fa65 [snapping] fix default advanced mode values for added layers (#3513) 2016-09-21 08:56:42 +08:00
Nyall Dawson
cbff8f42a5 Merge pull request #3510 from nyalldawson/qt5_tests
Require python 3 and qt5
2016-09-21 09:47:42 +10:00
Sandro Mani
ee57c1fc43 [ArcGIS REST] Port to Qt5 2016-09-21 09:12:54 +10:00
Nyall Dawson
83ad380bd6 Switch QT4_* macros to QT5 2016-09-21 09:12:54 +10:00
Nyall Dawson
fdaa6321cc Drop minimum Qt version to 5.2 2016-09-21 09:12:54 +10:00
Nyall Dawson
ac4f662899 Move deprecated QgsHttpTransaction to server 2016-09-21 09:12:54 +10:00
Nyall Dawson
3c4f46dc79 Remove more code disabled under Qt5
Add todo note for QgsHttpTransaction and disable under docs and
sip bindings
2016-09-21 09:12:54 +10:00
Nyall Dawson
0666fdb113 Disable ArcGIS providers (require porting to qt5) 2016-09-21 09:12:54 +10:00
Nyall Dawson
88e4410af1 Require Qt >= 5.5 2016-09-21 09:12:54 +10:00
Nyall Dawson
361dd2e8cc Remove qt4 tests from Travis 2016-09-21 09:12:54 +10:00
Nyall Dawson
9d1bf5bf12 Update qt5 test blacklist 2016-09-21 09:12:54 +10:00
Nyall Dawson
774f5085a3 Fix crash in TestQgsNetworkContentFetcher under qt5 2016-09-21 09:12:54 +10:00
Nyall Dawson
4ad5038b5d Some server test python3 updates 2016-09-21 09:12:54 +10:00
Nyall Dawson
05885faa46 Fix crash on QgsServer exit
QgsApplication must be gracefully exited under Qt5 or a segfault
occurs due to the auth manager not releasing database connections

Also fix crash in QgsServerAccessControl test by explicitly
deleting the server instance to trigger this shutdown
2016-09-21 09:12:54 +10:00
Nyall Dawson
d49b656055 Permantly convert python tests to python 3 2016-09-21 09:12:54 +10:00
Nyall Dawson
03923ebb75 Merge pull request #3500 from pvalsecc/array_exprs
Add expression functions for arrays and maps
2016-09-21 06:54:13 +10:00
Patrick Valsecchi
758bc72337 Build the list of builtin functions automatically
The old way was error prone, not thread safe and cumbersome.
2016-09-20 18:20:18 +02:00
Matthias Kuhn
49e76a81cf Less debug noise 2016-09-20 16:07:40 +02:00
Matthias Kuhn
6f513d1cf8 Hide proper column in attribute table
Fix #15458
2016-09-20 16:07:38 +02:00
Robert Coup
db0b787e4e MetaSearch: Update LINZ Data Service default URL
The existing CSW URL is still supported for backwards compatibility, but `/services/csw/` is the preferred path going forward. They're backed by the same code and results will be identical.

Current url is shown at eg. https://data.linz.govt.nz/layer/767-nz-topo50-maps/webservices/
2016-09-20 13:00:48 +01:00
Patrick Valsecchi
f622c5bf2c Add expression functions for arrays and maps 2016-09-20 13:22:55 +02:00
Patrick Valsecchi
6260f9dea5 Add support for arrays in the spatialite provider
New versions of GDAL/OGR (since trunk@35289) convert list types (StringList,
IntegerList, Integer64List and RealList) to a JSON string when it stores a
Spatialite table. It sets the column type as JSONSTRINGLIST, JSONINTEGERLIST,
JSONINTEGER64LIST or JSONREALLIST.
2016-09-20 13:18:32 +02:00
Matthias Kuhn
359d5e16b3 Disable flaky WFST server test 2016-09-20 13:12:37 +02:00
Matthias Kuhn
9ad4d39cf1 Fix sorting of expressions in relation reference widget
Fix #15451
2016-09-20 12:17:49 +02:00
Mathieu Pellerin
cd1d44be9d [db manager] python3 support (#3512) 2016-09-20 09:34:36 +02:00
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