Juergen E. Fischer
c55f8b73f0
db_manager: cleanups
2016-03-21 17:00:24 +01:00
Juergen E. Fischer
8bda5c00a5
db_manager: migrate to new style signals
2016-03-15 23:46:54 +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
Juergen E. Fischer
c2c326c42e
de-plenk question and exclamation marks
2016-03-07 15:10:46 +01:00
Larry Shaffer
5f3ca88a84
Merge pull request #2674 from boundlessgeo/postgis-pki-pr
...
[FEATURE] Postgres provider PKI authentication (plus fixes #13841 )
2016-01-14 23:43:52 -07:00
rldhont
f5373ac3b9
DBManager oracle plugin: strip '"' on unique col
...
For Oracle provider, giving a quoted uniqueColumn in a uri to create a
QgsVectorLayer results in an invalid layer.
To fix it, strip '"' is applied to unique col.
2016-01-14 21:48:55 +01:00
Sebastian Dietrich
ef91882fe0
explicitly call QgsDataSourceURI.connectionInfo() with appropriate parameter
2016-01-13 20:12:19 +01:00
Sebastian Dietrich
93ab890033
make DbManager aware of the new authentication system
2016-01-13 20:12:03 +01:00
Sebastian Dietrich
f6e3161317
Added a button to set a filter for a query layer.
2015-11-29 13:19:55 +01:00
Juergen E. Fischer
b39055b39c
indentation update (now including autopep8)
2015-08-22 14:29:41 +02:00
Matthias Kuhn
9fc1b48bf3
Replace str() with unicode() and some PEP 8
2015-08-16 20:58:43 +02:00
Médéric RIBREUX
3768d04d3d
Oracle Spatial support for DBManager
2015-07-25 16:31:11 +02:00