38541 Commits

Author SHA1 Message Date
Martin Dobias
0b41425105 Add validation of changed geometries
Whenever geometries are modified, validation will be run while node tool
is active and validation errors are displayed in status bar and with markers on canvas
2017-04-06 16:18:58 +08: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
Nyall Dawson
d2f3eb1ba5 Much faster save as vector layer when using restricted extent
Use a provider filter rect to avoid looping through every single
feature in this case, and also use a prepared extent geometry
to speed up the remaining intersection checks.
2017-04-06 16:57:54 +10:00
Nathan Woodrow
c0fb3f25a7 Add API area selector in test template 2017-04-06 04:46:30 +01:00
Martin Dobias
f00446861f Update highlighted nodes when features are changed or deleted 2017-04-06 11:21:17 +08: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
Martin Dobias
d1f23e97b7 Integrate node editor from the old node tool
When right-clicking on a feature, a popup menu will be shown
and it is possible to open node editor dock widget for that particular
feature to edit coordinates numerically or to delete vertices.
2017-04-06 10:52:10 +08: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
Tom Kralidis
efa6e43565 update schema lineage 2017-04-05 07:41:47 -04: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
Martin Dobias
61ace1cc61 Slightly improved markers for highlighted nodes and circular nodes 2017-04-05 16:10:46 +08: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
Martin Dobias
52113d7c38 Fixed display of rubber bands when using OTF reprojection 2017-04-05 12:51:53 +08:00
Martin Dobias
9b7fd3d622 Fix topological editing when snapping a node to a segment 2017-04-05 11:33:06 +08:00
Martin Dobias
d1e7d1759a Fix support for advanced digitizing dock (CAD) 2017-04-05 10:49:05 +08: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
Angelos Tzotsos
5e2611b77b Added sample XML document for QGIS metadata 2017-04-04 21:38:47 +03:00
Angelos Tzotsos
5c4a332569 Added draft XML schema for QGIS metadata 2017-04-04 21:38:07 +03: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
Martin Dobias
a103270433 Fix moving of edges with circular edges + code cleanups 2017-04-04 16:41:17 +08:00
Martin Dobias
51fb793f78 Simplify code for dragging of edges 2017-04-04 12:12:47 +08:00
Martin Dobias
028b8dca8a Simplify code for straight line rubber bands 2017-04-04 10:46:29 +08: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