1014 Commits

Author SHA1 Message Date
Juergen E. Fischer
b4ba4c82da fix spelling errors 2013-05-03 01:45:46 +02:00
Victor Olaya
9ca7223e4a Changed default cellsize for SAGA algorithms 2013-05-02 23:57:34 +02:00
Victor Olaya
109856094c Adjustments in DEM parameters fro OTB algorithms 2013-05-02 23:57:33 +02:00
Victor Olaya
4dfa97293d Added extra advanced options for GRASS algorithm Import/Export
Modified/added some GRASS descriptions
2013-05-02 23:57:33 +02:00
Juergen E. Fischer
d0aa1e47e8 indentation update 2013-05-02 00:02:25 +02:00
Victor Olaya
67e5278891 [sextante] fixed blocking typo introduced in cc490fd7acd366 2013-04-30 21:27:29 +02:00
Victor Olaya
3f3ca281c7 [sextante] Fixed problem when canceling on batch autofill dialog 2013-04-30 20:14:48 +02:00
Victor Olaya
cc490fd7ac [sextante] Added checking in case model file cannot be save due to permissions 2013-04-30 19:43:35 +02:00
Borys Jurgiel
c47fbbe25b Plugin installer: add ?qgis=[QGIS_VERSION] GET parameter to each repository URL to allow filtering also on reposiotory side 2013-04-28 00:16:01 +02:00
Borys Jurgiel
dfd8444383 Plugin installer: fix support for qgisMaximumVersion tag. 2013-04-28 00:08:51 +02:00
Werner Macho
370828c2c7 Merge pull request #472 from jdugge/master
Interface elements for specifying raster resolution in GDAL Rasterize plugin
2013-04-27 10:37:31 -07:00
Victor Olaya
345c14505e [sextante] added OTB algorithms to simplified list 2013-04-27 16:36:55 +02:00
Victor Olaya
c635578d9f [sextante] Improvements in commander 2013-04-27 00:34:57 +02:00
Victor Olaya
4065d57235 [sextante] fixed problem in otb with filepaths containing whitespaces.
Removed outdated otb descriptions
2013-04-26 23:48:07 +02:00
Alexander Bruy
5616cfaeaf [sextante] add missed CMakeLists 2013-04-26 12:42:13 +04:00
Victor Olaya
fd4cf96e0a [sextante] fixed error due to wrong import 2013-04-26 08:42:07 +02:00
Victor Olaya
21fd0f242d [sextante] added commander 2013-04-26 00:36:34 +02:00
vinayan
4f54664900 ftools-fix split vector layer 2013-04-25 20:53:23 +05:30
Larry Shaffer
3977cb634a Make sure Analysis menu (sextante) shows up before Window menu on Mac 2013-04-24 17:57:38 -06:00
Victor Olaya
3e13171fd5 [sextante] fixed #7694. v.clean now accepts decimal values as input 2013-04-24 15:10:02 +02:00
Victor Olaya
58befd7c38 [sextante] fixed missing + icons in modeler 2013-04-24 15:01:25 +02:00
Alexander Bruy
c8c78518f5 [sextante] wrap long lines in help file 2013-04-24 14:17:48 +04:00
Alexander Bruy
69afcf23d5 [sextante] add output to r.stream.stats module 2013-04-24 14:17:48 +04:00
Alexander Bruy
a38c09ef67 Merge branch 'r-stream' 2013-04-24 14:04:49 +04:00
Alexander Bruy
ac6a1ee7db [sextante] add r.stream.* GRASS modules 2013-04-24 14:04:05 +04:00
Alexander Bruy
608adb8e7f [sextante] add separators to context menu 2013-04-24 13:58:42 +04:00
Victor Olaya
2e6178c897 [sextante]new modeler interface 2013-04-23 23:36:28 +02:00
Victor Olaya
0a37ef7c9a [sextante] fixed problem with algorithm classification in modeler. It was introduced in commit 7feb1af62f 2013-04-21 15:18:22 +02:00
Victor Olaya
bb97fc8b55 [sextante] added better autoconfiguration for external apps' paths 2013-04-21 15:18:21 +02:00
Victor Olaya
b938724f1d [sextante] improvements in configuration dialog 2013-04-21 15:18:20 +02:00
Victor Olaya
51a9148451 [sextante]Fixed bug in dissolve tool 2013-04-21 15:18:19 +02:00
Victor Olaya
09e1aebadc [sextante] removed headers in example scripts 2013-04-21 15:18:18 +02:00
William Kyngesburye
5a912990f8 forgot import for default TauDEM/MPI paths for OS X 2013-04-20 23:06:53 -05:00
William Kyngesburye
0ca725cae0 default TauDEM/MPI paths for OS X 2013-04-20 15:38:40 -05:00
Matthias Kuhn
193b6154d2 QgsMapLayerRegistry add/remove signals reworked
* "theEmitSignal" parameter renamed to addToLegend
* layer(s)WillBeRemoved has no more "theEmitSingal" parameter
* layer(s)WillBeRemoved and layer(s)(Was)Added emitted in every case
* legendLayersAdded( QList<QgsMapLayer*> theMapLayers ) signal added
* removedAll renamed to removeAll (is emitted BEFORE layers are removed)
2013-04-20 13:50:25 +02:00
Victor Olaya
d4d26257b7 [sextante] removed actions from toolbox, as they can be confusing. The toolbox should contain only algorithms 2013-04-19 15:43:25 +02:00
Victor Olaya
7feb1af62f [sextante] Made configuration of algorithm classification available in toolbox 2013-04-19 15:43:24 +02:00
Victor Olaya
17d8007002 [sextante] Fixed issue when using non-file based vector layers in modeler 2013-04-17 11:49:29 +02:00
Victor Olaya
06d20455f5 [sextante] fixed problem when exporting non-file based data to be used by 3rd party apps 2013-04-17 11:49:28 +02:00
Victor Olaya
cf8f8c3c35 [sextante] fixed R import bug 2013-04-17 11:49:27 +02:00
Victor Olaya
d9277564f8 [sextante] Fixed iterative execution
Some additional minor fixes
2013-04-17 11:49:27 +02:00
alexbruy
4c05932a56 Merge pull request #526 from vinayan/pip7414
[fTools] fix Points in Polygon and Delaunay triangulation (closes #7414, #7360)
2013-04-16 23:35:47 -07:00
Alexander Bruy
7f158b8b05 [sextante] support for non-ASCII characters in SEXTANTE log 2013-04-16 15:42:12 +04:00
Alexander Bruy
d06ab3c1d9 [sextante] fix Distance Matrix tool 2013-04-16 12:13:36 +04:00
Alexander Bruy
26582a20eb [sextante] add license to script and fix its group 2013-04-16 10:23:39 +04:00
Larry Shaffer
5875d5a5cf Put old theme icons back into source tree under themes_ or icons_old next to current directories 2013-04-15 20:01:46 -06:00
Larry Shaffer
121e4fec1c Condense app icon themes down to just one, based upon 'gis' theme
- 'gis' theme copied over default
- All other themes removed, available here:
  http://drive.dakotacarto.com/qgis/QGIS-images_pre-gis-theme-switch.zip
- Make sure new default overrides removed themes
- Update some tool buttons for consistency
2013-04-15 17:58:14 -06:00
vinayan
58737b6831 [Fix #7360] - Fix Dealauney to vector api changes 2013-04-15 18:03:26 +05:30
Juergen E. Fischer
a51fd5f0ce indentation update 2013-04-15 07:16:20 +02:00
vinayan
4e257bdf7e [Fix #7414] - points in polygon does not work 2013-04-14 00:00:40 +05:30