16834 Commits

Author SHA1 Message Date
Victor Olaya
8761cf2118 Added mechanism for better handling selected features in algorithms
Implemented it in fTools Simplify algorithm
2012-12-23 13:09:21 +01:00
Alexander Bruy
5c64c10284 fix tests 2012-12-23 10:40:23 +02:00
Alexander Bruy
5e45a22d06 remove deprecated methods from API 2012-12-23 10:40:23 +02:00
Larry Shaffer
d56b1c885f Add CMake option for custom Python framework on Mac 2012-12-22 15:37:14 -07:00
Larry Shaffer
991666c382 Keep attribute editor text synchronization from affecting editing
- Cursor no longer jumps to end of text after each edit (on Mac)
- Move QgsStringRelay slot definitions into cpp file
- Fill editable QComboBox with attribute's value in custom forms
- Add validator to editable QComboBox
2012-12-22 15:23:32 -07:00
Juergen E. Fischer
adffcad50f osgeo4w: switch to GRASS 6.4.3RC2 2012-12-22 11:39:26 +01:00
Victor Olaya
c873e29582 minor fixes for otb and gdal, and edited some grass descriptions 2012-12-21 23:58:14 +01:00
Marco Hugentobler
b54e90562d Paletted raster renderer: replace nodata values in a color table copy before the main loop 2012-12-21 22:34:45 +01:00
Radim Blazek
38232a0235 GRASS Direct test script initial work 2012-12-21 17:34:07 +01:00
Marco Hugentobler
05d79f55a6 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-12-21 14:08:00 +01:00
Radim Blazek
a9de654c14 raster sublayer test Windows fix 2012-12-21 14:00:04 +01:00
Marco Hugentobler
79947fe942 Merge branch 'master' of github.com:qgis/Quantum-GIS 2012-12-21 13:58:19 +01:00
dassau
0d9dcb5a81 changed german translation for resampling 2012-12-21 13:37:28 +01:00
dassau
46c6263c2f small change 2012-12-21 13:27:12 +01:00
Radim Blazek
3eb858eb60 Use QgsRubberBand constructor with geom type to avoid future break by QgsRubberBand 2012-12-21 11:30:26 +01:00
Radim Blazek
09b603df13 QgsRubberBand constructor fix (it is not possible to call constructor from constructor in C++ (<C++11) 2012-12-21 11:24:42 +01:00
Radim Blazek
d1795c0c18 More GRASS direct functions 2012-12-20 17:58:42 +01:00
Radim Blazek
d58d3476c0 raster creation moved from QgsGdalProvider::create() to GDAL provider extern C function 2012-12-20 14:44:10 +01:00
Werner Macho
c2aca4f268 translation update: ro by Bogdan 2012-12-20 12:14:42 +01:00
Radim Blazek
482a007fb1 NetCDF sublayers test 2012-12-20 12:03:20 +01:00
Alexander Bruy
e242af4673 use normalize path (use native separators, avoid duplicate separators) 2012-12-20 10:44:11 +02:00
Alexander Bruy
8cb888c007 use system-wide temp directory for temporary files instead of own dir in
user profile
2012-12-20 10:42:44 +02:00
Alexander Bruy
97812b4fa5 fix SEXTANTE CMakeLists.txt 2012-12-20 10:37:01 +02:00
Victor Olaya
98e9c27ec8 reorganized native algorithms into one single group 2012-12-20 00:16:05 +01:00
Radim Blazek
ae5741878c More GRASS direct functions 2012-12-19 22:14:54 +01:00
Radim Blazek
9d84a6a36a raster save as VRT fixes and improvements, fixes #6821 2012-12-19 19:30:42 +01:00
Marco Hugentobler
ac5267178c Merge branch 'crs_transform_cache' 2012-12-18 22:28:41 +01:00
Radim Blazek
bcca81bb86 Fixed default contrast enhancement for raster multiband / single byte 2012-12-18 21:09:51 +01:00
Juergen E. Fischer
6ebeb97cfd fix warnings 2012-12-18 21:06:00 +01:00
Radim Blazek
ffd6508092 Delete raster provider also if invalid 2012-12-18 20:51:55 +01:00
Radim Blazek
1ea0f1164e GRASS r.bitpattern fix 2012-12-18 19:45:51 +01:00
Radim Blazek
ce4b0568ed More GRASS direct functions 2012-12-18 18:19:14 +01:00
Radim Blazek
9fce669ba2 Improved raster singleband pseudocolor classification GUI 2012-12-18 13:46:45 +01:00
Larry Shaffer
7a82041245 Followup to 9069f3b
- Avoid canvas refresh when new command is added after user clicks back in undo view history
2012-12-18 02:15:17 -07:00
Sandro Santilli
9132ebb7c9 Expose setGroupExpanded to python 2012-12-17 23:32:49 +01:00
Sandro Santilli
60c1e5127d Survive when setLayerExpanded is called with a layer unknown by legend 2012-12-17 23:13:45 +01:00
Sandro Santilli
c87f9c574c Add QgsAppLegendInterface::setLayerExpanded method
.. and use it from the db_manager plugin
2012-12-17 21:53:25 +01:00
Radim Blazek
9f7e427f00 More GRASS direct functions 2012-12-17 21:41:10 +01:00
Sandro Santilli
122cff7859 Fix addGroup() not to refuse invisibleRootItem as the group parent
Fixes #6879.
NOTE: if a caller really wants to add a group to current item
      there's a specific method for that: addGroupToCurrentItem
2012-12-17 19:21:11 +01:00
Radim Blazek
76115ec886 Raster statistics and histogram moved from QgsRasterDataProvider to QgsRasterInterface 2012-12-17 18:29:08 +01:00
Radim Blazek
b66207771b Removed GDAL dependencies where easily possible 2012-12-17 16:51:28 +01:00
Radim Blazek
d435bfc876 QgsRasterBlock::DataType moved to QGis::DataType 2012-12-17 14:04:10 +01:00
Alexander Bruy
e2f9fcd4f7 update anomality images for stingray 2012-12-17 10:48:57 +02:00
Marco Hugentobler
e0d9796fda Use coordinate transform cache in maprenderer 2012-12-17 08:55:31 +01:00
Marco Hugentobler
496355b367 Cache for coordinate transformations 2012-12-17 08:10:57 +01:00
Giuseppe Sucameli
923ab1bf6c don't break the loop after interior ring while calculating perimeter:
the returned ptr's pointing to a wrong position whether we break the loop before reading all the points of all the rings.
2012-12-17 00:52:12 +01:00
volaya
a2f4db61e9 Merge pull request #360 from slarosa/sextante-issue
Fixes issue #5505 (sextante/nviz)
2012-12-16 15:25:10 -08:00
Salvatore Larosa
a18cb51106 Fixes issue #5505 2012-12-16 21:37:13 +01:00
Radim Blazek
cdaebd1399 More GRASS direct functions 2012-12-16 11:35:03 +01:00
Marco Hugentobler
d4aa0ed62a Change binding for QgsMapRenderer::render 2012-12-16 11:05:51 +01:00