426 Commits

Author SHA1 Message Date
Larry Shaffer
b3a0d9d146 Revert "[processing] Extra check to ensure GRASS folder setting not already None"
This reverts commit 36a820e51657bf0c3069e1fd287d6b452a3cd1e0.
2016-04-25 21:27:45 -06:00
Larry Shaffer
36a820e516 [processing] Extra check to ensure GRASS folder setting not already None
- Update to 5131e93; not sure why ProcessingConfig.getSetting returning
  None sets folder = None instead of '' (on the previous line on Win)
2016-04-25 18:52:44 -06:00
Alexander Bruy
e873540d14 [processing] fix path handling (fix #14432) 2016-04-11 18:52:27 +03:00
Alexander Bruy
525194dc0b [processing] don't ask for MSYS folder for GRASS7 (fix #14431) 2016-04-10 11:31:46 +03:00
volaya
5131e93e1f [processing] extra checks to avoid issues with previous versions values 2016-04-05 09:55:41 +02:00
Alexander Bruy
aef26c90f3 [processing] more HiDPI fixes (refs #14474) 2016-04-01 16:48:04 +03:00
Juergen E. Fischer
3bfe2f1467 really fix ab5f06b (ouch again - machine mixup) 2016-03-31 23:03:03 +02:00
Juergen E. Fischer
c6117e0d32 fix ab5f06b (ouch) 2016-03-31 22:57:24 +02:00
Juergen E. Fischer
ab5f06b9fb processing: base grass path on OSGEO4W_ROOT where available 2016-03-31 22:51:56 +02:00
Juergen E. Fischer
fbf4d675ca de-plenk more 2016-03-25 23:08:32 +01:00
Juergen E. Fischer
962726cf66 de-plenk exclamation marks 2016-03-25 22:50:50 +01:00
Alexander Bruy
660bb27388 [processing] replace some raster icons with SVG to improve HiDPI support (refs #14474) 2016-03-25 15:19:52 +02:00
volaya
2e6fcf57d6 Merge pull request #2865 from medspx/processing_raster_bunch
[Processing] Add the last GRASS7 r.* algorithms
2016-03-23 10:39:58 +01:00
Juergen E. Fischer
2526d3e3c8 processing: switch to pyqt wrappers, flake8 fixes 2016-03-21 17:00:25 +01:00
Alexander Bruy
a3c76c617a [processing] activate GRASS 7 by default and disable GRASS 6 2016-03-20 08:42:13 +02:00
Médéric RIBREUX
eb186c4928 Remove merge conflict on r.cost algorithms 2016-03-19 10:05:24 +01:00
volaya
2942ce576b Merge pull request #2904 from medspx/processing_vector_bunch
[Processing] GRASS7 complete v.* algorithms (implements Redmine #5725)
2016-03-18 14:20:13 +01:00
volaya
839db0a505 Merge pull request #2871 from NaturalGIS/processing_fix_grass7_detection_osx
processing fix GRASS7 detection on osx: courtesy Martin Laloux
2016-03-18 14:17:07 +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
Juergen E. Fischer
fb3fcfa3a0 Python3/Qt5/2to3 updates:
* pyqtwrappers update (add QtNetwork, QtXml, QtSql, QtTest, uic)
* 2to3 updates
* move QPyNullVariant/NULL to PyQt.QtCore
* add global unicode/basestring/long for Python3
* expand QtGui, QtCore module and star exports
* Qscintilla2
* replace Set import with set builtin
2016-03-14 20:38:20 +01:00
Médéric RIBREUX
d318981f3d Add v.in.lidar algorithm 2016-03-12 21:06:39 +01:00
Médéric RIBREUX
7f461f3f1a Add v.rectify algorithm 2016-03-12 18:08:09 +01:00
Médéric RIBREUX
538ad69768 Add v.edit algorithm 2016-03-12 17:49:26 +01:00
Médéric RIBREUX
903a804bc3 Add v.lrs.segment algorithm 2016-03-12 17:16:12 +01:00
Médéric RIBREUX
1ebd7683a2 Add v.lrs.where algorithm 2016-03-12 16:53:54 +01:00
Médéric RIBREUX
db65371e99 Add v.lrs.create algorithm 2016-03-12 16:21:30 +01:00
Médéric RIBREUX
3a995cfe8d Add v.to.lines algorithm 2016-03-12 13:06:58 +01:00
Médéric RIBREUX
4dd5fd365a Add v.what.vect algorithm 2016-03-12 13:02:45 +01:00
Médéric RIBREUX
ae0b48d84c Add v.vect.stats algorithm 2016-03-12 12:54:49 +01:00
Médéric RIBREUX
2139d5fddc Add v.type algorithm 2016-03-12 12:45:35 +01:00
Médéric RIBREUX
b7a6037d51 Add v.to.3d algorithm 2016-03-12 12:34:15 +01:00
Médéric RIBREUX
09b9a6246d Add v.rast.stats algorithm 2016-03-12 12:21:45 +01:00
Médéric RIBREUX
3f1445998a Add v.pack algorithm 2016-03-12 11:48:37 +01:00
Médéric RIBREUX
2e0e7b6b17 Add v.out.vtk algorithm 2016-03-12 11:41:40 +01:00
Médéric RIBREUX
a7ec96ce46 Add v.kernel algorithm 2016-03-12 11:39:43 +01:00
Médéric RIBREUX
62b4d7ced7 Add v.in.mapgen algorithm 2016-03-12 11:34:57 +01:00
Médéric RIBREUX
33f3717c91 Add v.in.lines algorithm 2016-03-12 11:33:59 +01:00
Médéric RIBREUX
7f983e359d Add v.in.ascii algorithm 2016-03-12 11:27:14 +01:00
Médéric RIBREUX
741d146362 Add v.in.geonames algorithm 2016-03-12 10:13:31 +01:00
Médéric RIBREUX
014355aa7e Add v.extrude algorithm 2016-03-12 10:05:38 +01:00
Médéric RIBREUX
2f579d2372 Add v.build.polylines algorithm 2016-03-12 09:42:43 +01:00
Médéric RIBREUX
8619b812cf Add v.build algorithm, only for topology checking 2016-03-12 09:27:49 +01:00
Giovanni Manghi
c4c67b0b59 Processing, better GRASS7 r.cost descriptions files names and parameters 2016-03-09 11:57:37 +00:00
Giovanni Manghi
2bcac17e7c Processing, better GRASS7 r.cost descriptions files names and parameters 2016-03-09 11:57:28 +00:00
Médéric RIBREUX
5b11ba1a2b Fix indentation 2016-03-07 21:48:44 +01:00
Juergen E. Fischer
c2c326c42e de-plenk question and exclamation marks 2016-03-07 15:10:46 +01:00
Markus Neteler
5104438706 Include parameter target elevation above the ground 2016-03-06 22:26:45 +01:00
Alexander Bruy
9e3a5b5647 Merge pull request #2872 from medspx/processing_localdoc
[processing] use local GRASS7 help files if they exist (fix #7745)
2016-03-06 13:36:53 +02:00
Médéric RIBREUX
ce69d21bc1 [Processing] Use local GRASS7 help files if they exist. Fixes #7745 2016-03-06 11:48:41 +01:00
Giovanni Manghi
e1ff6e896a processing fix GRASS7 detection on osx: courtesy Martin Laloux 2016-03-06 10:32:06 +00:00