49905 Commits

Author SHA1 Message Date
nirvn
13ecaa4190 [needs-docs][processing] Add a multiple selection mode to the band parameter 2018-09-04 10:07:07 +07:00
Nyall Dawson
53e2e4eca9 Capitalization
...how in the world has THIS one slipped by unnoticed so long!
2018-09-04 12:38:44 +10:00
Etienne Trimaille
c491872113 do not display geometry, spatial extent and CRS for non spatial layer 2018-09-04 11:35:11 +10:00
Etienne Trimaille
6a80069825 add some missing QLatin1String in metadataHtml() 2018-09-04 11:35:11 +10:00
Nyall Dawson
5a875676fb Clear previously imported symbols when style manager import file is changed
Avoids symbols from a different file from being imported with tags/
etc from a newly selected file.
2018-09-04 09:05:16 +10:00
Nyall Dawson
10c9d41269 Avoid defaulting to older path in style import dialog browse button 2018-09-04 09:05:16 +10:00
signedav
085fd247d6 Expose QgsFeatures::attribute for QML
by setting Q_INVOKABLE
2018-09-04 08:32:34 +10:00
Salvatore Larosa
828061b709 fix build on osx 2018-09-03 22:30:05 +02:00
Stéphane Brunner
b49485839f
Merge pull request #7776 from pvalsecc/empty_filter
[Server] Add support for empty OGC WMS filters
2018-09-03 16:36:35 +02:00
Patrick Valsecchi
da58c1d7cf Add support for empty OGC WMS filters
The FILTER query parameter can now look like that:
`(<Filter>...</Filter>)()`

That means that the second layer has no filter. This is compliant with
waht MapServer supports:
https://mapserver.org/development/rfc/ms-rfc-118.html#examples
2018-09-03 15:36:43 +02:00
Hugo Mercier
a80117b8b9
Merge pull request #7724 from agiudiceandrea/patch-fix-19636
Fix "Filter on joined fields": add geometry for spatial layer and handle special field/layer names
2018-09-03 13:57:29 +02:00
Luigi Pirelli
7721694655
Merge pull request #7763 from luipir/fix_processing_template_script
update template to 3.x api
2018-09-03 13:04:52 +02:00
nirvn
9af405c9ae [layout] Set default legend item title to an empty string 2018-09-03 17:37:46 +07:00
nirvn
9a400d70e6 [layout] Fix legend item not updated when toggling filter by map content 2018-09-03 17:37:46 +07:00
nirvn
5d3da0dee3 [layout] Fix legend item properties' title entry not showing
the default "Legend" title upon item creation.
2018-09-03 17:37:46 +07:00
Peter Petrik
199f4effb6 fix tests for mesh layer 2018-09-03 19:41:07 +10:00
Peter Petrik
99a6f12ba3 update MDAL to 0.0.6 2018-09-03 19:41:07 +10:00
Peter Petrik
f0ede773c2 [mesh] [feature] allow to choose different vector and scalar dataset 2018-09-03 19:41:07 +10:00
Luigi Pirelli
33f83d68f0 revert crs to sourceCrs for feature sources 2018-09-03 10:58:37 +02:00
Denis Rouzaud
3f85938479
Merge pull request #7752 from 3nids/project_layers
Legend tree in 'Identify Layers'
2018-09-03 11:10:41 +03:00
Denis Rouzaud
0ef33d805e regroup 'Identify Layers' and 'Data Sources' in the same tab (project properties) 2018-09-03 09:32:26 +02:00
Denis Rouzaud
b5aa65c5af use toggle selection button instead of check/uncheck2 2018-09-03 08:50:48 +02:00
Denis Rouzaud
88d482e144 non spatial are not identifiable
also removes checkboxes from items not being checkable
2018-09-03 08:40:13 +02:00
Matthias Kuhn
3c58d0990b
Merge pull request #7768 from nyalldawson/assert
Throw an assert when using an unsupported variant type with QgsXmlUtils::writeVariant
2018-09-03 07:13:07 +02:00
Nyall Dawson
74e6e15d9e [processing] Add test to ensure that model child algorithm parameters
which are set to dynamic values are preserved across save/restore
2018-09-03 05:47:12 +10:00
Nyall Dawson
3572ea80bd Make QgsXmlUtils handle storing/retrieving QgsProperty values 2018-09-03 05:47:12 +10:00
Denis Rouzaud
c6caa29140 improved UX
* checkbox placement
* capitalize text in buttns
* place holder for line edit
* enable/disable buttons depending on selection
2018-09-02 21:13:41 +03:00
Alessandro Pasotti
d0026d1a23
Merge pull request #7769 from elpaso/bugfix-19695-qlocale-permissive-input
Bugfix 19695 qlocale permissive input
2018-09-02 10:16:23 +02:00
Alessandro Pasotti
2bf72b7708 Use isNumeric 2018-09-02 09:42:37 +02:00
Alessandro Pasotti
069dc1b6d9 Fix test 2018-09-02 09:42:16 +02:00
Alessandro Pasotti
57033907dc
Merge pull request #7770 from elpaso/bugfix-19748-acceleration-options-title
Fixes #19748 Acceleration label added in Options dialog title
2018-09-01 21:16:05 +02:00
Alessandro Pasotti
2ef06c4818 Fixes #19748 Acceleration" label added in Options dialog title
... even if OpenCL is off
2018-09-01 19:00:52 +02:00
Alessandro Pasotti
ae907878c9 Remove group separator when editing numeric values
Fixes #19695 - Line Edit widgets for integer numbers with thousand separators enabled are hard to edit
2018-09-01 18:02:45 +02:00
Alessandro Pasotti
715707669b Be permissive when parsing ranges from user input 2018-09-01 18:02:02 +02:00
Alessandro Pasotti
bb01ef3456 Add qgsPermissiveToLongLong 2018-09-01 18:01:23 +02:00
Alessandro Pasotti
0b35147a92 Fields: be permissive when parsing formatted numbers 2018-09-01 17:59:56 +02:00
Nyall Dawson
309992bbe8 Throw an assert when using an unsupported variant type
with QgsXmlUtils::writeVariant

