Alessandro Pasotti
f29c9c9965
[tests] Add XYX slippy map to test QGIS server
...
Plus: multi-threading server side (for speed)
This is useful for testing various authentication
shemes on a slippy-map server (that uses multi-threading
in QGIS desktop)
2017-11-09 12:23:03 +01:00
Alessandro Pasotti
3fc4be3f10
[auth] Remove unused accessor to mutex
2017-11-09 09:02:54 +01:00
Matthias Kuhn
be5a0c9a01
Merge pull request #5556 from m-kuhn/crashOnHighlight
...
No need to crash when a user wants a highlight
2017-11-08 15:25:23 +01:00
Mathieu Pellerin
17c7e2fbca
[3D] Fix missing Z support for point layers ( #5560 )
2017-11-08 21:04:58 +07:00
Matthias Kuhn
fd937c3a86
Increase outline width
2017-11-08 14:37:17 +01:00
Matthias Kuhn
42c9d158cf
[test] Fix canvas size and background garbage
2017-11-08 14:37:16 +01:00
Matthias Kuhn
593bff2cf7
Add control images to highlight check
2017-11-08 14:37:16 +01:00
Matthias Kuhn
05868c21fb
Add smoke test for QgsHighlight
2017-11-08 14:37:16 +01:00
Matthias Kuhn
dc7ec1e1ca
No need to crash when a user wants a highlight
...
Fix #17413
2017-11-08 14:37:16 +01:00
David
ccd142fef6
Correct order of column headers in relationmanager
...
The column headers of "Referenced Field" and "Referenced Layer" were switched with respect to their content. Changed to the correct order in GUI now.
Fix #17409
2017-11-08 13:42:53 +01:00
Alessandro Pasotti
6b9b513ea5
[bugfix] Fixes QgsFileDownloader abort on error
...
Abort reply on error.
Fixes #171410
Requires backport
2017-11-08 13:33:27 +01:00
Alessandro Pasotti
f06ea878b8
Add a test case for unwriteable folders in file downloader
...
Attempt to verify bug 17410 Identify tool->download in a not authorised folder block qgis
The test passes, so let's push it in, I'll continue
to investigate if there is an issue in the GUI logic.
2017-11-08 13:01:46 +01:00
Alessandro Pasotti
e781ad2e3e
Merge pull request #5558 from elpaso/project_use_rw_context
...
[bugfix] Project use rw context
2017-11-08 12:26:45 +01:00
Alessandro Pasotti
d11ea073c7
Removed Q_UNUSED
2017-11-08 12:25:59 +01:00
Borys Jurgiel
845310091d
Fix histogram refreshig
2017-11-08 10:28:16 +01:00
Blottiere Paul
1119dc89ac
Merge pull request #5551 from pblottiere/reenable_wms_server_tests
...
[travis] Re-enable WMS tests for server
2017-11-08 09:24:52 +00:00
Blottiere Paul
24f38aba12
Update some images/masks
2017-11-08 08:44:37 +00:00
Blottiere Paul
ab2603e5cd
Re enable WMS server tests
2017-11-08 08:44:37 +00:00
Alessandro Pasotti
1fdfecfc26
Removed unused code
2017-11-08 08:08:52 +01:00
Juergen E. Fischer
940c4ed5c5
followup a1024905b
2017-11-07 22:49:37 +01:00
Borys Jurgiel
61a155cf78
Merge pull request #5547 from borysiasty/stickytabs2
...
Make some QgsOptionsDialogBase's slots virtual
2017-11-07 22:21:04 +01:00
Borys Jurgiel
4677026c3e
Merge pull request #5532 from borysiasty/nopreloading
...
[Plugin manager] [needs-doc] Don't preload all plugins for a test
2017-11-07 22:19:57 +01:00
Juergen E. Fischer
cb8fc6860d
about translators: grey background, centered flags, replace flag for german
2017-11-07 21:44:55 +01:00
Juergen E. Fischer
a1024905bf
fix windows warnings
2017-11-07 21:44:54 +01:00
Juergen E. Fischer
27dbb48679
fix override warning
2017-11-07 21:44:54 +01:00
Alessandro Pasotti
df8bda2ffb
Typo
2017-11-07 19:48:45 +01:00
Tom Elwertowski
96a81a95a1
macOS needs to include spatialindex before geos.
...
If both are on separate paths and geos is first, case-insensitive macOS will include (geos) spatialIndex.h instead of SpatialIndex.h
2017-11-07 19:15:41 +01:00
Alessandro Pasotti
6046e8d1f7
Test for relative/absolute paths in projects
2017-11-07 18:19:18 +01:00
Alessandro Pasotti
7aa24f6906
[bugfix] Pass QgsReadWriteContext into project XML r/w
...
Or we miss the path resolver and we do not read/write
relative paths correctly
Fixes #17116
2017-11-07 18:17:48 +01:00
Matthias Kuhn
8aa8c30bbf
Merge pull request #5555 from m-kuhn/fixRepresentValue
...
Fix represent value
2017-11-07 16:13:00 +01:00
Matthias Kuhn
80ea446d0e
Make text translatable
2017-11-07 15:47:43 +01:00
Matthias Kuhn
77246136fe
Add test
2017-11-07 15:47:43 +01:00
Matthias Kuhn
5595f40fc6
Fix single parameter version of represent_value
...
Fix #17407
2017-11-07 15:47:42 +01:00
Matthias Kuhn
07cef67ead
Fix freeze when joining with table open
...
Fix #16495
2017-11-07 15:03:12 +01:00
Matthias Kuhn
e5187b2946
Respect default values in N:M relations
2017-11-07 14:53:51 +01:00
Matthias Kuhn
2eddb03a83
Merge pull request #5476 from tudorbarascu/move_feature
...
Move Feature tooltip that guides the user towards Node Tool if s(h)e wants snapping
2017-11-07 13:29:37 +01:00
Tudor Bărăscu
98f7508781
better wording
2017-11-07 13:46:51 +02:00
Alessandro Pasotti
a22e565dc2
Merge pull request #5552 from elpaso/vector_layer_safe_cast
...
[bugfix] Prevent a bad crash when provider is wrong
2017-11-07 11:56:24 +01:00
Alessandro Pasotti
2523d7351c
[bugfix] Prevent a bad crash when provider is wrong
...
Fixes #17155
2017-11-07 09:26:01 +01:00
Alessandro Pasotti
bb36fa7f48
[bugfix] Use QgsApplication.authManager()
...
instead of the old singleton
2017-11-07 08:57:27 +01:00
Alessandro Pasotti
7c9cd491bd
Merge pull request #5546 from elpaso/auth_migrate
...
[auth][bugfix] Auth DB migrate
2017-11-07 08:25:58 +01:00
Nyall Dawson
c000cb86ca
Merge pull request #5434 from nyalldawson/layout_next2
...
[layouts] Port item type from composer
2017-11-07 13:22:16 +10:00
Nyall Dawson
e9e7740db9
Merge pull request #5544 from nyalldawson/proc_api
...
[processing] Improve api handling for provider format support
2017-11-07 12:55:19 +10:00
Nyall Dawson
bf75747f18
[processing] Use user-set default file formats if supported by
...
provider, otherwise fall back to a format which IS supported
by that provider
2017-11-07 12:25:55 +10:00
Nyall Dawson
36b58a8cdd
Fix duplicated return
2017-11-07 11:53:34 +10:00
Nyall Dawson
90d6a2d089
Update for changes in API
2017-11-07 11:51:36 +10:00
Nyall Dawson
c6d939f1ec
Fix more tests
2017-11-07 11:32:39 +10:00
Nyall Dawson
476b1deced
Fix doxygen warning
2017-11-07 11:32:39 +10:00
Nyall Dawson
69aacde19c
Fix failing tests
2017-11-07 11:32:39 +10:00
Nyall Dawson
ce0ac40a30
Add missing docs
2017-11-07 11:32:39 +10:00