38291 Commits

Author SHA1 Message Date
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
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
Werner Macho
177bc99f4a Add Filename to error message 2017-04-29 23:52:23 +02:00
Juergen E. Fischer
b29a10eeb7 hub.qgis.org moved to issues.qgis.org 2017-04-29 23:34:27 +02:00
Larry Shaffer
d3ea19eaad Enable hidpi support on macOS by default 2017-04-29 21:21:20 +02:00
Larry Shaffer
efe9bbb61c Update macOS app bundle copyright notice 2017-04-29 21:21:20 +02:00
Tim Sutton
7e63324bfd Added a little more padding for recent projects title (#4443) 2017-04-29 21:11:21 +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
Richard Duivenvoorde
4377f20891 Update README.md 2017-04-29 14:23:25 +02:00
Juergen E. Fischer
98c89ccabe also accept uppercase .qgs as project extension (fixes #15871) 2017-04-29 13:53:28 +02:00
Alessandro Pasotti
da39cd9ce8 Merge pull request #4438 from elpaso/server-class-split
[server] Moved QgsBufferServerRequest into its own header and cpp file
2017-04-29 12:52:31 +02:00
Alessandro Pasotti
76d8650358 [server] Moved QgsFcgiServerRequest into its own header and cpp file 2017-04-29 12:12:49 +02:00
Alessandro Pasotti
cd99de7de6 [server] Moved QgsBufferServerRequest into its own header and cpp file 2017-04-29 11:59:33 +02:00
Larry Shaffer
b3e1aba1cd Use gsed for spellchecking on macOS; ignore inline ‘replys’ spell check 2017-04-29 09:07:24 +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
Denis Rouzaud
b88f350b22 add server files to sipify
you just now need to unblacklist them :)
2017-04-28 18:52:15 +02:00
Denis Rouzaud
70da6b6ee7 add server files to sipify
you just now need to unblacklist them :)
2017-04-28 16:45:04 +02:00