29970 Commits

Author SHA1 Message Date
Matthias Kuhn
0b49a83a89 Fix int range widget minimum value
The int range widget so far assigned NULL to the minimum value when allowNull was activated. This made it impossible to enter the minimum value into a range widget.

This also fixes some signals which in case of a NULL value would emit a slightly-below-minimum value for double and int spinboxes.

Fix #18297
2018-03-01 11:18:33 -05:00
Matthias Kuhn
752dc7d5b3 Replace dynamic_cast with qobject_cast 2018-03-01 10:44:21 -05:00
Alexander Bruy
f9ac1ff0f3 add spacer to the Source tab of the Layer properties window (fix #18279) 2018-03-01 16:08:34 +02:00
Matthias Kuhn
6d94ea5f1c Prefer https 2018-03-01 08:14:10 -05:00
Matthias Kuhn
ecae50f1d3 Allow processing plugins to load their own parameters 2018-03-01 08:12:41 -05:00
Alessandro Pasotti
0050eb5936 Spelling 2018-03-01 13:52:07 +01:00
Alessandro Pasotti
1d7d51c8e1 [bugfix][server] Fix prefix path for server
Fixes #18230 - service configuration error (service unknown or unsupported)

I though about placing the fix into the server code, but I believe
that it's much more cleaner here: otherwise we'd need to adjust all
other paths *after* they were uncorrectly set by the application
init() code.
2018-03-01 13:12:55 +01:00
Nyall Dawson
0f93e55fce [layouts] Fix legends do not respect reference point when auto sizing
Fixes #18269
2018-03-01 18:02:41 +11:00
Harrissou Sant-anna
75f91e53c5 Add missing caption and some tweaks to map units dialog 2018-03-01 17:28:16 +11:00
Nyall Dawson
0acdcfadfd Fix crash when using the identify tool on a categorized render
with an unchecked category corresponding to the feature at the
clicked point

Also fix count of default category symbols
2018-03-01 16:49:29 +11:00
Denis Rouzaud
a483ef817a correctly use reference for context in QgsReadWriteContextCategoryPopper 2018-02-28 17:02:51 -09:00
Nyall Dawson
3c78fb58aa Fix build warnings on msvc 2018-03-01 10:21:28 +10:00
Nyall Dawson
2345852fdf [labeling] Fix broken data defined shape radius setting 2018-03-01 10:54:13 +11:00
Nyall Dawson
b17a5560b8
Merge pull request #6486 from nyalldawson/dynamic
[processing] Support dynamic properties for all native c++ algorithms
2018-03-01 10:40:25 +11:00
Nyall Dawson
71d1074c11 Tweak grid alignment for Project Properties layout 2018-03-01 09:17:23 +10:00
Nyall Dawson
25f4f57bf4 Fix MAYBE_UNUSED definition on non clang compilers 2018-03-01 07:48:20 +10:00
Denis Rouzaud
020f0eb455
fix warning deleting pointer to incomplete type 'QgsPythonUtils' (#6491)
warning: deleting pointer to incomplete type 'QgsPythonUtils' may cause undefined behavior
2018-02-28 10:41:53 -09:00
Denis Rouzaud
b8ceda673c fix doxymentation 2018-02-28 15:00:11 -04:00
Denis Rouzaud
4e2eb0eb9c use a pointer otherwise Python is creating a copy 2018-02-28 13:43:11 -04:00
Denis Rouzaud
d171ca7ae4 offer enterCategory in Python bindings by adding a context manager 2018-02-28 13:43:11 -04:00
Denis Rouzaud
05ee1b02c3 use MAYBE_UNUSED in the method declaration 2018-02-28 13:43:11 -04:00
Denis Rouzaud
8582517966 avoid required call to leaveCategory by adding a RAII private class 2018-02-28 13:43:11 -04:00
Denis Rouzaud
89892926c0 add C++17 [[maybe_unused]] and [[no_discard]] 2018-02-28 13:43:10 -04:00
Denis Rouzaud
95ab3d05e0 doxymentation and better wording 2018-02-28 13:43:10 -04:00
Denis Rouzaud
b957e17408 display categories stack in an external dialog 2018-02-28 13:43:10 -04:00
Denis Rouzaud
fc2ba14154 [QgsMessageBar] add convenience method to display message with a show more dialog 2018-02-28 13:43:10 -04:00
Denis Rouzaud
b95f5c1a15 QgsReadWriteContext: add a category stack to know where the error message comes from
also change the QPair in favor of a struct for a better API
2018-02-28 13:43:10 -04:00
Denis Rouzaud
22008a5114 doxymentation 2018-02-28 13:43:10 -04:00
Denis Rouzaud
d421b857e5 QgsReadWriteContext can store message
app will show them in message bar when loading layers
2018-02-28 13:43:10 -04:00
Denis Rouzaud
47ab9b89e7 remove const for QgsReadWriteContext to allow bringing up error messages 2018-02-28 13:43:10 -04:00
Radim Blazek
f27130016e [GRASS] accept shortcuts in shell, fixes #18262 2018-02-28 14:12:31 +01:00
Alessandro Pasotti
078e5aaf33
Merge pull request #6453 from NaturalGIS/remove_not_working_default_wms_server
remove not working default WMS server
2018-02-27 21:50:51 +01:00
Giovanni Manghi
560dc2cc7e add Geoserver and Mapserver demo WMS services 2018-02-27 16:59:52 +00:00
Mathieu Pellerin
899b80b9ee
[layer indicator] grayscale outline icons should be used for indicators 2018-02-27 16:28:41 +07:00
Alessandro Pasotti
91b9a69d3e
Merge pull request #6470 from elpaso/template-convert
[layout] Automatic conversion of 2.x composition templates to layouts
2018-02-27 09:14:03 +00:00
Alessandro Pasotti
27ab59c628 Fixed mask image and docs 2018-02-27 08:46:30 +00:00
Felis Pimeja
479c6e91bb Vectorization of CAD tools icons (#6468)
- construction.png-
- delta.png
- lock.png
- parallel.png
- perpendicular.png
2018-02-27 10:20:32 +07:00
Nyall Dawson
9672544fe4 Fix bad string 2018-02-27 11:34:21 +10:00
Nyall Dawson
9ee35ad9e6
Merge pull request #6467 from DelazJ/QMessageBoxTitles
More dialog caption fixes
2018-02-27 12:25:39 +11:00
Nyall Dawson
13c3522391 Fix build 2018-02-27 11:22:42 +10:00
Nyall Dawson
c3d23cf5ca
Merge pull request #6469 from DelazJ/patch-1
Add more information to modeless option
2018-02-27 12:18:32 +11:00
Martin Dobias
4b221759e3
Merge pull request #6057 from wonder-sk/layer-tree-filter-indicator
Layer tree view indicators API + filtered layer indicator
2018-02-26 23:44:31 +01:00
Radim Blazek
d9deb238b6 [GRASS] fixed icons in browser 2018-02-26 20:19:08 +01:00
Alessandro Pasotti
3bdb6c2890 [layout] Automatic conversion of 2.x composition templates to layouts 2018-02-26 18:01:13 +00:00
Radim Blazek
5b1a714336 [GRASS] tools filter clean button enabled, fixes #13526 2018-02-26 18:56:40 +01:00
Martin Dobias
bbb2727bc3 Minor fixes (spelling, renaming, sip magic) 2018-02-26 18:34:44 +01:00
Martin Dobias
8190930bb1 Show filter query in the indicator's tooltip 2018-02-26 18:34:43 +01:00
Martin Dobias
f56d70f3f8 [FEATURE] Indicators for layer tree view + filter indicator implementation
This adds a mini-framework for display of extra icons in layer tree views
next to layer and group names. Tool tip text can be associated with indicators
to give extra context for indicators. In addition, a signal gets emitted
when user clicks indicators and custom actions can be defined.

The main window's layer tree view (ToC) gets support for indicators
that are shown when a vector layer has a filter applied. This makes it easier
for users to understand that they are looking at a subset of all data.
Clicking the indicator's icon brings up query builder.
2018-02-26 18:34:43 +01:00
Harrissou Sant-anna
1090312c64
Add more information to modeless option
fix #18152
2018-02-26 18:33:54 +01:00
Denis Rouzaud
68ee969b30 fix bad merge 2018-02-26 05:12:26 -09:00