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 |
|
Alexander Bruy
|
dc78035329
|
[processing] restore OgrAlgorothm, as it may be used by some 3rd party
plugins. This class will be removed in QGIS 3.
|
2016-02-01 09:40:09 +02:00 |
|
Alexander Bruy
|
9193d8f5a0
|
[processing] drop GdalScriptAlgorithm as it is not used
Also remove OgrAlgorithm base class at it almost completely duplicates
GdalAlgorithm class. All affected algorithms updated accordingly.
|
2016-01-22 15:47:20 +02:00 |
|
volaya
|
72af56d8a2
|
[processing] quote return string when returning uri in ogrConnectionString
Fixes #13174
|
2015-09-21 07:45:18 +02:00 |
|
Juergen E. Fischer
|
b39055b39c
|
indentation update (now including autopep8)
|
2015-08-22 14:29:41 +02:00 |
|
Juergen E. Fischer
|
31843a78ee
|
processing: fix interpretation of oracle layers (take II; followup f0daab9)
|
2015-05-12 21:40:02 +02:00 |
|
Juergen E. Fischer
|
f0daab9c7c
|
processing: fix interpretation of oracle layers (fixes #12590)
Funded by norbit.de
|
2015-04-20 11:37:34 +02:00 |
|
Juergen E. Fischer
|
e2dd504377
|
processing: fix unused variable error
|
2015-02-17 21:02:40 +01:00 |
|
Juergen E. Fischer
|
f540cd16a2
|
processing: verify postgresql access and request credentials if necessary (fixes #12137)
|
2015-02-12 21:34:08 +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 |
|
volaya
|
1eec3b9ecf
|
[processing] fixed ogr import to postgis when origin layer is a database
|
2015-01-28 11:24:43 +01:00 |
|
volaya
|
901c7642d1
|
[processing] fixed handling of source strings in ogr algorithms
|
2014-12-16 14:04:45 +01:00 |
|
volaya
|
f3fdd9c200
|
[processing] clean unused line
|
2014-11-21 15:02:18 +01:00 |
|
Alexander Bruy
|
5d1dde034e
|
fix regex for getting layer name
|
2014-11-08 18:17:39 +02:00 |
|
Alexander Bruy
|
2417a82bd7
|
[processing] add method in OGR algorithms for getting layer name from source
|
2014-11-07 16:11:11 +02:00 |
|
Alexander Bruy
|
2d835fbae0
|
[processing] replace str() with unicode() to avoid possible issues with
non-ASCII characters (work in progress)
|
2014-08-01 08:29:55 +03:00 |
|
Alexander Bruy
|
c33007fe70
|
remove unused files, code cleanup
|
2014-07-09 20:53:45 +03:00 |
|
Alexander Bruy
|
a9216c7189
|
[processing] refactor OGR algorithms to use commandline tools, not
bindings
|
2014-07-09 19:58:17 +03:00 |
|
Victor Olaya
|
4eab185528
|
[processing] all gdal algs now have the same icon
Did some code cleaning in gdal package
|
2014-06-02 22:45:43 +02:00 |
|
Victor Olaya
|
9b277cb040
|
[processing] refactoring to put all algorithm providers under a single module
|
2014-04-19 20:49:17 +02:00 |
|