2559 Commits

Author SHA1 Message Date
Salvatore Larosa
3644402bc7 [pyqgis-console][fix #8392] automatically removes the redundant char when autoclosing brackets option is enabled 2013-08-02 15:42:55 +02:00
Salvatore Larosa
efd84bd022 [dbmanager] set focus to SQL query TextEdit and change to ScrollToPixel the result query area 2013-07-31 23:11:33 +02:00
Alexander J. Dunlap
3aad6df8cc Update console_output.py
Call QCoreApplication.processEvents() after writing to Python console, enabling incremental output from Python scripts. Fixes #8343.
2013-07-30 13:06:51 -06:00
Borys Jurgiel
b9c9ec440b [Plugin Installer] Don't forget about plugins in QGIS-PLUGINPATH env variable. Fix #8376 2013-07-30 17:31:25 +02:00
Victor Olaya
6e36948b0f [sextante] made parameter harcoded in saga shapestogrid algorithm 2013-07-30 15:54:13 +02:00
Larry Shaffer
6dba7cbbec [sextante] fix duplicate plugin install target build error 2013-07-29 14:15:22 -06:00
Alexander Bruy
0b92877c64 [sextante] add example provider code 2013-07-29 21:13:11 +03:00
Matthias Kuhn
8c810328f7 Switch from deprecated sip*Instance* calls to sip*Type* calls
Min SIP version 4.8
2013-07-29 15:16:53 +02:00
Nathan Woodrow
3d6fd9a66e Merge pull request #773 from slarosa/fix_8366
Fix #8366
2013-07-28 19:42:40 -07:00
Salvatore Larosa
8b415708b1 [pyqgis-console] remove unused code 2013-07-28 22:50:00 +02:00
Salvatore Larosa
9cabd33c0c Fix #8366 2013-07-28 22:44:49 +02:00
Victor Olaya
f8542888f0 [sextante] fixed proximity algorithm.
modified wrong test model
2013-07-27 10:50:22 +02:00
Victor Olaya
e1fff9ad99 [sextante]renamed wrong saga description file 2013-07-27 10:50:21 +02:00
Victor Olaya
6bcf10f0f6 [sextante] file selector and iterator buttons can be hidden now in parameters dialog if algorithm does not support them 2013-07-23 18:57:57 +02:00
Victor Olaya
4c39d27130 [sextante] fixed error introduced in fields calculator 2013-07-23 18:57:57 +02:00
Victor Olaya
5c2e3f3e92 [sextante]fixed preprocessing of parameters 2013-07-23 14:29:13 +02:00
Victor Olaya
c2c0389428 [sextante] fixes in saga algs an models 2013-07-23 14:29:12 +02:00
Victor Olaya
0c0184ddf5 added modeler-only tools to simplified classification 2013-07-23 14:29:11 +02:00
Victor Olaya
c7eb99bae1 [sextante] added preprocessing of input params for saga algorithms 2013-07-23 14:29:10 +02:00
Juergen E. Fischer
cf22bcf383 symbology-ng: make dump() methods const 2013-07-22 21:42:44 +02:00
Juergen E. Fischer
aa7c428775 QgsCredentials: fix sip bindings
dbmanager: QgsCredentials is in core (fixes #8345)
2013-07-22 18:06:29 +02:00
Juergen E. Fischer
5d3223127d sync qgsrasterblock sip (followup eaa27aa4f) 2013-07-22 17:20:56 +02:00
Denis Rouzaud
335d7f02b4 raster block: add missing hasNoData method in sip 2013-07-22 15:56:51 +02:00
Nathan Woodrow
d0d2511d13 Auto save Python script file 2013-07-22 08:49:08 +10:00
Juergen E. Fischer
ed286eb198 indentation update 2013-07-21 21:53:27 +02:00
Juergen E. Fischer
e9e1530b16 GdalTools: use int to compare versions (fixes #8323) 2013-07-19 23:10:16 +02:00
Victor Olaya
dcd19aa465 [sextante]adapted some saga names
Some code cleaning
2013-07-19 00:09:40 +02:00
Victor Olaya
7a73307a2b Changed how postexecution errors are handled in algorithms caling external apps
Improved R error messages
2013-07-18 17:43:15 +02:00
Victor Olaya
765ac75f78 [sextnate] minor algorithm improvements and renaming 2013-07-18 17:43:15 +02:00
Victor Olaya
87e33870a9 [sextante] adapted SAGA binding to support different versions in windows and linux 2013-07-18 17:43:14 +02:00
Victor Olaya
bd3bb64777 Revert "[sextante] removed "lib" prefix in saga calls"
This reverts commit 1c2e49ed249a89480c1195f50c96614dc72700d3.

Conflicts:
	python/plugins/sextante/saga/SagaAlgorithm.py
2013-07-18 17:43:13 +02:00
Nathan Woodrow
c612ef3fd3 Set sip api in __init__.py 2013-07-17 20:44:47 +10:00
Nathan Woodrow
8d75f8e3e7 Merge pull request #743 from ddanielvaz/fix-7620
Fix #7620
2013-07-16 16:21:42 -07:00
Daniel Vaz
cf0676ca86 Fix #7620 2013-07-16 20:14:06 -03:00
Nathan Woodrow
2192cc7004 Merge pull request #732 from ddanielvaz/fix-5789
Fix #5789
2013-07-16 04:26:33 -07:00
volaya
f86b7af22e Merge pull request #738 from radosuav/sextante_file_extensions
[sextante] Append output file extension if missing
2013-07-16 04:14:07 -07:00
Juergen E. Fischer
b9ada4c2d4 dbmanager: fix spatialite connection error message 2013-07-16 12:18:30 +02:00
rmgu
df627b148d [sextante] If no extension is specified for an output file append the
extension from the selected file filter.
2013-07-15 23:35:06 +02:00
Borys Jurgiel
edf32f939b Follow up commit:7a7e54270 2013-07-15 17:23:53 +02:00
Borys Jurgiel
7a7e542706 [Plugin Installer] Handle all exception types when loading plugins. Fixes #8295. Breaks string freeze because it's a critical fix. 2013-07-15 16:34:21 +02:00
Daniel Vaz
d476aed464 Fix #5789 2013-07-14 16:55:58 -03:00
Victor Olaya
b7bdb4c099 [sextante] change saga algorithms to use full name for cmdname 2013-07-14 17:33:08 +02:00
Victor Olaya
afb6bd3b85 [sextante] minor fixes and algorithm changes 2013-07-14 17:33:08 +02:00
Alexander Bruy
1db8347ada [sextante] update sample script to new API (fix #8278) 2013-07-14 16:56:14 +03:00
Nathan Woodrow
f6c057e5c3 Merge pull request #713 from minorua/ftools
fTools fixes
2013-07-13 21:10:51 -07:00
Nathan Woodrow
1b63204921 Don't show messagebar for syntax check. No need 2013-07-14 09:36:05 +10:00
Nathan Woodrow
e394cfb4fd Use exec file for python console 2013-07-14 09:36:04 +10:00
Juergen E. Fischer
558fe92eb1 dbmanager: adapt to sl4 metadata tables (fixes #8290) 2013-07-13 22:53:51 +02:00
Juergen E. Fischer
0157d8340b indentation update 2013-07-12 16:27:06 +02:00
Nathan Woodrow
272400e30d Use positional for str.format(). Fix #8277 2013-07-12 22:03:48 +10:00