37799 Commits

Author SHA1 Message Date
Mathieu Pellerin
25d9936df8 [OGR] fix feature count issue for OSM datasets (fixes #16402) (#4322) 2017-04-06 16:04:48 +07:00
Borys Jurgiel
b601467d92 Merge branch 'master' of github.com:qgis/QGIS 2017-04-06 10:16:17 +02:00
Borys Jurgiel
e5d10b6946 Fix Refactor Fields error if layer has no features 2017-04-06 10:14:01 +02:00
Nathan Woodrow
c0fb3f25a7 Add API area selector in test template 2017-04-06 04:46:30 +01:00
Nathan Woodrow
e9cad2cd19 Add ignore for astyle for template folder 2017-04-06 13:19:15 +10:00
Larry Shaffer
d303ca8cdc Fix startup NSBitmapImageRep exceptions on macOS, due to missing files
See https://github.com/qgis/homebrew-qgisdev/issues/27

Exceptions happen when PNGs were changed to SVGs, but the .ui file was
not entirely updated. Then, when PNGs were deleted, a valid, but null,
QIcon gets created for the macOS menu item and the exception is thrown.

Qt 5.8.0 regression.
2017-04-05 21:17:19 -06:00
Nathan Woodrow
375814e140 Fix broken template 2017-04-06 02:56:43 +01:00
Nathan Woodrow
b76bfdee7e Fix unset var in template install script
Pro Tip: Don't code on the train early in the morning
2017-04-06 02:45:54 +01:00
Nathan Woodrow
53e3f3bc2d Fix typo in install template script 2017-04-06 02:42:29 +01:00
Nathan Woodrow
58909a1c21 Add install script for editor templates and code style 2017-04-06 07:43:18 +10:00
Richard Duivenvoorde
a30cf2923c Fix dutch service url
English 'eng' is now a poorly implemented redirect to 'dut', which fails. So fixing this already here while the redirect is fixed at the Kadaster
2017-04-05 13:58:03 +02:00
Alessandro Pasotti
cf2f431fcc Merge pull request #4334 from gabrimonfa/bug_16389_sld_stroke_color
fixes #16389 stroke color is not correctly exported in SLD
2017-04-05 12:42:27 +02:00
Gabriele Monfardini
cf7acdf5f8 bug 16389 fix error in sld export about stroke color 2017-04-05 12:16:21 +02:00
Nyall Dawson
88c3b51f7e Merge pull request #4333 from nyalldawson/dataobjects
Port more processing dataobjects methods to c++
2017-04-05 20:06:39 +10:00
Nyall Dawson
377b181c4e Port more processing dataobjects methods to c++
Also
- simplify and add tests
- remove large memory leak (persistant store of all non-project layers)
- remove broken support for direct loading postgres/virtual layers
by string (Python version was very broken and would never match
a postgres/virtual layer)
2017-04-05 19:50:46 +10:00
Juergen E. Fischer
85d59e648a creatensis.pl: fix md5sum verification on filenames with a plus 2017-04-05 11:10:14 +02:00
Nyall Dawson
ee29fa66f9 Use QgsMapLayerComboBox in processing field calculator 2017-04-05 18:39:12 +10:00
Denis Rouzaud
c2c9335911 [sipify] fix private inheritance with namespace 2017-04-05 09:58:44 +02:00
Denis Rouzaud
d7014846f1 [sipify] skip protected members 2017-04-05 09:58:37 +02:00
Nyall Dawson
9a0595117b Merge pull request #4331 from nyalldawson/dataobjects
Port some processing dataobjects routines to c++
2017-04-05 15:43:16 +10:00
Nyall Dawson
8ffdb362cc Port some processing dataobjects routines to c++ 2017-04-05 15:27:17 +10:00
Nyall Dawson
d5f930adad Allow storing QgsCoordinateReferenceSystem in QVariants 2017-04-05 10:55:36 +10:00
Nyall Dawson
5718abd4e1 Spell check "condtion" -> "condition" 2017-04-05 10:36:04 +10:00
Nyall Dawson
4eeacb8fdf [sipify] Replace :: with . during doxygen->docstring conversion
e.g.

You can use QgsXmlUtils::writeVariant to save it to an XML document
->
You can use QgsXmlUtils.writeVariant to load it from an XML document
2017-04-05 10:32:27 +10:00
Nyall Dawson
3c4a9fd419 Daily connectification 2017-04-05 09:53:50 +10:00
Nyall Dawson
51517fd77e Merge pull request #4311 from nyalldawson/proc_c4
Simple c++ base class for processing algorithms
2017-04-05 06:17:11 +10:00
volaya
85e83e1470 [Processing] prevent error when running escapeAndJoin with empty param string
fixes #16200
2017-04-04 15:10:58 +02:00
volaya
7a12d5fa32 Revert "[Processing] prevent error when running escapeAndJoin with empty param string"
This reverts commit c2a566a3a7bfe369832e5361a0c582bfe2ea5a98.
2017-04-04 15:09:45 +02:00
volaya
c2a566a3a7 [Processing] prevent error when running escapeAndJoin with empty param string
fixes #16200
2017-04-04 13:02:31 +02:00
volaya
84897e3d14 [processing] cast setting size value to int
fixes #16347
2017-04-04 12:09:36 +02:00
volaya
439b9de98d fixed saga algorithm to adapt it to 2.3 syntax 2017-04-04 11:04:22 +02:00
Denis Rouzaud
27d5bbbdfe fix building without Qt Webkit
also Qt5 connect style
2017-04-04 10:45:48 +02:00
Nathan Woodrow
f23ed3a6ca Move editor tools into editors folder (#4324)
Move editor tools into editors folder and add test QtCreator template
2017-04-04 10:08:28 +10:00
Nyall Dawson
ae59e35dac Complete daily allocation of Qt5 connect transitions 2017-04-04 09:40:25 +10:00
Nyall Dawson
86563c8024 Update identation 2017-04-04 08:22:21 +10:00
Nyall Dawson
d2a242aa95 Move format handling flags to QgsAlgorithmProvider 2017-04-04 08:15:54 +10:00
Tom Kralidis
baced7b770 Merge pull request #4327 from tomkralidis/issue-16320
[FEATURE] [needs-docs] MetaSearch: add support for ESRI MapServer/FeatureServer layer integration (fixes #16320)
2017-04-03 13:17:15 -04:00
Juergen E. Fischer
9ac70a009c fix api break dox for QgsLayerTreeMapCanvasBridge custom layer order 2017-04-03 18:35:12 +02:00
Tom Kralidis
c403994d02 [FEATURE] [needs-docs] MetaSearch: add support for ESRI MapServer/FeatureServer layer integration (fixes #16320) 2017-04-03 12:22:59 -04:00
Denis Rouzaud
ae1991abfc [astyle] update licence 2017-04-03 14:32:24 +02:00
Tom Kralidis
b4ba98dfd2 Merge pull request #4325 from tomkralidis/metasearch-fixes
MetaSearch: set 4326 as default CRS, use WKT to feed polygon geometry
2017-04-03 08:19:39 -04:00
Denis Rouzaud
0e7163be8a [astyle] set C++ version to 11 2017-04-03 14:19:15 +02:00
Denis Rouzaud
33b01036a7 bump astyle version to 3.0 2017-04-03 14:19:15 +02:00
Tom Kralidis
d6433c5b4c MetaSearch: set 4326 as default CRS, use WKT to feed polygon geometry 2017-04-03 08:01:18 -04:00
Nyall Dawson
6e8a696ef4 Update PreconfiguredAlgorithm for new API 2017-04-03 21:20:56 +10:00
Nyall Dawson
2be4c6a15e Fix failing test 2017-04-03 21:17:45 +10:00
Nyall Dawson
e40389a41c Sipify QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
a0bd464232 Use formatted name for algorithm names
Avoids conversion of names later and gives clearer separation
between visible names and internal names
2017-04-03 21:17:45 +10:00
Nyall Dawson
e506ceb1f8 Move flags (hide from toolbox, etc) to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00
Nyall Dawson
6987d7b37c Port handling of algorithm names to QgsProcessingAlgorithm 2017-04-03 21:17:45 +10:00