rldhont
fd6e132081
[Server] Layer restorer: log read/write error message
2019-10-25 10:03:05 +02:00
Nyall Dawson
b58dd6745f
[labeling] Fix broken numeric formatting settings, add tests
...
Fixes #32393
2019-10-25 14:13:43 +10:00
Alessandro Pasotti
4856304d69
Fix unreported crash with "fill ring" tool
...
unitialized smart ptr
2019-10-25 04:44:27 +10:00
rldhont
780e899dcf
[Server][Test] WMS: evaluate the labeling restoration after SLD application
...
QGIS Server has to restore all the style. This test is not done to evaluate the SLD application but the style restoration and specifically the labeling.
2019-10-24 17:59:48 +02:00
rldhont
a190215a39
[Bugfix][Server] WMS: Use QGIS Style instead of SLD to restore layer style
2019-10-24 17:59:48 +02:00
Blottiere Paul
8b0e21219d
Merge pull request #32352 from pblottiere/fix_schema_location
...
Server: fix schemaLocation in WMS GetCapabilities document
2019-10-24 09:34:42 +02:00
Alessandro Pasotti
1d6a2dedd9
Merge pull request #32370 from elpaso/bugfix-gh32362-dd-browser-multi-geom
...
Fix browser DD on GPKG/PG with multi geom
2019-10-24 09:17:04 +02:00
Alessandro Pasotti
51d95c619c
Merge pull request #32361 from elpaso/bugfix-gh32354-wms-casesensitive-request
...
Server WMS fix case sensistive REQUEST
2019-10-24 09:16:02 +02:00
Alessandro Pasotti
c32caf8ab7
Server WMS fix case sensistive REQUEST
...
Fixes #32354
2019-10-23 18:14:12 +02:00
Alessandro Pasotti
2d5027b1ae
Fix browser DD on GPKG/PG with multi geom
...
Fixes #32362
2019-10-23 18:02:45 +02:00
Alessandro Pasotti
4d72fc4181
Merge pull request #32336 from elpaso/bugfix-gh32257-pg-source-select-multiline-comments
...
PG source select dlg: show multiline comments in tooltips
2019-10-23 17:57:43 +02:00
Alessandro Pasotti
312ac93b58
PG source select: remove initial newlines from table comments
2019-10-23 15:06:58 +02:00
Blottiere Paul
188cbcb8fe
Fixes more tests
2019-10-23 13:14:22 +02:00
sklencar
3119209334
[quick] Fixes to photo widget ( #32175 )
...
* [QgsQuick]
Added a back button to photopanel
* Split camera output and preview.
Visible only one of them at the same time
* Fix of mixing features external resource value
If a feature's value has been changed, it affects also another feature
* [QgsQuick] Reverted back photo panel opacity
The value is set to default value, keep it for adjustment anyway
* Udpated icon
Used material design
removed circular background
* Resized back icon
* Refactoring
Renamed cancel event to more descriptive name (PhotoPanel)
Removed clearing of preview image source on visibleChanged - live view and preview are now exclusivly visible, preview is not stuck anymore (PhotoPanel)
Delete redundant funtion call in onComplete function external resource widget
2019-10-23 12:51:04 +02:00
Blottiere Paul
08847dc33f
Update unit tests data
2019-10-23 12:33:12 +02:00
Blottiere Paul
5564e807ec
Fixes schemaLocation in WMS GetCapabilities. Fixes #32085
2019-10-23 11:39:26 +02:00
Alessandro Pasotti
e3d7f0dc44
Merge pull request #32351 from elpaso/bugfix-gh32347--getcap-crash-more
...
Server: fix more pointer errors when plugins are off
2019-10-23 11:22:43 +02:00
Alessandro Pasotti
4462509f52
Server: fix more pointer errors when plugins are off
...
Fixes #32347
2019-10-23 10:08:36 +02:00
Alessandro Pasotti
13ad9d66be
Merge pull request #32345 from elpaso/bugfix-gh32338-getcap-crash
...
Server fix getCapabilities crash when plugins are off
2019-10-22 20:55:57 +02:00
Alessandro Pasotti
7034adb6dd
Server fix getCapabilities crash when plugins are off
...
Fixes #32338
2019-10-22 18:20:05 +02:00
Alessandro Pasotti
5ec15b8ea2
Code layout
2019-10-22 16:55:31 +02:00
Alessandro Pasotti
112a1cd9ca
PG source select maintain newline in tooltips
2019-10-22 13:23:16 +02:00
Alessandro Pasotti
9f54bda17e
PG source select word wrap table comments
2019-10-22 13:20:10 +02:00
Alessandro Pasotti
23f1ca66f9
PG source select align table comment top
2019-10-22 13:16:45 +02:00
Alessandro Pasotti
6d322c5783
PG source select: do not add tooltip if table comment is empty
2019-10-22 09:56:27 +02:00
Alessandro Pasotti
520a8796f2
PG source select dlg: show multiline comments in tooltips
...
Fixes #32257
2019-10-22 09:50:18 +02:00
rldhont
0bbce8bcb2
[Server] WFS Service: force Geometry to Multi in GML to be compliant with XML schema provided by DescribeFeatureType
2019-10-21 14:12:38 +02:00
Juergen E. Fischer
672399f6c6
debian packaging: suggest otb-qgis
2019-10-21 13:35:44 +02:00
Juergen E. Fischer
6d389215ab
fix build (followup 8ef8efa7fb7)
2019-10-19 12:34:32 +02:00
Denis Rouzaud
8ef8efa7fb
include nlohmann/json_fwd.hpp in core source headers ( #32294 )
...
the file was manually added later to the installted headers, but not on mac
it is not possible to install a file in a Headers subfolder within a framework if the original header is not in the same cmake current directory
installing a header in a subdirectory is achieved by setting the MACOSX_PACKAGE_LOCATION property of the source file
but setting a property can only be achieved if it is in the same cmake directory (from the docs: Source file properties are visible only to targets added in the same directory [0])
[0] https://cmake.org/cmake/help/latest/command/set_source_files_properties.html
2019-10-18 09:08:12 +02:00
nirvn
5cedb485ca
Add test
2019-10-18 12:53:21 +07:00
nirvn
2736080f34
Fix assert with negative QVector size in transformBoundingBox
...
This fixes #32302 by insuring that the multilication of nXPoints and nYPoints
doesn't result in overflown (and threfore negative) int value
2019-10-18 12:53:21 +07:00
Julien Cabieces
e4da0ac8c9
Revert "Merge pull request #31374 from troopa81/parallelize_snap_caching"
...
This reverts commit 87b1aa9a5d6efb279693aea68dc2dcb5b51b3e86
2019-10-18 14:50:33 +10:00
Alessandro Pasotti
29209096dc
Merge pull request #32274 from elpaso/bugfix-server-wfs3-extent-and-name
...
Server WFS3 update to latest (final) core specs
2019-10-17 19:04:33 +02:00
Alessandro Pasotti
6fed2fafd7
Fix bbox multiple array and add two more tests
2019-10-17 10:22:59 +02:00
Alessandro Pasotti
d7ac0bcbdd
Server WFS3 update to latest (final) core specs
...
- extent -> spatial -> array of bboxes
- collections name -> id
2019-10-17 10:20:36 +02:00
Denis Rouzaud
2829f6ba35
[docker] fix cache and enable timeouts for Docker images (on cron jobs) ( #32264 )
...
This allows faster builds of the Docker images on cron jobs by fixing the caching on Travis (it has a distinct cache than the standard testing builds)
To get the cache, it has to be stored on some point in a docker image. To avoid image size increase, a second build is done with removing the cache and build information and using squash builds (currently an experimental feature of Docker).
2019-10-17 09:50:05 +02:00
Alessandro Pasotti
064b413b80
Merge pull request #32205 from sbrunner/fix-core-dump-master
...
[Server] Fix crach on WFS Insert
2019-10-17 09:30:07 +02:00
Alessandro Pasotti
cc8c2b6fe4
Server WFS3 fix rel=service_desc -> rel=service-desc
...
Fixes #32268
2019-10-17 04:01:09 +10:00
SrNetoChan
07076fd070
Better icon for No CRS indicator
2019-10-17 03:58:24 +10:00
Denis Rouzaud
2406837650
replace deprecated in by deprecated since ( #32260 )
2019-10-15 15:56:54 +02:00
Denis Rouzaud
6a797d6736
commenting noisy warnings ( #32238 )
...
* commenting noisy warnings
These are annoying and prevent from correctly testing QGIS nightlies.
Will be reverted when #32176 is merged
2019-10-15 15:31:40 +02:00
Denis Rouzaud
6297da3d11
Merge pull request #32258 from 3nids/pyqgis_deprecated
...
[sipify] correctly output deprecation
2019-10-15 14:43:05 +02:00
Denis Rouzaud
758d7cff4a
run sipify to update deprecation annotations
2019-10-15 13:17:38 +02:00
Denis Rouzaud
c5e36dbf73
[sipify] correctly output deprecation
2019-10-15 13:17:15 +02:00
Richard Duivenvoorde
5f24a0b214
Change help answer to what is actually shown in the preview
2019-10-14 09:35:22 +10:00
SrNetoChan
0eff3733c4
Adds better Layer panel indicator for noCRS
2019-10-14 07:46:30 +10:00
Even Rouault
9dc367a2ae
Merge pull request #32226 from rouault/wfs_fix_filter_expression
...
[WFS provider] Do not forward FilterExpression to spatialite cache if the expression needs a geometry
2019-10-13 23:26:51 +02:00
rldhont
424e5001d8
[Server] WFS Service: force Geometry to Multi in GML to be compliant with XML schema provided by DescribeFeatureType
2019-10-13 22:35:59 +02:00
Sandro Santilli
fa82f8690c
Fix typo
2019-10-13 11:33:02 +02:00