These were previously written as strings yet could not be
restored by QgsXmlUtils::readVariant. Better to throw
an assert so that it's clear that these types are unsupported
and that support needs to be added.
2018-09-01 20:05:01 +10:00
Raymond Nijssen
4ae23b6422 better looking shadows for hackfests and contributors styles 2018-09-01 19:48:55 +10:00
Alessandro Pasotti
3a0899dbcd Add os import 2018-09-01 19:47:59 +10:00
Alessandro Pasotti
6d6871ca55 Skip test on travis and fix test case 2018-09-01 19:47:59 +10:00
Alessandro Pasotti
e8ca9a24ca Add spellok 2018-09-01 19:47:59 +10:00
Alessandro Pasotti
4ad0bbb1d1 [test] Add ParentDependsOnSubTask subtask test case 2018-09-01 19:47:59 +10:00
Alessandro Pasotti
ba4fb65072
Merge pull request #7764 from elpaso/locale-graduated-renderer
Use QLocale for categorized renderer range
2018-09-01 11:37:15 +02:00
Alessandro Pasotti
e40b8554e7 Use QLocale for categorized renderer range 2018-08-31 17:11:58 +02:00
Denis Rouzaud
9cefd3a565 add optional filter for spatial only layers 2018-08-31 14:44:57 +03:00
Denis Rouzaud
b2245694bf emit dataChanged in setData because Qt says to do so 2018-08-31 14:14:14 +03:00
Denis Rouzaud
6b66b2048a switch to legend tree for Identify Layers tab in project properties
also add a 'searchable' option for vector layers (they won't be searched in the locator)
2018-08-31 14:14:14 +03:00
Nyall Dawson
b55ab2e6d4 [win] Cleanup notifications on exit 2018-08-31 20:07:17 +10:00
Nyall Dawson
8f1fb1e648 Fix messageboxes are shown with wait mouse cursor in style manager import dialog 2018-08-31 19:49:09 +10:00
Nyall Dawson
1f744bdc0e Remember last style import path 2018-08-31 19:49:09 +10:00