38310 Commits

Author SHA1 Message Date
arnaud.morvan@camptocamp.com
8376a30f7a Sipify QgsField 2017-05-01 01:05:33 +02:00
Denis Rouzaud
5d5bb34383 prepare-commit: do not exist if indentation fails to go on with sipify 2017-05-01 00:48:19 +02:00
Matthias Kuhn
39f87ccf0d Fixup d230cf2e4 2017-05-01 00:43:39 +02:00
Denis Rouzaud
5e220e69ec followup b46de90d53c9298ba4f1267d2bdabcf4d669afe5 2017-05-01 00:13:41 +02:00
Matthias Kuhn
7f3941e073 Doxymentation 2017-05-01 00:04:29 +02:00
Matthias Kuhn
9e14344b71 more usage of cached values 2017-05-01 00:04:29 +02:00
Matthias Kuhn
00207c84aa Also support invalid-as-null variants 2017-05-01 00:04:29 +02:00
Matthias Kuhn
82e36f075d Code cleanup in QgsExpression 2017-05-01 00:03:55 +02:00
Matthias Kuhn
0cc7311328 Collapse static nodes in QgsExpression:prepare()
If the result of a node in a QgsExpression can already be determined to
be static at preparation time, there is no need to re-evaluate it
for every feature.
2017-05-01 00:03:55 +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
b46de90d53 [sipify| do not write docstring for [] operator 2017-04-30 23:51:47 +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
Juergen E. Fischer
fe2f111edf remove superfluous semicolon (followup e4d2f34) 2017-04-30 22:33:19 +02:00
arnaud.morvan@camptocamp.com
6030cb983f Fix typo in sipify.pl 2017-04-30 21:08:52 +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
Denis Rouzaud
298e14b314 [sipify] handle multiple annotations 2017-04-30 17:16:57 +02:00
Juergen E. Fischer
4ae22ac67e update INSTALL following 82418ea0 2017-04-30 16:58:15 +02: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
c2b1272246 [sipify] fix oneliner constructor and destructor 2017-04-30 16:34:07 +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
Denis Rouzaud
92b5265d82 [sipify] fix multiline definition with member initiliazing list 2017-04-30 16:34:07 +02:00
Juergen E. Fischer
82418ea04e debian packaging: disable WITH_PYSPATIALITE in favor of libsqlite3-mod-spatialite 2017-04-30 15:56:37 +02:00
raymondnijssen
07b2bf1124 add some cheering 2017-04-30 14:47:44 +02:00
raymondnijssen
64215373e1 add beer 2017-04-30 14:47:44 +02:00
Alexander Bruy
0c621eac0f homogenize allowed tolerance values (fix #16336) 2017-04-30 14:37:53 +03: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
d71a563ee1 fix sipify_all 2017-04-30 12:58:34 +02:00
Juergen E. Fischer
c437b55b37 remove accidentally committed files 2017-04-30 12:04:37 +02:00
Juergen E. Fischer
21f81fb2a2 fix 98c89ccab 2017-04-30 12:01:58 +02:00
Denis Rouzaud
bbdc77dd91 followup #a86f5ea52d75862c190105d1ceb23c47a61bba4e fix issues links 2017-04-30 11:38:22 +02: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
Juergen E. Fischer
fe93e46588 fix test_qgsgeometry.py indentation 2017-04-30 10:11:28 +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
Larry Shaffer
cb63e82d62 Fix QgsJSONUtils test to work on macOS
Apparently, newer versions of QJsonDocument strip extra new lines when
encoding some mapped values. Ignore in output from any version for now
2017-04-30 01:47:10 +02:00
Nyall Dawson
e861f33b54 Fix memory leak 2017-04-30 09:23:01 +10:00
Nyall Dawson
8593f3ab9e Fix Coverity null dereference warnings 2017-04-30 09:22:49 +10:00
Nyall Dawson
d2a7c93832 Fix Coverity logically dead code error 2017-04-30 09:22:25 +10:00
Nyall Dawson
4b4606f777 Fix Coverity uninitialized member warning 2017-04-30 09:22:04 +10:00
Nyall Dawson
3c5f30b615 Fix Coverity unchecked return value error 2017-04-30 09:21:45 +10:00
Nyall Dawson
8633480be2 Unblacklist qgis_distanceareatest on OSX 2017-04-30 08:26:28 +10:00