42466 Commits

Author SHA1 Message Date
Blottiere Paul
e6dcfa4e42 Merge pull request #5287 from pblottiere/null
[bugfix] Properly update filter comboboxes of relation reference widget
2017-10-10 07:58:20 +01:00
Mathieu Pellerin
61dcba4a81 [processing] add area to raster layer unique values report algorithm (#5334) 2017-10-10 13:52:16 +07:00
Blottiere Paul
fc876fe547 Add some tests 2017-10-10 07:05:28 +01:00
Blottiere Paul
f18293fb39 Filter comboboxes are reset when the widget is initialised and foreign key is deleted 2017-10-10 07:05:28 +01:00
Denis Rouzaud
8759e7cd03 fix SIP_CONVERT_TO_SUBCLASS placement 2017-10-09 13:43:42 +02:00
Matthias Kuhn
b2620ae2bb Add ConvertToSubClass code to vertexmarker 2017-10-09 13:43:42 +02:00
Stelios Vitalis
8eaa8c231f Fix indentation in tesselator 2017-10-09 13:12:52 +02:00
Denis Rouzaud
5107f99592 replace vertexes by vertices
follow up 6b418decd6fe59a5a29716ff3014e476ec205091
2017-10-09 11:56:38 +02:00
Mathieu Pellerin
201091ea3e [FEATURE][processing] raster layer unique values count algorithm (#5308) 2017-10-09 16:42:17 +07:00
Stelios Vitalis
f939932ca1 3D tesselator fixes and refactoring to avoid leaks 2017-10-09 11:02:13 +02:00
Matthias Kuhn
6b418decd6 Spelling: use vertices rather than vertexes
... because that's what's used almost consistently throughout the codebase.
2017-10-09 10:13:13 +02:00
Blottiere Paul
ac66ced1c3 Merge pull request #5086 from pblottiere/pr_auxiliary_storage
[Feature] Auxiliary Storage
2017-10-09 08:58:21 +01:00
Denis Rouzaud
8a8e2e3a14 fix sipify test 2017-10-09 09:51:40 +02:00
Denis Rouzaud
6e14854f90 [sipify] remove redundant private sections 2017-10-09 09:51:40 +02:00
Blottiere Paul
9bbd0eacd1 Update sip binding 2017-10-09 07:32:12 +01:00
Blottiere Paul
2dddf78b29 Fix indentation 2017-10-09 07:31:52 +01:00
Blottiere Paul
12dfb19785 Emit signal to update the style dock 2017-10-09 05:39:22 +01:00
Blottiere Paul
1fb9f2ae01 Ignore archive files given as layername in command line 2017-10-09 05:39:22 +01:00
Blottiere Paul
67cff3ddd7 Auxiliary fields are linked to data defined for all subproviders 2017-10-09 05:39:22 +01:00
Blottiere Paul
9cb3ff3cf2 Fix checkbox status for auxiliary field 2017-10-09 05:39:22 +01:00
Blottiere Paul
9fd80f9b40 Check if join information is for auxiliary layer when filtering 2017-10-09 05:39:22 +01:00
Blottiere Paul
cbd7973035 Expand documentation 2017-10-09 05:13:59 +01:00
Blottiere Paul
328eabfbc1 Update sip binding 2017-10-09 05:13:59 +01:00
Blottiere Paul
3d7ac65764 Add tests 2017-10-09 05:13:59 +01:00
Blottiere Paul
3f8ae8b225 Some minor refactoring 2017-10-09 05:13:59 +01:00
Blottiere Paul
4495e8ab95 Actions are already initialized in header 2017-10-09 05:13:59 +01:00
Blottiere Paul
c3b1cb3f23 Remove Q_FOREACH 2017-10-09 05:13:59 +01:00
Blottiere Paul
c677c40b26 Update information label 2017-10-09 05:13:59 +01:00
Blottiere Paul
c2b829011c Update documentation and sip binding 2017-10-09 05:13:59 +01:00
Blottiere Paul
7483c6e95f Remove QgsAuxiliaryField class 2017-10-09 05:13:59 +01:00
Blottiere Paul
fc0ebb783d Allow user to create its own auxiliary field 2017-10-09 05:13:59 +01:00
Blottiere Paul
4e10a11a47 Add a custom name for symbol layers in property definition 2017-10-09 05:13:59 +01:00
Blottiere Paul
4fa3400981 Properly update layer settings when an auxiliary field is deleted 2017-10-09 05:13:59 +01:00
Blottiere Paul
b6752df628 Auxiliary storage can be used on non spatial layer 2017-10-09 05:13:59 +01:00
Blottiere Paul
94fde118a5 Fix join information in clone 2017-10-09 05:13:59 +01:00
Blottiere Paul
51a52293ae Revert a modification in diagram provider 2017-10-09 05:13:59 +01:00
Blottiere Paul
27cbc91df5 Add a safe guard 2017-10-09 05:13:59 +01:00
Blottiere Paul
e14c5a248b Update documentation and sip binding 2017-10-09 05:13:59 +01:00
Blottiere Paul
97ee342e1c Set editor widget setup to Hidden 2017-10-09 05:13:59 +01:00
Blottiere Paul
baa2b968bc Auxiliary data is cloned too 2017-10-09 05:13:59 +01:00
Blottiere Paul
9306226e94 Auxiliary field creation is correctly managed for width in QgsSymbolsListWidget 2017-10-09 05:13:59 +01:00
Blottiere Paul
703fbde035 Do not activate auxiliary data button everywhere 2017-10-09 05:13:59 +01:00
Blottiere Paul
429b1ec3c2 Fix auxiliary field creation for QgsSymbolListWidget 2017-10-09 05:13:59 +01:00
Blottiere Paul
fd455f67e7 A simple click is enough to create auxiliary layer and display "change label properties" window 2017-10-09 05:13:59 +01:00
Blottiere Paul
34ac1ecbc6 Automatically update the editor widget setup according to the standard template of the property newly created 2017-10-09 05:13:59 +01:00
Blottiere Paul
821aadc400 Hide auxiliary columns which can be edited by "change label properties" map tool 2017-10-09 05:13:59 +01:00
Blottiere Paul
ce2436dc4a Some cleanup in maptool 2017-10-09 05:13:59 +01:00
Blottiere Paul
df021570a4 Auxiliary fields for symbol layers 2017-10-09 05:13:59 +01:00
Blottiere Paul
609249db27 Change label maptool is always available and underlying properties are created 2017-10-09 05:13:59 +01:00
Blottiere Paul
5b278d746e Move/rotate/hide/pin map tools are always available 2017-10-09 05:13:59 +01:00