27554 Commits

Author SHA1 Message Date
pcav
8cdd6173b0 Minor fixes to SAGA modules, for consistency 2015-06-04 19:36:30 +02:00
Marco Hugentobler
12134a0283 Consider new wkb types for postgis in browser. Fixes second part of #12857 2015-06-04 18:01:35 +02:00
Giovanni Manghi
fab465aa16 fix GRASS7 v.voronoi output as lines 2015-06-04 16:55:27 +01:00
Marco Hugentobler
9d38b711c7 Remove code duplication in geos import 2015-06-04 17:34:03 +02:00
Larry Shaffer
71ceab8dc5 Fix single band gray with alpha raster type not recognized (fix ##4159)
- Add band color interpretation for WCS provider (from GDAL provider)
2015-06-04 09:01:11 -06:00
Marco Hugentobler
08f2f4138d Make geometry import/export more robust in case of invalid geometries. Fixes #12836 2015-06-04 14:52:07 +02:00
Nyall Dawson
f39fbf4ef6 Some (very minor) coverity fixes 2015-06-04 21:48:46 +10:00
Matthias Kuhn
10c7d6aa06 Add test for NULL bounding box of empty line 2015-06-04 12:42:34 +02:00
Matthias Kuhn
033baf1b0c Don't crash when deleting last vertex
Fix #12867

Also preserves NULL rectangles in QgsRectangle::normalize()
2015-06-04 11:30:59 +02:00
Matthias Kuhn
385529ef7b PalLabelling: Reproject geometries before evaluating mininum size
Followup 2b096e09
2015-06-03 23:59:42 +02:00
Juergen E. Fischer
d53d30d290 fix style selection when loading from database (fixes #12863) 2015-06-03 23:41:23 +02:00
Juergen E. Fischer
d71b5c66cf homogenize translation strings 2015-06-03 20:24:10 +02:00
Matthias Kuhn
2b096e09e2 Fix suppress labelling of short lines
And deduplicate code
Followup cfe397e
2015-06-03 18:53:36 +02:00
Juergen E. Fischer
8ab005f875 postgres provider: check pg_extension only on Pg>9 2015-06-03 14:16:24 +02:00
Tomáš Pospíšek
0af69ed9fb Add pertinent example for 'LIKE' operator
The usage examples for the 'LIKE' operator are not really pertinent. The proposed change adds an example that actually illustrates the usual usage of the 'LIKE' operator.
2015-06-03 12:51:04 +02:00
Juergen E. Fischer
6a019ada8a don't crash on geometryless wfs features 2015-06-03 00:19:09 +02:00
Nyall Dawson
450c3effd5 Fix missing labels if map rotation is enabled with OTF reprojection
(fix #12025)
2015-06-03 07:54:34 +10:00
Nyall Dawson
d598069779 Fix warning on startup 2015-06-03 07:17:59 +10:00
Juergen E. Fischer
43a8d72baf debian packaging update: include links to qt4 in api docs 2015-06-02 22:55:15 +02:00
mhugent
a07069ca7d Merge pull request #2104 from mhugent/geomtype_render_fix
Better fix for drawing the new geometry types
2015-06-02 22:21:43 +02:00
Matthias Kuhn
afa389fcbe Doxymentation for QgsMessageBar 2015-06-02 21:39:02 +02:00
Matthias Kuhn
f7489e0f2e Advanced digitizing: Create new MessageBarItem for every item shown
The QgsMessageBar takes ownership
Fix #12849
2015-06-02 21:30:46 +02:00
Salvatore Larosa
6524080f14 [db manager] Fix #12844 - python error opening SQL Window 2015-06-02 18:48:28 +02:00
Juergen E. Fischer
1bd3776392 datum transformation selection: fix crash on 'hide deprecated' (fixes #12719) 2015-06-02 17:38:38 +02:00
Marco Hugentobler
9fcbbc3d70 Better fix for drawing the new geometry types 2015-06-02 17:04:21 +02:00
Matthias Kuhn
ed47ef9637 Exclude PyQgsAppStartup.testPluginPath for now
Since it fails for no obvious reason since 738838acd
2015-06-02 16:37:03 +02:00
Nyall Dawson
10e738ba5f Allow linking API docs to Qt docs through the use of qt doxygen tagfiles.
This is done using the new QT_TAG_FILE and QT_DOC_URL cmake options.
QT_TAG_FILE should be set to the path of the qt.tags tagfile. In ubuntu
this file is provided by the qt4-doc-html package, and is located at
/usr/share/qt4/doc/html/qt.tags
QT_DOC_URL should be currently set to http://doc.qt.io/qt-4.8/
2015-06-02 20:26:09 +10:00
Nyall Dawson
93fb0331bf Always output full results of documentation test, even if test passes 2015-06-02 19:59:36 +10:00
Nyall Dawson
5a477095e0 Add a few more geometry docs 2015-06-02 19:58:57 +10:00
alexbruy
560f161446 Merge pull request #2099 from NaturalGIS/grass_v_voronoi_advanced
[processing] make option as advanced in GRASS v.voronoi
2015-06-02 12:01:24 +03:00
Matthias Kuhn
ddfb9d1094 Add some doxymentation to collapsible group boxes 2015-06-02 10:15:38 +02:00
Martin Dobias
4157b33875 Merge pull request #2100 from nirvn/osm_closed_way_improvement-v2
[OSM] improve handling of closed ways
2015-06-02 15:47:42 +08:00
Juergen E. Fischer
ae11a731ae ogr provider: only reset feature id of added feature, if OGR assigned one (fixes #12648) 2015-06-02 09:39:09 +02:00
nirvn
92b14399b5 [OSM] improve import logic of closed ways 2015-06-02 13:31:20 +07:00
Denis Rouzaud
710e7f74e3 sort include by file name 2015-06-02 08:15:34 +02:00
Denis Rouzaud
adcf119afa sip bindings for user input tool bar 2015-06-02 08:15:34 +02:00
Denis Rouzaud
953c06ba59 add documentation for QgsUserInputDockWidget 2015-06-02 07:40:17 +02:00
Mathieu Pellerin
d94cd88122 [gui] update icon sizing code to handle dock toolbars 2015-06-02 13:22:59 +10:00
Nyall Dawson
cde749f115 Fix broken delete ring tool (fix #12851) 2015-06-02 13:02:24 +10:00
Nyall Dawson
fab1a355d5 Output list of undocument classes during doc coverage test 2015-06-02 12:52:26 +10:00
Nyall Dawson
b34d16f134 Fix warning 2015-06-02 12:51:58 +10:00
Nyall Dawson
34298e2e04 Add geometry classes to API docs 2015-06-02 12:51:40 +10:00
Nathan Woodrow
0fb0ca8efe Fix #12756 - Reduce plugin repositry box size 2015-06-02 10:16:29 +10:00
Nyall Dawson
e295c1fbb7 Fix geometry length and area calculation (fix #12827) 2015-06-02 07:37:11 +10:00
Nyall Dawson
5462e4029e Fix missing labels when map is rotated (fix #12388) 2015-06-02 07:04:05 +10:00
Matthias Kuhn
b284668852 Save collapsed state for relation editor widgets individually 2015-06-01 20:33:02 +02:00
Matthias Kuhn
5d38bd158c Python ConvertToSubclass and Doxymentation for drag and drop designer API 2015-06-01 20:33:02 +02:00
Juergen E. Fischer
518072e9b3 expression: validate places value of format_number (fixes #12796) 2015-06-01 20:19:49 +02:00
Giovanni Manghi
c859127c4e make option as advanced in GRASS v.voronoi 2015-06-01 18:43:31 +01:00
Matthias Kuhn
239dc71d43 Fix compiling 2015-06-01 16:45:51 +02:00