3565 Commits

Author SHA1 Message Date
Denis Rouzaud
85f3b81b55 remove double spaces in sip files
fix indentation
2017-05-03 08:02:14 +02:00
Denis Rouzaud
6958db6f06 [sipify] rename SIP_PYARGTYPE to SIP_PYTYPE since it can be used to changed return types too 2017-05-03 07:22:30 +02:00
nirvn
747c2e2bf3 rotated world file support in QgsMapSettingsUtils::worldFileContent() 2017-05-03 10:39:17 +07:00
Matthias Kuhn
8d8fa9466c [feature] Expression performance improvements 2017-05-02 21:25:43 +02:00
Denis Rouzaud
fbd62be7c5 [sipify] remove static const value assignment 2017-05-02 20:34:25 +02:00
Matthias Kuhn
c30d7b98d7 Fix docstrings 2017-05-02 19:43:29 +02:00
Denis Rouzaud
6e38c1d692 change mullptr in api doc test 2017-05-02 12:11:07 +02:00
Mathieu Pellerin
81ccfb0de4 Merge pull request #4460 from nirvn/wallpapers 2017-05-02 13:24:56 +07:00
nirvn
295c21227c Add a QgsMapSettingsUtils::worldFileContent() function 2017-05-02 12:15:46 +07:00
Nyall Dawson
e709e3eb0a Add unit test for QgsProcessingUtils::createSpatialIndex 2017-05-02 13:49:51 +10:00
Nyall Dawson
600518de72 Add unit tests for QgsProcessingUtils::mapLayerFromString 2017-05-02 12:33:22 +10:00
Nyall Dawson
11fb72eef7 Only expose a single mapLayerFromString method in QgsProcessingUtils 2017-05-02 12:33:22 +10:00
Matthias Kuhn
f522756fe9 Tag test context function as non-static 2017-05-02 01:56:23 +02:00
Matthias Kuhn
6593754f9d Explicitly tag static variables 2017-05-02 01:56:23 +02:00
Denis Rouzaud
634c7aa3f4 [sipify] fix do not print comment after SIP directive 2017-05-01 16:13:11 +02:00
raymondnijssen
dce5b59fcb sipified qgsadvanceddigitizingdockwidget 2017-05-01 11:20:39 +02:00
Denis Rouzaud
5e220e69ec followup b46de90d53c9298ba4f1267d2bdabcf4d669afe5 2017-05-01 00:13:41 +02:00
Denis Rouzaud
298e14b314 [sipify] handle multiple annotations 2017-04-30 17:16:57 +02:00
Denis Rouzaud
c2b1272246 [sipify] fix oneliner constructor and destructor 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
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
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
8633480be2 Unblacklist qgis_distanceareatest on OSX 2017-04-30 08:26:28 +10:00
Nyall Dawson
ef6c8be16f Fix import WKT of the format MultiPoint (-20 -90, -20 -88 )
Should technically be MultiPoint ((-20 -90), (-20 -88)), but
it's nice to be forgiving and accept as wide a range of WKT
formats as possible

Fix #16483
2017-04-30 08:23:49 +10:00
Matthias Kuhn
5fe6587e0b [travis] Unblacklist expression test on osx 2017-04-30 00:13:26 +02:00
Juergen E. Fischer
b29a10eeb7 hub.qgis.org moved to issues.qgis.org 2017-04-29 23:34:27 +02:00
Juergen E. Fischer
98c89ccabe also accept uppercase .qgs as project extension (fixes #15871) 2017-04-29 13:53:28 +02:00
Denis Rouzaud
2c4b3bbf21 followup ec568222e06776f45ec6dbe390d21c117938cb67 2017-04-29 07:42:42 +02:00
Denis Rouzaud
ec568222e0 followup b88f350b2283df3ce5f527fd41b7b1382f4c23a1
add server to sipify test
2017-04-28 20:56:54 +02:00
Nyall Dawson
0d5cbfe689 Update text renderer mask images 2017-04-28 20:13:10 +10:00
Nyall Dawson
38414b3878 Update text renderer tests 2017-04-28 19:41:43 +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
Denis Rouzaud
ce770293b3 [sipify] debug + fix multiline in SIP_RUN 2017-04-27 11:06:19 +02:00
Nyall Dawson
348b65b12c Remove old code for handling QWT < 6.1
Versions < 6.1 are not compatible with Qt5
2017-04-27 11:55:45 +10:00
lbartoletti
84471f2e6d New classes for circle and ellipse. 2017-04-27 10:25:29 +10:00
Denis Rouzaud
4cc4a27068 [sipify] operators, remove argument
* skip some operators
 * allow to remove an argument with SIP_PYARGREMOVE
2017-04-26 15:06:16 +02:00
Denis Rouzaud
0f9ddc29b4 fix doxgen test 2017-04-26 13:20:52 +02:00
Denis Rouzaud
9688b81874 followup 45266cd03ef8037fd657b992357b0d2d716522da 2017-04-26 11:04:25 +02:00
Denis Rouzaud
45266cd03e [sipify] improvements
* add In annotation
 * remove struct forward declarations
 * fix members initialization list in header
 * merge removal code for function bodies and constructor definition
2017-04-26 10:25:50 +02:00
Nyall Dawson
a5e33fa93c Add method to take layer and ownership from a project 2017-04-26 16:48:27 +10:00
Denis Rouzaud
9bb076295e [sipify] improvements
* add Array and ArraySize annotations
 * also handle multiline skipped bodies
 * handle #if 0 blocks
2017-04-26 08:15:18 +02:00
Nyall Dawson
13f081359e Fix failing test 2017-04-26 13:05:56 +10:00