1516 Commits

Author SHA1 Message Date
Alexander Bruy
bd4fd2846e fix SEXTANTE things broken by 6ca7ea987d 2012-10-25 18:44:39 +03:00
Alexander Bruy
0b1ebaaa73 missed metadata.txt for fTools 2012-10-25 15:08:39 +03:00
Alexander Bruy
8459fa220a temporarily switch back to using subprocess module (addresses #6543) 2012-10-25 15:08:39 +03:00
Alexander Bruy
acb0a9e6cc use lowercase letters for menu (fix #5436) 2012-10-25 15:08:38 +03:00
Alexander Bruy
7f671851d4 add metadata.txt to all core plugins 2012-10-25 15:08:38 +03:00
Alexander Bruy
c54e78ee90 add category metadata to SEXTANTE plugin 2012-10-25 12:47:15 +03:00
Sandro Santilli
6ca7ea987d Allow running sextante plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-25 11:52:40 +02:00
Sandro Santilli
844b57bf4a Rename script files to avoid spaces in filenames
This makes life easier with PLUGIN_INSTALL.
I did try to make PLUGIN_INSTALL better but couldn't find a way
to have both "(" and " " quoted at once...
2012-10-25 11:51:40 +02:00
Sandro Santilli
131fc6e945 PLUGIN_INSTALL: quote filenames
Fixes use with filenames having shell-dangerous chars like "(".
NOTE: sextante help files have frequent such occurrences
2012-10-25 11:29:23 +02:00
Larry Shaffer
1a092f92ca Additional fix for # 5879, handle .ui files for python utilities
- Built off of pull request 299 by Salvatore Larosa
2012-10-25 00:59:31 -06:00
Radim Blazek
e210a57101 QgsError for better error propagation to user, started using for rasters 2012-10-24 13:59:19 +02:00
Larry Shaffer
c2b6a47859 Fix PLUGIN_INSTALL build error 2012-10-23 17:40:20 -06:00
Sandro Santilli
9f1351b08b Allow running osm plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:40:56 +02:00
Sandro Santilli
9a0c4ffdb5 Allow running mapserver_export plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:35:04 +02:00
Sandro Santilli
e852efacab Allow running GdalTools plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:31:55 +02:00
Sandro Santilli
b892a021af Allow running fTools plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-23 22:09:06 +02:00
Larry Shaffer
e08833ac3b Adv labeling, add multi-line spacing and alignment 2012-10-23 08:01:06 -06:00
Larry Shaffer
332ce329af Fix #6505, set typedef for Mac size_t in bindings 2012-10-22 17:30:16 -06:00
Salvatore Larosa
a29ccbf553 Enable non-ascii chars in Python Console
fixes issue http://hub.qgis.org/issues/6548
2012-10-22 21:52:29 +02:00
Alexander Bruy
a45b759e1c [FEATURE] TauDEM provider for SEXTANTE 2012-10-22 19:00:50 +03:00
Juergen E. Fischer
dbab4a2425 update QgsVectorLayer bindings (fixes #6550) 2012-10-21 13:21:35 +02:00
Sandro Santilli
f93f844867 Allow running plugin_installer plugin from build dir
See http://hub.qgis.org/issues/5879
2012-10-20 22:00:51 +02:00
Victor Olaya
a42071d4ba Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-20 21:39:33 +02:00
Victor Olaya
6546d748c8 Added patch for #6545
Fixed bug in SAGA extent calculation (there was a half cellsize offset)
2012-10-20 21:38:46 +02:00
Salvatore Larosa
3fecd44ae5 Merge branch master of https://github.com/qgis/Quantum-GIS 2012-10-20 01:44:52 +02:00
Sandro Santilli
8ca2236134 Add a PLUGIN_INSTALL cmake macro and use it from db_manager plugin
One step forward toward closing http://hub.qgis.org/issues/5879
Next all pugins should be converted to use of the macro...
2012-10-20 01:17:37 +02:00
Marco Hugentobler
d6b155f74c Add const 2012-10-20 00:56:44 +02:00
Salvatore Larosa
ca20be178a [FEATURE] - Choose Fontfamily and API files for Python Console
- update Italian translation
- added Settings icon for toolbar
- update Italian translation fro console_help
2012-10-19 23:23:26 +02:00
Radim Blazek
b5412cbf95 raster identify sip fix 2012-10-18 22:42:35 +02:00
Alexander Bruy
20b404377c add layer with its own CRS when possible (fix #6539) 2012-10-18 19:02:14 +03:00
Alexander Bruy
297c8aaa33 fix #6530 2012-10-18 18:44:12 +03:00
Alexander Bruy
caae7b7bae fix SEXTANTE crash on load caused by c4c3fecf17 2012-10-18 12:06:54 +03:00
Giuseppe Sucameli
1960bea81b set focus to python console when shown even if in a tabbed dockwidget 2012-10-18 10:03:46 +02:00
Giuseppe Sucameli
9fb0b764c4 sextanteexampleprovider: move import into classFactory function 2012-10-18 10:03:45 +02:00
Victor Olaya
bb3815f8c8 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-17 22:04:19 +02:00
Victor Olaya
c4c3fecf17 Several patches contributed by Rado Guzinski:
-New OTB descriptions an help
-Update OTB descriptions
-More responsive MultipleInputPanel.py
-Minor bug fixes
2012-10-17 22:03:40 +02:00
Radim Blazek
df85492c40 raster identify context, QVariant values, enables wcs caching and makes wms more robust 2012-10-17 14:51:35 +02:00
Radim Blazek
5a6401c983 VSI/CPLMalloc/Free replaced by QgsMalloc/Free where feasible 2012-10-16 11:10:43 +02:00
Radim Blazek
6b55ee4fa0 undersampling if possible in QgsRasterDataProvider, multicolor widget loadMinMax fix 2012-10-16 10:34:34 +02:00
Victor Olaya
5afd739b04 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-16 00:01:41 +02:00
Victor Olaya
4b76e69f5b put modeler parameters panel in a scroll widget 2012-10-16 00:01:13 +02:00
Alexander Bruy
4f984202bd add new plugin installer icons to CMakeLists.txt 2012-10-15 21:02:25 +03:00
Victor Olaya
cdb9abd233 Minor fix in ModelerParametersDialog.py. 2012-10-14 23:19:23 +02:00
Victor Olaya
fbca157ff4 fixed problem with new modeler parameters dialog when algs have vector layers (just removed worng pasted code from normal parameters dialog) 2012-10-14 09:42:52 +02:00
Alexander Bruy
600888fe7a missed import in SEXTANTE modeller 2012-10-13 17:09:30 +03:00
Victor Olaya
5df9bc36e7 Merge branch 'master' of https://github.com/qgis/Quantum-GIS 2012-10-12 19:15:57 +02:00
Victor Olaya
0e2f92fa76 Updated model parameters window
fixed #6417
2012-10-12 19:14:39 +02:00
Alexander Bruy
6fcd937a43 fix sip bindings 2012-10-11 21:36:26 +03:00
Alexander Bruy
0c4846ba6d remove obsolete code 2012-10-11 20:27:47 +03:00
Alexander Bruy
92b8dd387e [FEATURE] reproject layer tool for SEXTANTE 2012-10-11 20:27:47 +03:00