30772 Commits

Author SHA1 Message Date
rldhont
e276f170c7 [Feature][QGIS Server] Add WMS INSPIRE Capabilities
In the project properties the user can:
* activate INSPIRE capabilities
* select language of the service, 24 EU official languages + 5 regionals
* choose the scenario for service metadata and specify them

The WMS 1.3.0 capabilities reflects the INSPIRE configuration.
2016-01-11 21:12:09 +01:00
Martin Dobias
3883a2e5fc [tracer] added docs and sip files 2016-01-11 20:57:28 +01:00
Martin Dobias
726fcfc304 [tracer] simpler and lazier updates of tracer configuration when something changes 2016-01-11 20:01:19 +01:00
Martin Dobias
e7d277fd86 [tracer] improved reporting of warnings 2016-01-11 19:40:58 +01:00
Alexander Bruy
bb5f0ffeae Merge pull request #2650 from mhugo/processing_vlayer
[processing] new algorithm: Execute SQL with virtual layer
2016-01-11 20:21:41 +02:00
Martin Dobias
2c414ce058 [tracer] Disable tracing if there are too many features displayed
This ensures that building of tracing graph never takes too long.
(The most expensive part is noding of linestrings to ensure they
only touch at the ends)
2016-01-11 18:27:00 +01:00
Hugo Mercier
9472c98686 [processing] add a new algorithm to execute SQL thanks to the virtual provider 2016-01-11 18:04:35 +01:00
Hugo Mercier
83a24a3794 [processing] add more possible data providers for input vector layers 2016-01-11 17:15:01 +01:00
Martin Dobias
3e4839344c [tracer] Make tracer follow layers configuration from snapping utils 2016-01-11 16:45:42 +01:00
radosuav
fe71a3f5e1 [Processing] Fix behaviour of closeEvent in AlgorithmDialogBase
Otherwise finished signal is not emitted when dialog closes
2016-01-11 16:38:10 +01:00
Martin Dobias
33ea60d741 [tracer] Fix reprojection, limit tracing graph to visible extent 2016-01-11 15:55:56 +01:00
Marco Hugentobler
fb996ae7fa Show message in message bar if feture has no geometry / empty geometry 2016-01-11 15:15:23 +01:00
Hugo Mercier
1c44122e29 Style fix (snake case to camel case) 2016-01-11 14:21:53 +01:00
Hugo Mercier
1d7b281611 Add qgis functions to db manager and creation ui 2016-01-11 14:11:14 +01:00
Hugo Mercier
61173c2077 Allow to call qgis expression functions in virtual layers 2016-01-11 14:11:08 +01:00
Hugo Mercier
80fe7e22ab Sqlite module cleanup 2016-01-11 14:11:00 +01:00
Alexander Bruy
716664e749 [processing] try to fix HiDPI issue with Help tab 2016-01-11 14:15:03 +02:00
Hugo Mercier
70f26b66be Merge pull request #2647 from mhugo/vlayer_gui
Virtual layers GUI integration
2016-01-11 12:17:50 +01:00
volaya
be5d657c27 [processing] use simple QLabel widgets for toolbox tips 2016-01-11 09:39:09 +01:00
volaya
473e3ea9c5 [processing] removed unused constant 2016-01-11 09:39:08 +01:00
Denis Rouzaud
c20ac6f979 Merge pull request #2658 from SebDieBln/FixWarningQLayout
[Bugfix] Avoid a warning when opening QgsScaleVisibilityDialog
2016-01-11 08:33:38 +01:00
Nyall Dawson
2ac5fabee9 Another attempt to avoid doxygen errors on Precise nightly builds 2016-01-11 16:07:26 +11:00
Sebastian Dietrich
cbb426b5f2 construct the QLayout for the child widget with the correct parent
This avoids a warning from qt about the widget already having a QLayout.
2016-01-11 00:21:41 +01:00
volaya
e7e845158a [processing] removed unused code 2016-01-10 23:29:38 +01:00
Nyall Dawson
e3f8abed6f Merge pull request #2657 from SebDieBln/AddToContributors
Added myself to the lists of contributors
2016-01-11 07:26:47 +11:00
Martin Dobias
bf8571dde5 [tracer] Skip duplicate points in the path (to avoid geometry errors) 2016-01-10 20:32:01 +01:00
Martin Dobias
70c5fe5553 [tracer] Fix issues with rubber bands 2016-01-10 20:25:32 +01:00
Martin Dobias
bbe359867a [tracer] Integration of tracing into GUI
Checking the new 'enable tracing' button will switch capture tools
to tracing mode. Tracing can be turned on/off even while digitizing
is in progress
2016-01-10 18:47:42 +01:00
Juergen E. Fischer
312de68331 spelling fixes 2016-01-10 17:30:17 +01:00
Sebastian Dietrich
b30d3396eb Added the author (Sebastian Dietrich) to the lists of contributors. 2016-01-10 14:03:04 +01:00
Nyall Dawson
19a47fec29 Test mask update 2016-01-10 18:48:37 +11:00
Nyall Dawson
bc89bdb170 Fix coverity issues:
- possible use after free
- uninitialized member
2016-01-10 17:36:07 +11:00
Nyall Dawson
17793c35fd Try to fix doxygen errors/warnings on Debian nightlies 2016-01-10 15:25:49 +11:00
Nyall Dawson
651ca519b1 Fix constructor test for Sip binding coverage 2016-01-10 07:58:05 +11:00
Nyall Dawson
3496f08a8d Update test mask image 2016-01-10 07:37:23 +11:00
Médéric RIBREUX
89a1ad5ede Fix indentation problem (as usual) 2016-01-09 18:01:27 +01:00
Radim Blazek
689be029d4 missing sip 2016-01-09 16:33:56 +01:00
Médéric RIBREUX
85b87d5d5c Non variable output version. Adds:
* v.net.arcs for v.net 'arcs' operation.
* v.net.articulation for v.net.brdige 'articulation' method.
* v.net.connect for v.net 'connect' operation.
* v.net.nodes for v.net 'nodes' operation.
* v.net.nreport for v.net 'nreport' operation.
* v.net.report for v.net 'report operation.
* Some code simplification.
2016-01-09 16:31:36 +01:00
Radim Blazek
39072959ff [GRASS] new mapset utm zone, fixes #6766 2016-01-09 14:17:05 +01:00
Radim Blazek
e9198e5fc4 [GRASS] fixed region editing (partially reverted 7fc6b07) 2016-01-09 12:59:55 +01:00
Radim Blazek
24d279a8ce statusChanged signal moved to raster provider 2016-01-09 12:33:46 +01:00
Radim Blazek
001dce00a5 [GRASS] slot fix, fixes #13816 2016-01-09 12:33:46 +01:00
Nyall Dawson
8d105ff8f9 Merge pull request #2649 from SebDieBln/StyleManager_ImportGroupName
[StyleManager] Respect entered groupname when importing symbols (fixes #14048)
2016-01-09 20:37:41 +11:00
Nyall Dawson
f3d1f8b8dc Merge pull request #2655 from SebDieBln/FixButtonLockLayerColors
[SymbolSelector] Display correct icons when button LockLayerColors is active (fixes #14051)
2016-01-09 20:27:18 +11:00
Radim Blazek
8fc9994e25 missing spatialite include dir 2016-01-09 10:17:24 +01:00
Nyall Dawson
a54c8b162e Merge pull request #2653 from SebDieBln/MemoryLayerNoGeometry
[FEATURE] allow geometryless memory layers
2016-01-09 11:33:47 +11:00
Sebastian Dietrich
6ef2f5ddb8 extended the test for memory layers
The test now includes all geometry types including NoGeometry.
2016-01-08 23:47:18 +01:00
Sebastian Dietrich
397795839c allow geometryless memory layers 2016-01-08 23:45:19 +01:00
Juergen E. Fischer
4e1cf3c081 add missing copyright headers 2016-01-08 21:32:11 +01:00
Juergen E. Fischer
bd6169e1ce spelling fixes 2016-01-08 20:38:43 +01:00