13414 Commits

Author SHA1 Message Date
Giuseppe Sucameli
1786b96ba8 feature actions: new button to add some default actions 2012-03-28 03:26:22 +02:00
szekerest
04e826881a MSSQL provider: Remove the dependency from sqlext.h 2012-03-26 16:47:16 +02:00
Juergen E. Fischer
72091184d6 QgsAttributeAction::expandAction still in use - drop deprecation 2012-03-25 12:14:35 +02:00
Juergen E. Fischer
494561167d fix support for multigeometries in postgres and mssql provider 2012-03-25 11:25:04 +02:00
Juergen E. Fischer
dcd8685d39 wms server: improve inverted axis handling for WMS 1.3 2012-03-25 11:25:04 +02:00
Juergen E. Fischer
be42f37d94 osgeo4w: don't set GDAL_DRIVER_PATHÂ 2012-03-25 01:37:43 +01:00
Tim Sutton
e25ffdc5e6 Fix margin issues on digitizing tab of options dialog (reset from 9 to 0 all around). Set scrollbox frame style to noframe 2012-03-24 23:30:34 +02:00
Juergen E. Fischer
53b9ae2421 fix warnings in mssql provider 2012-03-24 20:53:52 +01:00
Alexander Bruy
0ee37699a7 [FEATURE] option to avoid WKT copying from attribute table (fix 4591) 2012-03-24 19:08:12 +02:00
Juergen E. Fischer
54769b3000 heatmap cleanups:
- don't crash when there is no layer at all
- don't translate debug messages
- add german translations
2012-03-24 14:35:48 +01:00
Arunmozhi
fc8b0c42a2 merge pull request #104:
- redesigned the dialog, added a options for - weighted buffer - raster size
- moved the advanced stuff under advancedGroupBox
- finished the GUI code
- finally heatmap hits v0.2 Users can now
 - specify the rows and columns for the raster
 - specify the cell size of the raster
 - Choose a field as weight for each point
 - Choose a field to act as the buffer radius for each point
 - Buffer radius can be specified in real-world units like meters & mapunits
- indentation updated
2012-03-24 14:09:10 +01:00
Nathan Woodrow
aa2d0b8e89 Use 'New Connection...' instead of 'New...' for browser data items 2012-03-24 10:25:08 +10:00
Nathan Woodrow
efe5966e4e Fix typo in MS SQL FreeTDS driver name 2012-03-24 09:10:22 +10:00
Juergen E. Fischer
9cba646c24 german translation update 2012-03-23 21:57:06 +01:00
Juergen E. Fischer
6befa89ad4 indentation update 2012-03-23 21:46:45 +01:00
Juergen E. Fischer
19ac5f6b81 debian packaging update 2012-03-23 21:22:18 +01:00
Juergen E. Fischer
05f7d6baea fix warnings 2012-03-23 20:34:50 +01:00
Nathan Woodrow
585e58179d Merge MS SQL provider support. Funded by Digital Mapping Solutions (Australia) completed by Tamas Szekeres
Also includes initial drag and drop support for PostGIS
2012-03-23 19:28:04 +10:00
szekerest
f2f65d1d79 PG:Implement handledrop for the postgres provider 2012-03-23 09:46:00 +01:00
szekerest
d212ca7f71 Adding the native MSSQL provider 2012-03-23 09:45:59 +01:00
Juergen E. Fischer
51ece3c0c4 fix QgsSpatiaLiteProvider::uniqueValues, when there is a subset string 2012-03-22 22:41:27 +01:00
Juergen E. Fischer
587b33821d fix #5203 2012-03-22 22:15:36 +01:00
Juergen E. Fischer
55290d0f93 german translation update 2012-03-22 21:46:19 +01:00
Juergen E. Fischer
f770aea4f4 indentation update and a few unused parameter warnings fixes 2012-03-22 21:41:15 +01:00
Juergen E. Fischer
8968496bee switch to external spatialite on osgeo4w 2012-03-22 21:25:23 +01:00
Marco Hugentobler
c27c89045c [FEATURE]: Add WFS support for QGIS server. Provided by René-Luc D'Hont 2012-03-20 14:45:39 +01:00
pcav
a2ee769957 Fixed v.extrude and v.drape GRASS modules 2012-03-19 13:08:27 +01:00
Juergen E. Fischer
6972cfa2b0 apply #5121 2012-03-19 08:25:07 +01:00
Marco Hugentobler
c9bbcd8a7b Restrict input type for zonal statistics to gdal rasters for now (switch to use QgsRasterDataProvider in the mid term) 2012-03-18 09:37:17 +01:00
Marco Hugentobler
9f57650eaf Fix for zonal statistics (ticket #4972) 2012-03-18 09:13:34 +01:00
Giuseppe Sucameli
c5769bf379 Append Filter tag to Rule tag when exporting Categorized/Graduated rendererV2 to SLD doc (fix #5191) 2012-03-16 16:54:20 +01:00
Juergen E. Fischer
949b2f0179 WMS 1.3: better detection of inverted axis 2012-03-16 07:25:27 +01:00
Alexander Bruy
9151fd583b also count points that intersects polygon bounds (fix #5163) 2012-03-15 15:15:21 +02:00
Giuseppe Sucameli
2c0fb43986 fix memory leak instantiating QgsExpression in actions 2012-03-14 11:22:59 +01:00
Giuseppe Sucameli
03f86366cd convert $currfield (was %%) running actions from "Identify actions" tool 2012-03-14 11:22:59 +01:00
Giuseppe Sucameli
db1c401dd9 "Run feature action" tool does the action for all the matching features (fix #5126) 2012-03-14 11:22:59 +01:00
Juergen E. Fischer
533ac4c4ca fix crash on quit 2012-03-12 22:48:58 +01:00
Juergen E. Fischer
5f771a6ffe fix QgsComposerItem API 2012-03-12 22:47:12 +01:00
Tim Sutton
8acbea9d6a [BACKPORT] Formatting changes only for raster color ramp shader class 2012-03-12 06:22:55 +02:00
Giuseppe Sucameli
213138e583 BuildVRT: set input layer list when tool starting (follow d6ea1a03).
Thanks Etienne for the patch.
2012-03-11 02:39:23 +01:00
Giuseppe Sucameli
d6ea1a037e refresh BuildVRT command when input layers changes, cleanup (follow 9da5d0345) 2012-03-10 05:44:06 +01:00
Etienne Tourigny
9da5d0345b allow to use loaded layers as input files (instead of file selector) for GDALTools Build Virtual Raster 2012-03-10 05:27:22 +01:00
Juergen E. Fischer
892cc39a8a remove geoimage austria wms server 2012-03-09 22:56:06 +01:00
Etienne Tourigny
d8c8a6768f QgisApp::askUserForGDALSublayers : fix order of new layers in the layers dock ; add an option to load all sublayers of a GDAL raster with subdatasets 2012-03-09 22:44:07 +01:00
Etienne Tourigny
227263928f browser dock: add selected layers via context menu and tool button 2012-03-09 22:44:07 +01:00
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