50012 Commits

Author SHA1 Message Date
Matthias Kuhn
d79d91160d
Merge pull request #7798 from m-kuhn/enableTravisWarnings
Re-enable travis checks for build warnings
2018-09-06 09:47:24 +02:00
Harrissou Sant-anna
4ce10fccf0 Fix some documentation formatting 2018-09-06 17:10:17 +10:00
Harrissou Sant-anna
f5bf15bed9 Update some documentation formatting 2018-09-06 17:10:17 +10:00
Matthias Kuhn
351eb5787d Disable -Werror by default 2018-09-06 08:24:41 +02:00
Matthias Kuhn
80750ce85f Fix build warning 2018-09-06 08:19:45 +02:00
nirvn
a84df1c452 [ui] layout icon for 3D map item 2018-09-06 13:12:15 +07:00
nirvn
90624f0d37 [ui] icon for add 3D map view action 2018-09-06 13:12:15 +07:00
Matthias Kuhn
a3416aa14f Enable -Werror 2018-09-06 06:35:23 +02:00
Matthias Kuhn
75c9b069ee Revert "Re-enable travis checks for build warnings"
This reverts commit 47b69c4801608ef20dabf7040ad39a480f6664e0.
2018-09-06 06:34:59 +02:00
Tom Kralidis
dd3bbf01ce
Merge pull request #7809 from nyalldawson/metasearch_local
[FEATURE][metasearch] Add FILE:GEO to known link types
2018-09-05 21:19:48 -04:00
Nyall Dawson
689126b18a [FEATURE][metasearch] Add FILE:GEO to known link types
Adds GIS File link type to known link types, and for records with
a FILE:GEO link enables a new "Add GIS File" action. Clicking this
adds the linked GIS file to the current project.
2018-09-06 09:44:04 +10:00
Yuki
cedfaa7c16 fix hasYMax variable 2018-09-06 06:52:23 +10:00
Nyall Dawson
30059e63d6 Fix freaking American (WRONG!!1!111!!) spelling conventions 2018-09-06 06:51:17 +10:00
Nyall Dawson
41e2892af7 [FEATURE] Style manager opens non-modally
Allows style manager dialog to be used alongside main QGIS window,
just like the layout manager.
2018-09-06 06:51:17 +10:00
Nyall Dawson
ca1c655ec6 Minor API improvements to QgsStyleManagerDialog 2018-09-06 06:51:17 +10:00
Nyall Dawson
0ed1628814 Modernize code 2018-09-06 06:51:17 +10:00
Nyall Dawson
fe3e494d61 QStringLiteral 2018-09-06 06:51:17 +10:00
Nyall Dawson
65e9cffb93 Add style manager icon to file toolbar 2018-09-06 06:51:17 +10:00
Denis Rouzaud
8fdcbdd36c
distinct files for QgsMapLayerStyle and QgsMapLayerStyleManager (#7806) 2018-09-05 22:28:38 +02:00
Chris Mayo
70a37bf981 Tidy installer_data.py and utils.py
- Fix unused and missing imports
- Only import configparser is needed for Python 3
- Unnecessary string u prefix for Python 3
- Comment typo
2018-09-06 05:56:09 +10:00
Etienne Trimaille
b2275df176 add missing text in processing parameter 2018-09-06 04:47:20 +10:00
Mathieu Pellerin
d952ba422e
[3d] Use layout item bg color as 3D scene bg color 2018-09-05 21:24:04 +07:00
Matthias Kuhn
4b411e0d1a
Merge pull request #7793 from m-kuhn/vectorlayerinclude
Only include qgsvectorlayer.h where required
2018-09-05 15:49:23 +02:00
Matthias Kuhn
4445c3829c Fix build warning 2018-09-05 14:59:33 +02:00
Matthias Kuhn
68d88a9a68 Show build warnings in code_layout test 2018-09-05 14:44:37 +02:00
Matthias Kuhn
5d7f54dd97 Remove unused variable 2018-09-05 14:33:55 +02:00
Juergen E. Fischer
f38400d1e7 nsis: don't reboot in silent mode 2018-09-05 11:32:49 +02:00
nirvn
1c8eadcdcc [3d] When first applying a 3D map settings from a dock, also copy its camera settings 2018-09-05 14:51:37 +07:00
Matthias Kuhn
47b69c4801 Re-enable travis checks for build warnings 2018-09-05 09:20:50 +02:00
Matthias Kuhn
63630410fd qgsvectorlayer.h includes 2018-09-05 08:54:32 +02:00
Matthias Kuhn
4540061f90 Missing include 2018-09-05 08:54:11 +02:00
Matthias Kuhn
17279a42e2 Only include qgsvectorlayer.h where required 2018-09-05 08:54:11 +02:00
Matthias Kuhn
f875bb77b4
Merge pull request #7792 from m-kuhn/threadsafefeaturesource
Add threadsafe method to get featuresource from layer
2018-09-05 08:13:44 +02:00
Matthias Kuhn
86f429375d Doxygen 2018-09-05 06:42:59 +02:00
Matthias Kuhn
26626ea3d8 Fix test 2018-09-05 06:42:51 +02:00
Nyall Dawson
969c7c550f Capitalization 2018-09-05 13:55:47 +10:00
Matthias Kuhn
e23167ee3d
Fix some test issues 2018-09-05 05:32:37 +02:00
Nyall Dawson
f79d86edab [processing] Port string widget wrapper to new c++ class 2018-09-05 13:14:50 +10:00
Nyall Dawson
e10d16e1da
Merge pull request #7659 from lbartoletti/reverseLine
[needs-docs][FEATURE] Add reverse line maptools AKA swap direction
2018-09-05 08:59:49 +10:00
Juergen E. Fischer
1f918583e8 debian packaging: include Qt53DExtra headers removed on debian/ubuntu 2018-09-05 00:47:15 +02:00
Nyall Dawson
d449d41503 Don't crash when writing invalid variants via QgsXmlUtils 2018-09-05 08:11:48 +10:00
Nyall Dawson
2041cad0c0 [wfs] Fix some race conditions 2018-09-05 07:55:19 +10:00
Nyall Dawson
0b4694fbee More efficient case insensitive string comparison 2018-09-05 07:54:35 +10:00
Matthias Kuhn
75bb5c40a7 Add test for QgsVectorLayerUtils::getFeatureSource 2018-09-04 22:07:33 +02:00
Matthias Kuhn
44ce8977d9 Use QPointer instead of QWeakPointer 2018-09-04 22:05:56 +02:00
Nyall Dawson
3014bbf357 Fix build warnings 2018-09-05 05:54:11 +10:00
Matthias Kuhn
ded7978fab
Merge pull request #7790 from m-kuhn/featureid
Move QgsFeatureId to own header
2018-09-04 21:31:00 +02:00
Nyall Dawson
8af1c3f9f0 Respect nodata values in ::sample() for gdal provider 2018-09-05 05:24:51 +10:00
Matthias Kuhn
b85f1ed269 One more forward declaration 2018-09-04 20:49:25 +02:00
Harrissou Sant-anna
34632714a2 Remove "fix geometries" algorithm advice from the filter vertices description
given that it actually drops M values
2018-09-05 04:10:43 +10:00