Juergen E. Fischer
7019a8ce12
fix windows build (followup 8993a4b)
2015-10-30 09:06:55 +01:00
Radim Blazek
8993a4bc38
increased transformBoundingBox() accuracy
2015-10-29 18:36:11 +01:00
Radim Blazek
1c22445323
fix raster projector src extent calculation, fixes #13665
2015-10-29 18:36:10 +01:00
Juergen E. Fischer
d9c8e73fa2
'fix' PyQgsRulebasedRenderer test (followup 08185c9a)
2015-10-29 15:21:05 +01:00
Juergen E. Fischer
80d0272bcd
update INSTALL to reflect dependency on GEOS 3.4 (GEOSNearestPoint_r)
2015-10-29 14:25:15 +01:00
Juergen E. Fischer
51fe6329ae
When reprojecting a layer in geo coordinates onto a canvas with a
...
projection that maps badly on it (ie. projecting the reprojected extent
back differs much from the input extent; eg. when using stereographic
projections), render the full layer (whole world).
Fixes #7596
2015-10-29 12:09:08 +01:00
Juergen E. Fischer
08185c9af4
render polygons with outline using drawPath ( fixes #13343 )
2015-10-29 12:08:54 +01:00
elpaso
ecaadef7eb
Added const and Q_FOREACH instead of plain foreach
2015-10-29 09:36:46 +01:00
elpaso
d24f40c916
Added colorramps to the select by group export
...
This completes the fix #11681
2015-10-29 08:36:31 +01:00
Nyall Dawson
bcb7e44174
When deleting nodes from the end of a linestring, select the
...
final node following a delete rather than reverting to the first
node.
Improves workflow when deleting sequential nodes from end of
lines.
2015-10-29 17:01:38 +11:00
Nyall Dawson
ba1de8b5aa
Fix crash when deleting last node in a geometry ( fix #13674 )
2015-10-29 17:01:38 +11:00
Nathan Woodrow
93facfd9bb
Merge pull request #2407 from DelazJ/patch-2
...
fix 'serch' typo, replace with 'search'
2015-10-29 08:43:57 +10:00
Harrissou Sant-anna
636b0f9410
fix 'serch' typo, replace with 'search'
2015-10-28 19:06:34 +01:00
Alessandro Pasotti
feab3ad8ec
Merge pull request #2405 from elpaso/symbol-export-select-by-group
...
Interactive selection by group of exported symbols
2015-10-28 18:22:40 +01:00
Juergen E. Fischer
6a4544fc4c
fix fetching of redirected wms capabilities (followup e95bf6d)
2015-10-28 17:32:26 +01:00
elpaso
a141ffb390
Interactive selection by group of exported symbols
...
This fixes #11681
2015-10-28 17:31:21 +01:00
Juergen E. Fischer
406db65fee
fix instant crash in browser data items.
...
Avoids passing references to potentially short living QStrings to threads
(followup 70bff3f)
2015-10-28 17:11:25 +01:00
volaya
2bb0cf9fad
Merge pull request #2398 from mdouchin/patch-1
...
[processing] Debug ConcaveHull.py
2015-10-28 15:10:53 +01:00
volaya
b339ad13c8
Merge pull request #2399 from NaturalGIS/processing_fix_grass7_v_out_ogr
...
fix processing GRASS 7 v.out.ogr
2015-10-28 15:06:53 +01:00
Salvatore Larosa
c866dcce8f
[pyqgis-console] fixes #13693 : fix default value in settings for the last used directory when opening a script file
2015-10-28 14:52:29 +01:00
Richard Duivenvoorde
b931501e09
Merge pull request #2400 from anitagraser/patch-10
...
Update qgstipfactory.cpp
2015-10-28 14:08:19 +01:00
Juergen E. Fischer
0799e09a67
fix qgsauthmanager test on windows
2015-10-28 01:08:10 +01:00
Nyall Dawson
fc49f8dfa9
Add test for coverage of SIP bindings
...
Not perfect, but good for a quick warning if a new class or member
has been added to the public API without Python bindings. The test
only considers the name of members, since it seems to be impossible
to test for the signature of a Python member. (So adding a new
overloaded method without bindings will still unfortunately pass).
You can avoid the test where bindings are not applicable:
- for a whole class by placing "@note not available in Python bindings"
in the class' Doxygen comments
- or by placing the @note inside a member's Doxygen comments for a
specific member
Additionally, classes which aren't included in the API docs
will not be tested.
2015-10-28 09:54:27 +11:00
Nyall Dawson
7842391eba
Add some missing consts to operators
2015-10-28 09:47:44 +11:00
Nyall Dawson
fe221d54bf
Don't return QStrings by reference, since they're implicitly shared
...
anyway
2015-10-28 09:47:44 +11:00
Juergen E. Fischer
f0930cacc1
osgeo4w: fetch grass7 path from grass
2015-10-27 23:01:25 +01:00
Juergen E. Fischer
07632088f0
fix translation string
2015-10-27 17:15:16 +01:00
Médéric Ribreux
f2e527f033
[Processing] Add proxy support for Get scripts and models ( fixes #13412 )
2015-10-27 16:20:12 +01:00
Juergen E. Fischer
fe6456f86e
fix windows build again (followup 3dcabfb and 70bff3f)
2015-10-27 09:00:33 +01:00
Juergen E. Fischer
b505be2ed6
osgeo4w: include themes
2015-10-27 00:06:30 +01:00
Giuseppe Sucameli
e086766413
Add myself to developer map (!)
2015-10-26 23:44:03 +01:00
Jürgen Fischer
37d9d23e61
Merge pull request #2401 from volter/master
...
Fix armv7hl build
2015-10-26 22:15:41 +01:00
Nyall Dawson
7997c02112
Fix build
2015-10-27 06:36:49 +11:00
Volker Fröhlich
87e6f34c30
Fix armv7hl build
2015-10-26 18:03:07 +01:00
Marco Hugentobler
a0a44f2b08
Fix critical regression in WFS provider (introduced with 5be0ee734fa233f2a3f893ddc72e8264d029f2d0). Funded by Sourcepole QGIS Enterprise
2015-10-26 17:46:33 +01:00
rldhont
da5e73ef4a
[BUGFIX][QGIS Server] Laye order from group in GetPrint
...
Since QGIS 2.8, QGIS Server rendered layers form group in reverted order.
2015-10-26 17:35:33 +01:00
Nyall Dawson
ce5ed44dc5
Add some missing Q_OBJECT macros
2015-10-26 22:47:12 +11:00
Nyall Dawson
9d4e995de6
[FEATURE] Add geometry relation DE-9IM expression function
2015-10-26 22:46:53 +11:00
Nyall Dawson
f1633a1796
Change all signals to use const refs for non trivial objects
2015-10-26 22:46:25 +11:00
Nyall Dawson
70bff3f6aa
Finish flipping a lot of methods to take const references for
...
non-trivial types
2015-10-26 22:46:14 +11:00
Nyall Dawson
f7f659be0b
Avoid some clazy detaching temporary warnings
2015-10-26 22:46:05 +11:00
Anita Graser
a18a0ada55
Update qgstipfactory.cpp
...
suggesting currently used names
2015-10-26 12:35:24 +01:00
Giuseppe Sucameli
ad45f32161
Merge pull request #2394 from PedroVenancio
2015-10-26 10:29:45 +01:00
Giovanni Manghi
77451f962c
fix processing GRASS 7 v.out.ogr
2015-10-25 17:08:37 +00:00
Giuseppe Sucameli
22aea3201b
[GdalTools] minor changes to ui and code (follow 32be4756)
2015-10-25 16:39:05 +01:00
Giuseppe Sucameli
55b068fa9a
Merge branch 'clipper' of https://github.com/PedroVenancio/Quantum-GIS into PedroVenancio-clipper
...
Conflicts:
python/plugins/processing/algs/gdal/ClipByMask.py
2015-10-25 16:38:27 +01:00
mdouchin
f443bb8c03
Update ConcaveHull.py
2015-10-25 12:29:25 +01:00
mdouchin
99fcd625eb
Update ConcaveHull.py
...
Correct qgis:dissolve algorithm call
2015-10-25 12:17:36 +01:00
Juergen E. Fischer
3d932376c8
update doxygen links
2015-10-25 10:11:32 +01:00
volaya
4f8a27dd64
[Processing] add default extensions for outputs as setting
...
Based on an idea and code by Evgeniy Nikulin
It includes some improvements to the settings sysmte
2015-10-24 21:18:17 +02:00