Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Refactored all providers to use the new base class
Also use refreshConnections from the data items when a refresh is required, this function also emits the signal to update the other GUI elements.
- Loading branch information
Showing
with
213 additions
and 148 deletions.
- +12 −8 python/gui/qgsarcgisservicesourceselect.sip
- +9 −6 python/gui/qgsowssourceselect.sip
- +5 −5 python/gui/qgssourceselect.sip
- +13 −8 src/gui/qgsarcgisservicesourceselect.cpp
- +21 −8 src/gui/qgsarcgisservicesourceselect.h
- +1 −1 src/gui/qgsbrowserdockwidget_p.h
- +2 −1 src/gui/qgsdatasourcemanagerdialog.cpp
- +8 −4 src/gui/qgsowssourceselect.cpp
- +7 −8 src/gui/qgsowssourceselect.h
- +5 −4 src/gui/qgssourceselect.h
- +3 −3 src/providers/arcgisrest/qgsamsdataitems.cpp
- +3 −3 src/providers/db2/qgsdb2dataitems.cpp
- +8 −4 src/providers/db2/qgsdb2sourceselect.cpp
- +5 −6 src/providers/db2/qgsdb2sourceselect.h
- +4 −4 src/providers/delimitedtext/qgsdelimitedtextsourceselect.cpp
- +3 −3 src/providers/delimitedtext/qgsdelimitedtextsourceselect.h
- +3 −3 src/providers/mssql/qgsmssqldataitems.cpp
- +8 −4 src/providers/mssql/qgsmssqlsourceselect.cpp
- +7 −5 src/providers/mssql/qgsmssqlsourceselect.h
- +3 −3 src/providers/oracle/qgsoracledataitems.cpp
- +2 −3 src/providers/oracle/qgsoraclesourceselect.cpp
- +3 −6 src/providers/oracle/qgsoraclesourceselect.h
- +3 −3 src/providers/ows/qgsowsdataitems.cpp
- +9 −5 src/providers/postgres/qgspgsourceselect.cpp
- +4 −5 src/providers/postgres/qgspgsourceselect.h
- +8 −3 src/providers/postgres/qgspostgresdataitems.cpp
- +2 −2 src/providers/spatialite/qgsspatialitedataitems.cpp
- +8 −4 src/providers/spatialite/qgsspatialitesourceselect.cpp
- +6 −4 src/providers/spatialite/qgsspatialitesourceselect.h
- +9 −4 src/providers/virtual/qgsvirtuallayersourceselect.cpp
- +7 −3 src/providers/virtual/qgsvirtuallayersourceselect.h
- +3 −3 src/providers/wcs/qgswcsdataitems.cpp
- +3 −3 src/providers/wfs/qgswfsdataitems.cpp
- +8 −4 src/providers/wfs/qgswfssourceselect.cpp
- +8 −5 src/providers/wfs/qgswfssourceselect.h
Oops, something went wrong.