63 Commits

Author SHA1 Message Date
Alexander Bruy
cc7eb27a27 [processing] drop WebView dependency (follow up 38f6ace4c0) 2016-05-27 20:38:51 +03:00
volaya
9074b14a74 [processing] fix to avoid interrupted system call exceptions in mac 2016-05-23 13:25:20 +02:00
Denis Rouzaud
8071acd064 move PyQt compat folder to python/qgis 2016-04-29 14:10:26 +02:00
Alexander Bruy
e873540d14 [processing] fix path handling (fix #14432) 2016-04-11 18:52:27 +03:00
Alexander Bruy
8eb79dbb91 [processing] fix missed quotes in OTB provider (fix #14557) 2016-04-10 11:39:29 +03:00
Juergen E. Fischer
2526d3e3c8 processing: switch to pyqt wrappers, flake8 fixes 2016-03-21 17:00:25 +01:00
Juergen E. Fischer
c6d921729e python fixes:
* issues identified by pyflakes (star and unused imports)
* pyqtwrapper: add QtSvg
* some exceptions e.message => unicode(e)
* some translations tr("..." % foo) => tr("...") % foo
* TODO:
  python/console/console_sci.py:547 QsciScintillaCompat?
  python/plugins/db_manager/dlg_query_builder.py:304 pop_up_error?
2016-03-15 17:25:23 +01:00
Matthias Kuhn
61366583b1 [processing] Fix default argument is SilentProgress for GeoAlgorithm.execute() 2016-03-10 12:14:28 +01:00
Juergen E. Fischer
c2c326c42e de-plenk question and exclamation marks 2016-03-07 15:10:46 +01:00
Victor Poughon
716b17d216 Always enable OTB settings modification 2016-02-25 16:20:49 +01:00
Victor Poughon
02cd0f0002 Fix error when otb lib path is not found 2016-02-25 10:46:16 +01:00
Alexander Bruy
50bbd6f071 [processing] include OTB descriptions and help into CMakeLists.txt 2016-02-02 19:49:36 +02:00
Juergen E. Fischer
490236f2f2 spelling fixes 2016-02-02 02:37:15 +01:00
Juergen E. Fischer
00633811c9 spelling fixes 2016-01-21 10:42:25 +01:00
volaya
01434e8754 [processing] fixed otb version detection when no otb path is defined or found 2016-01-15 11:27:41 +01:00
Alexander Bruy
b146c3edfc fix indentation 2016-01-13 18:30:08 +02:00
volaya
864e1921e6 [processing] improved version detection mechanism for OTB 2016-01-13 13:41:42 +01:00
Juergen E. Fischer
312de68331 spelling fixes 2016-01-10 17:30:17 +01:00
Juergen E. Fischer
4e1cf3c081 add missing copyright headers 2016-01-08 21:32:11 +01:00
Juergen E. Fischer
bd6169e1ce spelling fixes 2016-01-08 20:38:43 +01:00
volaya
62302377db [processing] UI/UX improvements
Related to QEP #19

Some algorithm description provided by Frank Sokolic
2016-01-08 08:27:22 +01:00
Juergen E. Fischer
9a89408b72 indentation update 2015-11-10 20:21:10 +00:00
Alexia Mondot
0cc92ffea6 [processing/otb]update xml and associated html docs 2015-11-04 09:51:43 +01:00
Alexia Mondot
5e9647d3ff [processing/otb]Add specific rule to load ComputeOGRLayersFeaturesStatistics 2015-11-04 09:51:41 +01:00
Alexia Mondot
c548f8d8a4 [processing/otb]convert ListView in StringList for other applications than Radiometric Indices 2015-11-04 09:51:40 +01:00
Alexia Mondot
04907d199f [processing/otb]divide into 2 functions 2015-11-04 09:51:39 +01:00
Alexia Mondot
41c15e770a [processing/otb]Add function to customize creation and loading of new applications 2015-11-04 09:51:38 +01:00
Alexia Mondot
9c7d206b56 [processing/otb]update lists for OTB 5.0 2015-11-04 09:51:37 +01:00
Alexia Mondot
9256e57cb6 [processing/otb]compatibility with new version of processing 2015-11-04 09:51:36 +01:00
Alexia Mondot
85bea7d446 [processing/otb]remove unused code and imports 2015-11-04 09:51:35 +01:00
Juergen E. Fischer
e694474f62 indentation update 2015-10-03 21:42:13 +02:00
volaya
ea712c6c23 [processing] prevent otb algorithms being run if otb not configured
fixes #13215
2015-09-30 09:44:29 +02:00
Juergen E. Fischer
aa36491347 more unicoding (followup 697d2af) 2015-08-24 16:39:02 +02:00
Juergen E. Fischer
b39055b39c indentation update (now including autopep8) 2015-08-22 14:29:41 +02:00
Juergen E. Fischer
697d2af533 processing: fix warning when loading otb algorithms 2015-08-18 11:06:32 +02:00
Matthias Kuhn
9fc1b48bf3 Replace str() with unicode() and some PEP 8 2015-08-16 20:58:43 +02:00
Juergen E. Fischer
fee5da9071 fix typos 2015-08-13 22:52:01 +02:00
Juergen E. Fischer
c31810af8b typo fixes 2015-08-03 20:36:17 +02:00
Juergen E. Fischer
66a3d02240 integrate processing into update_ts.sh (also includes all translations
in the repository and none outside of it).
2015-07-26 04:28:37 +02:00
volaya
b80a1bcac5 [processing] fixed handling of folders and files in settings
fixes #12511
2015-06-26 12:00:02 +02:00
Alexander Bruy
30dbd8fd5b [processing] drop resources.qrc and load images dynamically. Also remove
unused images
2015-05-19 15:30:25 +03:00
volaya
c4eb1fb13b Merge pull request #1910 from radosuav/obt_fix
[Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms.
2015-05-06 14:35:35 +02:00
radosuav
f94d92f014 [Processing] Avoid consecutive quotes when calling OTB algorithms. 2015-04-07 16:38:23 +02:00
radosuav
b8c25251df [Processing] Fix bug in reading ParameterMultipleInput in OTB algorithms. 2015-02-18 13:22:06 +01:00
Juergen E. Fischer
4a44956222 fix processing plugin main translation and add translations
for toplevel toolbox entries (fixes #12168)
2015-02-13 20:32:18 +01:00
Juergen E. Fischer
956c155e8f fix python pep8 warnings and fix some revealed errors
pep8 --ignore=E111,E128,E201,E202,E203,E211,E221,E222,E225,E226,E227,E231,E241,E261,E265,E272,E302,E303,E501,E701 \
     --exclude="ui_*.py,debian/*,python/ext-libs/*" \
     .
2015-02-01 20:46:47 +01:00
Alexander Bruy
321ff1b1d5 [processing] i18n support in grass, R, OTB and example providers 2015-01-17 11:24:54 +02:00
radosuav
e66bc8480b [Processing] Fix advanced parameter handling in OTB algorithms. 2014-10-06 16:29:37 +02:00
elpaso
59ec15bb2b [processing] Avoid python hangs when run in headless mode from FCGI 2014-10-03 10:35:07 +02:00
Juergen E. Fischer
907ce69306 indentation update 2014-08-17 09:24:22 +02:00