Alexander Bruy
12252030ac
[processing] uncheck Z-coordinate on layer change in Interpolation
...
algorithm (fix #10010 )
2017-05-01 13:00:23 +03:00
raymondnijssen
dce5b59fcb
sipified qgsadvanceddigitizingdockwidget
2017-05-01 11:20:39 +02:00
arnaud.morvan@camptocamp.com
113ab01cfe
Sipify QgsField
...
I've removed the commented __getitem__ method from the sip file.
2017-05-01 11:06:43 +02:00
Etienne Trimaille
5c021dc6be
sipify groupwmsdatadialog and qgsgroupbox
2017-05-01 11:04:39 +02:00
Matthias Kuhn
c929d2abd8
Fix warnings
2017-05-01 10:22:34 +02:00
Alexander Bruy
7ee1cbfaae
Revert "[processing] handle NULL values in the Singleparts to multiparts ( fix #15822 )"
...
This reverts commit a944f7c4c1010767abb811200686e327040c2d32.
2017-05-01 10:53:15 +03:00
Alexander Bruy
5c8365c544
Revert "Merge pull request #4458 from arnaud-morvan/processing_fix_single_to_multi_test"
...
This reverts commit 77d95905a51db6c2d938c736e34da246ad6e0f50, reversing
changes made to 6fd45f0ef5968e2471421a21f81017c9c86f3fb7.
2017-05-01 10:53:08 +03:00
Nyall Dawson
b34ee28cd8
[processing] Fix refreshing alg list does not refresh toolbox
...
Fix #16455 , #16463
2017-05-01 17:29:40 +10:00
Nyall Dawson
ac84326464
[processing] Fix executing models
2017-05-01 17:29:40 +10:00
Nyall Dawson
dde48b5597
[processing] Fix invalid logging error
2017-05-01 17:29:40 +10:00
Nyall Dawson
79d79d6c07
[processing] Fix some regressions following algorithm refactoring
2017-05-01 17:29:40 +10:00
Nyall Dawson
636a37f4f7
[processing] Fix editing existing model has no algorithms shown
2017-05-01 17:29:40 +10:00
Nyall Dawson
77d95905a5
Merge pull request #4458 from arnaud-morvan/processing_fix_single_to_multi_test
...
[processing] Fix qgis:singlepartstomultipart test
2017-05-01 14:43:00 +10:00
arnaud.morvan@camptocamp.com
8376a30f7a
Sipify QgsField
2017-05-01 01:05:33 +02:00
Matthias Kuhn
7f3941e073
Doxymentation
2017-05-01 00:04:29 +02:00
Matthias Kuhn
a8fc2c13d0
Fix remaining errors
2017-05-01 00:03:55 +02:00
Matthias Kuhn
d230cf2e4f
Cleanup blacklist
2017-05-01 00:03:55 +02:00
Denis Rouzaud
fb1aec61ba
sipify QgsExpression
2017-05-01 00:03:55 +02:00
Denis Rouzaud
c5dcfc1ebf
move SIP_CODE to public section
2017-04-30 23:30:34 +02:00
raymondnijssen
b82c9b8917
sipify QgsPoint
2017-04-30 23:30:33 +02:00
Etienne Trimaille
bb3a41883d
sipify qgsoverlayanalyzer and qgsnewmemorylayer
2017-04-30 23:07:57 +02:00
arnaud.morvan@camptocamp.com
adf5b6f0c5
[processing] Fix qgis:singlepartstomultipart test
2017-04-30 22:41:42 +02:00
doublebyte1
1287a64eb2
- updated const variables on the qgsvector header.
...
- Removed dataItem_t pointer from qgsdataitem bindings.
- Put back qobject_cast.
2017-04-30 22:33:58 +02:00
doublebyte1
2d7b2ecff4
- Supporting automated sip generation for qgsdataitem and qgsvector classes
...
- Removed qgsdataitem.sip and qgsvector.sip from auto_sip.blacklist
- Annotated qgsdataitem.h for sip
- regenerated automatically qgsdataitem.sip and qgsvector.sip
2017-04-30 22:33:58 +02:00
Etienne Trimaille
e4d2f34f3f
sipify QgsScaleCombobox
2017-04-30 21:00:52 +02:00
Alexander Bruy
80c8875275
fix failing test
2017-04-30 20:29:39 +03:00
Matthias Kuhn
28a21209b9
[sipify] seealso
2017-04-30 16:52:05 +02:00
Denis Rouzaud
897e2f0410
[sipify] do not take // comments into docstrings
2017-04-30 16:34:08 +02:00
Denis Rouzaud
f20b9b96e7
[sipify] better remove body, remove duplicate code
2017-04-30 16:34:08 +02:00
Denis Rouzaud
39d87248ab
[sipify] fix handling of nested classes
...
going to proper section when ending a nesting classes (public/private)
also improve debugging output
2017-04-30 16:34:07 +02:00
Alexander Bruy
a944f7c4c1
[processing] handle NULL values in the Singleparts to multiparts ( fix #15822 )
2017-04-30 14:31:52 +03:00
Alexander Bruy
3f669140d5
[processing] fix GRASS commands logging
2017-04-30 14:31:52 +03:00
Denis Rouzaud
a86f5ea52d
remove PyNames for QgsGeometry::compare methods
...
single python method with some MethodCode to dispatch to proper cpp methods.
2017-04-30 11:29:45 +02:00
Denis Rouzaud
b0d4a4c201
sipify geometry classes
2017-04-30 11:29:45 +02:00
Alexander Bruy
ed103e59e2
Merge pull request #4445 from arnaud-morvan/processing_fix_rasterize
...
[processing] fix rasterize dialog openning (fix #16061 )
2017-04-30 10:33:29 +03:00
Nyall Dawson
b587282186
Merge pull request #4433 from nyalldawson/blur_buffer
...
[FEATURE] Allow paint effects for label buffers & backgrounds
2017-04-30 10:14:36 +10:00
Juergen E. Fischer
b29a10eeb7
hub.qgis.org moved to issues.qgis.org
2017-04-29 23:34:27 +02:00
arnaud.morvan@camptocamp.com
bc09875866
[processing] Fix rasterize dialog openning
...
Fix #16061
Do not pass in getConsoleCommand just to get commandName for shortHelp.
This avoid errors with non initialized parameters.
2017-04-29 21:09:05 +02:00
Alexander Bruy
3450a9ff89
[processing] add multithreading option to warp ( fix #15340 )
2017-04-29 15:39:49 +03:00
Denis Rouzaud
b88f350b22
add server files to sipify
...
you just now need to unblacklist them :)
2017-04-28 18:52:15 +02:00
arnaud.morvan@camptocamp.com
44731f2314
[db_manager] Fix postgis plugins loading
...
Fix infinite recursion on load calls
2017-04-28 18:47:43 +02:00
rldhont
856046c5f0
[BUGFIX][Processing] Fix spatialite version comparison: import re
2017-04-28 13:47:19 +02:00
arnaud.morvan@camptocamp.com
cfe8dfedae
[db_manager] Fix DBConnector.getSchemaTableName
...
Fix #15910
2017-04-28 12:11:04 +02:00
Nyall Dawson
455f9738dd
Sipify QgsTextRenderer
2017-04-28 19:25:45 +10:00
Nyall Dawson
debe1098cb
[FEATURE] Allow setting paint effects on label background shapes
...
Can also be useful for improving text readability through
outer glows and blurs
2017-04-28 19:25:45 +10:00
Nyall Dawson
b9f102c98d
[FEATURE] Paint effect support for label buffers
...
Allows applying a paint effect (such as blurs) to label buffers.
Blurring label buffers is a great way to get the text readability
of a label buffer without the distracting halo effect.
2017-04-28 19:25:45 +10:00
Matthias Kuhn
c219116358
Add QgsDataProvider::uri property
2017-04-28 00:27:46 +02:00
Alexander Bruy
eeba0efc36
followup 1ac053fc26
2017-04-27 10:59:46 +03:00
Alexander Bruy
1ac053fc26
[processing] prevent division by zero in save selected features
...
algorithm (fix #16431 )
2017-04-27 10:54:07 +03:00
Nyall Dawson
0b0ccc9e9d
Rename QgsVectorLayer::selectedFeaturesIterator to getSelectedFeatures
...
It's more in line with QgsVectorLayer::getFeatures, hence a more
discoverable API
2017-04-27 11:16:10 +10:00