26197 Commits

Author SHA1 Message Date
Juergen E. Fischer
0593ef6a26 rename new QgsSnapper::snapPoint method to snapMapPoint and restore python name
of deprecated old version (fixes #12153)
2015-02-09 01:15:07 +01:00
Juergen E. Fischer
90cc725b3f nine cell filter: restore defaults 2015-02-09 01:15:07 +01:00
Nathan Woodrow
47ffa70a75 Merge pull request #1890 from rutsky/patch-1
treat PostgreSQL's "xml" field type as string
2015-02-09 09:06:00 +10:00
Nyall Dawson
d6bfe7c17f Add missing overrides 2015-02-09 09:02:49 +11:00
Juergen E. Fischer
b67daf0336 new coverity fixes 2015-02-08 19:32:50 +01:00
Juergen E. Fischer
b2cfe0b330 postgres provider: show notices 2015-02-08 19:27:34 +01:00
Juergen E. Fischer
a264a27dfb fix windows build (pow called with an integer) and comma cosmetics 2015-02-08 13:15:42 +01:00
Matthias Kuhn
2e9cc1a4ff Reduce debug noise and fix Qt5 compatibility
Fix #12145 (Master does not compile with Qt5 libraries)
2015-02-08 12:49:08 +01:00
Matthias Kuhn
a7baf39652 Preserve formatting of expressions for datadefined symbology
Followup 6fb347d
2015-02-08 12:49:08 +01:00
Juergen E. Fischer
0ed6cfad34 followup 2f9dfd250 2015-02-08 10:13:42 +01:00
Juergen E. Fischer
2f9dfd250f fix build error 2015-02-08 10:12:05 +01:00
volaya
c4a6adc788 Merge pull request #1753 from arnaud-morvan/processing_managefields
Create FieldMapper GeoAlgorithm
2015-02-08 09:03:40 +01:00
volaya
afd21cd79f Merge pull request #1759 from arnaud-morvan/processing_bylocation_operators
Processing bylocation operators
2015-02-08 09:02:56 +01:00
alexbruy
b1a2ccdc90 Merge pull request #1892 from neteler/master
[processing] updates for GRASS GIS 7 support; file date updated in comment
2015-02-08 09:53:04 +02:00
Markus Neteler
a18286fa3d GRASS GIS batch job needs sqlite directory to be created 2015-02-07 23:35:35 +01:00
Juergen E. Fischer
6ed695aa73 remaining cppcheck issues 2015-02-07 23:14:09 +01:00
Markus Neteler
0a1382a0be updates for GRASS GIS 7 support; file date updated in comment 2015-02-07 21:53:30 +01:00
Juergen E. Fischer
2589b1a7dd fix build without QwtPolar 2015-02-07 20:28:38 +01:00
Juergen E. Fischer
c67e31d165 move travis notifications to #qgis-test 2015-02-07 18:41:00 +01:00
Juergen E. Fischer
0f9397028e fix more cppcheck issues 2015-02-07 18:40:42 +01:00
Sandro Santilli
a40eca4a34 Use core support for map rotation in composer
Includes patch by Martin Dobias
See http://lists.osgeo.org/pipermail/qgis-developer/2015-January/036309.html

Fix #11912
2015-02-07 15:34:30 +01:00
Sandro Santilli
7d6b7ccc50 Show actually visible canvas area in overview (possibly rotated)
Fix #11862
2015-02-07 15:30:14 +01:00
Sandro Santilli
1ccf558497 Add a new visiblePolygon method to QgsMapSettings
Centralizes code to return a possible rotated map area boundaries.
Makes use of the new method from the grid decoration.

Adds new testcase for QgsMapSettings, including test for visibleExtent,
mapUnitsPerPixel and the new visiblePolygon method.
2015-02-07 15:05:00 +01:00
Juergen E. Fischer
198d8fe58f fix warnings and extra semicolons 2015-02-07 13:54:46 +01:00
Juergen E. Fischer
dc93261ce5 fix cppcheck issues 2015-02-07 12:57:57 +01:00
Juergen E. Fischer
205b1367d8 restore imports in python/plugins/processing/__init__.py (followup 956c155e8) 2015-02-07 12:57:57 +01:00
Nathan Woodrow
66091cadfd Remove travis notifications in IRC
Anyone who forks QGIS and has Travis will also send stuff to IRC which is annoying.
See https://github.com/travis-ci/travis-ci/issues/1094
2015-02-07 20:45:12 +10:00
Nyall Dawson
4def416bbc Merge pull request #1858 from vmora/symbol_list_refacto
line symbol layer refacto to avoid code duplication
2015-02-07 20:51:40 +11:00
Nyall Dawson
b60221a375 Coverity fixes (uninitialized members) 2015-02-07 19:56:57 +11:00
Juergen E. Fischer
76b0bcfce0 again more coverity fixes 2015-02-07 09:54:11 +01:00
Nyall Dawson
5160d467cb More (probably harmless) uninitialized variables in tests 2015-02-07 13:16:03 +11:00
Juergen E. Fischer
a3668f5853 more coverity fixes 2015-02-07 02:31:42 +01:00
Juergen E. Fischer
e3d5a0549c fix some coverity issues 2015-02-06 21:12:18 +01:00
Vladimir Rutsky
e5a6a088d1 treat PostgreSQL's "xml" type as string 2015-02-06 20:54:08 +03:00
Sandro Santilli
e0116ef5d2 Have QCOMPARE be more verbose about failure 2015-02-06 18:47:56 +01:00
arnaud.morvan@camptocamp.com
9e51488a88 Create FieldMapper GeoAlgorithm 2015-02-06 16:10:14 +01:00
arnaud.morvan@camptocamp.com
84936e59e7 Add ParameterGoemetryPredicate and use it in XxxByLocation algorithms 2015-02-06 15:00:18 +01:00
Nyall Dawson
88c928af56 Fix a bunch of (probably harmless) uninitialized variables
(improves Coverity signal-to-noise ratio)
2015-02-06 19:59:21 +11:00
volaya
e219a144bf Merge pull request #1886 from radosuav/processing_fix
[Processing] Don't fill empty fields in batch mode with 0.
2015-02-06 08:18:52 +01:00
volaya
6f338d75aa Merge pull request #1887 from gioman/fix_processing_ogr_clip
fixes processing ogr clip tools when input is postgis/spatialite
2015-02-06 08:18:25 +01:00
Nathan Woodrow
59b758bb27 Fix #12069 - Don't adjust size of projection combobox
Funded by Digital Mapping Solutions
2015-02-06 15:28:25 +10:00
Nathan Woodrow
fe9c7c3e65 Fix #12055 - Add split to function/help area on expression builder
Funded by Digital Mapping Solutions
2015-02-06 13:50:06 +10:00
Giovanni Manghi
5c5cb4066a fixes processing ogr clip tools when input is postgis/spatialite 2015-02-05 18:37:59 +00:00
Sandro Santilli
fb344ff1b6 Use a simpler image for testing composer map rotation and overview
Update expected results and configuration of new image
Add rendering anomalies, as determined by travis ubuntu 12.02
2015-02-05 19:08:11 +01:00
alexbruy
32ab9677b5 Merge pull request #1885 from gioman/processing_add_gdal_tiff_compression_options
fixes processing gdal rasterize and add compression options for geotiff outputs
2015-02-05 16:58:23 +02:00
radosuav
f6d533a807 [Processing] Don't fill empty fields in batch mode with 0.
Should fix #12119
2015-02-05 15:03:01 +01:00
Giovanni Manghi
3749867c8f fixes processing gdal rasterize and add compression options for tiff outputs 2015-02-05 13:52:19 +00:00
Nyall Dawson
e4fb95fad1 [pal] Some const correctness and avoid passing large object by value 2015-02-05 18:34:14 +11:00
Nyall Dawson
249af5fbd2 Fix uninitialized variable 2015-02-05 18:31:01 +11:00
Nyall Dawson
73b9569386 Fix a bunch of memory leaks
...thanks Coverity, thoverity.
2015-02-05 18:30:39 +11:00