Juergen E. Fischer
1c7dbc7463
fix build
2017-10-07 09:05:52 +02:00
Marco Bernasocchi
1c63522819
Added QgsFields::names method to get a list of all the names of fields
2017-10-06 22:52:26 +02:00
Denis Rouzaud
5dce8edb95
fix and bring back scroll area into custom widgets
2017-10-06 13:59:32 +02:00
Nyall Dawson
2d484db737
Fix doxygen warning
...
See http://doxygen.10944.n7.nabble.com/How-can-I-escape-in-a-comment-td5528.html
2017-10-06 17:47:53 +10:00
Mario Baranzini
5b050428da
Fix QgsDockWidget custom widget
2017-10-06 09:20:43 +02:00
Nyall Dawson
8deed6c497
Merge pull request #5300 from nyalldawson/formatting
...
Doxygen Formatting
2017-10-06 17:17:41 +10:00
Nyall Dawson
58d7176979
Fix build warnings
2017-10-06 11:33:05 +10:00
Nyall Dawson
04a9cd9211
Add more consistency to doxygen formatting
2017-10-06 08:19:00 +10:00
Nyall Dawson
78c0c28468
Fix doxygen warnings
2017-10-06 07:55:52 +10:00
Nyall Dawson
49b426d951
Make doxygen_space script convert multiline //! comments
...
Because:
- the /** format is much more prevalent throughout QGIS
- sipify works correctly with /**
2017-10-06 07:55:52 +10:00
Nyall Dawson
d9952b6317
Initialize pointers to nullptr in headers
2017-10-06 07:55:51 +10:00
Alessandro Pasotti
dcc672520c
Merge pull request #5281 from boundlessgeo/auth_use_settings_widget
...
[auth][needs-docs] Provider connection dialogs use the new auth settings widget
2017-10-05 17:33:56 +02:00
Sandro Mani
2f44d52ee5
Merge pull request #5298 from manisandro/ogr_tin_triangle
...
[Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry types by mapping them to Polygon and MultiPolygon respectively
2017-10-05 11:29:02 +02:00
Sandro Mani
a725dae950
Merge pull request #5288 from manisandro/defer_repack_v2
...
[OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit update modes
2017-10-05 11:27:53 +02:00
Alessandro Pasotti
7528207333
[auth] Sipify
2017-10-05 08:50:06 +02:00
Alessandro Pasotti
75e0948f44
[auth] More verbose docstrings
2017-10-05 08:12:59 +02:00
nirvn
1e60213a84
[layout] improve the select / move item tool icon
2017-10-05 11:03:01 +07:00
nirvn
979571f17e
[layout] update align action icons
2017-10-05 11:03:01 +07:00
Sandro Mani
de126a1452
Also handle QgsWkbTypes::Triangle in QgsSymbol::renderFeature
2017-10-04 22:22:38 +02:00
Sandro Mani
ab82c63bbe
Fix QgisApp::askUserForOGRSublayers expecting 4 fields per sublayer, but since 51abef4d there can be up to 5
2017-10-04 22:15:52 +02:00
Sandro Mani
abaeb9e9c1
[Feature][OGR] Support Triangle, TIN and PolyhedralSurface geometry types by mapping them to Triangle and MultiPolygon respectively
2017-10-04 22:15:43 +02:00
Sandro Mani
e38eec12a5
Remove debug leftover
2017-10-04 22:11:34 +02:00
Sandro Mani
4d51b3d9e9
Fix QgsTriangle::fromWkb possibly not setting ring geometry
2017-10-04 22:11:34 +02:00
Sandro Mani
e151f20ee1
Also handle triangles in QgsGeometryFactory::geomFromWkbType
2017-10-04 22:11:34 +02:00
Larry Shaffer
3852e5db98
[auth] Update wording of auth settings widget; add formatted warnings
2017-10-04 13:58:50 -06:00
Matthias Kuhn
ab9e2fcb68
Fix multiline docstring
2017-10-04 14:50:42 +02:00
Harrissou Sant-anna
d1a9d3f1cf
Remove the unneeded close button on select by expression ( #5273 )
...
fixes #17207
2017-10-04 14:46:20 +02:00
Matthias Kuhn
7428516d20
Less executable files in codebase
2017-10-04 14:38:27 +02:00
Larry Shaffer
74e9242d44
[auth] Update embedded QgsAuthSettingsWidget spacing
...
- Minimize all text-wrapped QLabel text in QgsAuthSettingsWidget
(wrapped text defaulted to 3 lines of spacing, even if not used)
- Remove default 'Basic' text
- Hide Basic QLabel if there is no text
- Add 'Optional' placholder text for Password of Basic
- Fix non-expanded Name and URL fields for newhttpconnectionbase.ui
- Smaller minimum size for QgsAuthConfigSelect
- Minimize 'Convert to configuration' button width
2017-10-04 04:41:01 -06:00
Sandro Mani
7eb247525b
[OGR] Don't call repack after OGR_L_SyncToDisk if compiled against gdal-2.2.0+
...
OGR_L_SyncToDisk internally does a repack with gdal-2.2.0 onwards
2017-10-04 12:17:20 +02:00
Sandro Mani
4e2e3608f0
[OGR] Pass AUTO_REPACK=OFF when opening datasets for non-implicit update modes
2017-10-04 12:17:20 +02:00
Matthias Kuhn
1cdbbf4d7f
Private classes should not be exported
2017-10-04 12:16:26 +02:00
Matthias Kuhn
4d1fea0b04
CMakeLists.txt does not need to be executable
2017-10-04 12:16:25 +02:00
Matthias Kuhn
70dc92c4f2
conversions.sip does not need to be executable
2017-10-04 12:16:25 +02:00
rldhont
3e45f997a6
Merge pull request #4912 from dmarteau/svg-marker-size
...
[FEATURE][needs-docs] Svg marker size: change aspect ratio
2017-10-04 12:02:32 +02:00
Matthias Kuhn
c764d9c177
Merge pull request #5256 from qgis/docker2
...
[travis] Use docker to run test
2017-10-04 11:11:52 +02:00
Harrissou Sant-anna
1ed95f4855
Fix Select tools switch settings
2017-10-04 17:06:37 +10:00
Nyall Dawson
83fdc5d3cb
Fix windows build
2017-10-04 09:46:03 +10:00
Nyall Dawson
38fd985390
Fix build warning
2017-10-04 09:40:18 +10:00
Nyall Dawson
4f34f9442c
Added better version info to QgsRectangle::buffered
2017-10-04 09:05:21 +10:00
Martin Dobias
7874d4b6d6
Merge pull request #5183 from wonder-sk/cad-utils
...
Refactor CAD editing alignment logic to new QgsCadUtils class
2017-10-04 00:04:03 +02:00
Alessandro Pasotti
9256d00606
Merge pull request #5289 from boundlessgeo/bugfix_16427
...
[bugfix] Do not cache invalid WM(T)S responses
2017-10-03 17:58:35 +02:00
Matthias Kuhn
159486515b
Add sanitized landsat2.nc
...
@rouault
> [landsat2.nc.zip](https://github.com/qgis/QGIS/files/1352514/landsat2.nc.zip )
> "gdal_translate -of NETCDF landsat.tif landsat2.nc" will not work as expected
> since the driver doesn't support creating subdatasets. I have used ncdump +
> manual changing of _FillValue to 0 + ncgen to recreate it. Hopefully it
> should work (untested) Result attached
2017-10-03 17:36:40 +02:00
Matthias Kuhn
52449f915d
Ignore missing logfile
2017-10-03 17:36:39 +02:00
Matthias Kuhn
6d683230de
Disable unstable tests
...
Parts of the following tests behave unstable because of enironment changes
(distro upgrade, running in docker, ...) or dependency updates.
- qgis_rastersublayertest (Failed)
- PyQgsShapefileProvider (Failed)
- PyQgsWFSProvider (Failed)
They are unlikely to be introduced by the new continuous integration
environment.
Therefore, the affected parts have been disabled. Help by knowledgeable
developers to make the tests more stable or fix real underlying issues.
2017-10-03 17:36:39 +02:00
Martin Dobias
0bffe1c1d6
Added forgotten SIP file
2017-10-03 17:01:54 +02:00
Martin Dobias
5172a339ca
Finished unit tests
2017-10-03 17:01:54 +02:00
Martin Dobias
878dfddd3b
Refactor CAD editing alignment logic to new QgsCadUtils class
2017-10-03 17:01:54 +02:00
Alessandro Pasotti
afecc21012
[:)] Make a developer happy
2017-10-03 16:34:50 +02:00
Alessandro Pasotti
d102404b5e
[bugfix] Do not cache invalid WM(T)S responses
...
The problem here was that in case of http->https redirect
from a misconfigured server (that advertizes http and then
redirects all request to https) all http redirect requests
were cached, making all subsequent requests to the same
url hit the 301 Moved Permanently reponse page intead of
the redirected content.
Fixes #16427 WMTS rendering problems in 2.18 and Master
2017-10-03 15:20:43 +02:00