39072 Commits

Author SHA1 Message Date
Alessandro Pasotti
b2dea8e058 [addlayerbutton] Initial implementation 2017-06-02 16:57:45 +02:00
Alessandro Pasotti
c9e6f15ca1 Merge pull request #4659 from boundlessgeo/browser-to-gui
Move QgsBrowserDockWidget from app to gui
2017-06-02 15:39:24 +02:00
Alessandro Pasotti
d62d444ea7 Moved support classes into own private header 2017-06-02 14:51:02 +02:00
Alessandro Pasotti
7082649778 Added docs and SIP bindings for QgsBrowserDockWidget 2017-06-02 14:51:02 +02:00
Alessandro Pasotti
f250b1911a Move QgsBrowserDockWidget from app to gui 2017-06-02 14:51:02 +02:00
Denis Rouzaud
2d78ef80a9 handle PyName for enums 2017-06-02 13:27:15 +02:00
Denis Rouzaud
98f653e6a5 sipify core raster part 2 2017-06-02 13:27:15 +02:00
Nyall Dawson
d357bc5a36 Correctly handle when either min or max map layer scale visibility
is set to 0

0 is intrepreted as "no limit"
2017-06-02 18:58:10 +10:00
Radim Blazek
eec595b9d4 removed unused block in postgres provider 2017-06-02 10:36:33 +02:00
Alexander Bruy
74984b2525 [processing] always look for SAGA LTR first (fix #16648) 2017-06-02 10:08:22 +03:00
Alexander Bruy
19cfa83e4e [processing] fix description for GRASS 7 v.drape algorithm (fix #16175) 2017-06-02 09:21:53 +03:00
Juergen E. Fischer
11786603b2 new http connection: parse service less fragile (fixes #16653; followup 1ca73f4f) 2017-06-02 08:10:20 +02:00
Mathieu Pellerin
b365e5e651 [save as image] attach scope variables
This is needed to properly render symbols with
expression-based styling rely on those.
2017-06-02 10:29:00 +07:00
Nyall Dawson
fb11f1d291 Add missing ellipsis to decoration menu items 2017-06-02 10:57:10 +10:00
Nyall Dawson
19f0b39c95 Silence some Coverity unchecked return value warnings 2017-06-02 09:56:41 +10:00
Nyall Dawson
742a1293bf Merge pull request #4668 from SrNetoChan/select_attributes_fix
Fixes missing Icon in Select Attribute Dialog
2017-06-02 09:54:22 +10:00
Nyall Dawson
b2360dfd22 Update test mask for WMS server diagrams test 2017-06-02 09:07:53 +10:00
Nyall Dawson
4d936cea2b Add method to convert QgsUnitTypes::RenderUnit to translated string 2017-06-02 08:50:59 +10:00
Nyall Dawson
bbec00f132 Fix mouse wheel modifications to colors in QgsColorRampWidget 2017-06-02 08:36:41 +10:00
Alexandre Neto
5f7178a581 Fix missing Icon in Select Attribute Dialog 2017-06-01 23:23:32 +01:00
rldhont
df9ee6f705 Merge pull request #4313 from pblottiere/cleansingleton
[Server] WMS getmap refactoring
2017-06-01 17:57:11 +02:00
Radim Blazek
e9a7dffb5a added Z,M,ZM types to postgres output, allowed AddFeatures for layers with measures 2017-06-01 17:41:49 +02:00
Matthias Kuhn
90d2c92a3c [travis] Allow failures on macos
Seems to be an upstream issue
2017-06-01 15:03:48 +02:00
Etienne Trimaille
b17b36efc9 sipify OSM classes 2017-06-01 14:55:27 +02:00
Denis Rouzaud
6c7a12a207 sip doesn't like named argument in operators (apparently) 2017-06-01 13:42:27 +02:00
Denis Rouzaud
3e73ac7a5d fix missing private operator 2017-06-01 13:33:16 +02:00
Denis Rouzaud
07fa24781c sipify core raster part 1 2017-06-01 13:33:16 +02:00
Nyall Dawson
a6358b1fc2 Merge pull request #4606 from nyalldawson/feature_locator
[FEATURE] Active layer feature locator filter
2017-06-01 18:54:07 +10:00
Nyall Dawson
2f9bfc5653 Merge pull request #4661 from nyalldawson/feature_index
Add method for manually inserting features into spatial indexes
2017-06-01 18:24:44 +10:00
Nyall Dawson
19ca0e00a7 Avoid issues if active layer changes 2017-06-01 15:26:11 +10:00
Nyall Dawson
787769a7bf Only search text and numeric fields 2017-06-01 15:25:55 +10:00
Nyall Dawson
f359ffb562 Merge pull request #4625 from nyalldawson/comp_extent
[FEATURE] New decoration type for showing composer map extents
2017-06-01 14:00:57 +10:00
Nyall Dawson
f9aa749b3e Optimise queries - use a single feature request which combines
all field checks instead of firing off multiple requests
for every field
2017-06-01 13:48:42 +10:00
Nyall Dawson
55ed6f98f5 [FEATURE] Active layer feature locator filter
Searches for matching attributes in any field from the current
active layer.
2017-06-01 12:28:21 +10:00
Nyall Dawson
babfb6bef9 Allow optional labels for composer extent decorations 2017-06-01 12:24:37 +10:00
Nyall Dawson
09110ea875 Make QgsTextFormat::readXml more forgiving to input element 2017-06-01 12:12:25 +10:00
Nyall Dawson
8152a00696 Only show extent of open composer windows 2017-06-01 10:51:15 +10:00
Nyall Dawson
7921de3264 [FEATURE] New decoration type for showing composer map extents
Adds a new (disabled by default) decoration item for showing
the extents of composer maps in the main canvas. When enabled,
the extents of all maps within all composers will be shown
using a lightly dotted border. The border symbol is configurable
for improved legibility against different map backgrounds.

This is useful when you're tweaking the positioning of map elements
such as labels, and need to know what the actual visible region
of composer maps are.
2017-06-01 10:11:55 +10:00
Nyall Dawson
d8d17524b2 Make QgsSpatialIndex protected members private
The class is not designed to be subclassed
2017-06-01 10:09:09 +10:00
Nyall Dawson
ff171ea101 Add method for manually inserting features into spatial indexes
i.e. inserting a feature with a different bounding box to that
feature's actual geometry
2017-06-01 10:03:51 +10:00
Nyall Dawson
5077e1285e Merge pull request #4652 from nyalldawson/extent
[FEATURE] Add option to take extent from project map layer to QgsExtentGroupBox
2017-06-01 10:02:39 +10:00
Nyall Dawson
9e147413db Move logic for maintaining exact extent when CRS changes from
raster layer save as dialog to QgsExtentGroupBox, add tests
2017-06-01 09:10:07 +10:00
Nyall Dawson
af029c5ce5 Try to fix Travis build failure 2017-06-01 07:09:58 +10:00
rldhont
451bda0012 Merge pull request #4644 from rldhont/server-wms-configparser-getstyles
[Server] WMS GetStyles (and GetStyle) refactoring
2017-05-31 15:44:49 +02:00
Denis Rouzaud
2148fa9287 handle protected inheritance, rename ui class to avoid class name collision 2017-05-31 14:37:30 +02:00
Denis Rouzaud
625cfc7c8f sip gui layertree and raster 2017-05-31 14:37:30 +02:00
rldhont
bb789e99b2 [Server] WMS GetStyles (and GetStyle) refactoring 2017-05-31 14:10:09 +02:00
Nyall Dawson
4cdfbadb85 Remove unnecessary ellipsis from string 2017-05-31 21:27:16 +10:00
Nyall Dawson
e2de69d32d Ensure extent is updated when QgsExtentGroupBox crs is changed 2017-05-31 21:18:44 +10:00
Nyall Dawson
5649c405c9 Add unit tests for QgsExtentGroupBox 2017-05-31 21:06:21 +10:00