Nyall Dawson
e5b87474d4
Test improvements
...
- Use standard test font, larger font size to minimize cross platform
rendering differences
- Create a local test report for debugging
2019-03-26 18:17:12 +10:00
Nyall Dawson
c282e95d1c
Fix segfault on exit
2019-03-26 18:17:12 +10:00
henrik
584290c507
Fixed turned of testss
2019-03-26 18:17:12 +10:00
henrik
5c38ba3941
Decoupled tests by removing shared self-variables.
2019-03-26 18:17:12 +10:00
henrik
4b90afdb9e
Spelling
2019-03-26 18:17:12 +10:00
henrik
cf63e00500
Added tests for PointDisplacementRenderer labels.
2019-03-26 18:17:12 +10:00
henrik
e8584c0cf4
Added tests for pointdisplacementlabels
2019-03-26 18:17:12 +10:00
henrik
99bb45edbd
Fixed indentation.
2019-03-26 18:17:12 +10:00
henrik
252b74f80a
Fixed indentation.
2019-03-26 18:17:12 +10:00
henrik
12b17b38c4
Changed QList to QVector for faster access.
2019-03-26 18:17:12 +10:00
Nyall Dawson
969fe29968
Update src/core/symbology/qgspointdisplacementrenderer.cpp
...
Co-Authored-By: HenrikSpa <henrik.spangmyr@midvatten.se>
2019-03-26 18:17:12 +10:00
Nyall Dawson
ce41dd3f0a
Update src/core/symbology/qgspointdisplacementrenderer.cpp
...
Co-Authored-By: HenrikSpa <henrik.spangmyr@midvatten.se>
2019-03-26 18:17:12 +10:00
henrik
f9f51cc831
Fixes labels for point displacement grid.
2019-03-26 18:17:12 +10:00
henrik
6fb06738ec
[FEATURE] [needs-docs] Point Displacement label distance factor
...
Adds label distance factor spinbox to Point Displacement symbology
window. Calculates label distance based on the current symbology
diagonal instead of a general maximum diagonal.
Replaces the hard coded distance "symbolDiagonal/2.0" with
"symbolDiagonal*mLabelDistanceFactor", where mLabelDistanceFactor is set
to the spinbox value.
It's an old feature request (Point displacement labels adjustable
offsets "https://issues.qgis.org/issues/5945 ").
2019-03-26 18:17:12 +10:00
Alessandro Pasotti
09fe865094
Merge pull request #9616 from elpaso/html-widget
...
HTML form widget
2019-03-26 08:04:50 +01:00
Matthias Kuhn
bfd28b2f9a
Merge pull request #9621 from daniviga/fix-rpm
...
[RPM] Fix a comment in %postun
2019-03-25 18:32:07 +01:00
Alessandro Pasotti
0aa326b9f9
Enable webview tools and fix some minor dox issues
2019-03-25 18:09:13 +01:00
Daniele Viganò
adf973cde3
[RPM] Fix stale code in %postun
2019-03-25 17:56:22 +01:00
Matthias Kuhn
f878ecc571
Merge pull request #9612 from sebastic/control-comma
...
Fix trailing comma in control files.
2019-03-25 13:16:48 +01:00
Alessandro Pasotti
1942507fe9
Merge pull request #9614 from elpaso/form-designer-allow-toggle-selection
...
Toggle selection button in form d&d designer
2019-03-25 12:41:59 +01:00
Alessandro Pasotti
4a43bba6f0
Merge pull request #9583 from roya0045/pr/9
...
Improved and semi automated bad layer handling
2019-03-25 12:24:02 +01:00
Blottiere Paul
daf53a1e08
Merge pull request #9611 from pblottiere/server_log_exceptions
...
[server] log exceptions
2019-03-25 11:00:25 +01:00
Blottiere Paul
250c62693a
Merge pull request #9560 from pblottiere/server_dxf_params
...
[server] Move parsing of DXF parameters in QgsWmsParameters...
2019-03-25 10:42:11 +01:00
Alessandro Pasotti
eb64810da5
Make slots private
2019-03-25 09:57:31 +01:00
Alessandro Pasotti
9b49f8d948
Hide selection toggle button when it's not required
2019-03-25 09:56:54 +01:00
Blottiere Paul
5704f70d94
Add getDxf test
2019-03-25 09:28:03 +01:00
Blottiere Paul
240f1fe7b6
Add cpp test for server modules
2019-03-25 09:28:03 +01:00
Blottiere Paul
aac6ecc3ba
Remove nonexistent parameter from doc
2019-03-25 09:28:03 +01:00
Blottiere Paul
216874158e
Fix doc
2019-03-25 09:28:03 +01:00
Blottiere Paul
95ed64e6cc
Fix spelling
2019-03-25 09:28:03 +01:00
Blottiere Paul
ad4e22ce96
Add FORMAT_OPTIONS parameter in map
2019-03-25 09:28:03 +01:00
Blottiere Paul
8d23d85c67
Add doc
2019-03-25 09:28:03 +01:00
Blottiere Paul
2bb7319e91
Removes unused function
2019-03-25 09:28:03 +01:00
Blottiere Paul
5c359a3ab2
Update getDxf service
2019-03-25 09:28:03 +01:00
Blottiere Paul
395360869b
Add DXF parameters in QgsWmsParameters
2019-03-25 09:28:03 +01:00
Matthias Kuhn
9327834322
Merge pull request #9294 from lbartoletti/bugfix_21390_pointZ_snapping
...
Fix Z snapping for point.
2019-03-25 07:31:01 +01:00
Juergen E. Fischer
e5f0522b36
update_ts.sh: add more context
2019-03-24 13:15:52 +01:00
Juergen E. Fischer
0c23e94a29
fix translation string
2019-03-23 20:53:31 +01:00
Alessandro Pasotti
90ea199e65
QGIS quick switch case from new HTML widget
2019-03-23 18:47:16 +01:00
Alessandro Pasotti
b06103f140
Added missing SIP files and headers
...
Also fixes context evaluation before html is updated
2019-03-23 17:24:02 +01:00
Alessandro Pasotti
b165258e6d
[feature][needs-docs] HTML form widget
...
Shameless clone of QML widget, with some webview quirks.
Funded by ARPA Piemonte
2019-03-23 16:41:16 +01:00
Juergen E. Fischer
2af3535216
[needsbackport] apply an alternative fix for #20826
...
Partly reverts c9e761649, which removed the synchronizatiion of
credential requests (eg. in a project that has multiple layers from the
same postgresql database without credentials) and led to multiple
concurrent requests for the same credentials.
Some of which were silently discarded, when events processed in the
dialogs exec() event loop tried to reinvoke the dialog and caused
invalid layers.
Authentications caused by network requests can still cause this.
The credential cache is now guarded by a separate mutex.
2019-03-23 16:08:25 +01:00
Alessandro Pasotti
d317cf4658
[feature][needs-docs] Toggle selection button in form d&d designer
...
Funded by ARPA Piemonte
2019-03-23 10:05:31 +01:00
Alessandro Pasotti
78b56785b0
Merge pull request #9613 from elpaso/form-designer-allow-multiple-selection
...
Allow multiple selection of d&d fields in form designer
2019-03-23 09:02:46 +01:00
Juergen E. Fischer
a19fc89e5f
osgeo4w: updates for grass 7.6.1
2019-03-23 02:08:30 +01:00
Denis Rouzaud
ac7f66f9f3
fix copy in Dockerfile
2019-03-22 13:03:55 -05:00
Alessandro Pasotti
dbe8b6c0a6
Allow multiple selection of d&d fields in form designer
2019-03-22 19:02:11 +01:00
Bas Couwenberg
f7bdded3a4
Fix trailing comma in control files.
2019-03-22 15:30:45 +01:00
Blottiere Paul
b0ef62ba51
Fixes compilation
2019-03-22 12:57:28 +00:00
Blottiere Paul
e57e85d557
Returns an 'Internal Server Error' exception
2019-03-22 12:37:33 +00:00