45637 Commits

Author SHA1 Message Date
Nyall Dawson
536c586968 Style fixes 2018-02-02 19:52:01 +11:00
Nyall Dawson
91a16e4afa Fix clazy missing Q_OBJECT macro warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
bf413bc6cd Fix clazy return void warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
7761360976 Fix clazy invalid slot warning 2018-02-02 19:52:01 +11:00
Nyall Dawson
2682a74a1b Fix clazy pass big type by ref, small by value warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
010329e1fa Fix clazy 3 argument lamda connect warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
bb408c8a8a Fix clazy overridden signal warning
Results in no warning when closing missing layers dialog
2018-02-02 19:52:01 +11:00
Nyall Dawson
6e7a995d35 Fix clazy missing/invalid emit warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
f0b14c56f9 Fix clazy overridden signal warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
0799835292 Fix clazy skipped-base-method warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
2dbda4f66b Fix clazy container detach warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
7400b465ba Fix another clazy fully qualified moc type warning 2018-02-02 19:52:01 +11:00
Nyall Dawson
cb752b6043 Fix clazy case insensitive check warning 2018-02-02 19:52:01 +11:00
Nyall Dawson
1bb0ef43e4 Fix clazy use QHash for container with pointer keys warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
1f9586491d Fix clazy autoconnect slot name warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
5ed624b509 Remove unused variable 2018-02-02 19:52:01 +11:00
Nyall Dawson
574020f974 Fix clazy unused lambda capture warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
1a04dfb8c5 Fix clazy mixed const/non-const iterator warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
252dbdcc48 Fix clazy unnecessary unnecessary container allocation warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
ef7e7c5432 Fix clazy QString multi-arg warnings 2018-02-02 19:52:01 +11:00
Nyall Dawson
a08c05b20c Fix clazy fully-qualified-moc-types warnings
From the clazy docs:

"Warns when a signal, slot or invokable declaration is not using fully-qualified
type names, which will break old-style connects and interacting with QML."
2018-02-02 19:52:01 +11:00
Nyall Dawson
b2b500d5b2 Fix clazy QFileInfo::exists warnings 2018-02-02 19:52:01 +11:00
Mathieu Pellerin
5b470aa18b
alternative approach to hide progress bar when unchecking render 2018-02-02 15:45:14 +07:00
Jürgen Fischer
e65c16bbfe
Merge pull request #6247 from kant/patch-1
Minor fixes
2018-02-02 08:43:26 +01:00
Alessandro Pasotti
4895c2c3f6
Merge pull request #6191 from dgoedkoop/attributeformonchanged
[bugfix] Add dirty bit to attribute form
2018-02-02 08:04:29 +01:00
Nyall Dawson
7fb8de9648
Merge pull request #6242 from nyalldawson/black
Default to a dark gray instead of black for symbol outlines
2018-02-02 17:24:01 +11:00
Nyall Dawson
16e98f205a Default to a dark gray instead of black for symbol outlines
Avoiding the very high constrast pure black results in cartographically
more pleasing styles, so it's nice to do this by default.

This should result in nicer looking maps being created in QGIS
when users don't do any manual style tweaks.
2018-02-02 15:59:13 +10:00
Darío Hereñú
0eda3bee94
Minor fixes 2018-02-01 23:08:08 -03:00
Salvatore Larosa
5b9be7a966 apply enableAutoGeometryRestore to feature form dialog 2018-02-01 23:30:35 +01:00
Juergen E. Fischer
d653fb5a8f add disambiguation comment to translation string 'in' 2018-02-01 14:53:00 +01:00
Alessandro Pasotti
0eeea76292
Merge pull request #6237 from elpaso/commas-dots-fieldvalidator
[bugfix][attrtable] Convert comma to dot for floating point input
2018-02-01 07:53:23 +01:00
Alessandro Pasotti
f3f0eb0035
Merge pull request #6236 from elpaso/double-linedit-default-widget
[bugfix] Lower priority of range widget for doubles
2018-02-01 07:53:04 +01:00
Alexander Bruy
cc9210735f
Merge pull request #6244 from alexbruy/processing-cleanup
[processing] remove unused icons and use SVG icon for Heatmap algorithm
2018-02-01 07:56:11 +02:00
Alexander Bruy
55759a4cee [processing] remove unused icons and use SVG icon for Heatmap algorithm 2018-02-01 07:22:12 +02:00
Alexander Bruy
3ab6e5c399
Merge pull request #6238 from alexbruy/saga-icon
[processing] SVG icon for SAGA provider
2018-02-01 07:18:01 +02:00
Mathieu Pellerin
f845e02767
[ui] stop busy indicator when render widget is unchecked 2018-02-01 09:12:35 +07:00
nirvn
b5610ea5ba document API change 2018-02-01 09:11:45 +07:00
nirvn
1ac6792678 add transform context to the map overview 2018-02-01 09:11:45 +07:00
Nyall Dawson
247ea02ae7 Update tests 2018-02-01 13:02:59 +11:00
Nyall Dawson
6c5276cea5 Fix test 2018-02-01 13:02:59 +11:00
Nyall Dawson
5e0745140f Fix double registration of model outputs 2018-02-01 13:02:59 +11:00
Nyall Dawson
216821c0b1 [processing] Warn on duplicate output and provider registration
And fix associated memory leaks
2018-02-01 13:02:59 +11:00
Nyall Dawson
6fa362b5a2 Fix value map search widget doesn't work for null/not null searches
before an initial value is picked

Refs #17986
2018-02-01 12:29:44 +11:00
Juergen E. Fischer
4afe9678dd run crssync on install (fixes #17993) 2018-02-01 00:13:03 +01:00
Nyall Dawson
3e42f808c1 Add missing directories to dox 2018-02-01 08:41:15 +11:00
Juergen E. Fischer
2a52a62964 osgeo4w: fix postinstall scripts (fixes #17993) 2018-01-31 22:13:10 +01:00
Nyall Dawson
70fc32b784 Spelling 2018-02-01 07:53:54 +11:00
Nyall Dawson
c625d7a14d [processing] Use QgsMessageLog to put duplicate name warnings in Processing log 2018-02-01 07:53:54 +11:00
Nyall Dawson
2218f653ca [processing][grass] Remove duplicate parameter from r.stats 2018-02-01 07:53:54 +11:00
Nyall Dawson
5896fb3305 [processing][grass] Fix incorrect name for i.albedo parameter 2018-02-01 07:53:54 +11:00