13669 Commits

Author SHA1 Message Date
Etienne Tourigny
a2b80be89b fixes for browser (GDAL rasters) : skip *.aux.xml files ; add suffix to raster file names in browser ; add HDF4 file suffix (.hdf) in buildSupportedRasterFileFilterAndExtensions() 2012-03-09 22:44:07 +01:00
Marco Hugentobler
3e0fb86cce Fix for crash when quiting QGIS (ticket #5145) 2012-03-09 21:24:34 +01:00
Juergen E. Fischer
2f135c1d63 use GDAL_FIX_ESRI_WKT in QgsOgrProvider::crs (fixes #5066 with GDAL 1.9) 2012-03-09 17:42:56 +01:00
Juergen E. Fischer
5e2f96cd3a fix for some translations and expression function help 2012-03-09 17:42:51 +01:00
Juergen E. Fischer
c6b99909db fix typos 2012-03-09 17:42:05 +01:00
Juergen E. Fischer
ab859598e2 fix windows build 2012-03-09 16:42:53 +01:00
Juergen E. Fischer
f700c01e33 debian packaging update 2012-03-09 13:30:55 +01:00
Alexander Bruy
91da6af5ac fix #5097 2012-03-09 10:39:42 +02:00
Juergen E. Fischer
a8731244ee debian packageing update: add globe plugin to ubuntu precise 2012-03-08 16:10:29 +01:00
pcav
56f38aad25 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-03-08 15:55:22 +01:00
Juergen E. Fischer
dabd59b134 also build pyspatialite with system spatialite 2012-03-08 15:56:02 +01:00
pcav
d3f5eb2684 Added a module 2012-03-08 15:54:35 +01:00
pcav
c2855028e9 [FEATURE] Added v.extrude GRASS module Note: also added r.stats in a previous commit 2012-03-08 10:55:44 +01:00
pcav
88beca0e91 Minor edit to r.external grass module 2012-03-08 10:07:11 +01:00
pcav
5bbb59390a Cleanup and improvements to r.external, r.in.gdal, and v.in.ogr GRASS modules 2012-03-08 09:56:33 +01:00
Giuseppe Sucameli
39069220b2 [FEATURE] load/save layer style (new symbology) from/to SLD document
This is a huge commit, but it's mostly new functions. It changes only few lines on the existing code.
- add conversion between QgsExpression and OGC Filter Encoding 1.1
- add conversion between QgsRendererV2 and OGC Symbology Encoding 1.1

Work done for Regione Toscana-SIGTA
2012-03-08 05:33:19 +01:00
Juergen E. Fischer
7dc3096218 fix #5132 2012-03-07 20:22:07 +01:00
Marco Hugentobler
e71494a560 Fix wrong extent after loading project files with embedded groups 2012-03-07 14:03:31 +01:00
Juergen E. Fischer
6e20c54077 catch transformation exceptions in QgsGrassRegionEdit::transform 2012-03-07 07:50:44 +01:00
Juergen E. Fischer
3bb9496c99 composer api doxygen fixes 2012-03-07 07:50:18 +01:00
Juergen E. Fischer
7a0c6d5b10 debian packaging update: drop hardy, intrepid, jaunty and karmic 2012-03-07 07:48:36 +01:00
Juergen E. Fischer
2e6bf626be debian packaging update: add wheezy and use internal spatialite where libspatialite3 not available 2012-03-06 20:38:31 +01:00
Juergen E. Fischer
6bf7a65e42 german translation update 2012-03-06 19:49:21 +01:00
Alexander Bruy
c89fec8e75 [FEATURE] fTools: allow to calculate extent not only for whole layer but
for individual features too
2012-03-06 20:33:46 +02:00
Juergen E. Fischer
24a1fb90a7 fix warning 2012-03-06 13:53:37 +01:00
Juergen E. Fischer
407832a9c7 expression builder: only fetch geometry when required (and available) 2012-03-06 13:53:26 +01:00
Juergen E. Fischer
9843384a76 fix #2766 2012-03-06 13:52:31 +01:00
Juergen E. Fischer
c58debc638 postgresql provider: don't require access to geometry_columns 2012-03-05 20:23:57 +01:00
Juergen E. Fischer
dde9ed7373 debian packaging update 2012-03-05 20:23:57 +01:00
Marco Hugentobler
9aba757410 Add more analysis header to install 2012-03-05 16:39:09 +01:00
Marco Hugentobler
3a2c0e9872 [FEATURE]: support PNG 8Bit for GetMap in QGIS server 2012-03-04 22:17:39 +01:00
pcav
e7ef6e4442 Added r.stats grass module 2012-03-04 14:02:14 +01:00
pcav
b7d8064d68 Added option to r.slope grass module 2012-03-03 19:00:37 +01:00
Gary Sherman
fa4ec86ccd Make the capitalization of menu items and tools consistent in the main
window and layer popup UI.
2012-03-02 14:16:54 -09:00
Marco Hugentobler
337eec35fa Fix compile error 2012-03-02 20:12:43 +01:00
Marco Hugentobler
92a58944db Avoid multiple redraws when loading projects 2012-03-02 14:46:38 +01:00
Marco Hugentobler
203cb9b75d WMS server: create rendercontext to find out visible features 2012-03-02 13:52:52 +01:00
Marco Hugentobler
eaed6703c9 Use symbolsForFeature in point displacement renderer 2012-03-02 10:59:01 +01:00
Marco Hugentobler
0b198ba03b WMS featureinfo: use willRenderFeature instead of symbolForFeature 2012-03-02 09:25:17 +01:00
Tim Sutton
1a78f0b15a [BACKPORT] added more missing python bindings for composer api 2012-03-02 08:14:26 +02:00
Tim Sutton
fd7e03d7b3 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-03-02 02:57:37 +02:00
Martin Dobias
ad955e26bf Added willRenderFeature() and symbolsForFeature() utility methods. 2012-03-02 00:06:02 +01:00
Marco Hugentobler
ccb5ed067f Disable offset curve if geos version < 3.3 2012-03-01 17:55:48 +01:00
pcav
788c7365af Adder option to r.mask GRASS module 2012-03-01 16:17:21 +01:00
Alexander Bruy
3c7354e3d8 fix geometry column export when used calculation on ellipsoid 2012-03-01 13:02:00 +02:00
Tim Sutton
32be114f76 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-03-01 12:08:54 +02:00
Juergen E. Fischer
8459b5834f german translation update 2012-02-29 22:37:19 +01:00
Juergen E. Fischer
ea80d59f9f fix warnings 2012-02-29 21:22:15 +01:00
Nathan Woodrow
991f3d332a Replace New with 'New Connection' in browser context menu
New... implied creating a new spatiaLite database, which is not the
case.
2012-02-29 19:58:52 +10:00
Marco Hugentobler
b75b8b71c0 Remove comment 2012-02-29 10:50:03 +01:00