Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
18 additions
and 313 deletions.
- +1 −0 images/images.qrc
- +1 −0 images/themes/default/mIconVirtualLayer.svg
- +6 −6 python/plugins/db_manager/db_model.py
- +0 −3 python/plugins/db_manager/db_plugins/gpkg/CMakeLists.txt
- BIN python/plugins/db_manager/db_plugins/gpkg/icons/gpkg_icon.png
- +2 −5 python/plugins/db_manager/db_plugins/gpkg/plugin.py
- +0 −5 python/plugins/db_manager/db_plugins/gpkg/resources.qrc
- +0 −3 python/plugins/db_manager/db_plugins/oracle/CMakeLists.txt
- BIN python/plugins/db_manager/db_plugins/oracle/icons/oracle.png
- +2 −4 python/plugins/db_manager/db_plugins/oracle/plugin.py
- +0 −5 python/plugins/db_manager/db_plugins/oracle/resources.qrc
- +0 −3 python/plugins/db_manager/db_plugins/postgis/CMakeLists.txt
- BIN python/plugins/db_manager/db_plugins/postgis/icons/postgis_elephant.png
- +2 −4 python/plugins/db_manager/db_plugins/postgis/plugin.py
- +0 −5 python/plugins/db_manager/db_plugins/postgis/resources.qrc
- +0 −3 python/plugins/db_manager/db_plugins/spatialite/CMakeLists.txt
- BIN python/plugins/db_manager/db_plugins/spatialite/icons/spatialite_icon.png
- +2 −4 python/plugins/db_manager/db_plugins/spatialite/plugin.py
- +0 −5 python/plugins/db_manager/db_plugins/spatialite/resources.qrc
- +0 −2 python/plugins/db_manager/db_plugins/vlayers/CMakeLists.txt
- +2 −4 python/plugins/db_manager/db_plugins/vlayers/plugin.py
- +0 −5 python/plugins/db_manager/db_plugins/vlayers/resources.qrc
- +0 −242 python/plugins/db_manager/db_plugins/vlayers/vlayer.svg
- BIN python/plugins/db_manager/icons/layer_line.png
- BIN python/plugins/db_manager/icons/layer_point.png
- BIN python/plugins/db_manager/icons/layer_polygon.png
- BIN python/plugins/db_manager/icons/layer_raster.png
- BIN python/plugins/db_manager/icons/table.png
- +0 −5 python/plugins/db_manager/resources.qrc
@@ -0,0 +1 @@ | ||
<svg xmlns="http://www.w3.org/2000/svg" height="32" width="32"><linearGradient id="a" gradientUnits="userSpaceOnUse" x1="33.051" x2="4.624" y1="35.071" y2="4.728"><stop offset="0" stop-color="#6e97c4"/><stop offset="1" stop-color="#ecedef"/></linearGradient><path overflow="visible" d="M4.223 2.25h23.554a1.97 1.97 0 0 1 1.973 1.985v23.497c0 1.104-.876 2.018-1.973 2.018H4.223c-1.097 0-1.973-.914-1.973-2.018V4.235A1.97 1.97 0 0 1 4.223 2.25z" fill="url(#a)" stroke="#2e4e72" stroke-width=".5"/><path d="M3.5 3.5l8 20 9-20h8" overflow="visible" fill="none" stroke="#415a75" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/><ellipse ry="2.5" rx="2.5" cy="23.5" cx="11.5" overflow="visible" fill="#eeeeec" fill-rule="evenodd" stroke="#415a75" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.064 2.291l-.48 2.713-1.427 1.035-1.781.278.054-2.555.608-1.084 1.128-.285z" fill="#eeeeec" fill-rule="evenodd"/><path overflow="visible" d="M4.09 2.06c-.048 0-.092.01-.139.014A1.477 1.477 0 0 1 5 3.5C5 4.34 4.34 5 3.5 5c-.63 0-1.158-.372-1.383-.912v2.621C2.542 6.894 3.01 7 3.5 7 5.421 7 7 5.421 7 3.5c0-.513-.12-.998-.322-1.44z" fill="#415a75" fill-rule="evenodd"/><path d="M18.2 2.29l.223 2.39 2.628 1.344 1.945-.502.696-3.294z" fill="#eeeeec" fill-rule="evenodd"/><path overflow="visible" d="M17.242 2.25c-.151.39-.242.809-.242 1.25C17 5.421 18.579 7 20.5 7S24 5.421 24 3.5c0-.441-.093-.86-.244-1.25h-2.42c.402.266.664.722.664 1.25 0 .84-.66 1.5-1.5 1.5S19 4.34 19 3.5c0-.528.262-.984.664-1.25z" fill="#415a75" fill-rule="evenodd"/><path d="M26.613 2.31l.494 2.721 2.602 1.076-.048-2.659-.6-.723-.96-.372z" fill="#eeeeec" fill-rule="evenodd"/><path overflow="visible" d="M26.244 2.25c-.151.39-.244.81-.244 1.25C26 5.421 27.579 7 29.5 7c.085 0 .166-.02.25-.025v-2A1.485 1.485 0 0 1 28 3.5c0-.447.19-.84.492-1.113a1.972 1.972 0 0 0-.715-.137z" fill="#415a75" fill-rule="evenodd"/><path overflow="visible" d="M4.223 2.25h23.554a1.97 1.97 0 0 1 1.973 1.985v23.497c0 1.104-.876 2.018-1.973 2.018H4.223c-1.097 0-1.973-.914-1.973-2.018V4.235A1.97 1.97 0 0 1 4.223 2.25z" fill="none" stroke="#2e4e72" stroke-width=".5"/></svg> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,5 @@ | ||
|
||
FILE(GLOB PY_FILES *.py) | ||
|
||
PYQT_ADD_RESOURCES(PYRC_FILES resources.qrc) | ||
|
||
PLUGIN_INSTALL(db_manager db_plugins/vlayers ${PY_FILES} ${PYRC_FILES}) | ||
|
Oops, something went wrong.